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:
authorrobocoder <anthon.pang@gmail.com>2009-07-01 10:53:34 +0400
committerrobocoder <anthon.pang@gmail.com>2009-07-01 10:53:34 +0400
commitc61638ccde24a3d72606b6674af141cd96fee5b5 (patch)
tree6c079fe588bacc9b42c6e1984ebf36f0bc1532eb /plugins/ExampleAPI
parentcbc18eae2cb05c1727ab2430effe1052743f822f (diff)
Add svn:keywords Id to .php files in core, plugins, and js
git-svn-id: http://dev.piwik.org/svn/trunk@1270 59fd770c-687e-43c8-a1e3-f5a4ff64c105
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
*/