REFACTOR: Updated comments and copyright date.

This commit is contained in:
2017-12-19 03:50:57 +00:00
parent 341e8b563a
commit 1a39168f19
716 changed files with 2760 additions and 4058 deletions

View File

@@ -3,18 +3,13 @@
// ----------------------------------------------------------------------------
//
// Filename : Filesystems.cs
// Version : 1.0
// Author(s) : Natalia Portillo
// Author(s) : Natalia Portillo <claunia@claunia.com>
//
// Component : Component
//
// Revision : $Revision$
// Last change by : $Author$
// Date : $Date$
// Component : Core algorithms.
//
// --[ Description ] ----------------------------------------------------------
//
// Description
// Logic to use filesystem plugins.
//
// --[ License ] --------------------------------------------------------------
//
@@ -32,9 +27,9 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright (C) 2011-2015 Claunia.com
// Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/
// //$Id$
using System.Collections.Generic;
using DiscImageChef.CommonTypes;
using DiscImageChef.Filesystems;