From 794004f11ec5ce1f8df8ae6372c65313b6a9840e Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Thu, 20 Jul 2023 21:05:56 +0200 Subject: [PATCH] add/update license notices --- src/libecho/answertone.c | 13 ++++++++----- src/libecho/echo_suppress.c | 13 ++++++++----- src/main.c | 14 +++++++++----- src/ph_socket.c | 12 ++++++++---- 4 files changed, 33 insertions(+), 19 deletions(-) diff --git a/src/libecho/answertone.c b/src/libecho/answertone.c index 40172b2..70309c8 100644 --- a/src/libecho/answertone.c +++ b/src/libecho/answertone.c @@ -8,18 +8,21 @@ * (C) 2023 by Andreas Eversberg * All Rights Reserved * + * SPDX-License-Identifier: GPL-2.0+ + * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation; either version 3 of the License, or + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * 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 Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * */ diff --git a/src/libecho/echo_suppress.c b/src/libecho/echo_suppress.c index ce00316..0f032c8 100644 --- a/src/libecho/echo_suppress.c +++ b/src/libecho/echo_suppress.c @@ -2,18 +2,21 @@ * (C) 2023 by Andreas Eversberg * All Rights Reserved * + * SPDX-License-Identifier: GPL-2.0+ + * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation; either version 3 of the License, or + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * 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 Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * */ diff --git a/src/main.c b/src/main.c index b417e22..8b142f5 100644 --- a/src/main.c +++ b/src/main.c @@ -1,20 +1,24 @@ /* * (C) 2022 by Harald Welte * (C) 2021 by Andreas Eversberg + * * All Rights Reserved * + * SPDX-License-Identifier: GPL-2.0+ + * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation; either version 3 of the License, or + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * 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 Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * */ diff --git a/src/ph_socket.c b/src/ph_socket.c index 7967280..e7e574a 100644 --- a/src/ph_socket.c +++ b/src/ph_socket.c @@ -3,9 +3,11 @@ * (C) 2022 by Andreas Eversberg * All Rights Reserved * - * This program is free software: you can redistribute it and/or modify + * SPDX-License-Identifier: GPL-2.0+ + * + * 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 + * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, @@ -13,8 +15,10 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * */ #include