From dd2f32e24d10e9428b7e24af44d40f0f7b434307 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 30 Oct 2020 14:53:01 +0100 Subject: src/*.vala: Fix license headers having been a mix of GPL and LGPL license text fragments. Adapt to GPL-3, fully. --- src/bluetooth.vala | 4 ++-- src/bluez.vala | 4 ++-- src/desktop.vala | 4 ++-- src/device.vala | 4 ++-- src/killswitch.vala | 4 ++-- src/main.vala | 4 ++-- src/phone.vala | 4 ++-- src/profile.vala | 4 ++-- src/service.vala | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) (limited to 'src') 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 . * * 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 . * * 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 . * * 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 . * * 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 . * * 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 . * * 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 . * * 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 . * * 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 . * * Authors: -- cgit v1.2.3