diff options
-rw-r--r-- | Makefile.am | 10 | ||||
-rw-r--r-- | configure.ac | 22 | ||||
-rw-r--r-- | env.in | 10 | ||||
-rw-r--r-- | 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 <rekado@elephly.net> # -# 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 -# <http://www.gnu.org/licenses/>. +# along with Guile-Debbugs. If not, see <http://www.gnu.org/licenses/>. 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 <rekado@elephly.net> 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 <http://www.gnu.org/licenses/>. +dnl along with Guile-Debbugs. If not, see <http://www.gnu.org/licenses/>. + dnl -*- Autoconf -*- AC_INIT([guile-debbugs], [m4_translit(m4_esyscmd([cat VERSION]),m4_newline)]) @@ -1,20 +1,22 @@ #!/bin/sh +# Guile-Debbugs --- Guile bindings for Debbugs # Copyright © 2017 Ricardo Wurmus <rekado@elephly.net> # -# 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 -# <http://www.gnu.org/licenses/>. +# along with Guile-Debbugs. If not, see <http://www.gnu.org/licenses/>. GUILE_LOAD_PATH=@abs_top_srcdir@:$GUILE_LOAD_PATH if test "@abs_top_srcdir@" != "@abs_top_builddir@"; then @@ -1,18 +1,20 @@ +# Guile-Debbugs --- Guile bindings for Debbugs # Copyright © 2017 Ricardo Wurmus <rekado@elephly.net> # -# 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 -# <http://www.gnu.org/licenses/>. +# along with Guile-Debbugs. If not, see <http://www.gnu.org/licenses/>. GOBJECTS = $(SOURCES:%.scm=%.go) |