summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2016-11-12 17:58:17 +0100
committerMathieu Lirzin <mthl@gnu.org>2016-11-12 17:58:17 +0100
commit05e5495e8fdd7c0ba8f5d4afb5a59749b4474169 (patch)
treec7556a212a1731eedd0f72736995657fc2876b3e /configure.ac
parent4f0d665746e0c6efe43c0f281e0eaac5012c79da (diff)
downloadcuirass-05e5495e8fdd7c0ba8f5d4afb5a59749b4474169.tar
cuirass-05e5495e8fdd7c0ba8f5d4afb5a59749b4474169.tar.gz
maint: Add copyright notices for the build system.
* configure.ac: Add copyright notice. * Makefile.am: Likewise.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac19
1 files changed, 19 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ed022f7..f2e5789 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,3 +1,22 @@
+## Process this file with autoconf to produce a configure script.
+
+# Copyright © 2016 Mathieu Lirzin <mthl@gnu.org>
+#
+# This file is part of Cuirass.
+#
+# Cuirass 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 2, or (at your option)
+# any later version.
+#
+# Cuirass 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with Cuirass. If not, see <http://www.gnu.org/licenses/>.
+
AC_PREREQ([2.61])
AC_INIT([Cuirass], [0.0.1], [bug-guix@gnu.org])
AC_CONFIG_SRCDIR([bin/cuirass.in])