REFACTOR: Updated comments and copyright date.

This commit is contained in:
2017-12-19 03:50:57 +00:00
parent 8ea3912ea8
commit 58e77d65c7
2 changed files with 15 additions and 20 deletions

View File

@@ -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-2017 Natalia Portillo // Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/ // ****************************************************************************/
namespace DiscImageChef.Console namespace DiscImageChef.Console

View File

@@ -3,38 +3,33 @@
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// //
// Filename : AssemblyInfo.cs // Filename : AssemblyInfo.cs
// Version : 1.0 // Author(s) : Natalia Portillo <claunia@claunia.com>
// Author(s) : Natalia Portillo
// //
// Component : Component // Component : Console.
//
// Revision : $Revision$
// Last change by : $Author$
// Date : $Date$
// //
// --[ Description ] ---------------------------------------------------------- // --[ Description ] ----------------------------------------------------------
// //
// Description // C# assembly definitions.
// //
// --[ License ] -------------------------------------------------------------- // --[ License ] --------------------------------------------------------------
// //
// This program is free software: you can redistribute it and/or modify // This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as // it under the terms of the GNU Lesser General Public License as
// published by the Free Software Foundation, either version 3 of the // published by the Free Software Foundation; either version 2.1 of the
// License, or (at your option) any later version. // License, or (at your option) any later version.
// //
// This program is distributed in the hope that it will be useful, // This library is distributed in the hope that it will be useful, but
// but WITHOUT ANY WARRANTY; without even the implied warranty of // WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// GNU General Public License for more details. // Lesser General Public License for more details.
// //
// You should have received a copy of the GNU General Public License // You should have received a copy of the GNU Lesser General Public
// along with this program. If not, see <http://www.gnu.org/licenses/>. // License along with this library; if not, see <http://www.gnu.org/licenses/>.
// //
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// Copyright (C) 2011-2015 Claunia.com // Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/ // ****************************************************************************/
// //$Id$
using System.Reflection; using System.Reflection;
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;