add/update license notices

This commit is contained in:
Andreas Eversberg 2023-07-20 21:05:56 +02:00
parent ef36ec6e2b
commit 794004f11e
4 changed files with 33 additions and 19 deletions

View File

@ -8,18 +8,21 @@
* (C) 2023 by Andreas Eversberg <andreas@eversberg.eu> * (C) 2023 by Andreas Eversberg <andreas@eversberg.eu>
* All Rights Reserved * All Rights Reserved
* *
* SPDX-License-Identifier: GPL-2.0+
*
* This program is free software; you can redistribute it and/or modify * 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 * 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. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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 * You should have received a copy of the GNU General Public License along
* along with this program. If not, see <http://www.gnu.org/licenses/>. * with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* *
*/ */

View File

@ -2,18 +2,21 @@
* (C) 2023 by Andreas Eversberg <andreas@eversberg.eu> * (C) 2023 by Andreas Eversberg <andreas@eversberg.eu>
* All Rights Reserved * All Rights Reserved
* *
* SPDX-License-Identifier: GPL-2.0+
*
* This program is free software; you can redistribute it and/or modify * 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 * 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. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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 * You should have received a copy of the GNU General Public License along
* along with this program. If not, see <http://www.gnu.org/licenses/>. * with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* *
*/ */

View File

@ -1,20 +1,24 @@
/* /*
* (C) 2022 by Harald Welte <laforge@osmocom.org> * (C) 2022 by Harald Welte <laforge@osmocom.org>
* (C) 2021 by Andreas Eversberg <andreas@eversberg.eu> * (C) 2021 by Andreas Eversberg <andreas@eversberg.eu>
*
* All Rights Reserved * All Rights Reserved
* *
* SPDX-License-Identifier: GPL-2.0+
*
* This program is free software; you can redistribute it and/or modify * 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 * 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. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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 * You should have received a copy of the GNU General Public License along
* along with this program. If not, see <http://www.gnu.org/licenses/>. * with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* *
*/ */

View File

@ -3,9 +3,11 @@
* (C) 2022 by Andreas Eversberg <jolly@eversberg.eu> * (C) 2022 by Andreas Eversberg <jolly@eversberg.eu>
* All Rights Reserved * 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 * 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. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * 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 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License along
* along with this program. If not, see <http://www.gnu.org/licenses/>. * with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/ */
#include <stdio.h> #include <stdio.h>