1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 00:53:23 -05:00

Updated the copyright information.

This commit is contained in:
freesource 2001-09-28 05:00:50 +00:00
parent eb638328b3
commit 64771b8b7d
3 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@
## ##
## Error.pm ## Error.pm
## Copyright (C) 2000 Modifications by the gBootRoot Project ## 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 ## 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 ## it under the terms of the GNU General Public License as published by

View File

@ -873,7 +873,9 @@ sub create_filesystem {
info(1, "\tCreate\t$newdir\n"); info(1, "\tCreate\t$newdir\n");
} }
delete $Included{$file}; # Get rid of it so next pass doesn't copy it delete $Included{$file}; # Get rid of it so next pass doesn't copy it
} }
} }

View File

@ -1,7 +1,7 @@
########################################################################### ###########################################################################
## ##
## YardBox.pm ## 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 ## 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 ## it under the terms of the GNU General Public License as published by