From 05e5495e8fdd7c0ba8f5d4afb5a59749b4474169 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Sat, 12 Nov 2016 17:58:17 +0100 Subject: maint: Add copyright notices for the build system. * configure.ac: Add copyright notice. * Makefile.am: Likewise. --- Makefile.am | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d194029..edc7427 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,23 @@ ## Process this file with automake to produce Makefile.in. +# Copyright © 1995-2016 Free Software Foundation, Inc. +# Copyright © 2016 Mathieu Lirzin +# +# 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 . + # Guile local load paths. local_load_path = "$(abs_top_builddir)/src:$(abs_top_srcdir)/src" local_load_compiled_path = "$(abs_top_builddir)/src" -- cgit v1.2.3