From 8c82e5a97d759c513ec958b19d9040c2b227383e Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 25 Nov 2017 00:10:57 +0100 Subject: Unify license/copyright notices. --- Makefile.am | 10 ++++++---- configure.ac | 22 +++++++++++++--------- env.in | 10 ++++++---- guile.am | 10 ++++++---- 4 files changed, 31 insertions(+), 21 deletions(-) diff --git a/Makefile.am b/Makefile.am index 090a9d2..ff66da2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,18 +1,20 @@ +# Guile-Debbugs --- Guile bindings for Debbugs # Copyright © 2017 Ricardo Wurmus # -# This program is free software: you can redistribute it and/or +# This file is part of Guile-Debbugs. +# +# Guile-Debbugs 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 (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# Guile-Debbugs 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. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see -# . +# along with Guile-Debbugs. If not, see . include guile.am diff --git a/configure.ac b/configure.ac index eb99017..e5095da 100644 --- a/configure.ac +++ b/configure.ac @@ -1,17 +1,21 @@ +dnl Guile-Debbugs --- Guile bindings for Debbugs dnl Copyright © 2017 Ricardo Wurmus dnl -dnl This program is free software: you can redistribute it and/or modify -dnl it under the terms of the GNU General Public License as published by -dnl the Free Software Foundation, either version 3 of the License, or -dnl (at your option) any later version. +dnl This file is part of Guile-Debbugs. 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 General Public License for more details. +dnl Guile-Debbugs is free software: you can redistribute it and/or +dnl modify it under the terms of the GNU General Public License +dnl as published by the Free Software Foundation, either version 3 of +dnl the License, or (at your option) any later version. +dnl +dnl Guile-Debbugs is distributed in the hope that it will be useful, but +dnl WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +dnl Affero General Public License for more details. dnl dnl You should have received a copy of the GNU General Public License -dnl along with this program. If not, see . +dnl along with Guile-Debbugs. If not, see . + dnl -*- Autoconf -*- AC_INIT([guile-debbugs], [m4_translit(m4_esyscmd([cat VERSION]),m4_newline)]) diff --git a/env.in b/env.in index b427e3e..7987d48 100644 --- a/env.in +++ b/env.in @@ -1,20 +1,22 @@ #!/bin/sh +# Guile-Debbugs --- Guile bindings for Debbugs # Copyright © 2017 Ricardo Wurmus # -# This program is free software: you can redistribute it and/or +# This file is part of Guile-Debbugs. +# +# Guile-Debbugs 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 (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# Guile-Debbugs 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. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see -# . +# along with Guile-Debbugs. If not, see . GUILE_LOAD_PATH=@abs_top_srcdir@:$GUILE_LOAD_PATH if test "@abs_top_srcdir@" != "@abs_top_builddir@"; then diff --git a/guile.am b/guile.am index 162da0d..7bbd91b 100644 --- a/guile.am +++ b/guile.am @@ -1,18 +1,20 @@ +# Guile-Debbugs --- Guile bindings for Debbugs # Copyright © 2017 Ricardo Wurmus # -# This program is free software: you can redistribute it and/or +# This file is part of Guile-Debbugs. +# +# Guile-Debbugs 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 (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# Guile-Debbugs 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. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see -# . +# along with Guile-Debbugs. If not, see . GOBJECTS = $(SOURCES:%.scm=%.go) -- cgit v1.2.3