From 723acc9063cd53cbf22810724135da2be370c703 Mon Sep 17 00:00:00 2001 From: Ricardo Mones Date: Sat, 28 Jun 2014 01:13:22 +0200 Subject: [PATCH] Add license and copyright to 9b3fd2b5 --- Makefile.am | 5 +++-- appdata/Makefile.am | 5 +++-- autogen.sh | 4 +++- config/Makefile.am | 4 ---- doc/Makefile.am | 5 +++-- doc/man/Makefile.am | 5 +++-- m4/Makefile.am | 5 +++-- manual/Makefile.am | 5 +++-- manual/de/Makefile.am | 5 +++-- manual/de/dist/Makefile.am | 5 +++-- manual/de/dist/html/Makefile.am | 5 +++-- manual/de/dist/pdf/Makefile.am | 5 +++-- manual/de/dist/ps/Makefile.am | 7 ++++--- manual/de/dist/txt/Makefile.am | 5 +++-- manual/dist/Makefile.am | 5 +++-- manual/dist/html/Makefile.am | 5 +++-- manual/dist/pdf/Makefile.am | 5 +++-- manual/dist/ps/Makefile.am | 7 ++++--- manual/dist/txt/Makefile.am | 5 +++-- manual/dtd/Makefile.am | 5 +++-- manual/es/Makefile.am | 5 +++-- manual/es/dist/Makefile.am | 5 +++-- manual/es/dist/html/Makefile.am | 5 +++-- manual/es/dist/pdf/Makefile.am | 5 +++-- manual/es/dist/ps/Makefile.am | 7 ++++--- manual/es/dist/txt/Makefile.am | 5 +++-- manual/fr/Makefile.am | 5 +++-- manual/fr/dist/Makefile.am | 5 +++-- manual/fr/dist/html/Makefile.am | 5 +++-- manual/fr/dist/pdf/Makefile.am | 5 +++-- manual/fr/dist/ps/Makefile.am | 7 ++++--- manual/fr/dist/txt/Makefile.am | 5 +++-- manual/pl/Makefile.am | 5 +++-- manual/pl/dist/Makefile.am | 5 +++-- manual/pl/dist/html/Makefile.am | 5 +++-- manual/pl/dist/pdf/Makefile.am | 5 +++-- manual/pl/dist/ps/Makefile.am | 7 ++++--- manual/pl/dist/txt/Makefile.am | 5 +++-- src/Makefile.am | 6 +++--- src/common/Makefile.am | 5 +++-- src/etpan/Makefile.am | 5 +++-- src/gtk/Makefile.am | 5 +++-- src/plugins/Makefile.am | 5 +++-- src/plugins/acpi_notifier/Makefile.am | 5 +++-- src/plugins/address_keeper/Makefile.am | 5 +++-- src/plugins/archive/Makefile.am | 7 ++++--- src/plugins/att_remover/Makefile.am | 5 +++-- src/plugins/attachwarner/Makefile.am | 5 +++-- src/plugins/bogofilter/Makefile.am | 5 +++-- src/plugins/bsfilter/Makefile.am | 5 +++-- src/plugins/clamd/Makefile.am | 5 +++-- src/plugins/clamd/libclamd/Makefile.am | 5 +++-- src/plugins/demo/Makefile.am | 5 +++-- src/plugins/fancy/Makefile.am | 5 +++-- src/plugins/fetchinfo/Makefile.am | 5 +++-- src/plugins/gdata/Makefile.am | 5 +++-- src/plugins/geolocation/Makefile.am | 5 +++-- src/plugins/libravatar/Makefile.am | 5 +++-- src/plugins/mailmbox/Makefile.am | 5 +++-- src/plugins/newmail/Makefile.am | 5 +++-- src/plugins/notification/Makefile.am | 5 +++-- src/plugins/notification/gtkhotkey/Makefile.am | 5 +++-- src/plugins/pdf_viewer/Makefile.am | 5 +++-- src/plugins/perl/Makefile.am | 5 +++-- src/plugins/perl/tools/Makefile.am | 5 +++-- src/plugins/pgpcore/Makefile.am | 5 +++-- src/plugins/pgpinline/Makefile.am | 5 +++-- src/plugins/pgpmime/Makefile.am | 5 +++-- src/plugins/python/Makefile.am | 5 +++-- src/plugins/python/examples/Makefile.am | 5 +++-- src/plugins/rssyl/Makefile.am | 5 +++-- src/plugins/smime/Makefile.am | 5 +++-- src/plugins/spam_report/Makefile.am | 5 +++-- src/plugins/spamassassin/Makefile.am | 5 +++-- src/plugins/tnef_parse/Makefile.am | 5 +++-- src/plugins/vcalendar/Makefile.am | 5 +++-- src/plugins/vcalendar/libical/Makefile.am | 5 +++-- src/plugins/vcalendar/libical/design-data/Makefile.am | 5 +++-- src/plugins/vcalendar/libical/scripts/Makefile.am | 5 +++-- tools/Makefile.am | 5 +++-- 80 files changed, 243 insertions(+), 168 deletions(-) diff --git a/Makefile.am b/Makefile.am index 906598032..876eb4bd2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for toplevel directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. ACLOCAL_AMFLAGS = -I m4 diff --git a/appdata/Makefile.am b/appdata/Makefile.am index c89e44ef7..e3ce68150 100644 --- a/appdata/Makefile.am +++ b/appdata/Makefile.am @@ -1,5 +1,6 @@ - # Makefile.am for "appdata" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. @INTLTOOL_XML_RULE@ diff --git a/autogen.sh b/autogen.sh index d647316a4..8b7961081 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,7 @@ #!/bin/sh -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. # ***** W32 build script ******* diff --git a/config/Makefile.am b/config/Makefile.am index d23e85b75..e69de29bb 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -1,4 +0,0 @@ -# Makefile.am for "config" directory -# This file is part of Claws Mail package. -# See COPYING file for license details. - diff --git a/doc/Makefile.am b/doc/Makefile.am index 66dc846ad..5beeea035 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "doc" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. SUBDIRS = man diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am index ecaa11d1b..54e06ae04 100644 --- a/doc/man/Makefile.am +++ b/doc/man/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "doc/man" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. man_MANS = \ diff --git a/m4/Makefile.am b/m4/Makefile.am index cbbd6ef89..b4098652c 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "m4" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. MACROS = \ diff --git a/manual/Makefile.am b/manual/Makefile.am index f75933e67..273671dd9 100644 --- a/manual/Makefile.am +++ b/manual/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "manual" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. if BUILD_MANUAL diff --git a/manual/de/Makefile.am b/manual/de/Makefile.am index a38ed919c..00f1ca8b1 100644 --- a/manual/de/Makefile.am +++ b/manual/de/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "manual/de" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. if BUILD_MANUAL diff --git a/manual/de/dist/Makefile.am b/manual/de/dist/Makefile.am index 073613e51..9bff2bd3f 100644 --- a/manual/de/dist/Makefile.am +++ b/manual/de/dist/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "manual/de/dist" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. SUBDIRS=html pdf ps txt diff --git a/manual/de/dist/html/Makefile.am b/manual/de/dist/html/Makefile.am index 4b88e1d48..3560fd418 100644 --- a/manual/de/dist/html/Makefile.am +++ b/manual/de/dist/html/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "manual/de/dist/html" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. if MANUAL_HTML diff --git a/manual/de/dist/pdf/Makefile.am b/manual/de/dist/pdf/Makefile.am index 70e848b0e..f8df2b272 100644 --- a/manual/de/dist/pdf/Makefile.am +++ b/manual/de/dist/pdf/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "manual/de/dist/pdf" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. if MANUAL_PDF diff --git a/manual/de/dist/ps/Makefile.am b/manual/de/dist/ps/Makefile.am index 736e962d8..39dd670ca 100644 --- a/manual/de/dist/ps/Makefile.am +++ b/manual/de/dist/ps/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "manual/de/dist/ps" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. if MANUAL_PS @@ -25,4 +26,4 @@ claws-mail-manual.ps: \ maintainer-clean: -rm claws-mail-manual.ps -endif \ No newline at end of file +endif diff --git a/manual/de/dist/txt/Makefile.am b/manual/de/dist/txt/Makefile.am index 2ffeb4f82..020fbf273 100644 --- a/manual/de/dist/txt/Makefile.am +++ b/manual/de/dist/txt/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "manual/de/dist/txt" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. if MANUAL_TXT diff --git a/manual/dist/Makefile.am b/manual/dist/Makefile.am index 06c3b3e05..9bff2bd3f 100644 --- a/manual/dist/Makefile.am +++ b/manual/dist/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "manual/dist" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. SUBDIRS=html pdf ps txt diff --git a/manual/dist/html/Makefile.am b/manual/dist/html/Makefile.am index 0a0ec398f..3f66e1c6c 100644 --- a/manual/dist/html/Makefile.am +++ b/manual/dist/html/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "manual/dist/html" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. if MANUAL_HTML diff --git a/manual/dist/pdf/Makefile.am b/manual/dist/pdf/Makefile.am index 0ebe5058d..363776598 100644 --- a/manual/dist/pdf/Makefile.am +++ b/manual/dist/pdf/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "manual/dist/pdf" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. if MANUAL_PDF diff --git a/manual/dist/ps/Makefile.am b/manual/dist/ps/Makefile.am index 2d56db690..763d45dff 100644 --- a/manual/dist/ps/Makefile.am +++ b/manual/dist/ps/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "manual/dist/ps" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. if MANUAL_PS @@ -25,4 +26,4 @@ claws-mail-manual.ps: \ maintainer-clean: -rm claws-mail-manual.ps -endif \ No newline at end of file +endif diff --git a/manual/dist/txt/Makefile.am b/manual/dist/txt/Makefile.am index a117198fa..34ddc40d4 100644 --- a/manual/dist/txt/Makefile.am +++ b/manual/dist/txt/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "manual/dist/txt" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. if MANUAL_TXT diff --git a/manual/dtd/Makefile.am b/manual/dtd/Makefile.am index 2cd31359e..0c134f1fd 100644 --- a/manual/dtd/Makefile.am +++ b/manual/dtd/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "manual/dtd" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. EXTRA_DIST= \ diff --git a/manual/es/Makefile.am b/manual/es/Makefile.am index 4d332b447..00f1ca8b1 100644 --- a/manual/es/Makefile.am +++ b/manual/es/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "manual/es" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. if BUILD_MANUAL diff --git a/manual/es/dist/Makefile.am b/manual/es/dist/Makefile.am index 6e5ff10cd..9bff2bd3f 100644 --- a/manual/es/dist/Makefile.am +++ b/manual/es/dist/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "manual/es/dist" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. SUBDIRS=html pdf ps txt diff --git a/manual/es/dist/html/Makefile.am b/manual/es/dist/html/Makefile.am index de6b36e0e..155d8f981 100644 --- a/manual/es/dist/html/Makefile.am +++ b/manual/es/dist/html/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "manual/es/dist/html" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. if MANUAL_HTML diff --git a/manual/es/dist/pdf/Makefile.am b/manual/es/dist/pdf/Makefile.am index 250965e1f..20073489b 100644 --- a/manual/es/dist/pdf/Makefile.am +++ b/manual/es/dist/pdf/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "manual/es/dist/pdf" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. if MANUAL_PDF diff --git a/manual/es/dist/ps/Makefile.am b/manual/es/dist/ps/Makefile.am index 434c996e1..ab88be6f3 100644 --- a/manual/es/dist/ps/Makefile.am +++ b/manual/es/dist/ps/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "manual/es/dist/ps" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. if MANUAL_PS @@ -25,4 +26,4 @@ claws-mail-manual.ps: \ maintainer-clean: -rm claws-mail-manual.ps -endif \ No newline at end of file +endif diff --git a/manual/es/dist/txt/Makefile.am b/manual/es/dist/txt/Makefile.am index 64dad7c46..d3c7b61f1 100644 --- a/manual/es/dist/txt/Makefile.am +++ b/manual/es/dist/txt/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "manual/es/dist/txt" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. if MANUAL_TXT diff --git a/manual/fr/Makefile.am b/manual/fr/Makefile.am index 3f344d268..00f1ca8b1 100644 --- a/manual/fr/Makefile.am +++ b/manual/fr/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "manual/fr" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. if BUILD_MANUAL diff --git a/manual/fr/dist/Makefile.am b/manual/fr/dist/Makefile.am index 0a163e7e1..9bff2bd3f 100644 --- a/manual/fr/dist/Makefile.am +++ b/manual/fr/dist/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "manual/fr/dist" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. SUBDIRS=html pdf ps txt diff --git a/manual/fr/dist/html/Makefile.am b/manual/fr/dist/html/Makefile.am index cca71f84e..a44d39d50 100644 --- a/manual/fr/dist/html/Makefile.am +++ b/manual/fr/dist/html/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "manual/fr/dist/html" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. if MANUAL_HTML diff --git a/manual/fr/dist/pdf/Makefile.am b/manual/fr/dist/pdf/Makefile.am index a7a6c3a45..a08985e87 100644 --- a/manual/fr/dist/pdf/Makefile.am +++ b/manual/fr/dist/pdf/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "manual/fr/dist/pdf" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. if MANUAL_PDF diff --git a/manual/fr/dist/ps/Makefile.am b/manual/fr/dist/ps/Makefile.am index c83bd81dc..1ab81e8c6 100644 --- a/manual/fr/dist/ps/Makefile.am +++ b/manual/fr/dist/ps/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "manual/fr/dist/ps" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. if MANUAL_PS @@ -25,4 +26,4 @@ claws-mail-manual.ps: \ maintainer-clean: -rm claws-mail-manual.ps -endif \ No newline at end of file +endif diff --git a/manual/fr/dist/txt/Makefile.am b/manual/fr/dist/txt/Makefile.am index dce8789e5..957b1bf52 100644 --- a/manual/fr/dist/txt/Makefile.am +++ b/manual/fr/dist/txt/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "manual/fr/dist/txt" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. if MANUAL_TXT diff --git a/manual/pl/Makefile.am b/manual/pl/Makefile.am index e5bca043f..00f1ca8b1 100644 --- a/manual/pl/Makefile.am +++ b/manual/pl/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "manual/pl" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. if BUILD_MANUAL diff --git a/manual/pl/dist/Makefile.am b/manual/pl/dist/Makefile.am index 8f26d3d6b..9bff2bd3f 100644 --- a/manual/pl/dist/Makefile.am +++ b/manual/pl/dist/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "manual/pl/dist" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. SUBDIRS=html pdf ps txt diff --git a/manual/pl/dist/html/Makefile.am b/manual/pl/dist/html/Makefile.am index 6eccf4463..c1f3ef681 100644 --- a/manual/pl/dist/html/Makefile.am +++ b/manual/pl/dist/html/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "manual/pl/dist/html" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. if MANUAL_HTML diff --git a/manual/pl/dist/pdf/Makefile.am b/manual/pl/dist/pdf/Makefile.am index f18e008e5..f06a5abf9 100644 --- a/manual/pl/dist/pdf/Makefile.am +++ b/manual/pl/dist/pdf/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "manual/pl/dist/pdf" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. if MANUAL_PDF diff --git a/manual/pl/dist/ps/Makefile.am b/manual/pl/dist/ps/Makefile.am index 7bbcef8fd..4664ec82e 100644 --- a/manual/pl/dist/ps/Makefile.am +++ b/manual/pl/dist/ps/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "manual/pl/dist/ps" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. if MANUAL_PS @@ -25,4 +26,4 @@ claws-mail-manual.ps: \ maintainer-clean: -rm claws-mail-manual.ps -endif \ No newline at end of file +endif diff --git a/manual/pl/dist/txt/Makefile.am b/manual/pl/dist/txt/Makefile.am index 44532b374..31c051d3b 100644 --- a/manual/pl/dist/txt/Makefile.am +++ b/manual/pl/dist/txt/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "manual/pl/dist/txt" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. if MANUAL_TXT diff --git a/src/Makefile.am b/src/Makefile.am index 0008fa061..cfb89a58d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,8 +1,8 @@ -# Makefile.am for "src" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. - if CLAWS_LIBETPAN etpan_dir = etpan etpan_library = etpan/libclawsetpan.la diff --git a/src/common/Makefile.am b/src/common/Makefile.am index af4a51162..7597061ed 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/common" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. PLUGINDIR = $(pkglibdir)/plugins/ diff --git a/src/etpan/Makefile.am b/src/etpan/Makefile.am index f86d6170b..111d8d169 100644 --- a/src/etpan/Makefile.am +++ b/src/etpan/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/etpan" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. PLUGINDIR = $(pkglibdir)/plugins/ diff --git a/src/gtk/Makefile.am b/src/gtk/Makefile.am index 07ffa2a7a..da363094c 100644 --- a/src/gtk/Makefile.am +++ b/src/gtk/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/gtk" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. PLUGINDIR = $(pkglibdir)/plugins/ diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 6912a8489..e87e4bddd 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. SUBDIRS = \ diff --git a/src/plugins/acpi_notifier/Makefile.am b/src/plugins/acpi_notifier/Makefile.am index 3d6b9a80a..2ae194c97 100644 --- a/src/plugins/acpi_notifier/Makefile.am +++ b/src/plugins/acpi_notifier/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/acpi_notifier" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. plugindir = $(pkglibdir)/plugins diff --git a/src/plugins/address_keeper/Makefile.am b/src/plugins/address_keeper/Makefile.am index cb97455c8..56e7965ab 100644 --- a/src/plugins/address_keeper/Makefile.am +++ b/src/plugins/address_keeper/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/address_keeper" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. EXTRA_DIST = claws.def plugin.def version.rc diff --git a/src/plugins/archive/Makefile.am b/src/plugins/archive/Makefile.am index a5281970e..6b82192fc 100644 --- a/src/plugins/archive/Makefile.am +++ b/src/plugins/archive/Makefile.am @@ -1,7 +1,8 @@ -# Makefile.am for "src/plugins/archive" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. -# + plugindir = $(pkglibdir)/plugins if BUILD_ARCHIVE_PLUGIN diff --git a/src/plugins/att_remover/Makefile.am b/src/plugins/att_remover/Makefile.am index 5fdc03764..99bfc6fc8 100644 --- a/src/plugins/att_remover/Makefile.am +++ b/src/plugins/att_remover/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/att_remover" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. EXTRA_DIST = claws.def plugin.def version.rc diff --git a/src/plugins/attachwarner/Makefile.am b/src/plugins/attachwarner/Makefile.am index 5c892e2ea..826279e20 100644 --- a/src/plugins/attachwarner/Makefile.am +++ b/src/plugins/attachwarner/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/attachwarner" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. EXTRA_DIST = claws.def plugin.def version.rc diff --git a/src/plugins/bogofilter/Makefile.am b/src/plugins/bogofilter/Makefile.am index d6dec04b1..fd41b2c9a 100644 --- a/src/plugins/bogofilter/Makefile.am +++ b/src/plugins/bogofilter/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/bogofilter" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. plugindir = $(pkglibdir)/plugins diff --git a/src/plugins/bsfilter/Makefile.am b/src/plugins/bsfilter/Makefile.am index 260c5c9e2..a39eb0561 100644 --- a/src/plugins/bsfilter/Makefile.am +++ b/src/plugins/bsfilter/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/bsfilter" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. EXTRA_DIST = claws.def plugin.def version.rc diff --git a/src/plugins/clamd/Makefile.am b/src/plugins/clamd/Makefile.am index b59c84e26..2e97582a6 100644 --- a/src/plugins/clamd/Makefile.am +++ b/src/plugins/clamd/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/clamd" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. SUBDIRS = libclamd diff --git a/src/plugins/clamd/libclamd/Makefile.am b/src/plugins/clamd/libclamd/Makefile.am index 292c38db7..f5803895b 100644 --- a/src/plugins/clamd/libclamd/Makefile.am +++ b/src/plugins/clamd/libclamd/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/clamd/libclamd" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. libclamd_plugin_la_CPPFLAGS = \ diff --git a/src/plugins/demo/Makefile.am b/src/plugins/demo/Makefile.am index aa573c11d..8c2d43ab8 100644 --- a/src/plugins/demo/Makefile.am +++ b/src/plugins/demo/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/demo" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. plugindir = $(pkglibdir)/plugins diff --git a/src/plugins/fancy/Makefile.am b/src/plugins/fancy/Makefile.am index 759145182..4c684b3f3 100644 --- a/src/plugins/fancy/Makefile.am +++ b/src/plugins/fancy/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/fancy" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. EXTRA_DIST = claws.def plugin.def version.rc diff --git a/src/plugins/fetchinfo/Makefile.am b/src/plugins/fetchinfo/Makefile.am index f82aab471..ca84f48ad 100644 --- a/src/plugins/fetchinfo/Makefile.am +++ b/src/plugins/fetchinfo/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/fetchinfo" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. if OS_WIN32 diff --git a/src/plugins/gdata/Makefile.am b/src/plugins/gdata/Makefile.am index f43e8d21d..4b9ee4eb2 100644 --- a/src/plugins/gdata/Makefile.am +++ b/src/plugins/gdata/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/gdata" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. plugindir = $(pkglibdir)/plugins diff --git a/src/plugins/geolocation/Makefile.am b/src/plugins/geolocation/Makefile.am index 5306832aa..6a89031c2 100644 --- a/src/plugins/geolocation/Makefile.am +++ b/src/plugins/geolocation/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/geolocation" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. plugindir = $(pkglibdir)/plugins diff --git a/src/plugins/libravatar/Makefile.am b/src/plugins/libravatar/Makefile.am index 1950bfd1d..df303792c 100644 --- a/src/plugins/libravatar/Makefile.am +++ b/src/plugins/libravatar/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/libravatar" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. EXTRA_DIST = claws.def plugin.def version.rc diff --git a/src/plugins/mailmbox/Makefile.am b/src/plugins/mailmbox/Makefile.am index 46caaece0..a0e662c2d 100644 --- a/src/plugins/mailmbox/Makefile.am +++ b/src/plugins/mailmbox/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/mailmbox" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. EXTRA_DIST = claws.def plugin.def version.rc diff --git a/src/plugins/newmail/Makefile.am b/src/plugins/newmail/Makefile.am index 2653d4f60..286d0b1b2 100644 --- a/src/plugins/newmail/Makefile.am +++ b/src/plugins/newmail/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/newmail" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. plugindir = $(pkglibdir)/plugins diff --git a/src/plugins/notification/Makefile.am b/src/plugins/notification/Makefile.am index a5a196952..cde0621d8 100644 --- a/src/plugins/notification/Makefile.am +++ b/src/plugins/notification/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/notification" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. if BUILD_HOTKEYS diff --git a/src/plugins/notification/gtkhotkey/Makefile.am b/src/plugins/notification/gtkhotkey/Makefile.am index 7a6e3931c..18f619a29 100644 --- a/src/plugins/notification/gtkhotkey/Makefile.am +++ b/src/plugins/notification/gtkhotkey/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/notification/gtkhotkey" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. if BUILD_HOTKEYS diff --git a/src/plugins/pdf_viewer/Makefile.am b/src/plugins/pdf_viewer/Makefile.am index 3e8071c68..5da7c41ac 100644 --- a/src/plugins/pdf_viewer/Makefile.am +++ b/src/plugins/pdf_viewer/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/pdf_viewer" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. plugindir = $(pkglibdir)/plugins diff --git a/src/plugins/perl/Makefile.am b/src/plugins/perl/Makefile.am index 21737cac3..2785e3ffd 100644 --- a/src/plugins/perl/Makefile.am +++ b/src/plugins/perl/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/perl" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. SUBDIRS = tools diff --git a/src/plugins/perl/tools/Makefile.am b/src/plugins/perl/tools/Makefile.am index cbcb93f27..9744b77ee 100644 --- a/src/plugins/perl/tools/Makefile.am +++ b/src/plugins/perl/tools/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/perl/tools" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. EXTRA_TOOLS = \ diff --git a/src/plugins/pgpcore/Makefile.am b/src/plugins/pgpcore/Makefile.am index 50abc807c..db67806ec 100644 --- a/src/plugins/pgpcore/Makefile.am +++ b/src/plugins/pgpcore/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/pgpcore" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. EXTRA_DIST = version.rc plugin.def claws.def diff --git a/src/plugins/pgpinline/Makefile.am b/src/plugins/pgpinline/Makefile.am index c639cf1e1..cd49aef42 100644 --- a/src/plugins/pgpinline/Makefile.am +++ b/src/plugins/pgpinline/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/pgpinline" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. EXTRA_DIST = version.rc plugin.def claws.def mypgpcore.def pgpinline.deps diff --git a/src/plugins/pgpmime/Makefile.am b/src/plugins/pgpmime/Makefile.am index 9c70cd1b2..f69cd83e3 100644 --- a/src/plugins/pgpmime/Makefile.am +++ b/src/plugins/pgpmime/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/pgpmime" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. EXTRA_DIST = version.rc plugin.def claws.def mypgpcore.def pgpmime.deps diff --git a/src/plugins/python/Makefile.am b/src/plugins/python/Makefile.am index 8af099cbe..ebb9d728b 100644 --- a/src/plugins/python/Makefile.am +++ b/src/plugins/python/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/python" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. SUBDIRS = examples diff --git a/src/plugins/python/examples/Makefile.am b/src/plugins/python/examples/Makefile.am index 5f8130dc6..5787a2ca2 100644 --- a/src/plugins/python/examples/Makefile.am +++ b/src/plugins/python/examples/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/python/examples" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. EXTRA_DIST = \ diff --git a/src/plugins/rssyl/Makefile.am b/src/plugins/rssyl/Makefile.am index 64417c97d..6d71d7845 100644 --- a/src/plugins/rssyl/Makefile.am +++ b/src/plugins/rssyl/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/rssyl" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. SUBDIRS = libfeed diff --git a/src/plugins/smime/Makefile.am b/src/plugins/smime/Makefile.am index 177b61a48..85b1f5807 100644 --- a/src/plugins/smime/Makefile.am +++ b/src/plugins/smime/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/smime" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. EXTRA_DIST = version.rc plugin.def claws.def mypgpcore.def smime.deps diff --git a/src/plugins/spam_report/Makefile.am b/src/plugins/spam_report/Makefile.am index bb3b3f5f6..15323d36e 100644 --- a/src/plugins/spam_report/Makefile.am +++ b/src/plugins/spam_report/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/spam_report" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. EXTRA_DIST = claws.def plugin.def version.rc diff --git a/src/plugins/spamassassin/Makefile.am b/src/plugins/spamassassin/Makefile.am index 748b67910..40525a943 100644 --- a/src/plugins/spamassassin/Makefile.am +++ b/src/plugins/spamassassin/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/spamassassin" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. plugindir = $(pkglibdir)/plugins diff --git a/src/plugins/tnef_parse/Makefile.am b/src/plugins/tnef_parse/Makefile.am index 378450770..699fd46ea 100644 --- a/src/plugins/tnef_parse/Makefile.am +++ b/src/plugins/tnef_parse/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/tnef_parse" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. EXTRA_DIST = claws.def plugin.def version.rc diff --git a/src/plugins/vcalendar/Makefile.am b/src/plugins/vcalendar/Makefile.am index 2c6806ffc..3e1738fa8 100644 --- a/src/plugins/vcalendar/Makefile.am +++ b/src/plugins/vcalendar/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/vcalendar" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. SUBDIRS = libical diff --git a/src/plugins/vcalendar/libical/Makefile.am b/src/plugins/vcalendar/libical/Makefile.am index 86025b270..291081b62 100644 --- a/src/plugins/vcalendar/libical/Makefile.am +++ b/src/plugins/vcalendar/libical/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/vcalendar/libical" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. SUBDIRS = libical design-data scripts diff --git a/src/plugins/vcalendar/libical/design-data/Makefile.am b/src/plugins/vcalendar/libical/design-data/Makefile.am index 989beced9..312e61f81 100644 --- a/src/plugins/vcalendar/libical/design-data/Makefile.am +++ b/src/plugins/vcalendar/libical/design-data/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/vcalendar/libical/design-data" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. EXTRA_DIST =\ diff --git a/src/plugins/vcalendar/libical/scripts/Makefile.am b/src/plugins/vcalendar/libical/scripts/Makefile.am index 9f2fcea0e..e82dd2063 100644 --- a/src/plugins/vcalendar/libical/scripts/Makefile.am +++ b/src/plugins/vcalendar/libical/scripts/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "src/plugins/vcalendar/libical/scripts" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. EXTRA_DIST = \ diff --git a/tools/Makefile.am b/tools/Makefile.am index fc9a2badd..cc2af9e0e 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,5 +1,6 @@ -# Makefile.am for "tools" directory -# This file is part of Claws Mail package. +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). # See COPYING file for license details. EXTRA_TOOLS = \ -- 2.25.1