From 06e6079065924fe2d6892fc639a876aa4c753316 Mon Sep 17 00:00:00 2001 From: Michael Terry Date: Thu, 31 Jan 2013 09:36:13 -0500 Subject: Add COPYING file and fix license to be GPL-3, not GPL-3+ --- src/indicator-bluetooth-service.vala | 5 ++--- src/indicator-bluetooth.vala | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/indicator-bluetooth-service.vala b/src/indicator-bluetooth-service.vala index 00aaa23..c3b97d2 100644 --- a/src/indicator-bluetooth-service.vala +++ b/src/indicator-bluetooth-service.vala @@ -4,9 +4,8 @@ * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software - * Foundation, either version 3 of the License, or (at your option) any later - * version. See http://www.gnu.org/copyleft/gpl.html the full text of the - * license. + * Foundation, version 3 of the License. + * See http://www.gnu.org/copyleft/gpl.html the full text of the license. */ public class BluetoothIndicator diff --git a/src/indicator-bluetooth.vala b/src/indicator-bluetooth.vala index 98a001e..3498261 100644 --- a/src/indicator-bluetooth.vala +++ b/src/indicator-bluetooth.vala @@ -4,9 +4,8 @@ * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software - * Foundation, either version 3 of the License, or (at your option) any later - * version. See http://www.gnu.org/copyleft/gpl.html the full text of the - * license. + * Foundation, version 3 of the License. + * See http://www.gnu.org/copyleft/gpl.html the full text of the license. */ public class BluetoothIndicator : Indicator.Object -- cgit v1.2.3