Skip to content

Commit

Permalink
Change to MIT license
Browse files Browse the repository at this point in the history
  • Loading branch information
JonHanna committed Nov 30, 2017
1 parent 26b88fd commit fe202f7
Show file tree
Hide file tree
Showing 27 changed files with 87 additions and 505 deletions.
Binary file removed EUPLv.1.1 - Licence.pdf
Binary file not shown.
268 changes: 0 additions & 268 deletions EUPLv.1.1 - Licence.txt

This file was deleted.

21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright © 2014-2017 Jon Hanna

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
10 changes: 2 additions & 8 deletions SpookilySharp/ExceptionHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,9 @@
// Author:
// Jon Hanna <[email protected]>
//
// © 2014 Jon Hanna
// © 2014–2017 Jon Hanna
//
// This source code is licensed under the EUPL, Version 1.1 only (the “Licence”).
// You may not use, modify or distribute this work except in compliance with the Licence.
// You may obtain a copy of the Licence at:
// <http://joinup.ec.europa.eu/software/page/eupl/licence-eupl>
// A copy is also distributed with this source code.
// Unless required by applicable law or agreed to in writing, software distributed under the
// Licence is distributed on an “AS IS” basis, without warranties or conditions of any kind.
// Licensed under the MIT license. See the LICENSE file in the repository root for more details.

using System;
using System.IO;
Expand Down
10 changes: 2 additions & 8 deletions SpookilySharp/HashCode128.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,9 @@
// Author:
// Jon Hanna <[email protected]>
//
// © 2014 Jon Hanna
// © 2014–2017 Jon Hanna
//
// Licensed under the EUPL, Version 1.1 only (the “Licence”).
// You may not use, modify or distribute this work except in compliance with the Licence.
// You may obtain a copy of the Licence at:
// <http://joinup.ec.europa.eu/software/page/eupl/licence-eupl>
// A copy is also distributed with this source code.
// Unless required by applicable law or agreed to in writing, software distributed under the
// Licence is distributed on an “AS IS” basis, without warranties or conditions of any kind.
// Licensed under the MIT license. See the LICENSE file in the repository root for more details.

using System;

Expand Down
10 changes: 2 additions & 8 deletions SpookilySharp/HashedStream.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,9 @@
// Author:
// Jon Hanna <[email protected]>
//
// © 2014 Jon Hanna
// © 2014–2017 Jon Hanna
//
// This source code is licensed under the EUPL, Version 1.1 only (the “Licence”).
// You may not use, modify or distribute this work except in compliance with the Licence.
// You may obtain a copy of the Licence at:
// <http://joinup.ec.europa.eu/software/page/eupl/licence-eupl>
// A copy is also distributed with this source code.
// Unless required by applicable law or agreed to in writing, software distributed under the
// Licence is distributed on an “AS IS” basis, without warranties or conditions of any kind.
// Licensed under the MIT license. See the LICENSE file in the repository root for more details.

using System;
using System.IO;
Expand Down
10 changes: 2 additions & 8 deletions SpookilySharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,9 @@
// Author:
// Jon Hanna <[email protected]>
//
// © 2014 Jon Hanna
// © 2014–2017 Jon Hanna
//
// Licensed under the EUPL, Version 1.1 only (the “Licence”).
// You may not use, modify or distribute this work except in compliance with the Licence.
// You may obtain a copy of the Licence at:
// <http://joinup.ec.europa.eu/software/page/eupl/licence-eupl>
// A copy is also distributed with this source code.
// Unless required by applicable law or agreed to in writing, software distributed under the
// Licence is distributed on an “AS IS” basis, without warranties or conditions of any kind.
// Licensed under the MIT license. See the LICENSE file in the repository root for more details.

using System;
using System.Runtime.InteropServices;
Expand Down
10 changes: 2 additions & 8 deletions SpookilySharp/Redistributor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,9 @@
// Author:
// Jon Hanna <[email protected]>
//
// © 2014 Jon Hanna
// © 2014–2017 Jon Hanna
//
// Licensed under the EUPL, Version 1.1 only (the “Licence”).
// You may not use, modify or distribute this work except in compliance with the Licence.
// You may obtain a copy of the Licence at:
// <http://joinup.ec.europa.eu/software/page/eupl/licence-eupl>
// A copy is also distributed with this source code.
// Unless required by applicable law or agreed to in writing, software distributed under the
// Licence is distributed on an “AS IS” basis, without warranties or conditions of any kind.
// Licensed under the MIT license. See the LICENSE file in the repository root for more details.

using System;

Expand Down
10 changes: 2 additions & 8 deletions SpookilySharp/SpookierEqualityComparer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,9 @@
// Author:
// Jon Hanna <[email protected]>
//
// © 2014 Jon Hanna
// © 2014–2017 Jon Hanna
//
// Licensed under the EUPL, Version 1.1 only (the “Licence”).
// You may not use, modify or distribute this work except in compliance with the Licence.
// You may obtain a copy of the Licence at:
// <http://joinup.ec.europa.eu/software/page/eupl/licence-eupl>
// A copy is also distributed with this source code.
// Unless required by applicable law or agreed to in writing, software distributed under the
// Licence is distributed on an “AS IS” basis, without warranties or conditions of any kind.
// Licensed under the MIT license. See the LICENSE file in the repository root for more details.

using System;
using System.Collections;
Expand Down
Loading

0 comments on commit fe202f7

Please sign in to comment.