Skip to content

Commit

Permalink
Updated copyright string.
Browse files Browse the repository at this point in the history
  • Loading branch information
claunia committed May 19, 2017
1 parent 047a4b7 commit 869b49d
Show file tree
Hide file tree
Showing 354 changed files with 1,015 additions and 633 deletions.
4 changes: 2 additions & 2 deletions DiscImageChef.Checksums/Adler32Context.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// /***************************************************************************
// /***************************************************************************
// The Disc Image Chef
// ----------------------------------------------------------------------------
//
Expand Down Expand Up @@ -27,7 +27,7 @@
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2016 Natalia Portillo
// Copyright © 2011-2017 Natalia Portillo
// ****************************************************************************/

using System;
Expand Down
4 changes: 2 additions & 2 deletions DiscImageChef.Checksums/CDChecksums.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// /***************************************************************************
// /***************************************************************************
// The Disc Image Chef
// ----------------------------------------------------------------------------
//
Expand Down Expand Up @@ -27,7 +27,7 @@
// along with this program.If not, see<http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2016 Natalia Portillo
// Copyright © 2011-2017 Natalia Portillo
// ECC algorithm from ECM(c) 2002-2011 Neill Corlett
// ****************************************************************************/

Expand Down
4 changes: 2 additions & 2 deletions DiscImageChef.Checksums/CRC16Context.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// /***************************************************************************
// /***************************************************************************
// The Disc Image Chef
// ----------------------------------------------------------------------------
//
Expand Down Expand Up @@ -27,7 +27,7 @@
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2016 Natalia Portillo
// Copyright © 2011-2017 Natalia Portillo
// ****************************************************************************/

using System.Text;
Expand Down
4 changes: 2 additions & 2 deletions DiscImageChef.Checksums/CRC32Context.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// /***************************************************************************
// /***************************************************************************
// The Disc Image Chef
// ----------------------------------------------------------------------------
//
Expand Down Expand Up @@ -27,7 +27,7 @@
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2016 Natalia Portillo
// Copyright © 2011-2017 Natalia Portillo
// ****************************************************************************/

using System.Text;
Expand Down
4 changes: 2 additions & 2 deletions DiscImageChef.Checksums/CRC64Context.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// /***************************************************************************
// /***************************************************************************
// The Disc Image Chef
// ----------------------------------------------------------------------------
//
Expand Down Expand Up @@ -27,7 +27,7 @@
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2016 Natalia Portillo
// Copyright © 2011-2017 Natalia Portillo
// ****************************************************************************/

using System.Text;
Expand Down
18 changes: 18 additions & 0 deletions DiscImageChef.Checksums/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
2017-05-19 Natalia Portillo <[email protected]>

* MD5Context.cs:
* SHA1Context.cs:
* ReedSolomon.cs:
* CDChecksums.cs:
* CRC64Context.cs:
* CRC32Context.cs:
* CRC16Context.cs:
* SHA384Context.cs:
* SHA256Context.cs:
* SHA512Context.cs:
* Adler32Context.cs:
* SpamSumContext.cs:
* FletcherContext.cs:
* RIPEMD160Context.cs:
* AssemblyInfo.cs: Updated copyright string.

2017-05-19 Natalia Portillo <[email protected]>

* AssemblyInfo.cs: Bumped version to 3.3.99.0.
Expand Down
4 changes: 2 additions & 2 deletions DiscImageChef.Checksums/FletcherContext.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// /***************************************************************************
// /***************************************************************************
// The Disc Image Chef
// ----------------------------------------------------------------------------
//
Expand Down Expand Up @@ -27,7 +27,7 @@
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2016 Natalia Portillo
// Copyright © 2011-2017 Natalia Portillo
// ****************************************************************************/

// Disabled because the speed is abnormally slow
Expand Down
4 changes: 2 additions & 2 deletions DiscImageChef.Checksums/MD5Context.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// /***************************************************************************
// /***************************************************************************
// The Disc Image Chef
// ----------------------------------------------------------------------------
//
Expand Down Expand Up @@ -27,7 +27,7 @@
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2016 Natalia Portillo
// Copyright © 2011-2017 Natalia Portillo
// ****************************************************************************/

using System.Security.Cryptography;
Expand Down
2 changes: 1 addition & 1 deletion DiscImageChef.Checksums/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Claunia.com")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright("Copyright © 2011-2016 Natalia Portillo")]
[assembly: AssemblyCopyright("Copyright © 2011-2017 Natalia Portillo")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
4 changes: 2 additions & 2 deletions DiscImageChef.Checksums/RIPEMD160Context.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// /***************************************************************************
// /***************************************************************************
// The Disc Image Chef
// ----------------------------------------------------------------------------
//
Expand Down Expand Up @@ -27,7 +27,7 @@
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2016 Natalia Portillo
// Copyright © 2011-2017 Natalia Portillo
// ****************************************************************************/

using System.Security.Cryptography;
Expand Down
4 changes: 2 additions & 2 deletions DiscImageChef.Checksums/ReedSolomon.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// /***************************************************************************
// /***************************************************************************
// The Disc Image Chef
// ----------------------------------------------------------------------------
//
Expand Down Expand Up @@ -27,7 +27,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2016 Natalia Portillo
// Copyright © 2011-2017 Natalia Portillo
// Copyright (C) 1996 Phil Karn
// Copyright (C) 1995 Robert Morelos-Zaragoza
// Copyright (C) 1995 Hari Thirumoorthy
Expand Down
4 changes: 2 additions & 2 deletions DiscImageChef.Checksums/SHA1Context.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// /***************************************************************************
// /***************************************************************************
// The Disc Image Chef
// ----------------------------------------------------------------------------
//
Expand Down Expand Up @@ -27,7 +27,7 @@
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2016 Natalia Portillo
// Copyright © 2011-2017 Natalia Portillo
// ****************************************************************************/

using System.Security.Cryptography;
Expand Down
4 changes: 2 additions & 2 deletions DiscImageChef.Checksums/SHA256Context.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// /***************************************************************************
// /***************************************************************************
// The Disc Image Chef
// ----------------------------------------------------------------------------
//
Expand Down Expand Up @@ -27,7 +27,7 @@
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2016 Natalia Portillo
// Copyright © 2011-2017 Natalia Portillo
// ****************************************************************************/

using System.Security.Cryptography;
Expand Down
4 changes: 2 additions & 2 deletions DiscImageChef.Checksums/SHA384Context.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// /***************************************************************************
// /***************************************************************************
// The Disc Image Chef
// ----------------------------------------------------------------------------
//
Expand Down Expand Up @@ -27,7 +27,7 @@
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2016 Natalia Portillo
// Copyright © 2011-2017 Natalia Portillo
// ****************************************************************************/

using System.Security.Cryptography;
Expand Down
4 changes: 2 additions & 2 deletions DiscImageChef.Checksums/SHA512Context.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// /***************************************************************************
// /***************************************************************************
// The Disc Image Chef
// ----------------------------------------------------------------------------
//
Expand Down Expand Up @@ -27,7 +27,7 @@
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2016 Natalia Portillo
// Copyright © 2011-2017 Natalia Portillo
// ****************************************************************************/

using System.Security.Cryptography;
Expand Down
4 changes: 2 additions & 2 deletions DiscImageChef.Checksums/SpamSumContext.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// /***************************************************************************
// /***************************************************************************
// The Disc Image Chef
// ----------------------------------------------------------------------------
//
Expand Down Expand Up @@ -27,7 +27,7 @@
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2016 Natalia Portillo
// Copyright © 2011-2017 Natalia Portillo
// ****************************************************************************/

// Based on ssdeep
Expand Down
7 changes: 7 additions & 0 deletions DiscImageChef.CommonTypes/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2017-05-19 Natalia Portillo <[email protected]>

* Partition.cs:
* MediaType.cs:
* MediaTypeFromSCSI.cs:
* AssemblyInfo.cs: Updated copyright string.

2017-05-19 Natalia Portillo <[email protected]>

* AssemblyInfo.cs: Bumped version to 3.3.99.0.
Expand Down
4 changes: 2 additions & 2 deletions DiscImageChef.CommonTypes/MediaType.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// /***************************************************************************
// /***************************************************************************
// The Disc Image Chef
// ----------------------------------------------------------------------------
//
Expand Down Expand Up @@ -27,7 +27,7 @@
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2016 Natalia Portillo
// Copyright © 2011-2017 Natalia Portillo
// ****************************************************************************/

namespace DiscImageChef.CommonTypes
Expand Down
4 changes: 2 additions & 2 deletions DiscImageChef.CommonTypes/MediaTypeFromSCSI.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// /***************************************************************************
// /***************************************************************************
// The Disc Image Chef
// ----------------------------------------------------------------------------
//
Expand Down Expand Up @@ -27,7 +27,7 @@
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2016 Natalia Portillo
// Copyright © 2011-2017 Natalia Portillo
// ****************************************************************************/

namespace DiscImageChef.CommonTypes
Expand Down
4 changes: 2 additions & 2 deletions DiscImageChef.CommonTypes/Partition.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// /***************************************************************************
// /***************************************************************************
// The Disc Image Chef
// ----------------------------------------------------------------------------
//
Expand Down Expand Up @@ -27,7 +27,7 @@
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2016 Natalia Portillo
// Copyright © 2011-2017 Natalia Portillo
// ****************************************************************************/

namespace DiscImageChef.CommonTypes
Expand Down
2 changes: 1 addition & 1 deletion DiscImageChef.CommonTypes/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Claunia.com")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright("Copyright © 2011-2016 Natalia Portillo")]
[assembly: AssemblyCopyright("Copyright © 2011-2017 Natalia Portillo")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
5 changes: 5 additions & 0 deletions DiscImageChef.Console/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2017-05-19 Natalia Portillo <[email protected]>

* DicConsole.cs:
* AssemblyInfo.cs: Updated copyright string.

2017-05-19 Natalia Portillo <[email protected]>

* AssemblyInfo.cs: Bumped version to 3.3.99.0.
Expand Down
4 changes: 2 additions & 2 deletions DiscImageChef.Console/DicConsole.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// /***************************************************************************
// /***************************************************************************
// The Disc Image Chef
// ----------------------------------------------------------------------------
//
Expand Down Expand Up @@ -27,7 +27,7 @@
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2016 Natalia Portillo
// Copyright © 2011-2017 Natalia Portillo
// ****************************************************************************/

namespace DiscImageChef.Console
Expand Down
2 changes: 1 addition & 1 deletion DiscImageChef.Console/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Claunia.com")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright("Copyright © 2011-2016 Natalia Portillo")]
[assembly: AssemblyCopyright("Copyright © 2011-2017 Natalia Portillo")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
4 changes: 2 additions & 2 deletions DiscImageChef.Decoders/ATA/Errors.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// /***************************************************************************
// /***************************************************************************
// The Disc Image Chef
// ----------------------------------------------------------------------------
//
Expand Down Expand Up @@ -27,7 +27,7 @@
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2016 Natalia Portillo
// Copyright © 2011-2017 Natalia Portillo
// ****************************************************************************/

namespace DiscImageChef.Decoders.ATA
Expand Down
4 changes: 2 additions & 2 deletions DiscImageChef.Decoders/ATA/Identify.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// /***************************************************************************
// /***************************************************************************
// The Disc Image Chef
// ----------------------------------------------------------------------------
//
Expand Down Expand Up @@ -27,7 +27,7 @@
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2016 Natalia Portillo
// Copyright © 2011-2017 Natalia Portillo
// ****************************************************************************/

using System;
Expand Down
4 changes: 2 additions & 2 deletions DiscImageChef.Decoders/Blu-ray/BCA.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// /***************************************************************************
// /***************************************************************************
// The Disc Image Chef
// ----------------------------------------------------------------------------
//
Expand Down Expand Up @@ -27,7 +27,7 @@
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2016 Natalia Portillo
// Copyright © 2011-2017 Natalia Portillo
// ****************************************************************************/

using System;
Expand Down
4 changes: 2 additions & 2 deletions DiscImageChef.Decoders/Blu-ray/Cartridge.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// /***************************************************************************
// /***************************************************************************
// The Disc Image Chef
// ----------------------------------------------------------------------------
//
Expand Down Expand Up @@ -27,7 +27,7 @@
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2016 Natalia Portillo
// Copyright © 2011-2017 Natalia Portillo
// ****************************************************************************/

using System;
Expand Down
Loading

0 comments on commit 869b49d

Please sign in to comment.