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/MobileMessaging
parentf99965d368ea9cbac42dd28ddfdfefb1bda12ba9 (diff)
Removing SVN $, since Git does not provide auto properties.
Diffstat (limited to 'plugins/MobileMessaging')
-rw-r--r--plugins/MobileMessaging/API.php1
-rw-r--r--plugins/MobileMessaging/APIException.php1
-rw-r--r--plugins/MobileMessaging/Controller.php1
-rw-r--r--plugins/MobileMessaging/CountryCallingCodes.php1
-rw-r--r--plugins/MobileMessaging/GSMCharset.php1
-rw-r--r--plugins/MobileMessaging/MobileMessaging.php1
-rw-r--r--plugins/MobileMessaging/ReportRenderer/Exception.php1
-rw-r--r--plugins/MobileMessaging/ReportRenderer/Sms.php1
-rw-r--r--plugins/MobileMessaging/SMSProvider.php1
-rw-r--r--plugins/MobileMessaging/SMSProvider/Clockwork.php1
-rw-r--r--plugins/MobileMessaging/SMSProvider/StubbedProvider.php1
11 files changed, 0 insertions, 11 deletions
diff --git a/plugins/MobileMessaging/API.php b/plugins/MobileMessaging/API.php
index e79184dc08..df212a662f 100644
--- a/plugins/MobileMessaging/API.php
+++ b/plugins/MobileMessaging/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_MobileMessaging
diff --git a/plugins/MobileMessaging/APIException.php b/plugins/MobileMessaging/APIException.php
index c8846dcb35..d48bb0520a 100644
--- a/plugins/MobileMessaging/APIException.php
+++ b/plugins/MobileMessaging/APIException.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_MobileMessaging
diff --git a/plugins/MobileMessaging/Controller.php b/plugins/MobileMessaging/Controller.php
index bce29ce90b..11efa0817c 100644
--- a/plugins/MobileMessaging/Controller.php
+++ b/plugins/MobileMessaging/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_MobileMessaging
diff --git a/plugins/MobileMessaging/CountryCallingCodes.php b/plugins/MobileMessaging/CountryCallingCodes.php
index 1e260c4c46..a6c72bc86f 100644
--- a/plugins/MobileMessaging/CountryCallingCodes.php
+++ b/plugins/MobileMessaging/CountryCallingCodes.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_MobileMessaging
diff --git a/plugins/MobileMessaging/GSMCharset.php b/plugins/MobileMessaging/GSMCharset.php
index cbd2980676..22278facb2 100644
--- a/plugins/MobileMessaging/GSMCharset.php
+++ b/plugins/MobileMessaging/GSMCharset.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_MobileMessaging
diff --git a/plugins/MobileMessaging/MobileMessaging.php b/plugins/MobileMessaging/MobileMessaging.php
index f01bd8842b..e090411562 100644
--- a/plugins/MobileMessaging/MobileMessaging.php
+++ b/plugins/MobileMessaging/MobileMessaging.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_MobileMessaging
diff --git a/plugins/MobileMessaging/ReportRenderer/Exception.php b/plugins/MobileMessaging/ReportRenderer/Exception.php
index af39f9e101..af2352150a 100644
--- a/plugins/MobileMessaging/ReportRenderer/Exception.php
+++ b/plugins/MobileMessaging/ReportRenderer/Exception.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_MobileMessaging_ReportRenderer
diff --git a/plugins/MobileMessaging/ReportRenderer/Sms.php b/plugins/MobileMessaging/ReportRenderer/Sms.php
index c5a7f3ea9a..47186f3ff6 100644
--- a/plugins/MobileMessaging/ReportRenderer/Sms.php
+++ b/plugins/MobileMessaging/ReportRenderer/Sms.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_MobileMessaging_ReportRenderer
diff --git a/plugins/MobileMessaging/SMSProvider.php b/plugins/MobileMessaging/SMSProvider.php
index 4534307b11..12bd7f0933 100644
--- a/plugins/MobileMessaging/SMSProvider.php
+++ b/plugins/MobileMessaging/SMSProvider.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_MobileMessaging
diff --git a/plugins/MobileMessaging/SMSProvider/Clockwork.php b/plugins/MobileMessaging/SMSProvider/Clockwork.php
index 91a5ac0a56..dfb7854fd3 100644
--- a/plugins/MobileMessaging/SMSProvider/Clockwork.php
+++ b/plugins/MobileMessaging/SMSProvider/Clockwork.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_MobileMessaging_SMSProvider
diff --git a/plugins/MobileMessaging/SMSProvider/StubbedProvider.php b/plugins/MobileMessaging/SMSProvider/StubbedProvider.php
index dc31cf47a4..57f89e73d2 100644
--- a/plugins/MobileMessaging/SMSProvider/StubbedProvider.php
+++ b/plugins/MobileMessaging/SMSProvider/StubbedProvider.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_MobileMessaging_SMSProvider