From b59c8062b323e6711b8a0d2aaf25df748b791bbc Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Tue, 19 Dec 2017 03:50:57 +0000 Subject: [PATCH] REFACTOR: Updated comments and copyright date. --- MediaType.cs | 2 +- MediaTypeFromSCSI.cs | 2 +- Partition.cs | 2 +- Properties/AssemblyInfo.cs | 34 +++++++++++++++++++++++++++++++++- 4 files changed, 36 insertions(+), 4 deletions(-) diff --git a/MediaType.cs b/MediaType.cs index cff718877..c527a945f 100644 --- a/MediaType.cs +++ b/MediaType.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.CommonTypes diff --git a/MediaTypeFromSCSI.cs b/MediaTypeFromSCSI.cs index 45eff47d5..01cb72101 100644 --- a/MediaTypeFromSCSI.cs +++ b/MediaTypeFromSCSI.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.CommonTypes diff --git a/Partition.cs b/Partition.cs index 505a6c1db..a6bf740de 100644 --- a/Partition.cs +++ b/Partition.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 958769d4e..f90395832 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -1,4 +1,36 @@ -using System.Reflection; +// /*************************************************************************** +// The Disc Image Chef +// ---------------------------------------------------------------------------- +// +// Filename : AssemblyInfo.cs +// Author(s) : Natalia Portillo +// +// Component : DiscImageChef common types. +// +// --[ Description ] ---------------------------------------------------------- +// +// C# assembly definitions. +// +// --[ License ] -------------------------------------------------------------- +// +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the +// License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2011-2018 Natalia Portillo +// ****************************************************************************/ + +using System.Reflection; using System.Runtime.CompilerServices; // Information about this assembly is defined by the following attributes.