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
path: root/core/Menu
diff options
context:
space:
mode:
authorFabian Becker <halfdan@xnorfz.de>2013-02-06 03:26:31 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-02-06 03:26:31 +0400
commit659673bcb5452c51ed559a9b237071c24d01d511 (patch)
tree6bf91d6f7b79571068bc0a3e27cc04fd100f29c2 /core/Menu
parentf99965d368ea9cbac42dd28ddfdfefb1bda12ba9 (diff)
Removing SVN $, since Git does not provide auto properties.
Diffstat (limited to 'core/Menu')
-rw-r--r--core/Menu/Abstract.php1
-rw-r--r--core/Menu/Admin.php1
-rw-r--r--core/Menu/Main.php1
-rw-r--r--core/Menu/Top.php1
4 files changed, 0 insertions, 4 deletions
diff --git a/core/Menu/Abstract.php b/core/Menu/Abstract.php
index 50222d15e7..981f6bd0f2 100644
--- a/core/Menu/Abstract.php
+++ b/core/Menu/Abstract.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik_Menu
diff --git a/core/Menu/Admin.php b/core/Menu/Admin.php
index 6e2dd5b018..9463e2291d 100644
--- a/core/Menu/Admin.php
+++ b/core/Menu/Admin.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik_Menu
diff --git a/core/Menu/Main.php b/core/Menu/Main.php
index 3b85b163c2..66eb237c5d 100644
--- a/core/Menu/Main.php
+++ b/core/Menu/Main.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik_Menu
diff --git a/core/Menu/Top.php b/core/Menu/Top.php
index 3a11942d04..cbb768bb48 100644
--- a/core/Menu/Top.php
+++ b/core/Menu/Top.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik_Menu