Skip to content

Commit 3fae4cf

Browse files
committed
Copyright & Licensing
* Update address of Free Software foundation, which closes #91 * All of the various copyright statements have been consolidated to the following: Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team
1 parent e012155 commit 3fae4cf

91 files changed

Lines changed: 169 additions & 181 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

doc/COPYING.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Version 2, June 1991
33

44
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
5-
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
5+
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
66
Everyone is permitted to copy and distribute verbatim copies
77
of this license document, but changing it is not allowed.
88

@@ -305,7 +305,7 @@ the "copyright" line and a pointer to where the full notice is found.
305305

306306
You should have received a copy of the GNU General Public License
307307
along with this program; if not, write to the Free Software
308-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
308+
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
309309

310310

311311
Also add information on how to contact you by electronic and paper mail.

samples/DIME/DimeDataSetService/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[assembly: AssemblyConfiguration("")]
1212
[assembly: AssemblyCompany("")]
1313
[assembly: AssemblyProduct("")]
14-
[assembly: AssemblyCopyright("")]
14+
[assembly: AssemblyCopyright("Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team")]
1515
[assembly: AssemblyTrademark("")]
1616
[assembly: AssemblyCulture("")]
1717

samples/DIME/DimeDataSetServiceConsumer/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[assembly: AssemblyConfiguration("")]
1212
[assembly: AssemblyCompany("")]
1313
[assembly: AssemblyProduct("")]
14-
[assembly: AssemblyCopyright("")]
14+
[assembly: AssemblyCopyright("Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team")]
1515
[assembly: AssemblyTrademark("")]
1616
[assembly: AssemblyCulture("")]
1717

samples/HttpCompressionModule/src/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// Set the CompanyName, LegalCopyright, and LegalTrademark fields
1414
// You shouldn't have to mess with these
1515
[assembly: AssemblyCompany("blowery.org")]
16-
[assembly: AssemblyCopyright("Copyright (c) 2002 Ben Lowery")]
16+
[assembly: AssemblyCopyright("Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team")]
1717

1818
#endregion
1919

samples/cs/CreateZipFile/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[assembly: AssemblyConfiguration("")]
77
[assembly: AssemblyCompany("")]
88
[assembly: AssemblyProduct("A SharpDevelop sample")]
9-
[assembly: AssemblyCopyright("Mike Krueger 2000")]
9+
[assembly: AssemblyCopyright("Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team")]
1010
[assembly: AssemblyTrademark("")]
1111
[assembly: AssemblyCulture("")]
1212

samples/cs/CreateZipFile/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SharpZipLibrary samples
2-
// Copyright (c) 2007, AlphaSierraPapa
2+
// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team
33
// All rights reserved.
44
//
55
// Redistribution and use in source and binary forms, with or without modification, are

samples/cs/FastZip/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[assembly: AssemblyConfiguration("")]
1313
[assembly: AssemblyCompany("")]
1414
[assembly: AssemblyProduct("")]
15-
[assembly: AssemblyCopyright("Copyright 2005 John Reilly")]
15+
[assembly: AssemblyCopyright("Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team")]
1616
[assembly: AssemblyTrademark("")]
1717
[assembly: AssemblyCulture("")]
1818

samples/cs/FastZip/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SharpZipLibrary samples
2-
// Copyright (c) 2007, AlphaSierraPapa
2+
// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team
33
// All rights reserved.
44
//
55
// Redistribution and use in source and binary forms, with or without modification, are

samples/cs/minibzip2/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[assembly: AssemblyConfiguration("")]
77
[assembly: AssemblyCompany("")]
88
[assembly: AssemblyProduct("SharpDevelop")]
9-
[assembly: AssemblyCopyright("Mike Krueger 2000")]
9+
[assembly: AssemblyCopyright("Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team")]
1010
[assembly: AssemblyTrademark("")]
1111
[assembly: AssemblyCulture("")]
1212

samples/cs/minibzip2/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SharpZipLibrary samples
2-
// Copyright (c) 2007, AlphaSierraPapa
2+
// Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team
33
// All rights reserved.
44
//
55
// Redistribution and use in source and binary forms, with or without modification, are

0 commit comments

Comments
 (0)