Update copyright year.

This commit is contained in:
2018-12-29 17:34:38 +00:00
parent a0e1952310
commit 6b12cd1a8e
1222 changed files with 1300 additions and 1329 deletions

View File

@@ -28,7 +28,7 @@
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2018 Natalia Portillo
// Copyright © 2011-2019 Natalia Portillo
// ****************************************************************************/
using System;

View File

@@ -28,7 +28,7 @@
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2018 Natalia Portillo
// Copyright © 2011-2019 Natalia Portillo
// ****************************************************************************/
using System;

View File

@@ -28,7 +28,7 @@
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2018 Natalia Portillo
// Copyright © 2011-2019 Natalia Portillo
// ****************************************************************************/
using System;

View File

@@ -27,7 +27,7 @@
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2018 Natalia Portillo
// Copyright © 2011-2019 Natalia Portillo
// ****************************************************************************/
using System;

View File

@@ -28,7 +28,7 @@
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2018 Natalia Portillo
// Copyright © 2011-2019 Natalia Portillo
// ****************************************************************************/
using System;

View File

@@ -27,7 +27,7 @@
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2018 Natalia Portillo
// Copyright © 2011-2019 Natalia Portillo
// Copyright © 2007 Fort Hood TX, herethen, Public Domain
// ****************************************************************************/
@@ -774,7 +774,7 @@ namespace DiscImageChef.Devices.Windows
internal byte[] BinaryDescriptors => BinaryDeviceDescriptors;
}
#region "API Region"
#region "API Region"
// ********************** Constants ************************
const int GENERIC_WRITE = 0x40000000;

View File

@@ -27,7 +27,7 @@
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2018 Natalia Portillo
// Copyright © 2011-2019 Natalia Portillo
// Copyright © 2007 Fort Hood TX, herethen, Public Domain
// ****************************************************************************/
@@ -37,10 +37,10 @@ using System.Runtime.InteropServices;
namespace DiscImageChef.Devices.Windows
{
//
//
// A place for "higher level" related functions
// You might not want to keep these in the USB class... your choice
//
//
// TODO: Even after cleaning, refactoring and xml-documenting, this code needs some love
/// <summary>
/// Implements functions for getting and accesing information from the USB bus