libextractor-java

GNU libextractor
Log | Files | Refs | README | LICENSE

commit 2795e37222da0a08801bee3497c8de0deffcc8a2
parent a47001e88632c9561362453b523f07ad67604fdc
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  7 Feb 2015 23:20:06 +0000

-bringing copyright tags up to FSF standard

Diffstat:
MMakefile.am | 1+
Mnative/Makefile.am | 1+
Morg/Makefile.am | 1+
Morg/gnu/Makefile.am | 1+
Morg/gnu/libextractor/Makefile.am | 1+
5 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am @@ -1,2 +1,3 @@ +# This Makefile.am is in the public domain SUBDIRS = native org . ACLOCAL_AMFLAGS = -I m4 diff --git a/native/Makefile.am b/native/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain SUBDIRS = . lib_LTLIBRARIES = \ diff --git a/org/Makefile.am b/org/Makefile.am @@ -1 +1,2 @@ +# This Makefile.am is in the public domain SUBDIRS = gnu diff --git a/org/gnu/Makefile.am b/org/gnu/Makefile.am @@ -1 +1,2 @@ +# This Makefile.am is in the public domain SUBDIRS = libextractor diff --git a/org/gnu/libextractor/Makefile.am b/org/gnu/libextractor/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain SUBDIRS = . noinst_JAVA = \ Extractor.java \