Updated and added missing copyright notices

This commit is contained in:
thomas 2003-08-13 08:02:32 +00:00
parent dce2fbc560
commit 45e47fd0e8
3 changed files with 6 additions and 2 deletions

View File

@ -161,3 +161,6 @@ module Zip
end
end
# Copyright (C) 2002, 2003 Thomas Sondergaard
# rubyzip is free software; you can redistribute it and/or
# modify it under the terms of the ruby license.

View File

@ -472,6 +472,6 @@ END {
end
}
# Copyright (C) 2002 Thomas Sondergaard
# Copyright (C) 2002, 2003 Thomas Sondergaard
# rubyzip is free software; you can redistribute it and/or
# modify it under the terms of the ruby license.

View File

@ -1803,6 +1803,7 @@ END {
exit if ARGV.index("recreateonly") != nil
}
# Copyright (C) 2002 Thomas Sondergaard
# Copyright (C) 2002, 2003 Thomas Sondergaard
# rubyzip is free software; you can redistribute it and/or
# modify it under the terms of the ruby license.