commit 9b3fd2b56299a3a2f220af099754c19899ad5ab8 parent 5e1e3a0cb3e471ec15b7503fde86a7a1f7d0ca23 Author: Ricardo Mones <ricardo@mones.org> Date: Sun, 25 May 2014 12:39:10 +0200 Update licensing for Makefile.am files Diffstat:
78 files changed, 312 insertions(+), 0 deletions(-)
diff --git 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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 \