Updated and added missing copyright notices
This commit is contained in:
parent
dce2fbc560
commit
45e47fd0e8
|
@ -161,3 +161,6 @@ module Zip
|
||||||
end
|
end
|
||||||
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.
|
||||||
|
|
|
@ -472,6 +472,6 @@ END {
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
# Copyright (C) 2002 Thomas Sondergaard
|
# Copyright (C) 2002, 2003 Thomas Sondergaard
|
||||||
# rubyzip is free software; you can redistribute it and/or
|
# rubyzip is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the ruby license.
|
# modify it under the terms of the ruby license.
|
||||||
|
|
|
@ -1803,6 +1803,7 @@ END {
|
||||||
exit if ARGV.index("recreateonly") != nil
|
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
|
# rubyzip is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the ruby license.
|
# modify it under the terms of the ruby license.
|
||||||
|
|
Loading…
Reference in New Issue