summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am10
-rw-r--r--configure.ac22
-rw-r--r--env.in10
-rw-r--r--guile.am10
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)])
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 <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
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 <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)