From bb9a2dd0cf631551d86c7471960e90fc236354d0 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 23 Sep 2013 20:31:08 -0400 Subject: fullpkg-find: add licensing information --- src/fullpkg/fullpkg-find | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/fullpkg/fullpkg-find b/src/fullpkg/fullpkg-find index 1a4f62e..fd6a107 100755 --- a/src/fullpkg/fullpkg-find +++ b/src/fullpkg/fullpkg-find @@ -1,5 +1,48 @@ #!/usr/bin/env bash # set -x # uncomment for debug + +# Copyright (c) 2011-2012 Joshua I. Haase H. (xihh) +# Copyright (c) 2011-2012 Nicolás Reynolds +# Copyright (c) 2012 Michał Masłowski +# Copyright (c) 2012-2013 Luke Shumaker +# +# The copy_files() function is taken from makechrootpkg: +# Copyright (c) 2007 Armin Luntzer +# Copyright (c) 2007 Jason Chu +# Copyright (c) 2007, 2011 Dan McGee +# Copyright (c) 2007-2008 Travis Willard +# Copyright (c) 2007-2009 Aaron Griffin +# Copyright (c) 2008 Simo Leone +# Copyright (c) 2009 Biru Ionut +# Copyright (c) 2009 Biru Ionut +# Copyright (c) 2009 Evangelos Foutras +# Copyright (c) 2009 Francois Charette +# Copyright (c) 2009 Nezmer +# Copyright (c) 2009 Ronald van Haren +# Copyright (c) 2009-2011 Andrea Scarpino +# Copyright (c) 2009-2012 Allan McRae +# Copyright (c) 2009-2012 Eric Bélanger +# Copyright (c) 2009-2012 Pierre Schmitz +# Copyright (c) 2010 Byron Clark +# Copyright (c) 2011 Ionut Biru +# Copyright (c) 2011 Lukas Fleischer +# Copyright (c) 2011-2012 Florian Pritz +# Copyright (c) 2011-2013 Jan Alexander Steffens (heftig) +# Copyright (c) 2013 Sébastien Luttringer +# +# Because of the code from makechrootpkg, this file is GPLv2, instead of GPLv3 +# like most of libretools. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + + # Builds packages from ABS recursively. It tries to find dependencies that # aren't built or need update and then makepkg them in order. @@ -12,7 +55,6 @@ guess_repo() { } # This function is stolen from makechrootpkg. -# That probably has some copyright/licensing implications. copy_files() { local copydir="$build_dir/${pkgbase:-${pkgname[0]}}" -- cgit v1.2.2