diff options
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 |