From 3d9f7bd57eb1cf9024314f8656a302bab114d107 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Thu, 22 Jul 2010 14:25:27 +0200 Subject: [PATCH] Add copyright notice to acinclude.m4. * acinclude.m4: Add copyright notice, with years derived from "git log" output. --- acinclude.m4 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/acinclude.m4 b/acinclude.m4 index f4aa305f5..82fa24e65 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1,5 +1,26 @@ dnl -*- Autoconf -*- +dnl Copyright (C) 1997, 1999, 2000, 2001, 2002, 2004, 2006, +dnl 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +dnl +dnl This file is part of GUILE +dnl +dnl GUILE is free software; you can redistribute it and/or modify it under +dnl the terms of the GNU Lesser General Public License as published by the +dnl Free Software Foundation; either version 3, or (at your option) any +dnl later version. +dnl +dnl GUILE is distributed in the hope that it will be useful, but WITHOUT +dnl ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +dnl FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public +dnl License for more details. +dnl +dnl You should have received a copy of the GNU Lesser General Public +dnl License along with GUILE; see the file COPYING.LESSER. If not, write +dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth +dnl Floor, Boston, MA 02110-1301, USA. + + dnl On the NeXT, #including doesn't give you a definition for dnl struct utime, unless you #define _POSIX_SOURCE.