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:
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 /plugins/UserCountry
parentf99965d368ea9cbac42dd28ddfdfefb1bda12ba9 (diff)
Removing SVN $, since Git does not provide auto properties.
Diffstat (limited to 'plugins/UserCountry')
-rw-r--r--plugins/UserCountry/API.php1
-rw-r--r--plugins/UserCountry/Controller.php1
-rwxr-xr-xplugins/UserCountry/GeoIPAutoUpdater.php1
-rwxr-xr-xplugins/UserCountry/LocationProvider.php1
-rwxr-xr-xplugins/UserCountry/LocationProvider/Default.php1
-rwxr-xr-xplugins/UserCountry/LocationProvider/GeoIp.php1
-rwxr-xr-xplugins/UserCountry/LocationProvider/GeoIp/Pecl.php1
-rwxr-xr-xplugins/UserCountry/LocationProvider/GeoIp/Php.php1
-rwxr-xr-xplugins/UserCountry/LocationProvider/GeoIp/ServerBased.php1
-rw-r--r--plugins/UserCountry/UserCountry.php1
-rw-r--r--plugins/UserCountry/functions.php1
11 files changed, 0 insertions, 11 deletions
diff --git a/plugins/UserCountry/API.php b/plugins/UserCountry/API.php
index 2c7282833a..fad2b1a4ca 100644
--- a/plugins/UserCountry/API.php
+++ b/plugins/UserCountry/API.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_Plugins
* @package Piwik_UserCountry
diff --git a/plugins/UserCountry/Controller.php b/plugins/UserCountry/Controller.php
index cef3a3051a..bfc90e4177 100644
--- a/plugins/UserCountry/Controller.php
+++ b/plugins/UserCountry/Controller.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_Plugins
* @package Piwik_UserCountry
diff --git a/plugins/UserCountry/GeoIPAutoUpdater.php b/plugins/UserCountry/GeoIPAutoUpdater.php
index 2bfbbde0e2..0956f6de96 100755
--- a/plugins/UserCountry/GeoIPAutoUpdater.php
+++ b/plugins/UserCountry/GeoIPAutoUpdater.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_Plugins
* @package Piwik_UserCountry
diff --git a/plugins/UserCountry/LocationProvider.php b/plugins/UserCountry/LocationProvider.php
index f2cc40cd2d..a294b0b25f 100755
--- a/plugins/UserCountry/LocationProvider.php
+++ b/plugins/UserCountry/LocationProvider.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_Plugins
* @package Piwik_UserCountry
diff --git a/plugins/UserCountry/LocationProvider/Default.php b/plugins/UserCountry/LocationProvider/Default.php
index 85f2a5dc89..a24c3a7cd9 100755
--- a/plugins/UserCountry/LocationProvider/Default.php
+++ b/plugins/UserCountry/LocationProvider/Default.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_Plugins
* @package Piwik_UserCountry
diff --git a/plugins/UserCountry/LocationProvider/GeoIp.php b/plugins/UserCountry/LocationProvider/GeoIp.php
index d9e8f0224f..54400cacf3 100755
--- a/plugins/UserCountry/LocationProvider/GeoIp.php
+++ b/plugins/UserCountry/LocationProvider/GeoIp.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_Plugins
* @package Piwik_UserCountry
diff --git a/plugins/UserCountry/LocationProvider/GeoIp/Pecl.php b/plugins/UserCountry/LocationProvider/GeoIp/Pecl.php
index 0ddf8e2c1d..b484cbf6b5 100755
--- a/plugins/UserCountry/LocationProvider/GeoIp/Pecl.php
+++ b/plugins/UserCountry/LocationProvider/GeoIp/Pecl.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_Plugins
* @package Piwik_UserCountry
diff --git a/plugins/UserCountry/LocationProvider/GeoIp/Php.php b/plugins/UserCountry/LocationProvider/GeoIp/Php.php
index 3f1ea53f78..f12878344a 100755
--- a/plugins/UserCountry/LocationProvider/GeoIp/Php.php
+++ b/plugins/UserCountry/LocationProvider/GeoIp/Php.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_Plugins
* @package Piwik_UserCountry
diff --git a/plugins/UserCountry/LocationProvider/GeoIp/ServerBased.php b/plugins/UserCountry/LocationProvider/GeoIp/ServerBased.php
index a5f580530c..7be7324744 100755
--- a/plugins/UserCountry/LocationProvider/GeoIp/ServerBased.php
+++ b/plugins/UserCountry/LocationProvider/GeoIp/ServerBased.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_Plugins
* @package Piwik_UserCountry
diff --git a/plugins/UserCountry/UserCountry.php b/plugins/UserCountry/UserCountry.php
index 8f6a32ec4b..f9d8ddf143 100644
--- a/plugins/UserCountry/UserCountry.php
+++ b/plugins/UserCountry/UserCountry.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_Plugins
* @package Piwik_UserCountry
diff --git a/plugins/UserCountry/functions.php b/plugins/UserCountry/functions.php
index f91fedb19d..a7e78dec52 100644
--- a/plugins/UserCountry/functions.php
+++ b/plugins/UserCountry/functions.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_Plugins
* @package Piwik_UserCountry