# HG changeset patch # User Paul Boddie # Date 1367337127 -7200 # Node ID 8190cadff984ef84990e1a10f009d6f1c1780dd8 # Parent 7ef64e8fcbdf5c6cee3a4f189b3de479991fbd68 Updated and added copyright and licensing information. diff -r 7ef64e8fcbdf -r 8190cadff984 docs/COPYING.txt --- a/docs/COPYING.txt Wed Apr 24 00:42:39 2013 +0200 +++ b/docs/COPYING.txt Tue Apr 30 17:52:07 2013 +0200 @@ -1,7 +1,7 @@ Licence Agreement for userinstall --------------------------------- -Copyright (C) 2007, 2008, 2009, 2010 Paul Boddie +Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013 Paul Boddie 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 diff -r 7ef64e8fcbdf -r 8190cadff984 uml-access-image --- a/uml-access-image Wed Apr 24 00:42:39 2013 +0200 +++ b/uml-access-image Tue Apr 30 17:52:07 2013 +0200 @@ -1,5 +1,20 @@ #!/bin/sh +# Copyright (C) 2011, 2013 Paul Boddie +# +# 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; either version 3 of the License, or (at your option) any later +# version. +# +# 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. +# +# You should have received a copy of the GNU General Public License along with +# this program. If not, see . + # Configuration: if [ -e userinstall-defaults-uml ]; then . "$PWD/userinstall-defaults-uml" diff -r 7ef64e8fcbdf -r 8190cadff984 uml-do --- a/uml-do Wed Apr 24 00:42:39 2013 +0200 +++ b/uml-do Tue Apr 30 17:52:07 2013 +0200 @@ -1,5 +1,20 @@ #!/bin/sh +# Copyright (C) 2010, 2011, 2012, 2013 Paul Boddie +# +# 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; either version 3 of the License, or (at your option) any later +# version. +# +# 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. +# +# You should have received a copy of the GNU General Public License along with +# this program. If not, see . + # Configuration: if [ -e userinstall-defaults-uml ]; then . "$PWD/userinstall-defaults-uml" diff -r 7ef64e8fcbdf -r 8190cadff984 uml-linux-build --- a/uml-linux-build Wed Apr 24 00:42:39 2013 +0200 +++ b/uml-linux-build Tue Apr 30 17:52:07 2013 +0200 @@ -1,5 +1,20 @@ #!/bin/sh +# Copyright (C) 2011, 2012, 2013 Paul Boddie +# +# 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; either version 3 of the License, or (at your option) any later +# version. +# +# 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. +# +# You should have received a copy of the GNU General Public License along with +# this program. If not, see . + # Configuration: if [ -e userinstall-defaults-uml ]; then . "$PWD/userinstall-defaults-uml" diff -r 7ef64e8fcbdf -r 8190cadff984 uml-make-devices --- a/uml-make-devices Wed Apr 24 00:42:39 2013 +0200 +++ b/uml-make-devices Tue Apr 30 17:52:07 2013 +0200 @@ -1,5 +1,20 @@ #!/bin/sh +# Copyright (C) 2011, 2012, 2013 Paul Boddie +# +# 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; either version 3 of the License, or (at your option) any later +# version. +# +# 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. +# +# You should have received a copy of the GNU General Public License along with +# this program. If not, see . + if [ ! "$1" ]; then echo "Need an image directory for the UML system." 1>&2 exit 1 diff -r 7ef64e8fcbdf -r 8190cadff984 uml-make-image --- a/uml-make-image Wed Apr 24 00:42:39 2013 +0200 +++ b/uml-make-image Tue Apr 30 17:52:07 2013 +0200 @@ -1,5 +1,20 @@ #!/bin/sh +# Copyright (C) 2011, 2012, 2013 Paul Boddie +# +# 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; either version 3 of the License, or (at your option) any later +# version. +# +# 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. +# +# You should have received a copy of the GNU General Public License along with +# this program. If not, see . + # Configuration: if [ -e userinstall-defaults-uml ]; then . "$PWD/userinstall-defaults-uml" diff -r 7ef64e8fcbdf -r 8190cadff984 uml-make-network --- a/uml-make-network Wed Apr 24 00:42:39 2013 +0200 +++ b/uml-make-network Tue Apr 30 17:52:07 2013 +0200 @@ -1,5 +1,20 @@ #!/bin/sh +# Copyright (C) 2011, 2013 Paul Boddie +# +# 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; either version 3 of the License, or (at your option) any later +# version. +# +# 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. +# +# You should have received a copy of the GNU General Public License along with +# this program. If not, see . + # Configuration: if [ -e userinstall-defaults-uml ]; then . "$PWD/userinstall-defaults-uml" diff -r 7ef64e8fcbdf -r 8190cadff984 uml-net --- a/uml-net Wed Apr 24 00:42:39 2013 +0200 +++ b/uml-net Tue Apr 30 17:52:07 2013 +0200 @@ -1,6 +1,21 @@ #!/bin/sh # Usage: uml-net ( --start | --stop ) +# Copyright (C) 2010, 2011, 2013 Paul Boddie +# +# 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; either version 3 of the License, or (at your option) any later +# version. +# +# 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. +# +# You should have received a copy of the GNU General Public License along with +# this program. If not, see . + # Configuration: if [ -e userinstall-defaults-uml ]; then . "$PWD/userinstall-defaults-uml" diff -r 7ef64e8fcbdf -r 8190cadff984 uml-populate-image --- a/uml-populate-image Wed Apr 24 00:42:39 2013 +0200 +++ b/uml-populate-image Tue Apr 30 17:52:07 2013 +0200 @@ -1,5 +1,20 @@ #!/bin/sh +# Copyright (C) 2011, 2013 Paul Boddie +# +# 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; either version 3 of the License, or (at your option) any later +# version. +# +# 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. +# +# You should have received a copy of the GNU General Public License along with +# this program. If not, see . + # Configuration: if [ -e userinstall-defaults-uml ]; then . "$PWD/userinstall-defaults-uml" diff -r 7ef64e8fcbdf -r 8190cadff984 user-do --- a/user-do Wed Apr 24 00:42:39 2013 +0200 +++ b/user-do Tue Apr 30 17:52:07 2013 +0200 @@ -1,5 +1,20 @@ #!/bin/sh +# Copyright (C) 2010, 2011, 2012, 2013 Paul Boddie +# +# 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; either version 3 of the License, or (at your option) any later +# version. +# +# 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. +# +# You should have received a copy of the GNU General Public License along with +# this program. If not, see . + # Configuration: if [ -e userinstall-defaults ]; then . "$PWD/userinstall-defaults" diff -r 7ef64e8fcbdf -r 8190cadff984 user-do-root --- a/user-do-root Wed Apr 24 00:42:39 2013 +0200 +++ b/user-do-root Tue Apr 30 17:52:07 2013 +0200 @@ -1,5 +1,20 @@ #!/bin/sh +# Copyright (C) 2011, 2012, 2013 Paul Boddie +# +# 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; either version 3 of the License, or (at your option) any later +# version. +# +# 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. +# +# You should have received a copy of the GNU General Public License along with +# this program. If not, see . + # Configuration: if [ -e userinstall-defaults ]; then . "$PWD/userinstall-defaults" diff -r 7ef64e8fcbdf -r 8190cadff984 user-makesources --- a/user-makesources Wed Apr 24 00:42:39 2013 +0200 +++ b/user-makesources Tue Apr 30 17:52:07 2013 +0200 @@ -1,5 +1,24 @@ #!/usr/bin/env python +""" +Make a repository/archive source configuration file. + +Copyright (C) 2010, 2013 Paul Boddie + +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; either version 3 of the License, or (at your option) any later +version. + +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. + +You should have received a copy of the GNU General Public License along with +this program. If not, see . +""" + templates = { "Debian" : """ diff -r 7ef64e8fcbdf -r 8190cadff984 user-path --- a/user-path Wed Apr 24 00:42:39 2013 +0200 +++ b/user-path Tue Apr 30 17:52:07 2013 +0200 @@ -1,6 +1,21 @@ #!/bin/sh # Usage: user-path +# Copyright (C) 2007, 2010, 2011, 2013 Paul Boddie +# +# 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; either version 3 of the License, or (at your option) any later +# version. +# +# 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. +# +# You should have received a copy of the GNU General Public License along with +# this program. If not, see . + # Configuration: if [ -e userinstall-defaults ]; then . "$PWD/userinstall-defaults" diff -r 7ef64e8fcbdf -r 8190cadff984 user-postsetup --- a/user-postsetup Wed Apr 24 00:42:39 2013 +0200 +++ b/user-postsetup Tue Apr 30 17:52:07 2013 +0200 @@ -1,5 +1,20 @@ #!/bin/sh +# Copyright (C) 2010, 2011, 2012, 2013 Paul Boddie +# +# 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; either version 3 of the License, or (at your option) any later +# version. +# +# 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. +# +# You should have received a copy of the GNU General Public License along with +# this program. If not, see . + # Configuration: if [ -e userinstall-defaults ]; then . "$PWD/userinstall-defaults" diff -r 7ef64e8fcbdf -r 8190cadff984 user-setup --- a/user-setup Wed Apr 24 00:42:39 2013 +0200 +++ b/user-setup Tue Apr 30 17:52:07 2013 +0200 @@ -1,5 +1,20 @@ #!/bin/sh +# Copyright (C) 2007, 2008, 2010, 2011, 2012, 2013 Paul Boddie +# +# 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; either version 3 of the License, or (at your option) any later +# version. +# +# 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. +# +# You should have received a copy of the GNU General Public License along with +# this program. If not, see . + # Configuration: if [ -e userinstall-defaults ]; then . "$PWD/userinstall-defaults"