mirror of https://github.com/madler/zlib
Fix encoding
Use ASCII for non-ASCII characters in C# sources of DotZLib.
This commit is contained in:
parent
5089329162
commit
94c054be55
|
@ -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…
Reference in New Issue