diff options
author | Michael Terry <michael.terry@canonical.com> | 2013-01-31 09:36:13 -0500 |
---|---|---|
committer | Michael Terry <michael.terry@canonical.com> | 2013-01-31 09:36:13 -0500 |
commit | 06e6079065924fe2d6892fc639a876aa4c753316 (patch) | |
tree | c3ee21232f8aef9afecd18ab7a4f4f49d544c3c7 /src | |
parent | 748795c6725fc00de67d4f2b54052c62d7f5b51e (diff) | |
download | ayatana-indicator-bluetooth-06e6079065924fe2d6892fc639a876aa4c753316.tar.gz ayatana-indicator-bluetooth-06e6079065924fe2d6892fc639a876aa4c753316.tar.bz2 ayatana-indicator-bluetooth-06e6079065924fe2d6892fc639a876aa4c753316.zip |
Add COPYING file and fix license to be GPL-3, not GPL-3+
Diffstat (limited to 'src')
-rw-r--r-- | src/indicator-bluetooth-service.vala | 5 | ||||
-rw-r--r-- | src/indicator-bluetooth.vala | 5 |
2 files changed, 4 insertions, 6 deletions
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 |