Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-07-01 10:53:34 +0400
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-07-01 10:53:34 +0400
commite99e2234d48255d9640acb90ba3ef9b39f5f7e5e (patch)
tree6c079fe588bacc9b42c6e1984ebf36f0bc1532eb /plugins/ExampleAPI
parent0fec5e0f7588a2047d1ba7af2999cd38e471face (diff)
Add svn:keywords Id to .php files in core, plugins, and js
Diffstat (limited to 'plugins/ExampleAPI')
-rw-r--r--plugins/ExampleAPI/API.php2
-rw-r--r--plugins/ExampleAPI/ExampleAPI.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ExampleAPI/API.php b/plugins/ExampleAPI/API.php
index f9365b3ecc..74994c954e 100644
--- a/plugins/ExampleAPI/API.php
+++ b/plugins/ExampleAPI/API.php
@@ -4,7 +4,7 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
- * @version $Id: API.php 482 2008-05-18 17:22:35Z matt $
+ * @version $Id$
*
* @package Piwik_ExamplePlugin
*/
diff --git a/plugins/ExampleAPI/ExampleAPI.php b/plugins/ExampleAPI/ExampleAPI.php
index c70ad957de..6f1b494953 100644
--- a/plugins/ExampleAPI/ExampleAPI.php
+++ b/plugins/ExampleAPI/ExampleAPI.php
@@ -4,7 +4,7 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
- * @version $Id: $
+ * @version $Id$
*
* @package Piwik_ExampleAPI
*/