diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-10-30 14:53:01 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-10-30 14:57:48 +0100 |
commit | dd2f32e24d10e9428b7e24af44d40f0f7b434307 (patch) | |
tree | 0b2fcb3adff66f94a9d05d0fecf9f406cf58668f /src | |
parent | 60858e98f87ec82543e0184afa8ff38083aa4266 (diff) | |
download | ayatana-indicator-bluetooth-dd2f32e24d10e9428b7e24af44d40f0f7b434307.tar.gz ayatana-indicator-bluetooth-dd2f32e24d10e9428b7e24af44d40f0f7b434307.tar.bz2 ayatana-indicator-bluetooth-dd2f32e24d10e9428b7e24af44d40f0f7b434307.zip |
src/*.vala: Fix license headers having been a mix of GPL and LGPL license text fragments. Adapt to GPL-3, fully.
Diffstat (limited to 'src')
-rw-r--r-- | src/bluetooth.vala | 4 | ||||
-rw-r--r-- | src/bluez.vala | 4 | ||||
-rw-r--r-- | src/desktop.vala | 4 | ||||
-rw-r--r-- | src/device.vala | 4 | ||||
-rw-r--r-- | src/killswitch.vala | 4 | ||||
-rw-r--r-- | src/main.vala | 4 | ||||
-rw-r--r-- | src/phone.vala | 4 | ||||
-rw-r--r-- | src/profile.vala | 4 | ||||
-rw-r--r-- | src/service.vala | 4 |
9 files changed, 18 insertions, 18 deletions
diff --git a/src/bluetooth.vala b/src/bluetooth.vala index c711e19..7a876ba 100644 --- a/src/bluetooth.vala +++ b/src/bluetooth.vala @@ -8,9 +8,9 @@ * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. + * GNU General General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public License + * You should have received a copy of the GNU General General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * * Authors: diff --git a/src/bluez.vala b/src/bluez.vala index 353a3af..3d1d6f3 100644 --- a/src/bluez.vala +++ b/src/bluez.vala @@ -8,9 +8,9 @@ * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. + * GNU General General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public License + * You should have received a copy of the GNU General General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * * Authors: diff --git a/src/desktop.vala b/src/desktop.vala index f764290..31fd095 100644 --- a/src/desktop.vala +++ b/src/desktop.vala @@ -8,9 +8,9 @@ * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. + * GNU General General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public License + * You should have received a copy of the GNU General General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * * Authors: diff --git a/src/device.vala b/src/device.vala index 2d665b8..f7128b6 100644 --- a/src/device.vala +++ b/src/device.vala @@ -8,9 +8,9 @@ * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. + * GNU General General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public License + * You should have received a copy of the GNU General General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * * Authors: diff --git a/src/killswitch.vala b/src/killswitch.vala index 167d189..769093d 100644 --- a/src/killswitch.vala +++ b/src/killswitch.vala @@ -8,9 +8,9 @@ * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. + * GNU General General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public License + * You should have received a copy of the GNU General General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * * Authors: diff --git a/src/main.vala b/src/main.vala index 2b0c39b..2419066 100644 --- a/src/main.vala +++ b/src/main.vala @@ -8,9 +8,9 @@ * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. + * GNU General General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public License + * You should have received a copy of the GNU General General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * * Authors: diff --git a/src/phone.vala b/src/phone.vala index cce016e..031daef 100644 --- a/src/phone.vala +++ b/src/phone.vala @@ -8,9 +8,9 @@ * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. + * GNU General General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public License + * You should have received a copy of the GNU General General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * * Authors: diff --git a/src/profile.vala b/src/profile.vala index c52481f..f2c9753 100644 --- a/src/profile.vala +++ b/src/profile.vala @@ -8,9 +8,9 @@ * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. + * GNU General General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public License + * You should have received a copy of the GNU General General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * * Authors: diff --git a/src/service.vala b/src/service.vala index 480834d..6ce45cb 100644 --- a/src/service.vala +++ b/src/service.vala @@ -8,9 +8,9 @@ * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. + * GNU General General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public License + * You should have received a copy of the GNU General General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * * Authors: |