diff --git a/doc/COPYING.txt b/doc/COPYING.txt index 5b6e7c66c..7d1313a4f 100644 --- a/doc/COPYING.txt +++ b/doc/COPYING.txt @@ -2,7 +2,7 @@ Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -305,7 +305,7 @@ the "copyright" line and a pointer to where the full notice is found. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Also add information on how to contact you by electronic and paper mail. diff --git a/samples/DIME/DimeDataSetService/AssemblyInfo.cs b/samples/DIME/DimeDataSetService/AssemblyInfo.cs index c8f43be01..88e5edc8d 100644 --- a/samples/DIME/DimeDataSetService/AssemblyInfo.cs +++ b/samples/DIME/DimeDataSetService/AssemblyInfo.cs @@ -11,7 +11,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("")] +[assembly: AssemblyCopyright("Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/samples/DIME/DimeDataSetServiceConsumer/AssemblyInfo.cs b/samples/DIME/DimeDataSetServiceConsumer/AssemblyInfo.cs index 98d67b5eb..6fcc253fa 100644 --- a/samples/DIME/DimeDataSetServiceConsumer/AssemblyInfo.cs +++ b/samples/DIME/DimeDataSetServiceConsumer/AssemblyInfo.cs @@ -11,7 +11,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("")] +[assembly: AssemblyCopyright("Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/samples/HttpCompressionModule/src/AssemblyInfo.cs b/samples/HttpCompressionModule/src/AssemblyInfo.cs index 57f04d5dd..4b0957816 100644 --- a/samples/HttpCompressionModule/src/AssemblyInfo.cs +++ b/samples/HttpCompressionModule/src/AssemblyInfo.cs @@ -13,7 +13,7 @@ // Set the CompanyName, LegalCopyright, and LegalTrademark fields // You shouldn't have to mess with these [assembly: AssemblyCompany("blowery.org")] -[assembly: AssemblyCopyright("Copyright (c) 2002 Ben Lowery")] +[assembly: AssemblyCopyright("Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team")] #endregion diff --git a/samples/cs/CreateZipFile/AssemblyInfo.cs b/samples/cs/CreateZipFile/AssemblyInfo.cs index 739b24330..0a7e3e852 100644 --- a/samples/cs/CreateZipFile/AssemblyInfo.cs +++ b/samples/cs/CreateZipFile/AssemblyInfo.cs @@ -6,7 +6,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("A SharpDevelop sample")] -[assembly: AssemblyCopyright("Mike Krueger 2000")] +[assembly: AssemblyCopyright("Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/samples/cs/CreateZipFile/Main.cs b/samples/cs/CreateZipFile/Main.cs index 2df13fcd2..6d93a8ba7 100644 --- a/samples/cs/CreateZipFile/Main.cs +++ b/samples/cs/CreateZipFile/Main.cs @@ -1,5 +1,5 @@ // SharpZipLibrary samples -// Copyright (c) 2007, AlphaSierraPapa +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are diff --git a/samples/cs/FastZip/AssemblyInfo.cs b/samples/cs/FastZip/AssemblyInfo.cs index f4e83f572..54bc51f21 100644 --- a/samples/cs/FastZip/AssemblyInfo.cs +++ b/samples/cs/FastZip/AssemblyInfo.cs @@ -12,7 +12,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("Copyright 2005 John Reilly")] +[assembly: AssemblyCopyright("Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/samples/cs/FastZip/Main.cs b/samples/cs/FastZip/Main.cs index 61d6416d9..b40fd00d0 100644 --- a/samples/cs/FastZip/Main.cs +++ b/samples/cs/FastZip/Main.cs @@ -1,5 +1,5 @@ // SharpZipLibrary samples -// Copyright (c) 2007, AlphaSierraPapa +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are diff --git a/samples/cs/minibzip2/AssemblyInfo.cs b/samples/cs/minibzip2/AssemblyInfo.cs index 8bbda8b7e..00003d533 100644 --- a/samples/cs/minibzip2/AssemblyInfo.cs +++ b/samples/cs/minibzip2/AssemblyInfo.cs @@ -6,7 +6,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("SharpDevelop")] -[assembly: AssemblyCopyright("Mike Krueger 2000")] +[assembly: AssemblyCopyright("Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/samples/cs/minibzip2/Main.cs b/samples/cs/minibzip2/Main.cs index a2ae63b52..fad09f5ef 100644 --- a/samples/cs/minibzip2/Main.cs +++ b/samples/cs/minibzip2/Main.cs @@ -1,5 +1,5 @@ // SharpZipLibrary samples -// Copyright (c) 2007, AlphaSierraPapa +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are diff --git a/samples/cs/minigzip/AssemblyInfo.cs b/samples/cs/minigzip/AssemblyInfo.cs index 8bbda8b7e..00003d533 100644 --- a/samples/cs/minigzip/AssemblyInfo.cs +++ b/samples/cs/minigzip/AssemblyInfo.cs @@ -6,7 +6,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("SharpDevelop")] -[assembly: AssemblyCopyright("Mike Krueger 2000")] +[assembly: AssemblyCopyright("Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/samples/cs/minigzip/Main.cs b/samples/cs/minigzip/Main.cs index 825a1f0da..d2f422092 100644 --- a/samples/cs/minigzip/Main.cs +++ b/samples/cs/minigzip/Main.cs @@ -1,5 +1,5 @@ // SharpZipLibrary samples -// Copyright (c) 2007, AlphaSierraPapa +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are diff --git a/samples/cs/sz/AssemblyInfo.cs b/samples/cs/sz/AssemblyInfo.cs index 7063cdd29..74fb0b5f3 100644 --- a/samples/cs/sz/AssemblyInfo.cs +++ b/samples/cs/sz/AssemblyInfo.cs @@ -12,8 +12,8 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("#ZipLibrary")] -[assembly: AssemblyCopyright("")] -[assembly: AssemblyTrademark("Copyright 2004 John Reilly")] +[assembly: AssemblyCopyright("Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team")] +[assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] // The assembly version has following format : diff --git a/samples/cs/sz/sz.cs b/samples/cs/sz/sz.cs index 023a0715f..663034b9a 100644 --- a/samples/cs/sz/sz.cs +++ b/samples/cs/sz/sz.cs @@ -3,7 +3,7 @@ // $Id$ // $URL$ // -// Copyright (c) 2007, AlphaSierraPapa +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are @@ -520,7 +520,8 @@ void ShowEnvironment() /// void ShowVersion() { seenHelp = true; - Console.WriteLine("SharpZip Archiver v0.37 Copyright 2004 John Reilly"); + Console.WriteLine("SharpZip Archiver v0.37"); + Console.WriteLine("Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team"); #if !NETCF Assembly[] assemblies = AppDomain.CurrentDomain.GetAssemblies(); diff --git a/samples/cs/tar/AssemblyInfo.cs b/samples/cs/tar/AssemblyInfo.cs index 38cbb0790..8498a4e0b 100644 --- a/samples/cs/tar/AssemblyInfo.cs +++ b/samples/cs/tar/AssemblyInfo.cs @@ -12,7 +12,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("#ZipLibrary")] -[assembly: AssemblyCopyright("Copyright 2003 ICSharpCode.NET")] +[assembly: AssemblyCopyright("Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/samples/cs/tar/Main.cs b/samples/cs/tar/Main.cs index d6fef45ec..6c0eb05e1 100644 --- a/samples/cs/tar/Main.cs +++ b/samples/cs/tar/Main.cs @@ -1,5 +1,5 @@ // SharpZipLibrary samples -// Copyright (c) 2007, AlphaSierraPapa +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are @@ -590,8 +590,7 @@ static void Version() Console.Error.WriteLine( "tar 2.0.6.2" ); Console.Error.WriteLine( "" ); Console.Error.WriteLine( "{0}", SharpZipVersion() ); - Console.Error.WriteLine( "Copyright (c) 2002 by Mike Krueger" ); - Console.Error.WriteLine( "Copyright (c) 1998,1999 by Tim Endres (Java version)" ); + Console.Error.WriteLine( "Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team" ); Console.Error.WriteLine( "" ); Console.Error.WriteLine( "This program is free software licensed to you under the" ); Console.Error.WriteLine( "GNU General Public License. See the accompanying LICENSE" ); diff --git a/samples/cs/unzipfile/UnZipFile.cs b/samples/cs/unzipfile/UnZipFile.cs index 112053027..40e4f8455 100644 --- a/samples/cs/unzipfile/UnZipFile.cs +++ b/samples/cs/unzipfile/UnZipFile.cs @@ -1,5 +1,5 @@ // SharpZipLibrary samples -// Copyright (c) 2007, AlphaSierraPapa +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are diff --git a/samples/cs/zf/AssemblyInfo.cs b/samples/cs/zf/AssemblyInfo.cs index 8cb89502e..9b0289fb6 100644 --- a/samples/cs/zf/AssemblyInfo.cs +++ b/samples/cs/zf/AssemblyInfo.cs @@ -11,7 +11,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("Copyright 2006 John Reilly")] +[assembly: AssemblyCopyright("Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/samples/cs/zf/zf.cs b/samples/cs/zf/zf.cs index f8d28f4f8..94c3e2c87 100644 --- a/samples/cs/zf/zf.cs +++ b/samples/cs/zf/zf.cs @@ -3,7 +3,7 @@ // zf - A command line archiver using the ZipFile class from SharpZipLib // for compression // -// Copyright 2006, 2010 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // //------------------------------------------------------------------------------ // Version History @@ -403,7 +403,8 @@ void ShowEnvironment() void ShowVersion() { seenHelp_ = true; - Console.Out.WriteLine("ZipFile Archiver v0.3 Copyright 2006 John Reilly"); + Console.Out.WriteLine("ZipFile Archiver v0.3"); + Console.Out.WriteLine("Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team"); Assembly[] assemblies = AppDomain.CurrentDomain.GetAssemblies(); diff --git a/samples/cs/zipfiletest/ZipFileTest.cs b/samples/cs/zipfiletest/ZipFileTest.cs index 573997a73..0e96f9ff2 100644 --- a/samples/cs/zipfiletest/ZipFileTest.cs +++ b/samples/cs/zipfiletest/ZipFileTest.cs @@ -1,5 +1,5 @@ // SharpZipLibrary samples -// Copyright (c) 2007, AlphaSierraPapa +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are diff --git a/samples/vb/CreateZipFile/AssemblyInfo.vb b/samples/vb/CreateZipFile/AssemblyInfo.vb index db79317cc..7659c4546 100644 --- a/samples/vb/CreateZipFile/AssemblyInfo.vb +++ b/samples/vb/CreateZipFile/AssemblyInfo.vb @@ -12,7 +12,7 @@ Imports System.Runtime.CompilerServices - + diff --git a/samples/vb/CreateZipFile/MainForm.vb b/samples/vb/CreateZipFile/MainForm.vb index 57d1c549a..b16f0594e 100644 --- a/samples/vb/CreateZipFile/MainForm.vb +++ b/samples/vb/CreateZipFile/MainForm.vb @@ -1,5 +1,5 @@ ' SharpZipLibrary samples -' Copyright (c) 2007, AlphaSierraPapa +' Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team ' All rights reserved. ' ' Redistribution and use in source and binary forms, with or without modification, are diff --git a/samples/vb/minibzip2/AssemblyInfo.vb b/samples/vb/minibzip2/AssemblyInfo.vb index 35fe597d7..c12d89455 100644 --- a/samples/vb/minibzip2/AssemblyInfo.vb +++ b/samples/vb/minibzip2/AssemblyInfo.vb @@ -11,7 +11,7 @@ Imports System.Runtime.InteropServices - + 'The following GUID is for the ID of the typelib if this project is exposed to COM diff --git a/samples/vb/minibzip2/Main.vb b/samples/vb/minibzip2/Main.vb index 736a473b1..bde9e67ef 100644 --- a/samples/vb/minibzip2/Main.vb +++ b/samples/vb/minibzip2/Main.vb @@ -1,5 +1,5 @@ ' SharpZipLibrary samples -' Copyright (c) 2007, AlphaSierraPapa +' Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team ' All rights reserved. ' ' Redistribution and use in source and binary forms, with or without modification, are diff --git a/samples/vb/viewzipfile/AssemblyInfo.vb b/samples/vb/viewzipfile/AssemblyInfo.vb index fff5ef1e7..0f915990c 100644 --- a/samples/vb/viewzipfile/AssemblyInfo.vb +++ b/samples/vb/viewzipfile/AssemblyInfo.vb @@ -11,7 +11,7 @@ Imports System.Runtime.InteropServices - + 'The following GUID is for the ID of the typelib if this project is exposed to COM diff --git a/samples/vb/viewzipfile/Main.vb b/samples/vb/viewzipfile/Main.vb index 6bd909f76..d6643106b 100644 --- a/samples/vb/viewzipfile/Main.vb +++ b/samples/vb/viewzipfile/Main.vb @@ -1,5 +1,5 @@ ' SharpZipLibrary samples -' Copyright (c) 2007, AlphaSierraPapa +' Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team ' All rights reserved. ' ' Redistribution and use in source and binary forms, with or without modification, are diff --git a/samples/vb/zipfiletest/AssemblyInfo.vb b/samples/vb/zipfiletest/AssemblyInfo.vb index ed1805ce6..f60c2246c 100644 --- a/samples/vb/zipfiletest/AssemblyInfo.vb +++ b/samples/vb/zipfiletest/AssemblyInfo.vb @@ -11,7 +11,7 @@ Imports System.Runtime.InteropServices - + ' Version information for an assembly consists of the following four values: diff --git a/src/AssemblyInfo.cs b/src/AssemblyInfo.cs index b7179e4cd..374442a25 100644 --- a/src/AssemblyInfo.cs +++ b/src/AssemblyInfo.cs @@ -1,7 +1,6 @@ // AssemblyInfo.cs // -// Copyright (C) 2001 Mike Krueger -// Copyright 2004 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -15,7 +14,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and @@ -60,11 +59,11 @@ #elif (MONO_2_0) [assembly: AssemblyTitle("SharpZipLib for Mono 2.0")] #else -[assembly: AssemblyTitle("SharpZipLibrary unlabelled version")] +[assembly: AssemblyTitle("SharpZipLib unlabelled version")] #endif [assembly: AssemblyDescription("A free C# compression library")] -[assembly: AssemblyProduct("#ZipLibrary")] +[assembly: AssemblyProduct("#ZipLib")] [assembly: AssemblyDefaultAlias("SharpZipLib")] [assembly: AssemblyCulture("")] @@ -75,9 +74,9 @@ #endif -[assembly: AssemblyCompany("ICSharpCode.net")] -[assembly: AssemblyCopyright("Copyright 2001-2010 Mike Krueger, John Reilly")] -[assembly: AssemblyTrademark("Copyright 2001-2010 Mike Krueger, John Reilly")] +[assembly: AssemblyCompany("AlphaSierraPapa")] +[assembly: AssemblyCopyright("Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team")] +[assembly: AssemblyTrademark("")] [assembly: AssemblyVersion("0.86.0.518")] [assembly: AssemblyInformationalVersionAttribute("0.86.0")] diff --git a/src/BZip2/BZip2.cs b/src/BZip2/BZip2.cs index 91669a86d..714c88ae1 100644 --- a/src/BZip2/BZip2.cs +++ b/src/BZip2/BZip2.cs @@ -1,6 +1,6 @@ // BZip2.cs // -// Copyright (C) 2010 David Pierson +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,7 +14,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/BZip2/BZip2Constants.cs b/src/BZip2/BZip2Constants.cs index ad3f40d77..33fe37a9a 100644 --- a/src/BZip2/BZip2Constants.cs +++ b/src/BZip2/BZip2Constants.cs @@ -1,5 +1,5 @@ // BZip2Constants.cs -// Copyright (C) 2001 Mike Krueger +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -13,7 +13,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/BZip2/BZip2Exception.cs b/src/BZip2/BZip2Exception.cs index 3b7c8ffe5..31bf4d7b7 100644 --- a/src/BZip2/BZip2Exception.cs +++ b/src/BZip2/BZip2Exception.cs @@ -1,6 +1,6 @@ // BZip2.cs // -// Copyright 2004 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,7 +14,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/BZip2/BZip2InputStream.cs b/src/BZip2/BZip2InputStream.cs index 162c9d012..c450ae7e5 100644 --- a/src/BZip2/BZip2InputStream.cs +++ b/src/BZip2/BZip2InputStream.cs @@ -1,6 +1,6 @@ // BZip2InputStream.cs // -// Copyright (C) 2001 Mike Krueger +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,7 +14,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/BZip2/BZip2OutputStream.cs b/src/BZip2/BZip2OutputStream.cs index 582f7a4e3..0f0dc0455 100644 --- a/src/BZip2/BZip2OutputStream.cs +++ b/src/BZip2/BZip2OutputStream.cs @@ -1,6 +1,6 @@ // BZip2OutputStream.cs // -// Copyright (C) 2001 Mike Krueger +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,7 +14,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Checksums/Adler32.cs b/src/Checksums/Adler32.cs index 6e358bc08..18b1ee485 100644 --- a/src/Checksums/Adler32.cs +++ b/src/Checksums/Adler32.cs @@ -1,5 +1,5 @@ // Adler32.cs - Computes Adler32 data checksum of a data stream -// Copyright (C) 2001 Mike Krueger +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Checksums/Crc32.cs b/src/Checksums/Crc32.cs index 41d5b4bc2..88968bb15 100644 --- a/src/Checksums/Crc32.cs +++ b/src/Checksums/Crc32.cs @@ -1,5 +1,5 @@ // CRC32.cs - Computes CRC32 data checksum of a data stream -// Copyright (C) 2001 Mike Krueger +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Checksums/IChecksum.cs b/src/Checksums/IChecksum.cs index e2679f9aa..f22dbf7c5 100644 --- a/src/Checksums/IChecksum.cs +++ b/src/Checksums/IChecksum.cs @@ -1,5 +1,5 @@ // IChecksum.cs - Interface to compute a data checksum -// Copyright (C) 2001 Mike Krueger +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Checksums/StrangeCrc.cs b/src/Checksums/StrangeCrc.cs index 6ed767970..ac7940ae1 100644 --- a/src/Checksums/StrangeCrc.cs +++ b/src/Checksums/StrangeCrc.cs @@ -1,6 +1,6 @@ // StrangeCRC.cs - computes a crc used in the bziplib // -// Copyright (C) 2001 Mike Krueger +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. @@ -17,7 +17,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Core/FileSystemScanner.cs b/src/Core/FileSystemScanner.cs index 4077a455e..3d5ed982f 100644 --- a/src/Core/FileSystemScanner.cs +++ b/src/Core/FileSystemScanner.cs @@ -1,6 +1,6 @@ // FileSystemScanner.cs // -// Copyright 2005 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,7 +14,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Core/INameTransform.cs b/src/Core/INameTransform.cs index 88c934f7d..0dbc101db 100644 --- a/src/Core/INameTransform.cs +++ b/src/Core/INameTransform.cs @@ -1,6 +1,6 @@ // INameTransform.cs // -// Copyright 2005 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,7 +14,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Core/IScanFilter.cs b/src/Core/IScanFilter.cs index 64c99a8a3..8c5b923fd 100644 --- a/src/Core/IScanFilter.cs +++ b/src/Core/IScanFilter.cs @@ -1,6 +1,6 @@ // IScanFilter.cs // -// Copyright 2006 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,7 +14,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Core/NameFilter.cs b/src/Core/NameFilter.cs index c09fe1e84..8214d46c3 100644 --- a/src/Core/NameFilter.cs +++ b/src/Core/NameFilter.cs @@ -1,6 +1,6 @@ // NameFilter.cs // -// Copyright 2005 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,7 +14,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Core/PathFilter.cs b/src/Core/PathFilter.cs index 03b8ff348..cc3efe43e 100644 --- a/src/Core/PathFilter.cs +++ b/src/Core/PathFilter.cs @@ -1,6 +1,6 @@ // PathFilter.cs // -// Copyright 2005 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,7 +14,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Core/StreamUtils.cs b/src/Core/StreamUtils.cs index 7abdce85b..522c6d9ea 100644 --- a/src/Core/StreamUtils.cs +++ b/src/Core/StreamUtils.cs @@ -1,6 +1,6 @@ // StreamUtils.cs // -// Copyright 2005 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,7 +14,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Core/WindowsPathUtils.cs b/src/Core/WindowsPathUtils.cs index 209194506..2c30706c5 100644 --- a/src/Core/WindowsPathUtils.cs +++ b/src/Core/WindowsPathUtils.cs @@ -1,6 +1,6 @@ // WindowsPathUtils.cs // -// Copyright 2007 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,7 +14,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Encryption/PkzipClassic.cs b/src/Encryption/PkzipClassic.cs index 7bed67ace..4e2d97e8c 100644 --- a/src/Encryption/PkzipClassic.cs +++ b/src/Encryption/PkzipClassic.cs @@ -1,7 +1,7 @@ // // PkzipClassic encryption // -// Copyright 2004 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -15,7 +15,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Encryption/ZipAESStream.cs b/src/Encryption/ZipAESStream.cs index d57dc3446..87f1fdde3 100644 --- a/src/Encryption/ZipAESStream.cs +++ b/src/Encryption/ZipAESStream.cs @@ -1,7 +1,7 @@ // // ZipAESStream.cs // -// Copyright 2009 David Pierson +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -15,7 +15,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Encryption/ZipAESTransform.cs b/src/Encryption/ZipAESTransform.cs index 134c1ebdf..1ca038ec1 100644 --- a/src/Encryption/ZipAESTransform.cs +++ b/src/Encryption/ZipAESTransform.cs @@ -1,7 +1,7 @@ // // ZipAESTransform.cs // -// Copyright 2009 David Pierson +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -15,7 +15,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/GZip/GZipConstants.cs b/src/GZip/GZipConstants.cs index 1c0e389ab..30e3ce7c2 100644 --- a/src/GZip/GZipConstants.cs +++ b/src/GZip/GZipConstants.cs @@ -1,6 +1,6 @@ // GZipConstants.cs // -// Copyright (C) 2001 Mike Krueger +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. @@ -17,7 +17,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/GZip/GZipException.cs b/src/GZip/GZipException.cs index 7f42931e8..7db43709f 100644 --- a/src/GZip/GZipException.cs +++ b/src/GZip/GZipException.cs @@ -1,6 +1,6 @@ // GZipException.cs // -// Copyright 2004 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,7 +14,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/GZip/GzipInputStream.cs b/src/GZip/GzipInputStream.cs index e10b16b8f..713091d2a 100644 --- a/src/GZip/GzipInputStream.cs +++ b/src/GZip/GzipInputStream.cs @@ -1,6 +1,6 @@ // GzipInputStream.cs // -// Copyright (C) 2001 Mike Krueger +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. @@ -17,7 +17,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/GZip/GzipOutputStream.cs b/src/GZip/GzipOutputStream.cs index 0db2e4b38..7be96cd78 100644 --- a/src/GZip/GzipOutputStream.cs +++ b/src/GZip/GzipOutputStream.cs @@ -1,6 +1,6 @@ // GZipOutputStream.cs // -// Copyright (C) 2001 Mike Krueger +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. @@ -17,7 +17,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Lzw/LzwConstants.cs b/src/Lzw/LzwConstants.cs index 699ed0987..d280d58e0 100644 --- a/src/Lzw/LzwConstants.cs +++ b/src/Lzw/LzwConstants.cs @@ -1,6 +1,6 @@ // LzwConstants.cs // -// Copyright (C) 2009 Gabriel Burca +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,7 +14,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Lzw/LzwException.cs b/src/Lzw/LzwException.cs index 10a954719..f12083a37 100644 --- a/src/Lzw/LzwException.cs +++ b/src/Lzw/LzwException.cs @@ -1,6 +1,6 @@ // LzwException.cs // -// Copyright (C) 2009 Gabriel Burca +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,7 +14,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Lzw/LzwInputStream.cs b/src/Lzw/LzwInputStream.cs index 1ff80eb05..599a99d99 100644 --- a/src/Lzw/LzwInputStream.cs +++ b/src/Lzw/LzwInputStream.cs @@ -1,6 +1,6 @@ // LzwInputStream.cs // -// Copyright (C) 2009 Gabriel Burca +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,7 +14,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Main.cs b/src/Main.cs index fbf0bdfe5..941ff570d 100644 --- a/src/Main.cs +++ b/src/Main.cs @@ -1,6 +1,6 @@ // Main.cs // -// Copyright (C) 2001 Mike Krueger +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,7 +14,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/SharpZipBaseException.cs b/src/SharpZipBaseException.cs index 7a5d136f1..ec19f8527 100644 --- a/src/SharpZipBaseException.cs +++ b/src/SharpZipBaseException.cs @@ -1,6 +1,6 @@ // SharpZipBaseException.cs // -// Copyright 2004 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,7 +14,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Tar/InvalidHeaderException.cs b/src/Tar/InvalidHeaderException.cs index bac9343af..1c6dc761a 100644 --- a/src/Tar/InvalidHeaderException.cs +++ b/src/Tar/InvalidHeaderException.cs @@ -1,6 +1,6 @@ // InvalidHeaderException.cs // -// Copyright (C) 2001 Mike Krueger +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,7 +14,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Tar/TarArchive.cs b/src/Tar/TarArchive.cs index eac5e65b7..cbd15f97b 100644 --- a/src/Tar/TarArchive.cs +++ b/src/Tar/TarArchive.cs @@ -1,6 +1,6 @@ // TarArchive.cs // -// Copyright (C) 2001 Mike Krueger +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,7 +14,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Tar/TarBuffer.cs b/src/Tar/TarBuffer.cs index 40b8d9318..2230b8e4d 100644 --- a/src/Tar/TarBuffer.cs +++ b/src/Tar/TarBuffer.cs @@ -1,5 +1,5 @@ // TarBuffer.cs -// Copyright (C) 2001 Mike Krueger +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -13,7 +13,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Tar/TarEntry.cs b/src/Tar/TarEntry.cs index a733e32b1..c8755171b 100644 --- a/src/Tar/TarEntry.cs +++ b/src/Tar/TarEntry.cs @@ -1,6 +1,6 @@ // TarEntry.cs // -// Copyright (C) 2001 Mike Krueger +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,7 +14,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Tar/TarException.cs b/src/Tar/TarException.cs index 84a6ebab4..cdd2273e0 100644 --- a/src/Tar/TarException.cs +++ b/src/Tar/TarException.cs @@ -1,6 +1,6 @@ // TarException.cs // -// Copyright 2004 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,7 +14,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Tar/TarHeader.cs b/src/Tar/TarHeader.cs index 5caf4a45b..da4939976 100644 --- a/src/Tar/TarHeader.cs +++ b/src/Tar/TarHeader.cs @@ -1,6 +1,6 @@ // TarHeader.cs // -// Copyright (C) 2001 Mike Krueger +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,7 +14,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Tar/TarInputStream.cs b/src/Tar/TarInputStream.cs index 436b0027a..59af12ba8 100644 --- a/src/Tar/TarInputStream.cs +++ b/src/Tar/TarInputStream.cs @@ -1,6 +1,6 @@ // TarInputStream.cs // -// Copyright (C) 2001 Mike Krueger +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,7 +14,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Tar/TarOutputStream.cs b/src/Tar/TarOutputStream.cs index 30596792b..a6322cf11 100644 --- a/src/Tar/TarOutputStream.cs +++ b/src/Tar/TarOutputStream.cs @@ -1,7 +1,6 @@ // TarOutputStream.cs // -// Copyright (C) 2001 Mike Krueger -// Copyright 2005 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -15,7 +14,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Zip/Compression/Deflater.cs b/src/Zip/Compression/Deflater.cs index dadbfb663..1eae4ff4a 100644 --- a/src/Zip/Compression/Deflater.cs +++ b/src/Zip/Compression/Deflater.cs @@ -1,7 +1,6 @@ // Deflater.cs // -// Copyright (C) 2001 Mike Krueger -// Copyright (C) 2004 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. @@ -18,7 +17,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Zip/Compression/DeflaterConstants.cs b/src/Zip/Compression/DeflaterConstants.cs index a973db2c0..bd402da5b 100644 --- a/src/Zip/Compression/DeflaterConstants.cs +++ b/src/Zip/Compression/DeflaterConstants.cs @@ -1,7 +1,6 @@ // DeflaterConstants.cs // -// Copyright (C) 2001 Mike Krueger -// Copyright (C) 2004 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. @@ -18,7 +17,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Zip/Compression/DeflaterEngine.cs b/src/Zip/Compression/DeflaterEngine.cs index 3cbb5aa2a..8f7476046 100644 --- a/src/Zip/Compression/DeflaterEngine.cs +++ b/src/Zip/Compression/DeflaterEngine.cs @@ -1,7 +1,6 @@ // DeflaterEngine.cs // -// Copyright (C) 2001 Mike Krueger -// Copyright (C) 2004 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. @@ -18,7 +17,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Zip/Compression/DeflaterHuffman.cs b/src/Zip/Compression/DeflaterHuffman.cs index 8c89e5987..30c792e2a 100644 --- a/src/Zip/Compression/DeflaterHuffman.cs +++ b/src/Zip/Compression/DeflaterHuffman.cs @@ -1,7 +1,6 @@ // DeflaterHuffman.cs // -// Copyright (C) 2001 Mike Krueger -// Copyright (C) 2004 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. @@ -18,7 +17,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Zip/Compression/DeflaterPending.cs b/src/Zip/Compression/DeflaterPending.cs index 4cecc2e7c..c3abdbf57 100644 --- a/src/Zip/Compression/DeflaterPending.cs +++ b/src/Zip/Compression/DeflaterPending.cs @@ -1,7 +1,6 @@ // DeflaterPending.cs // -// Copyright (C) 2001 Mike Krueger -// Copyright (C) 2004 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. @@ -18,7 +17,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Zip/Compression/Inflater.cs b/src/Zip/Compression/Inflater.cs index 16c3ef6cb..855a073bd 100644 --- a/src/Zip/Compression/Inflater.cs +++ b/src/Zip/Compression/Inflater.cs @@ -1,7 +1,6 @@ // Inflater.cs // -// Copyright (C) 2001 Mike Krueger -// Copyright (C) 2004 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. @@ -18,7 +17,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Zip/Compression/InflaterDynHeader.cs b/src/Zip/Compression/InflaterDynHeader.cs index 77e87accd..ff21a8a5f 100644 --- a/src/Zip/Compression/InflaterDynHeader.cs +++ b/src/Zip/Compression/InflaterDynHeader.cs @@ -1,5 +1,5 @@ // InflaterDynHeader.cs -// Copyright (C) 2001 Mike Krueger +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Zip/Compression/InflaterHuffmanTree.cs b/src/Zip/Compression/InflaterHuffmanTree.cs index 2f6111830..3c26824e7 100644 --- a/src/Zip/Compression/InflaterHuffmanTree.cs +++ b/src/Zip/Compression/InflaterHuffmanTree.cs @@ -1,5 +1,5 @@ // InflaterHuffmanTree.cs -// Copyright (C) 2001 Mike Krueger +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Zip/Compression/PendingBuffer.cs b/src/Zip/Compression/PendingBuffer.cs index d20584524..42a17eecf 100644 --- a/src/Zip/Compression/PendingBuffer.cs +++ b/src/Zip/Compression/PendingBuffer.cs @@ -1,7 +1,6 @@ // PendingBuffer.cs // -// Copyright (C) 2001 Mike Krueger -// Copyright (C) 2004 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. @@ -18,7 +17,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Zip/Compression/Streams/DeflaterOutputStream.cs b/src/Zip/Compression/Streams/DeflaterOutputStream.cs index 55bdb05a4..63c3af61d 100644 --- a/src/Zip/Compression/Streams/DeflaterOutputStream.cs +++ b/src/Zip/Compression/Streams/DeflaterOutputStream.cs @@ -1,6 +1,6 @@ // DeflaterOutputStream.cs // -// Copyright (C) 2001 Mike Krueger +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. @@ -17,7 +17,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Zip/Compression/Streams/InflaterInputStream.cs b/src/Zip/Compression/Streams/InflaterInputStream.cs index 669944441..feb4c14b2 100644 --- a/src/Zip/Compression/Streams/InflaterInputStream.cs +++ b/src/Zip/Compression/Streams/InflaterInputStream.cs @@ -1,7 +1,6 @@ // InflaterInputStream.cs // -// Copyright (C) 2001 Mike Krueger -// Copyright (C) 2004 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. @@ -18,7 +17,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Zip/Compression/Streams/OutputWindow.cs b/src/Zip/Compression/Streams/OutputWindow.cs index be828e2d8..23298104b 100644 --- a/src/Zip/Compression/Streams/OutputWindow.cs +++ b/src/Zip/Compression/Streams/OutputWindow.cs @@ -1,6 +1,6 @@ // OutputWindow.cs // -// Copyright (C) 2001 Mike Krueger +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. @@ -17,7 +17,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Zip/Compression/Streams/StreamManipulator.cs b/src/Zip/Compression/Streams/StreamManipulator.cs index ac57e1ed4..8754534e8 100644 --- a/src/Zip/Compression/Streams/StreamManipulator.cs +++ b/src/Zip/Compression/Streams/StreamManipulator.cs @@ -1,6 +1,6 @@ // StreamManipulator.cs // -// Copyright (C) 2001 Mike Krueger +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. @@ -17,7 +17,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Zip/FastZip.cs b/src/Zip/FastZip.cs index 260e2f420..47f3341ad 100644 --- a/src/Zip/FastZip.cs +++ b/src/Zip/FastZip.cs @@ -1,6 +1,6 @@ // FastZip.cs // -// Copyright 2005 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,7 +14,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Zip/IEntryFactory.cs b/src/Zip/IEntryFactory.cs index e5e832b5c..a75c3a519 100644 --- a/src/Zip/IEntryFactory.cs +++ b/src/Zip/IEntryFactory.cs @@ -1,7 +1,8 @@ // IEntryFactory.cs // -// Copyright 2006 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // +// This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or @@ -16,7 +17,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Zip/WindowsNameTransform.cs b/src/Zip/WindowsNameTransform.cs index 65226b46a..19b5e5286 100644 --- a/src/Zip/WindowsNameTransform.cs +++ b/src/Zip/WindowsNameTransform.cs @@ -1,6 +1,6 @@ // WindowsNameTransform.cs // -// Copyright 2007 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,7 +14,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Zip/ZipConstants.cs b/src/Zip/ZipConstants.cs index 06fd47cb8..035454d68 100644 --- a/src/Zip/ZipConstants.cs +++ b/src/Zip/ZipConstants.cs @@ -1,7 +1,6 @@ // ZipConstants.cs // -// Copyright (C) 2001 Mike Krueger -// Copyright (C) 2004 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. @@ -18,7 +17,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Zip/ZipEntry.cs b/src/Zip/ZipEntry.cs index 617fc5e84..ade0fc8f4 100644 --- a/src/Zip/ZipEntry.cs +++ b/src/Zip/ZipEntry.cs @@ -1,7 +1,6 @@ // ZipEntry.cs // -// Copyright (C) 2001 Mike Krueger -// Copyright (C) 2004 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. @@ -18,7 +17,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Zip/ZipEntryFactory.cs b/src/Zip/ZipEntryFactory.cs index 2affbd97e..fe7a0446e 100644 --- a/src/Zip/ZipEntryFactory.cs +++ b/src/Zip/ZipEntryFactory.cs @@ -1,7 +1,8 @@ // ZipEntryFactory.cs // -// Copyright 2006 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // +// This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or @@ -16,7 +17,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Zip/ZipException.cs b/src/Zip/ZipException.cs index 1cf4f1622..99eb96279 100644 --- a/src/Zip/ZipException.cs +++ b/src/Zip/ZipException.cs @@ -1,9 +1,9 @@ // ZipException.cs // -// Copyright (C) 2001 Mike Krueger +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This file was translated from java, it was part of the GNU Classpath -// Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. +// Copyright (C) 2001 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -17,7 +17,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Zip/ZipExtraData.cs b/src/Zip/ZipExtraData.cs index aaeb0a6e1..87b4641ca 100644 --- a/src/Zip/ZipExtraData.cs +++ b/src/Zip/ZipExtraData.cs @@ -1,7 +1,7 @@ // // ZipExtraData.cs // -// Copyright 2004-2007 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -15,7 +15,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Zip/ZipFile.cs b/src/Zip/ZipFile.cs index 6a71cae5c..fcb70f657 100644 --- a/src/Zip/ZipFile.cs +++ b/src/Zip/ZipFile.cs @@ -1,7 +1,6 @@ // ZipFile.cs // -// Copyright (C) 2001 Mike Krueger -// Copyright (C) 2004 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. @@ -18,7 +17,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Zip/ZipHelperStream.cs b/src/Zip/ZipHelperStream.cs index a2f905d6c..266ce5c7a 100644 --- a/src/Zip/ZipHelperStream.cs +++ b/src/Zip/ZipHelperStream.cs @@ -1,6 +1,6 @@ // ZipHelperStream.cs // -// Copyright 2006, 2007 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,7 +14,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Zip/ZipInputStream.cs b/src/Zip/ZipInputStream.cs index b481ea164..48ff95d01 100644 --- a/src/Zip/ZipInputStream.cs +++ b/src/Zip/ZipInputStream.cs @@ -1,7 +1,6 @@ // ZipInputStream.cs // -// Copyright (C) 2001 Mike Krueger -// Copyright (C) 2004 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. @@ -18,7 +17,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Zip/ZipNameTransform.cs b/src/Zip/ZipNameTransform.cs index 9dc1176c2..02672aea8 100644 --- a/src/Zip/ZipNameTransform.cs +++ b/src/Zip/ZipNameTransform.cs @@ -1,6 +1,6 @@ // ZipNameTransform.cs // -// Copyright 2005 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -14,7 +14,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/src/Zip/ZipOutputStream.cs b/src/Zip/ZipOutputStream.cs index 8f18e0c53..ee17c1fdc 100644 --- a/src/Zip/ZipOutputStream.cs +++ b/src/Zip/ZipOutputStream.cs @@ -1,7 +1,6 @@ // ZipOutputStream.cs // -// Copyright (C) 2001 Mike Krueger -// Copyright (C) 2004 John Reilly +// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. @@ -18,7 +17,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // Linking this library statically or dynamically with other modules is // making a combined work based on this library. Thus, the terms and diff --git a/tests/AssemblyInfo.cs b/tests/AssemblyInfo.cs index f0b482b44..0d786634f 100644 --- a/tests/AssemblyInfo.cs +++ b/tests/AssemblyInfo.cs @@ -12,7 +12,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("ICSharpCode.net")] [assembly: AssemblyProduct("#ZipLibrary")] -[assembly: AssemblyCopyright("Copyright 2001-2007 Mike Krueger, John Reilly")] +[assembly: AssemblyCopyright("Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")]