diff --git a/BootRoot/Error.pm b/BootRoot/Error.pm index 65fab3c..eba9eaf 100644 --- a/BootRoot/Error.pm +++ b/BootRoot/Error.pm @@ -2,7 +2,7 @@ ## ## Error.pm ## Copyright (C) 2000 Modifications by the gBootRoot Project -## Copyright (C) 2000 by Jonathan Rosenbaum +## Copyright (C) 2000, 2001 by Jonathan Rosenbaum ## ## This program is free software; you may redistribute it and/or modify ## it under the terms of the GNU General Public License as published by diff --git a/BootRoot/Yard.pm b/BootRoot/Yard.pm index bc0469d..a61caac 100644 --- a/BootRoot/Yard.pm +++ b/BootRoot/Yard.pm @@ -873,7 +873,9 @@ sub create_filesystem { info(1, "\tCreate\t$newdir\n"); } delete $Included{$file}; # Get rid of it so next pass doesn't copy it + } + } diff --git a/BootRoot/YardBox.pm b/BootRoot/YardBox.pm index c22c655..abfaed0 100644 --- a/BootRoot/YardBox.pm +++ b/BootRoot/YardBox.pm @@ -1,7 +1,7 @@ ########################################################################### ## ## YardBox.pm -## Copyright (C) 2000 by Jonathan Rosenbaum +## Copyright (C) 2000, 2001 by Jonathan Rosenbaum ## ## This program is free software; you may redistribute it and/or modify ## it under the terms of the GNU General Public License as published by