Fix encoding

Use ASCII for non-ASCII characters in C# sources of DotZLib.
pull/156/head
tbeu 8 years ago
parent 5089329162
commit 94c054be55
  1. 2
      contrib/dotzlib/DotZLib/ChecksumImpl.cs
  2. 2
      contrib/dotzlib/DotZLib/CircularBuffer.cs
  3. 2
      contrib/dotzlib/DotZLib/CodecBase.cs
  4. 2
      contrib/dotzlib/DotZLib/Deflater.cs
  5. 2
      contrib/dotzlib/DotZLib/DotZLib.cs
  6. 2
      contrib/dotzlib/DotZLib/GZipStream.cs
  7. 2
      contrib/dotzlib/DotZLib/Inflater.cs
  8. 2
      contrib/dotzlib/DotZLib/UnitTests.cs

@ -1,5 +1,5 @@
//
// © Copyright Henrik Ravn 2004
// Copyright (C) Henrik Ravn 2004
//
// Use, modification and distribution are subject to the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

@ -1,5 +1,5 @@
//
// © Copyright Henrik Ravn 2004
// Copyright (C) Henrik Ravn 2004
//
// Use, modification and distribution are subject to the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

@ -1,5 +1,5 @@
//
// © Copyright Henrik Ravn 2004
// Copyright (C) Henrik Ravn 2004
//
// Use, modification and distribution are subject to the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

@ -1,5 +1,5 @@
//
// © Copyright Henrik Ravn 2004
// Copyright (C) Henrik Ravn 2004
//
// Use, modification and distribution are subject to the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

@ -1,5 +1,5 @@
//
// © Copyright Henrik Ravn 2004
// Copyright (C) Henrik Ravn 2004
//
// Use, modification and distribution are subject to the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

@ -1,5 +1,5 @@
//
// © Copyright Henrik Ravn 2004
// Copyright (C) Henrik Ravn 2004
//
// Use, modification and distribution are subject to the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

@ -1,5 +1,5 @@
//
// © Copyright Henrik Ravn 2004
// Copyright (C) Henrik Ravn 2004
//
// Use, modification and distribution are subject to the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

@ -1,5 +1,5 @@
//
// © Copyright Henrik Ravn 2004
// Copyright (C) Henrik Ravn 2004
//
// Use, modification and distribution are subject to the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Loading…
Cancel
Save