From 9b3fd2b56299a3a2f220af099754c19899ad5ab8 Mon Sep 17 00:00:00 2001 From: Ricardo Mones Date: Sun, 25 May 2014 12:39:10 +0200 Subject: [PATCH] Update licensing for Makefile.am files --- Makefile.am | 4 ++++ config/Makefile.am | 4 ++++ doc/Makefile.am | 4 ++++ doc/man/Makefile.am | 4 ++++ m4/Makefile.am | 4 ++++ manual/Makefile.am | 4 ++++ manual/de/Makefile.am | 4 ++++ manual/de/dist/Makefile.am | 4 ++++ manual/de/dist/html/Makefile.am | 4 ++++ manual/de/dist/pdf/Makefile.am | 4 ++++ manual/de/dist/ps/Makefile.am | 4 ++++ manual/de/dist/txt/Makefile.am | 4 ++++ manual/dist/Makefile.am | 4 ++++ manual/dist/html/Makefile.am | 4 ++++ manual/dist/pdf/Makefile.am | 4 ++++ manual/dist/ps/Makefile.am | 4 ++++ manual/dist/txt/Makefile.am | 4 ++++ manual/dtd/Makefile.am | 4 ++++ manual/es/Makefile.am | 4 ++++ manual/es/dist/Makefile.am | 4 ++++ manual/es/dist/html/Makefile.am | 4 ++++ manual/es/dist/pdf/Makefile.am | 4 ++++ manual/es/dist/ps/Makefile.am | 4 ++++ manual/es/dist/txt/Makefile.am | 4 ++++ manual/fr/Makefile.am | 4 ++++ manual/fr/dist/Makefile.am | 4 ++++ manual/fr/dist/html/Makefile.am | 4 ++++ manual/fr/dist/pdf/Makefile.am | 4 ++++ manual/fr/dist/ps/Makefile.am | 4 ++++ manual/fr/dist/txt/Makefile.am | 4 ++++ manual/pl/Makefile.am | 4 ++++ manual/pl/dist/Makefile.am | 4 ++++ manual/pl/dist/html/Makefile.am | 4 ++++ manual/pl/dist/pdf/Makefile.am | 4 ++++ manual/pl/dist/ps/Makefile.am | 4 ++++ manual/pl/dist/txt/Makefile.am | 4 ++++ src/Makefile.am | 4 ++++ src/common/Makefile.am | 4 ++++ src/etpan/Makefile.am | 4 ++++ src/gtk/Makefile.am | 4 ++++ src/plugins/Makefile.am | 4 ++++ src/plugins/acpi_notifier/Makefile.am | 4 ++++ src/plugins/address_keeper/Makefile.am | 4 ++++ src/plugins/archive/Makefile.am | 4 ++++ src/plugins/att_remover/Makefile.am | 4 ++++ src/plugins/attachwarner/Makefile.am | 4 ++++ src/plugins/bogofilter/Makefile.am | 4 ++++ src/plugins/bsfilter/Makefile.am | 4 ++++ src/plugins/clamd/Makefile.am | 4 ++++ src/plugins/clamd/libclamd/Makefile.am | 4 ++++ src/plugins/demo/Makefile.am | 4 ++++ src/plugins/fancy/Makefile.am | 4 ++++ src/plugins/fetchinfo/Makefile.am | 4 ++++ src/plugins/gdata/Makefile.am | 4 ++++ src/plugins/geolocation/Makefile.am | 4 ++++ src/plugins/libravatar/Makefile.am | 4 ++++ src/plugins/mailmbox/Makefile.am | 4 ++++ src/plugins/newmail/Makefile.am | 4 ++++ src/plugins/notification/Makefile.am | 4 ++++ src/plugins/notification/gtkhotkey/Makefile.am | 4 ++++ src/plugins/pdf_viewer/Makefile.am | 4 ++++ src/plugins/perl/Makefile.am | 4 ++++ src/plugins/perl/tools/Makefile.am | 4 ++++ src/plugins/pgpcore/Makefile.am | 4 ++++ src/plugins/pgpinline/Makefile.am | 4 ++++ src/plugins/pgpmime/Makefile.am | 4 ++++ src/plugins/python/Makefile.am | 4 ++++ src/plugins/python/examples/Makefile.am | 4 ++++ src/plugins/rssyl/Makefile.am | 4 ++++ src/plugins/smime/Makefile.am | 4 ++++ src/plugins/spam_report/Makefile.am | 4 ++++ src/plugins/spamassassin/Makefile.am | 4 ++++ src/plugins/tnef_parse/Makefile.am | 4 ++++ src/plugins/vcalendar/Makefile.am | 4 ++++ src/plugins/vcalendar/libical/Makefile.am | 4 ++++ src/plugins/vcalendar/libical/design-data/Makefile.am | 4 ++++ src/plugins/vcalendar/libical/scripts/Makefile.am | 4 ++++ tools/Makefile.am | 4 ++++ 78 files changed, 312 insertions(+) diff --git a/Makefile.am b/Makefile.am index dce9f25e9..853fa09a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for toplevel directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + ACLOCAL_AMFLAGS = -I m4 AUTOMAKE_OPTIONS = dist-bzip2 dist-xz diff --git a/config/Makefile.am b/config/Makefile.am index e69de29bb..d23e85b75 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -0,0 +1,4 @@ +# 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 ad800b63c..66dc846ad 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1 +1,5 @@ +# Makefile.am for "doc" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + SUBDIRS = man diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am index 8a7dc016c..ecaa11d1b 100644 --- a/doc/man/Makefile.am +++ b/doc/man/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "doc/man" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + man_MANS = \ claws-mail.1 diff --git a/m4/Makefile.am b/m4/Makefile.am index 6bde79bec..cbbd6ef89 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "m4" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + MACROS = \ check-type.m4 \ gnupg-check-typedef.m4 \ diff --git a/manual/Makefile.am b/manual/Makefile.am index 29863c20b..f75933e67 100644 --- a/manual/Makefile.am +++ b/manual/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "manual" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + if BUILD_MANUAL SUBDIRS=dtd dist de es fr pl endif diff --git a/manual/de/Makefile.am b/manual/de/Makefile.am index 60488d12d..a38ed919c 100644 --- a/manual/de/Makefile.am +++ b/manual/de/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "manual/de" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + if BUILD_MANUAL SUBDIRS=dist endif diff --git a/manual/de/dist/Makefile.am b/manual/de/dist/Makefile.am index 47d9dd48d..073613e51 100644 --- a/manual/de/dist/Makefile.am +++ b/manual/de/dist/Makefile.am @@ -1 +1,5 @@ +# Makefile.am for "manual/de/dist" directory +# This file is part of Claws Mail package. +# 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 c8eaf36b0..4b88e1d48 100644 --- a/manual/de/dist/html/Makefile.am +++ b/manual/de/dist/html/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "manual/de/dist/html" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + if MANUAL_HTML EXTRA_DIST=claws-mail-manual.html manualde_DATA=claws-mail-manual.html diff --git a/manual/de/dist/pdf/Makefile.am b/manual/de/dist/pdf/Makefile.am index 5e3f3571d..70e848b0e 100644 --- a/manual/de/dist/pdf/Makefile.am +++ b/manual/de/dist/pdf/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "manual/de/dist/pdf" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + if MANUAL_PDF EXTRA_DIST=claws-mail-manual.pdf manualde_DATA=claws-mail-manual.pdf diff --git a/manual/de/dist/ps/Makefile.am b/manual/de/dist/ps/Makefile.am index 450ca85fb..736e962d8 100644 --- a/manual/de/dist/ps/Makefile.am +++ b/manual/de/dist/ps/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "manual/de/dist/ps" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + if MANUAL_PS EXTRA_DIST=claws-mail-manual.ps manualde_DATA=claws-mail-manual.ps diff --git a/manual/de/dist/txt/Makefile.am b/manual/de/dist/txt/Makefile.am index f9bf3ad55..2ffeb4f82 100644 --- a/manual/de/dist/txt/Makefile.am +++ b/manual/de/dist/txt/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "manual/de/dist/txt" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + if MANUAL_TXT EXTRA_DIST=claws-mail-manual.txt manualde_DATA=claws-mail-manual.txt diff --git a/manual/dist/Makefile.am b/manual/dist/Makefile.am index 47d9dd48d..06c3b3e05 100644 --- a/manual/dist/Makefile.am +++ b/manual/dist/Makefile.am @@ -1 +1,5 @@ +# Makefile.am for "manual/dist" directory +# This file is part of Claws Mail package. +# 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 ab97dec7b..0a0ec398f 100644 --- a/manual/dist/html/Makefile.am +++ b/manual/dist/html/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "manual/dist/html" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + if MANUAL_HTML EXTRA_DIST=claws-mail-manual.html manualde_DATA=claws-mail-manual.html diff --git a/manual/dist/pdf/Makefile.am b/manual/dist/pdf/Makefile.am index 0b5a57dbb..0ebe5058d 100644 --- a/manual/dist/pdf/Makefile.am +++ b/manual/dist/pdf/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "manual/dist/pdf" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + if MANUAL_PDF EXTRA_DIST=claws-mail-manual.pdf manualde_DATA=claws-mail-manual.pdf diff --git a/manual/dist/ps/Makefile.am b/manual/dist/ps/Makefile.am index a54fcc16c..2d56db690 100644 --- a/manual/dist/ps/Makefile.am +++ b/manual/dist/ps/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "manual/dist/ps" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + if MANUAL_PS EXTRA_DIST=claws-mail-manual.ps manualde_DATA=claws-mail-manual.ps diff --git a/manual/dist/txt/Makefile.am b/manual/dist/txt/Makefile.am index c45edf1c8..a117198fa 100644 --- a/manual/dist/txt/Makefile.am +++ b/manual/dist/txt/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "manual/dist/txt" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + if MANUAL_TXT EXTRA_DIST=claws-mail-manual.txt manualde_DATA=claws-mail-manual.txt diff --git a/manual/dtd/Makefile.am b/manual/dtd/Makefile.am index cbb9250ef..2cd31359e 100644 --- a/manual/dtd/Makefile.am +++ b/manual/dtd/Makefile.am @@ -1,2 +1,6 @@ +# Makefile.am for "manual/dtd" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + EXTRA_DIST= \ manual.dsl sdocbook.dtd diff --git a/manual/es/Makefile.am b/manual/es/Makefile.am index 60488d12d..4d332b447 100644 --- a/manual/es/Makefile.am +++ b/manual/es/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "manual/es" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + if BUILD_MANUAL SUBDIRS=dist endif diff --git a/manual/es/dist/Makefile.am b/manual/es/dist/Makefile.am index 47d9dd48d..6e5ff10cd 100644 --- a/manual/es/dist/Makefile.am +++ b/manual/es/dist/Makefile.am @@ -1 +1,5 @@ +# Makefile.am for "manual/es/dist" directory +# This file is part of Claws Mail package. +# 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 1ad8fff66..de6b36e0e 100644 --- a/manual/es/dist/html/Makefile.am +++ b/manual/es/dist/html/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "manual/es/dist/html" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + if MANUAL_HTML EXTRA_DIST=claws-mail-manual.html manualde_DATA=claws-mail-manual.html diff --git a/manual/es/dist/pdf/Makefile.am b/manual/es/dist/pdf/Makefile.am index 44f0e0604..250965e1f 100644 --- a/manual/es/dist/pdf/Makefile.am +++ b/manual/es/dist/pdf/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "manual/es/dist/pdf" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + if MANUAL_PDF EXTRA_DIST=claws-mail-manual.pdf manualde_DATA=claws-mail-manual.pdf diff --git a/manual/es/dist/ps/Makefile.am b/manual/es/dist/ps/Makefile.am index a3fe499fa..434c996e1 100644 --- a/manual/es/dist/ps/Makefile.am +++ b/manual/es/dist/ps/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "manual/es/dist/ps" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + if MANUAL_PS EXTRA_DIST=claws-mail-manual.ps manualde_DATA=claws-mail-manual.ps diff --git a/manual/es/dist/txt/Makefile.am b/manual/es/dist/txt/Makefile.am index f633bd92c..64dad7c46 100644 --- a/manual/es/dist/txt/Makefile.am +++ b/manual/es/dist/txt/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "manual/es/dist/txt" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + if MANUAL_TXT EXTRA_DIST=claws-mail-manual.txt manualde_DATA=claws-mail-manual.txt diff --git a/manual/fr/Makefile.am b/manual/fr/Makefile.am index 60488d12d..3f344d268 100644 --- a/manual/fr/Makefile.am +++ b/manual/fr/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "manual/fr" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + if BUILD_MANUAL SUBDIRS=dist endif diff --git a/manual/fr/dist/Makefile.am b/manual/fr/dist/Makefile.am index 47d9dd48d..0a163e7e1 100644 --- a/manual/fr/dist/Makefile.am +++ b/manual/fr/dist/Makefile.am @@ -1 +1,5 @@ +# Makefile.am for "manual/fr/dist" directory +# This file is part of Claws Mail package. +# 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 103418701..cca71f84e 100644 --- a/manual/fr/dist/html/Makefile.am +++ b/manual/fr/dist/html/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "manual/fr/dist/html" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + if MANUAL_HTML EXTRA_DIST=claws-mail-manual.html manualde_DATA=claws-mail-manual.html diff --git a/manual/fr/dist/pdf/Makefile.am b/manual/fr/dist/pdf/Makefile.am index 8a67959b6..a7a6c3a45 100644 --- a/manual/fr/dist/pdf/Makefile.am +++ b/manual/fr/dist/pdf/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "manual/fr/dist/pdf" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + if MANUAL_PDF EXTRA_DIST=claws-mail-manual.pdf manualde_DATA=claws-mail-manual.pdf diff --git a/manual/fr/dist/ps/Makefile.am b/manual/fr/dist/ps/Makefile.am index a86b8669f..c83bd81dc 100644 --- a/manual/fr/dist/ps/Makefile.am +++ b/manual/fr/dist/ps/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "manual/fr/dist/ps" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + if MANUAL_PS EXTRA_DIST=claws-mail-manual.ps manualde_DATA=claws-mail-manual.ps diff --git a/manual/fr/dist/txt/Makefile.am b/manual/fr/dist/txt/Makefile.am index fbc693b1b..dce8789e5 100644 --- a/manual/fr/dist/txt/Makefile.am +++ b/manual/fr/dist/txt/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "manual/fr/dist/txt" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + if MANUAL_TXT EXTRA_DIST=claws-mail-manual.txt manualde_DATA=claws-mail-manual.txt diff --git a/manual/pl/Makefile.am b/manual/pl/Makefile.am index 60488d12d..e5bca043f 100644 --- a/manual/pl/Makefile.am +++ b/manual/pl/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "manual/pl" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + if BUILD_MANUAL SUBDIRS=dist endif diff --git a/manual/pl/dist/Makefile.am b/manual/pl/dist/Makefile.am index 47d9dd48d..8f26d3d6b 100644 --- a/manual/pl/dist/Makefile.am +++ b/manual/pl/dist/Makefile.am @@ -1 +1,5 @@ +# Makefile.am for "manual/pl/dist" directory +# This file is part of Claws Mail package. +# 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 1f4dd97d0..6eccf4463 100644 --- a/manual/pl/dist/html/Makefile.am +++ b/manual/pl/dist/html/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "manual/pl/dist/html" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + if MANUAL_HTML EXTRA_DIST=claws-mail-manual.html manualde_DATA=claws-mail-manual.html diff --git a/manual/pl/dist/pdf/Makefile.am b/manual/pl/dist/pdf/Makefile.am index 90aa60817..f18e008e5 100644 --- a/manual/pl/dist/pdf/Makefile.am +++ b/manual/pl/dist/pdf/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "manual/pl/dist/pdf" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + if MANUAL_PDF EXTRA_DIST=claws-mail-manual.pdf manualde_DATA=claws-mail-manual.pdf diff --git a/manual/pl/dist/ps/Makefile.am b/manual/pl/dist/ps/Makefile.am index 06ee6104b..7bbcef8fd 100644 --- a/manual/pl/dist/ps/Makefile.am +++ b/manual/pl/dist/ps/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "manual/pl/dist/ps" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + if MANUAL_PS EXTRA_DIST=claws-mail-manual.ps manualde_DATA=claws-mail-manual.ps diff --git a/manual/pl/dist/txt/Makefile.am b/manual/pl/dist/txt/Makefile.am index 7db964d1a..44532b374 100644 --- a/manual/pl/dist/txt/Makefile.am +++ b/manual/pl/dist/txt/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "manual/pl/dist/txt" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + if MANUAL_TXT EXTRA_DIST=claws-mail-manual.txt manualde_DATA=claws-mail-manual.txt diff --git a/src/Makefile.am b/src/Makefile.am index 13513d38f..0008fa061 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + if CLAWS_LIBETPAN etpan_dir = etpan diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 36d17d683..af4a51162 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/common" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + PLUGINDIR = $(pkglibdir)/plugins/ DESKTOPFILEPATH=$(datadir)/applications/claws-mail.desktop diff --git a/src/etpan/Makefile.am b/src/etpan/Makefile.am index 100df435b..f86d6170b 100644 --- a/src/etpan/Makefile.am +++ b/src/etpan/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/etpan" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + PLUGINDIR = $(pkglibdir)/plugins/ noinst_LTLIBRARIES = libclawsetpan.la diff --git a/src/gtk/Makefile.am b/src/gtk/Makefile.am index 8c5603655..07ffa2a7a 100644 --- a/src/gtk/Makefile.am +++ b/src/gtk/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/gtk" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + PLUGINDIR = $(pkglibdir)/plugins/ DOCDIR = $(docdir) diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 2914aa51a..6912a8489 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + SUBDIRS = \ acpi_notifier \ address_keeper \ diff --git a/src/plugins/acpi_notifier/Makefile.am b/src/plugins/acpi_notifier/Makefile.am index 0718451f1..3d6b9a80a 100644 --- a/src/plugins/acpi_notifier/Makefile.am +++ b/src/plugins/acpi_notifier/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/acpi_notifier" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + plugindir = $(pkglibdir)/plugins if BUILD_ACPI_NOTIFIER_PLUGIN diff --git a/src/plugins/address_keeper/Makefile.am b/src/plugins/address_keeper/Makefile.am index a63531c39..cb97455c8 100644 --- a/src/plugins/address_keeper/Makefile.am +++ b/src/plugins/address_keeper/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/address_keeper" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + EXTRA_DIST = claws.def plugin.def version.rc IFLAGS = \ diff --git a/src/plugins/archive/Makefile.am b/src/plugins/archive/Makefile.am index daf787e88..a4f0b8046 100644 --- a/src/plugins/archive/Makefile.am +++ b/src/plugins/archive/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/archive" directory +# This file is part of Claws Mail package. +# 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 c2bc67a76..5fdc03764 100644 --- a/src/plugins/att_remover/Makefile.am +++ b/src/plugins/att_remover/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/att_remover" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + EXTRA_DIST = claws.def plugin.def version.rc IFLAGS = \ diff --git a/src/plugins/attachwarner/Makefile.am b/src/plugins/attachwarner/Makefile.am index 62b72650c..5c892e2ea 100644 --- a/src/plugins/attachwarner/Makefile.am +++ b/src/plugins/attachwarner/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/attachwarner" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + EXTRA_DIST = claws.def plugin.def version.rc IFLAGS = \ diff --git a/src/plugins/bogofilter/Makefile.am b/src/plugins/bogofilter/Makefile.am index 45986a4df..d6dec04b1 100644 --- a/src/plugins/bogofilter/Makefile.am +++ b/src/plugins/bogofilter/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/bogofilter" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + plugindir = $(pkglibdir)/plugins if BUILD_BOGOFILTER_PLUGIN diff --git a/src/plugins/bsfilter/Makefile.am b/src/plugins/bsfilter/Makefile.am index 5feae174e..260c5c9e2 100644 --- a/src/plugins/bsfilter/Makefile.am +++ b/src/plugins/bsfilter/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/bsfilter" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + EXTRA_DIST = claws.def plugin.def version.rc IFLAGS = \ diff --git a/src/plugins/clamd/Makefile.am b/src/plugins/clamd/Makefile.am index 5d7596536..b59c84e26 100644 --- a/src/plugins/clamd/Makefile.am +++ b/src/plugins/clamd/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/clamd" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + SUBDIRS = libclamd plugindir = $(pkglibdir)/plugins diff --git a/src/plugins/clamd/libclamd/Makefile.am b/src/plugins/clamd/libclamd/Makefile.am index 3ae5f31d4..a234f206d 100644 --- a/src/plugins/clamd/libclamd/Makefile.am +++ b/src/plugins/clamd/libclamd/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/clamd/libclamd" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + libclamd_plugin_la_CPPFLAGS = \ $(GLIB_CFLAGS) \ $(GTK_CFLAGS) \ diff --git a/src/plugins/demo/Makefile.am b/src/plugins/demo/Makefile.am index 91806bb0d..aa573c11d 100644 --- a/src/plugins/demo/Makefile.am +++ b/src/plugins/demo/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/demo" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + plugindir = $(pkglibdir)/plugins if BUILD_DEMO_PLUGIN diff --git a/src/plugins/fancy/Makefile.am b/src/plugins/fancy/Makefile.am index 7c0c84d00..759145182 100644 --- a/src/plugins/fancy/Makefile.am +++ b/src/plugins/fancy/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/fancy" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + EXTRA_DIST = claws.def plugin.def version.rc IFLAGS = \ diff --git a/src/plugins/fetchinfo/Makefile.am b/src/plugins/fetchinfo/Makefile.am index 3e0430e9c..5e9af51cf 100644 --- a/src/plugins/fetchinfo/Makefile.am +++ b/src/plugins/fetchinfo/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/fetchinfo" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + if OS_WIN32 LTRCCOMPILE = $(LIBTOOL) --mode=compile --tag=RC $(RC) \ diff --git a/src/plugins/gdata/Makefile.am b/src/plugins/gdata/Makefile.am index cdecfec4b..f43e8d21d 100644 --- a/src/plugins/gdata/Makefile.am +++ b/src/plugins/gdata/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/gdata" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + plugindir = $(pkglibdir)/plugins if BUILD_GDATA_PLUGIN diff --git a/src/plugins/geolocation/Makefile.am b/src/plugins/geolocation/Makefile.am index e15be4829..b2a5ba526 100644 --- a/src/plugins/geolocation/Makefile.am +++ b/src/plugins/geolocation/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/geolocation" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + plugindir = $(pkglibdir)/plugins if BUILD_GEOLOCATION_PLUGIN diff --git a/src/plugins/libravatar/Makefile.am b/src/plugins/libravatar/Makefile.am index 0e642366c..1950bfd1d 100644 --- a/src/plugins/libravatar/Makefile.am +++ b/src/plugins/libravatar/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/libravatar" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + EXTRA_DIST = claws.def plugin.def version.rc IFLAGS = \ diff --git a/src/plugins/mailmbox/Makefile.am b/src/plugins/mailmbox/Makefile.am index e586a5807..c5a5b8ad9 100644 --- a/src/plugins/mailmbox/Makefile.am +++ b/src/plugins/mailmbox/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/mailmbox" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + EXTRA_DIST = claws.def plugin.def version.rc IFLAGS = \ diff --git a/src/plugins/newmail/Makefile.am b/src/plugins/newmail/Makefile.am index fd8545345..2653d4f60 100644 --- a/src/plugins/newmail/Makefile.am +++ b/src/plugins/newmail/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/newmail" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + plugindir = $(pkglibdir)/plugins if BUILD_NEWMAIL_PLUGIN diff --git a/src/plugins/notification/Makefile.am b/src/plugins/notification/Makefile.am index 9b33429a7..a5a196952 100644 --- a/src/plugins/notification/Makefile.am +++ b/src/plugins/notification/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/notification" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + if BUILD_HOTKEYS hotkey_lib = libcmnpgtkhotkey.la hotkey_lib_path = $(top_builddir)/src/plugins/notification/gtkhotkey/libcmnpgtkhotkey.la diff --git a/src/plugins/notification/gtkhotkey/Makefile.am b/src/plugins/notification/gtkhotkey/Makefile.am index 111fe004e..7a6e3931c 100644 --- a/src/plugins/notification/gtkhotkey/Makefile.am +++ b/src/plugins/notification/gtkhotkey/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/notification/gtkhotkey" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + if BUILD_HOTKEYS noinst_LTLIBRARIES = libcmnpgtkhotkey.la endif diff --git a/src/plugins/pdf_viewer/Makefile.am b/src/plugins/pdf_viewer/Makefile.am index a4beb8242..055343ec7 100644 --- a/src/plugins/pdf_viewer/Makefile.am +++ b/src/plugins/pdf_viewer/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/pdf_viewer" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + plugindir = $(pkglibdir)/plugins if BUILD_PDF_VIEWER_PLUGIN diff --git a/src/plugins/perl/Makefile.am b/src/plugins/perl/Makefile.am index b696d50aa..21737cac3 100644 --- a/src/plugins/perl/Makefile.am +++ b/src/plugins/perl/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/perl" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + SUBDIRS = tools plugindir = $(pkglibdir)/plugins diff --git a/src/plugins/perl/tools/Makefile.am b/src/plugins/perl/tools/Makefile.am index 7e2d996eb..cbcb93f27 100644 --- a/src/plugins/perl/tools/Makefile.am +++ b/src/plugins/perl/tools/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/perl/tools" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + EXTRA_TOOLS = \ matcherrc2perlfilter.pl diff --git a/src/plugins/pgpcore/Makefile.am b/src/plugins/pgpcore/Makefile.am index 5b572f633..50abc807c 100644 --- a/src/plugins/pgpcore/Makefile.am +++ b/src/plugins/pgpcore/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/pgpcore" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + EXTRA_DIST = version.rc plugin.def claws.def IFLAGS = \ diff --git a/src/plugins/pgpinline/Makefile.am b/src/plugins/pgpinline/Makefile.am index bd67cf481..c639cf1e1 100644 --- a/src/plugins/pgpinline/Makefile.am +++ b/src/plugins/pgpinline/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/pgpinline" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + EXTRA_DIST = version.rc plugin.def claws.def mypgpcore.def pgpinline.deps IFLAGS = \ diff --git a/src/plugins/pgpmime/Makefile.am b/src/plugins/pgpmime/Makefile.am index 43f9a47a4..9c70cd1b2 100644 --- a/src/plugins/pgpmime/Makefile.am +++ b/src/plugins/pgpmime/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/pgpmime" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + EXTRA_DIST = version.rc plugin.def claws.def mypgpcore.def pgpmime.deps IFLAGS = \ diff --git a/src/plugins/python/Makefile.am b/src/plugins/python/Makefile.am index d969ca3ad..8af099cbe 100644 --- a/src/plugins/python/Makefile.am +++ b/src/plugins/python/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/python" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + SUBDIRS = examples plugindir = $(pkglibdir)/plugins diff --git a/src/plugins/python/examples/Makefile.am b/src/plugins/python/examples/Makefile.am index d20c0634c..5f8130dc6 100644 --- a/src/plugins/python/examples/Makefile.am +++ b/src/plugins/python/examples/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/python/examples" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + EXTRA_DIST = \ README.examples \ auto/shutdown \ diff --git a/src/plugins/rssyl/Makefile.am b/src/plugins/rssyl/Makefile.am index ff93d1217..788796330 100644 --- a/src/plugins/rssyl/Makefile.am +++ b/src/plugins/rssyl/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/rssyl" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + EXTRA_DIST = claws.def plugin.def version.rc IFLAGS = \ diff --git a/src/plugins/smime/Makefile.am b/src/plugins/smime/Makefile.am index 0b843d61b..177b61a48 100644 --- a/src/plugins/smime/Makefile.am +++ b/src/plugins/smime/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/smime" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + EXTRA_DIST = version.rc plugin.def claws.def mypgpcore.def smime.deps IFLAGS = \ diff --git a/src/plugins/spam_report/Makefile.am b/src/plugins/spam_report/Makefile.am index 35d241e84..bb3b3f5f6 100644 --- a/src/plugins/spam_report/Makefile.am +++ b/src/plugins/spam_report/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/spam_report" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + EXTRA_DIST = claws.def plugin.def version.rc IFLAGS = \ diff --git a/src/plugins/spamassassin/Makefile.am b/src/plugins/spamassassin/Makefile.am index 56efafe3d..88e4379fc 100644 --- a/src/plugins/spamassassin/Makefile.am +++ b/src/plugins/spamassassin/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/spamassassin" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + plugindir = $(pkglibdir)/plugins if BUILD_SPAMASSASSIN_PLUGIN diff --git a/src/plugins/tnef_parse/Makefile.am b/src/plugins/tnef_parse/Makefile.am index 020a17e40..378450770 100644 --- a/src/plugins/tnef_parse/Makefile.am +++ b/src/plugins/tnef_parse/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/tnef_parse" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + EXTRA_DIST = claws.def plugin.def version.rc if OS_WIN32 diff --git a/src/plugins/vcalendar/Makefile.am b/src/plugins/vcalendar/Makefile.am index 98c792520..2c6806ffc 100644 --- a/src/plugins/vcalendar/Makefile.am +++ b/src/plugins/vcalendar/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/vcalendar" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + SUBDIRS = libical EXTRA_DIST = claws.def plugin.def version.rc diff --git a/src/plugins/vcalendar/libical/Makefile.am b/src/plugins/vcalendar/libical/Makefile.am index 51ef9d645..86025b270 100644 --- a/src/plugins/vcalendar/libical/Makefile.am +++ b/src/plugins/vcalendar/libical/Makefile.am @@ -1 +1,5 @@ +# Makefile.am for "src/plugins/vcalendar/libical" directory +# This file is part of Claws Mail package. +# 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 8f27cd6ce..989beced9 100644 --- a/src/plugins/vcalendar/libical/design-data/Makefile.am +++ b/src/plugins/vcalendar/libical/design-data/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/vcalendar/libical/design-data" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + EXTRA_DIST =\ properties.csv \ parameters.csv \ diff --git a/src/plugins/vcalendar/libical/scripts/Makefile.am b/src/plugins/vcalendar/libical/scripts/Makefile.am index c61eaefdc..9f2fcea0e 100644 --- a/src/plugins/vcalendar/libical/scripts/Makefile.am +++ b/src/plugins/vcalendar/libical/scripts/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "src/plugins/vcalendar/libical/scripts" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + EXTRA_DIST = \ mkderivedcomponents.pl \ mkderivedparameters.pl \ diff --git a/tools/Makefile.am b/tools/Makefile.am index de2855e98..fc9a2badd 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,3 +1,7 @@ +# Makefile.am for "tools" directory +# This file is part of Claws Mail package. +# See COPYING file for license details. + EXTRA_TOOLS = \ OOo2claws-mail.pl \ acroread2claws-mail.pl \ -- 2.25.1