aboutsummaryrefslogtreecommitdiff
path: root/ccan
diff options
context:
space:
mode:
authorJordan Niethe <jniethe5@gmail.com>2019-09-20 10:35:59 +1000
committerOliver O'Halloran <oohall@gmail.com>2019-10-02 19:51:24 +1000
commit9f0af2799df68e0985f59649d2ce083534ce0cf1 (patch)
tree9ccdde53871178752a2701c9f41b5993a154e2e9 /ccan
parenta2c9babbda5878874f5a8a3d849dff189d4f7743 (diff)
downloadskiboot-9f0af2799df68e0985f59649d2ce083534ce0cf1.zip
skiboot-9f0af2799df68e0985f59649d2ce083534ce0cf1.tar.gz
skiboot-9f0af2799df68e0985f59649d2ce083534ce0cf1.tar.bz2
ccan: Add CCAN heap license
In commit 3d6aca20b8ae ("ccan: Add CCAN heap source") the license file is a symbolic link. The link points to the BSD-MIT license within the CCAN project, but in skiboot this location does not exist. Replace the link with the BSD-MIT license text. Signed-off-by: Jordan Niethe <jniethe5@gmail.com> Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Diffstat (limited to 'ccan')
-rw-r--r--[l---------]ccan/heap/LICENSE18
1 files changed, 17 insertions, 1 deletions
diff --git a/ccan/heap/LICENSE b/ccan/heap/LICENSE
index 2354d12..89de354 120000..100644
--- a/ccan/heap/LICENSE
+++ b/ccan/heap/LICENSE
@@ -1 +1,17 @@
-../../licenses/BSD-MIT \ No newline at end of file
+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.