# HG changeset patch # User Paul Boddie # Date 1558912779 -7200 # Node ID 8d9e0eca84251fd6b3c773d441e622414040b32f # Parent 80366ff873d6a1660d7ec6f5e9e44c9f58481376 Added copyright and licensing details. diff -r 80366ff873d6 -r 8d9e0eca8425 makesd --- a/makesd Sat May 25 23:38:04 2019 +0200 +++ b/makesd Mon May 27 01:19:39 2019 +0200 @@ -1,6 +1,21 @@ #!/bin/sh # Prepare a disk for booting a specific hardware device. +# +# Copyright (C) 2019 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 . PROGNAME=`basename "$0"` THISDIR=`dirname "$0"` diff -r 80366ff873d6 -r 8d9e0eca8425 makesd-common --- a/makesd-common Sat May 25 23:38:04 2019 +0200 +++ b/makesd-common Mon May 27 01:19:39 2019 +0200 @@ -1,6 +1,21 @@ #!/bin/sh # Common routines. +# +# Copyright (C) 2019 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 . # Test for a selected device. diff -r 80366ff873d6 -r 8d9e0eca8425 makesd-expand-def --- a/makesd-expand-def Sat May 25 23:38:04 2019 +0200 +++ b/makesd-expand-def Mon May 27 01:19:39 2019 +0200 @@ -2,6 +2,22 @@ # Search for a definition in the definitions file, expanding it to the recorded # value, recursively expanding any definition references. +# +# Copyright (C) 2019 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 . + PROGNAME=`basename "$0"` THISDIR=`dirname "$0"` diff -r 80366ff873d6 -r 8d9e0eca8425 makesd-format --- a/makesd-format Sat May 25 23:38:04 2019 +0200 +++ b/makesd-format Mon May 27 01:19:39 2019 +0200 @@ -1,6 +1,21 @@ #!/bin/sh # Support formatting of partitions. +# +# Copyright (C) 2019 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 . PROGNAME=`basename "$0"` THISDIR=`dirname "$0"` diff -r 80366ff873d6 -r 8d9e0eca8425 makesd-partition --- a/makesd-partition Sat May 25 23:38:04 2019 +0200 +++ b/makesd-partition Mon May 27 01:19:39 2019 +0200 @@ -7,6 +7,21 @@ # # Erase bootloader blocks. # Perform partitioning using sfdisk. +# +# Copyright (C) 2019 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 . PROGNAME=`basename "$0"` THISDIR=`dirname "$0"` diff -r 80366ff873d6 -r 8d9e0eca8425 makesd-partition-summary --- a/makesd-partition-summary Sat May 25 23:38:04 2019 +0200 +++ b/makesd-partition-summary Mon May 27 01:19:39 2019 +0200 @@ -2,6 +2,21 @@ # Emit a partition summary for a device employing parameters such as the start, # size, and type. +# +# Copyright (C) 2019 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 . PROGNAME=`basename "$0"` THISDIR=`dirname "$0"` diff -r 80366ff873d6 -r 8d9e0eca8425 makesd-partition-table --- a/makesd-partition-table Sat May 25 23:38:04 2019 +0200 +++ b/makesd-partition-table Mon May 27 01:19:39 2019 +0200 @@ -2,6 +2,21 @@ # Emit a partition table for a device employing parameters such as the start, # size, and type. +# +# Copyright (C) 2019 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 . PROGNAME=`basename "$0"` THISDIR=`dirname "$0"`