-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2273 from xsuchy/2206
new license: HPND-Kevlin-Henney
- Loading branch information
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<SPDXLicenseCollection xmlns="http://www.spdx.org/license"> | ||
<license isOsiApproved="false" licenseId="HPND-Kevlin-Henney" | ||
name="Historical Permission Notice and Disclaimer - Kevlin Henney variant" listVersionAdded="3.23"> | ||
<crossRefs> | ||
<crossRef>https://github.com/mruby/mruby/blob/83d12f8d52522cdb7c8cc46fad34821359f453e6/mrbgems/mruby-dir/src/Win/dirent.c#L127-L140</crossRef> | ||
</crossRefs> | ||
<notes> | ||
This license is similar to HPND-Pbmplus but varies the order of hereby granted/without fee and has a different notice clause. | ||
</notes> | ||
<text> | ||
<copyrightText> | ||
<p> | ||
Copyright Kevlin Henney, 1997, 2003, 2012. All rights reserved. | ||
</p> | ||
</copyrightText> | ||
<p> | ||
Permission to use, copy, modify, and distribute this | ||
software and its documentation for any purpose is hereby | ||
granted without fee, provided that this copyright and | ||
permissions notice appear in all copies and derivatives. | ||
</p> | ||
<p> | ||
This software is supplied "as is" | ||
without express or implied warranty. | ||
</p> | ||
<p> | ||
But that said, if there are any problems please get in touch. | ||
</p> | ||
</text> | ||
</license> | ||
</SPDXLicenseCollection> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Copyright Kevlin Henney, 1997, 2003, 2012. All rights reserved. | ||
|
||
Permission to use, copy, modify, and distribute this software and its | ||
documentation for any purpose is hereby granted without fee, provided | ||
that this copyright and permissions notice appear in all copies and | ||
derivatives. | ||
|
||
This software is supplied "as is" without express or implied warranty. | ||
|
||
But that said, if there are any problems please get in touch. |