Blob Blame History Raw
From 3cc917ecc2cdb0fed1b9e9052483019dd1e1e12e Mon Sep 17 00:00:00 2001
From: "Lamarque V. Souza" <lamarque@kde.org>
Date: Sun, 18 Dec 2011 11:40:40 -0200
Subject: [PATCH 20/26] Fix wrong address.

---
 plasma_nm_version.h                         |    2 +-
 vpnplugins/novellvpn/nm-novellvpn-service.h |    7 +++----
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/plasma_nm_version.h b/plasma_nm_version.h
index 0f0f7a0..0da82d2 100644
--- a/plasma_nm_version.h
+++ b/plasma_nm_version.h
@@ -1,4 +1,4 @@
 #ifndef PLASMA_NM_VERSION_H
 #define PLASMA_NM_VERSION_H
-static const char * plasmaNmVersion = "0.9.0_rc3 (nm09 20111215)";
+static const char * plasmaNmVersion = "0.9.0_rc3 (nm09 20111218)";
 #endif
diff --git a/vpnplugins/novellvpn/nm-novellvpn-service.h b/vpnplugins/novellvpn/nm-novellvpn-service.h
index 0103fa4..825ce13 100644
--- a/vpnplugins/novellvpn/nm-novellvpn-service.h
+++ b/vpnplugins/novellvpn/nm-novellvpn-service.h
@@ -17,10 +17,9 @@
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #ifndef NM_NOVELLVPN_SERVICE_H
-- 
1.7.7.5