talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 3497bbcfc2ea8ff686f875610be2b1248b7fb3b7
parent 9b3fd2b56299a3a2f220af099754c19899ad5ab8
Author: Ricardo Mones <ricardo@mones.org>
Date:   Sun, 25 May 2014 12:53:59 +0200

Add missing copyright notices to m4 files

Diffstat:
Mm4/aspell.m4 | 5++++-
Mm4/check-type.m4 | 4++++
Mm4/gnupg-check-typedef.m4 | 4++++
Mm4/spamassassin.m4 | 4++++
4 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/m4/aspell.m4 b/m4/aspell.m4 @@ -1,5 +1,8 @@ dnl Autoconf macros for libaspell -dnl $Id$ +dnl Copyright (C) 2003 Free Software Foundation, Inc. +dnl This file is free software; the Free Software Foundation +dnl gives unlimited permission to copy and/or distribute it, +dnl with or without modifications, as long as this notice is preserved. # Configure paths for ASPELL # Shamelessly stolen from the one of GPGME by Werner Koch diff --git a/m4/check-type.m4 b/m4/check-type.m4 @@ -5,6 +5,10 @@ dnl `stddef.h' checks files included by INCLUDES, which should be a dnl series of #include statements. If TYPE is not defined, define it dnl to DEFAULT. dnl +dnl Copyright (C) 2003 Free Software Foundation, Inc. +dnl This file is free software; the Free Software Foundation +dnl gives unlimited permission to copy and/or distribute it, +dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([CLAWS_CHECK_TYPE], [AC_REQUIRE([AC_HEADER_STDC])dnl AC_MSG_CHECKING(for $1) diff --git a/m4/gnupg-check-typedef.m4 b/m4/gnupg-check-typedef.m4 @@ -1,5 +1,9 @@ dnl GNUPG_CHECK_TYPEDEF(TYPE, HAVE_NAME [, COMMENT]) dnl Check whether a typedef exists and create a #define $2 if it exists +dnl Copyright (C) 2003 Free Software Foundation, Inc. +dnl This file is free software; the Free Software Foundation +dnl gives unlimited permission to copy and/or distribute it, +dnl with or without modifications, as long as this notice is preserved. dnl AC_DEFUN([GNUPG_CHECK_TYPEDEF], [ AC_MSG_CHECKING(for $1 typedef) diff --git a/m4/spamassassin.m4 b/m4/spamassassin.m4 @@ -1,4 +1,8 @@ dnl check for libspamc required includes +dnl Copyright (C) 2003 Free Software Foundation, Inc. +dnl This file is free software; the Free Software Foundation +dnl gives unlimited permission to copy and/or distribute it, +dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([AC_SPAMASSASSIN], [dnl