diff --git a/Makefile.am b/Makefile.am index 37a7b15..112347d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,8 @@ +# Copyright (c) 2007 Vreixo Formoso +# Copyright (c) 2009 - 2018 Thomas Schmitt +# Provided under the terms of the GNU General Public License version 2 or later. + # ts A90315 : LIBBURNIA_PKGCONFDIR is defined OS specific in acinclude.m4 # was: pkgconfigdir=$(libdir)/pkgconfig pkgconfigdir=$(LIBBURNIA_PKGCONFDIR) diff --git a/README b/README index d42be07..d3d2342 100644 --- a/README +++ b/README @@ -2,7 +2,8 @@ libisofs ------------------------------------------------------------------------------ -Released under GPL (see COPYING file for details). +Released under GNU General Public License version 2 or later. +See COPYING file for details. Copyright (C) 2008 - 2018 Vreixo Formoso, Mario Danic, diff --git a/acinclude.m4 b/acinclude.m4 index a6d875c..b428026 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1,3 +1,8 @@ + +dnl Copyright (c) 2009 - 2018 Thomas Schmitt +dnl Provided under the terms of the GNU General Public License version 2 or later. + + AC_DEFUN([LIBBURNIA_SET_FLAGS], [ case $target_os in diff --git a/doc/susp_aaip_isofs_names.txt b/doc/susp_aaip_isofs_names.txt index cf130f7..acf235e 100644 --- a/doc/susp_aaip_isofs_names.txt +++ b/doc/susp_aaip_isofs_names.txt @@ -224,13 +224,13 @@ Registered: ------------------------------------------------------------------------------- This text is under -Copyright (c) 2009 - 2011 Thomas Schmitt +Copyright (c) 2009 - 2015 Thomas Schmitt It shall only be modified in sync with libisofs and other software which makes use of AAIP. Please mail change requests to mailing list or to the copyright holder in private. Only if you cannot reach the copyright holder for at least one month it is permissible to modify this text under the same license as the affected -copy of libisofs. +copy of libisofs. Currently: GNU General Public License version 2 or later. If you do so, you commit yourself to taking reasonable effort to stay in sync with the other interested users of this text. diff --git a/libisofs/aaip-os-dummy.c b/libisofs/aaip-os-dummy.c index a84ad57..e23f856 100644 --- a/libisofs/aaip-os-dummy.c +++ b/libisofs/aaip-os-dummy.c @@ -11,7 +11,12 @@ To be included by aaip_0_2.c - Copyright (c) 2009 - 2011 Thomas Schmitt, libburnia project, GPLv2+ + Copyright (c) 2009 - 2011 Thomas Schmitt + + This file is part of the libisofs project; you can redistribute it and/or + modify it under the terms of the GNU General Public License version 2 + or later as published by the Free Software Foundation. + See COPYING file for details. */ diff --git a/libisofs/aaip-os-freebsd.c b/libisofs/aaip-os-freebsd.c index 2a46313..353cd76 100644 --- a/libisofs/aaip-os-freebsd.c +++ b/libisofs/aaip-os-freebsd.c @@ -7,7 +7,12 @@ To be included by aaip_0_2.c for FreeBSD, NetBSD, and OpenBSD - Copyright (c) 2009 - 2016 Thomas Schmitt, libburnia project, GPLv2+ + Copyright (c) 2009 - 2016 Thomas Schmitt + + This file is part of the libisofs project; you can redistribute it and/or + modify it under the terms of the GNU General Public License version 2 + or later as published by the Free Software Foundation. + See COPYING file for details. */ diff --git a/libisofs/aaip-os-linux.c b/libisofs/aaip-os-linux.c index 0800aea..6cdf1ec 100644 --- a/libisofs/aaip-os-linux.c +++ b/libisofs/aaip-os-linux.c @@ -7,7 +7,12 @@ To be included by aaip_0_2.c for Linux - Copyright (c) 2009 - 2018 Thomas Schmitt, libburnia project, GPLv2+ + Copyright (c) 2009 - 2018 Thomas Schmitt + + This file is part of the libisofs project; you can redistribute it and/or + modify it under the terms of the GNU General Public License version 2 + or later as published by the Free Software Foundation. + See COPYING file for details. */ diff --git a/libisofs/aaip_0_2.c b/libisofs/aaip_0_2.c index e52baac..d94ec77 100644 --- a/libisofs/aaip_0_2.c +++ b/libisofs/aaip_0_2.c @@ -7,7 +7,12 @@ See libisofs/aaip_0_2.h http://libburnia-project.org/wiki/AAIP - Copyright (c) 2009 - 2016 Thomas Schmitt, libburnia project, GPLv2+ + Copyright (c) 2009 - 2016 Thomas Schmitt + + This file is part of the libisofs project; you can redistribute it and/or + modify it under the terms of the GNU General Public License version 2 + or later as published by the Free Software Foundation. + See COPYING file for details. */ diff --git a/libisofs/aaip_0_2.h b/libisofs/aaip_0_2.h index 5c2b29e..78e5ad2 100644 --- a/libisofs/aaip_0_2.h +++ b/libisofs/aaip_0_2.h @@ -9,7 +9,12 @@ test/aaip_0_2.h - Public declarations - Copyright (c) 2009 - 2016 Thomas Schmitt, libburnia project, GPLv2+ + Copyright (c) 2009 - 2016 Thomas Schmitt + + This file is part of the libisofs project; you can redistribute it and/or + modify it under the terms of the GNU General Public License version 2 + or later as published by the Free Software Foundation. + See COPYING file for details. */ diff --git a/libisofs/make_isohybrid_mbr.c b/libisofs/make_isohybrid_mbr.c index 9f53d4c..684f9c1 100644 --- a/libisofs/make_isohybrid_mbr.c +++ b/libisofs/make_isohybrid_mbr.c @@ -1,7 +1,7 @@ /* + * Copyright (c) 2002 - 2008 H. Peter Anvin * Copyright (c) 2008 - 2015 Thomas Schmitt - * with special credits to H. Peter Anvin for isohybrid - * and to Matthew Garrett for isohybrid with GPT and APM + * with special credits to Matthew Garrett for isohybrid with GPT and APM * * This file is part of the libisofs project; you can redistribute it and/or * modify it under the terms of the GNU General Public License version 2