summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac29
1 files changed, 14 insertions, 15 deletions
diff --git a/configure.ac b/configure.ac
index 7deede7..175f2fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,22 +1,21 @@
-dnl TODO!
+dnl A simple picture language for Guile
+dnl Copyright © 2018, 2019, 2020, 2021 Ricardo Wurmus <rekado@elephly.net>
dnl
-dnl Guile-Debbugs --- Guile bindings for Debbugs
-dnl Copyright © 2017, 2018 Ricardo Wurmus <rekado@elephly.net>
+dnl This file is part of the Picture Language.
dnl
-dnl This file is part of Guile-Debbugs.
-dnl
-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 This library is free software; you can redistribute it and/or
+dnl modify it under the terms of the GNU Lesser 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
+dnl This library 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 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 Guile-Debbugs. If not, see <http://www.gnu.org/licenses/>.
+dnl Lesser General Public License for more details.
+dnl
+dnl You should have received a copy of the GNU Lesser General Public
+dnl License along with this library. If not, see
+dnl <http://www.gnu.org/licenses/>.
dnl -*- Autoconf -*-