pull/156/merge
tbeu 3 months ago committed by GitHub
commit 9620b434a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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