mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Updated copyright string.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
// /***************************************************************************
|
// /***************************************************************************
|
||||||
// The Disc Image Chef
|
// The Disc Image Chef
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
//
|
//
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
// Assuming open source.
|
// Assuming open source.
|
||||||
//
|
//
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Copyright © 2011-2016 Natalia Portillo
|
// Copyright © 2011-2017 Natalia Portillo
|
||||||
// Copyright(C) 2014 mykohsu
|
// Copyright(C) 2014 mykohsu
|
||||||
// ****************************************************************************/
|
// ****************************************************************************/
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// /***************************************************************************
|
// /***************************************************************************
|
||||||
// The Disc Image Chef
|
// The Disc Image Chef
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
//
|
//
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
// 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
|
namespace DiscImageChef
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// /***************************************************************************
|
// /***************************************************************************
|
||||||
// The Disc Image Chef
|
// The Disc Image Chef
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
//
|
//
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
// 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;
|
using System;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// /***************************************************************************
|
// /***************************************************************************
|
||||||
// The Disc Image Chef
|
// The Disc Image Chef
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
//
|
//
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
// 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;
|
using System;
|
||||||
|
|||||||
13
ChangeLog
13
ChangeLog
@@ -1,3 +1,16 @@
|
|||||||
|
2017-05-19 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
|
* Swapping.cs:
|
||||||
|
* PrintHex.cs:
|
||||||
|
* ArrayFill.cs:
|
||||||
|
* ArrayIsEmpty.cs:
|
||||||
|
* DateHandlers.cs:
|
||||||
|
* StringHandlers.cs:
|
||||||
|
* BigEndianMarshal.cs:
|
||||||
|
* BigEndianBitConverter.cs:
|
||||||
|
* AssemblyInfo.cs:
|
||||||
|
* EndianAwareBinaryReader.cs: Updated copyright string.
|
||||||
|
|
||||||
2017-05-19 Natalia Portillo <claunia@claunia.com>
|
2017-05-19 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
* AssemblyInfo.cs: Bumped version to 3.3.99.0.
|
* AssemblyInfo.cs: Bumped version to 3.3.99.0.
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
// 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;
|
using System;
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
// 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;
|
using System;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// /***************************************************************************
|
// /***************************************************************************
|
||||||
// The Disc Image Chef
|
// The Disc Image Chef
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
//
|
//
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
||||||
//
|
//
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Copyright © 2011-2016 Natalia Portillo
|
// Copyright © 2011-2017 Natalia Portillo
|
||||||
// ****************************************************************************/
|
// ****************************************************************************/
|
||||||
|
|
||||||
using DiscImageChef.Console;
|
using DiscImageChef.Console;
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ using System.Runtime.CompilerServices;
|
|||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("Claunia.com")]
|
[assembly: AssemblyCompany("Claunia.com")]
|
||||||
[assembly: AssemblyProduct("")]
|
[assembly: AssemblyProduct("")]
|
||||||
[assembly: AssemblyCopyright("Copyright © 2011-2016 Natalia Portillo")]
|
[assembly: AssemblyCopyright("Copyright © 2011-2017 Natalia Portillo")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyCulture("")]
|
[assembly: AssemblyCulture("")]
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
// 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;
|
using System.Text;
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
// 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
|
namespace DiscImageChef
|
||||||
|
|||||||
Reference in New Issue
Block a user