From 3452ae1eb73cdb736765fd0d60e225ec2179c237 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 13 Nov 2019 17:55:46 +0000 Subject: [PATCH] abbreviate some copyright notices No change to legal effect. Signed-off-by: Ian Jackson --- configure.ac | 26 ++++---------------------- lib/Subdir.sd.mk | 28 ++++------------------------ lib/t/Subdir.sd.mk | 28 ++++------------------------ src/Subdir.sd.mk | 28 ++++------------------------ 4 files changed, 16 insertions(+), 94 deletions(-) diff --git a/configure.ac b/configure.ac index acd7f47..88516fb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,26 +1,8 @@ dnl -*-autoconf-*- -dnl -dnl Configuration script for toy project -dnl -dnl (c) 2019 Mark Wooding -dnl - -dnl----- Licensing notice --------------------------------------------------- -dnl -dnl This program is free software; you can redistribute it and/or modify -dnl it under the terms of the GNU Library General Public License as -dnl published by the Free Software Foundation; either version 2 of the -dnl License, or (at your option) any later version. -dnl -dnl This program is distributed in the hope that it will be useful, -dnl but WITHOUT ANY WARRANTY; without even the implied warranty of -dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -dnl GNU Library General Public License for more details. -dnl -dnl You should have received a copy of the GNU Library General Public -dnl License along with this program; if not, write to the Free -dnl Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, -dnl MA 02111-1307, USA. +dnl subdirmk example - configuration script +dnl Copyright 2019 Mark Wooding +dnl Copyright 2019 Ian Jackson +dnl SPDX-License-Identifier: LGPL-2.0-or-later AC_INIT([mktoy], [0.9.0], [mdw@distorted.org.uk]) AC_CONFIG_SRCDIR([src/toy.c]) diff --git a/lib/Subdir.sd.mk b/lib/Subdir.sd.mk index 03d1359..fa40cfd 100644 --- a/lib/Subdir.sd.mk +++ b/lib/Subdir.sd.mk @@ -1,27 +1,7 @@ -### -*-makefile-gmake-*- -### -### Build script for library -### -### (c) 2019 Mark Wooding -### (c) 2019 Ian Jackson -### - -###----- Licensing notice --------------------------------------------------- -### -### This program is free software; you can redistribute it and/or modify -### it under the terms of the GNU Library 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 Library General Public License for more details. -### -### You should have received a copy of the GNU Library General Public -### License along with this program; if not, write to the Free -### Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, -### MA 02111-1307, USA. +# subdirmk example - subdirectory rules +# Copyright 2019 Mark Wooding +# Copyright 2019 Ian Jackson +# SPDX-License-Identifier: LGPL-2.0-or-later &TARGETS += & libtoy.a diff --git a/lib/t/Subdir.sd.mk b/lib/t/Subdir.sd.mk index a957397..ae11cd0 100644 --- a/lib/t/Subdir.sd.mk +++ b/lib/t/Subdir.sd.mk @@ -1,27 +1,7 @@ -### -*-makefile-gmake-*- -### -### Build script for library test -### -### (c) 2019 Mark Wooding -### (c) 2019 Ian Jackson -### - -###----- Licensing notice --------------------------------------------------- -### -### This program is free software; you can redistribute it and/or modify -### it under the terms of the GNU Library 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 Library General Public License for more details. -### -### You should have received a copy of the GNU Library General Public -### License along with this program; if not, write to the Free -### Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, -### MA 02111-1307, USA. +# subdirmk example - subdirectory rules +# Copyright 2019 Mark Wooding +# Copyright 2019 Ian Jackson +# SPDX-License-Identifier: LGPL-2.0-or-later &TARGETS_check += & toytest.stamp diff --git a/src/Subdir.sd.mk b/src/Subdir.sd.mk index 4995739..69ac190 100644 --- a/src/Subdir.sd.mk +++ b/src/Subdir.sd.mk @@ -1,27 +1,7 @@ -### -*-makefile-gmake-*- -### -### Build script for main program -### -### (c) 2019 Mark Wooding -### (c) 2019 Ian Jackson -### - -###----- Licensing notice --------------------------------------------------- -### -### This program is free software; you can redistribute it and/or modify -### it under the terms of the GNU Library 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 Library General Public License for more details. -### -### You should have received a copy of the GNU Library General Public -### License along with this program; if not, write to the Free -### Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, -### MA 02111-1307, USA. +# subdirmk example - subdirectory rules +# Copyright 2019 Mark Wooding +# Copyright 2019 Ian Jackson +# SPDX-License-Identifier: LGPL-2.0-or-later &TARGETS += & toy -- 2.30.2