summaryrefslogtreecommitdiff
path: root/libcmark-gfm
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-10-27 17:30:32 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-10-29 10:49:15 +0300
commit2f164c2333d3038c9b527e3beac161e39b060be8 (patch)
tree1c2944b938a207268f07d4e13af244b2f440366f /libcmark-gfm
parentf7edc2c3ff634514a6a1bf9d1fac34536bc727ab (diff)
Canonicalize the license in the package manifests and source files
Diffstat (limited to 'libcmark-gfm')
-rw-r--r--libcmark-gfm/build/bootstrap.build2
-rw-r--r--libcmark-gfm/build/root.build2
-rw-r--r--libcmark-gfm/buildfile2
-rw-r--r--libcmark-gfm/libcmark-gfm/buildfile2
-rw-r--r--libcmark-gfm/libcmark-gfm/cmark-gfm_export.h2
-rw-r--r--libcmark-gfm/libcmark-gfm/cmark-gfm_version.h2
-rw-r--r--libcmark-gfm/manifest2
-rw-r--r--libcmark-gfm/tests/basic/buildfile2
-rw-r--r--libcmark-gfm/tests/basic/driver.c2
-rw-r--r--libcmark-gfm/tests/basic/testscript2
-rw-r--r--libcmark-gfm/tests/build/bootstrap.build2
-rw-r--r--libcmark-gfm/tests/build/root.build2
-rw-r--r--libcmark-gfm/tests/buildfile2
13 files changed, 13 insertions, 13 deletions
diff --git a/libcmark-gfm/build/bootstrap.build b/libcmark-gfm/build/bootstrap.build
index c8a159c..48f1937 100644
--- a/libcmark-gfm/build/bootstrap.build
+++ b/libcmark-gfm/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : build/bootstrap.build
-# license : FreeBSD License; see accompanying COPYING file
+# license : BSD 2-Clause "Simplified" License; see accompanying COPYING file
project = libcmark-gfm
diff --git a/libcmark-gfm/build/root.build b/libcmark-gfm/build/root.build
index 89e681b..d437527 100644
--- a/libcmark-gfm/build/root.build
+++ b/libcmark-gfm/build/root.build
@@ -1,5 +1,5 @@
# file : build/root.build
-# license : FreeBSD License; see accompanying COPYING file
+# license : BSD 2-Clause "Simplified" License; see accompanying COPYING file
using in
diff --git a/libcmark-gfm/buildfile b/libcmark-gfm/buildfile
index 5841f11..fbbaab8 100644
--- a/libcmark-gfm/buildfile
+++ b/libcmark-gfm/buildfile
@@ -1,5 +1,5 @@
# file : buildfile
-# license : FreeBSD License; see accompanying COPYING file
+# license : BSD 2-Clause "Simplified" License; see accompanying COPYING file
./: {*/ -build/} doc{COPYING INSTALL README} manifest
diff --git a/libcmark-gfm/libcmark-gfm/buildfile b/libcmark-gfm/libcmark-gfm/buildfile
index 8d0ccfb..5c4ec19 100644
--- a/libcmark-gfm/libcmark-gfm/buildfile
+++ b/libcmark-gfm/libcmark-gfm/buildfile
@@ -1,5 +1,5 @@
# file : libcmark-gfm/buildfile
-# license : FreeBSD License; see accompanying COPYING file
+# license : BSD 2-Clause "Simplified" License; see accompanying COPYING file
define inc: file
inc{*}: extension = inc
diff --git a/libcmark-gfm/libcmark-gfm/cmark-gfm_export.h b/libcmark-gfm/libcmark-gfm/cmark-gfm_export.h
index ca72d98..da3fde7 100644
--- a/libcmark-gfm/libcmark-gfm/cmark-gfm_export.h
+++ b/libcmark-gfm/libcmark-gfm/cmark-gfm_export.h
@@ -1,5 +1,5 @@
/* file : libcmark-gfm/cmark-gfm_export.h -*- C -*-
- * license : FreeBSD License; see accompanying COPYING file
+ * license : BSD 2-Clause "Simplified" License; see accompanying COPYING file
*/
#ifndef CMARK_GFM_EXPORT_H
diff --git a/libcmark-gfm/libcmark-gfm/cmark-gfm_version.h b/libcmark-gfm/libcmark-gfm/cmark-gfm_version.h
index 1b7b67b..e64ccf6 100644
--- a/libcmark-gfm/libcmark-gfm/cmark-gfm_version.h
+++ b/libcmark-gfm/libcmark-gfm/cmark-gfm_version.h
@@ -1,5 +1,5 @@
/* file : libcmark-gfm/cmark-gfm_version.h
- * license : FreeBSD License; see accompanying COPYING file
+ * license : BSD 2-Clause "Simplified" License; see accompanying COPYING file
*/
#include <libcmark-gfm/version.h>
diff --git a/libcmark-gfm/manifest b/libcmark-gfm/manifest
index 8257a8c..538bfa8 100644
--- a/libcmark-gfm/manifest
+++ b/libcmark-gfm/manifest
@@ -9,7 +9,7 @@ upstream-version: 0.29.0.gfm.2
project: cmark-gfm
priority: security
summary: GitHub-flavored CommonMark parsing and rendering C library
-license: BSD2; Simplified 2-clause BSD License.
+license: BSD-2-Clause AND MIT ; BSD 2-Clause "Simplified" License for the most of original files.
topics: C, CommonMark, Markdown, documentation generation
description-file: README
url: https://github.com/github/cmark-gfm
diff --git a/libcmark-gfm/tests/basic/buildfile b/libcmark-gfm/tests/basic/buildfile
index 62d766a..d9a0279 100644
--- a/libcmark-gfm/tests/basic/buildfile
+++ b/libcmark-gfm/tests/basic/buildfile
@@ -1,5 +1,5 @@
# file : tests/basic/buildfile
-# license : FreeBSD License; see accompanying COPYING file
+# license : BSD 2-Clause "Simplified" License; see accompanying COPYING file
import libs = libcmark-gfm%lib{cmark-gfm}
diff --git a/libcmark-gfm/tests/basic/driver.c b/libcmark-gfm/tests/basic/driver.c
index c093f71..da60823 100644
--- a/libcmark-gfm/tests/basic/driver.c
+++ b/libcmark-gfm/tests/basic/driver.c
@@ -1,5 +1,5 @@
/* file : tests/basic/driver.c
- * license : FreeBSD License; see accompanying COPYING file
+ * license : BSD 2-Clause "Simplified" License; see accompanying COPYING file
*/
#include <stdio.h>
diff --git a/libcmark-gfm/tests/basic/testscript b/libcmark-gfm/tests/basic/testscript
index 003d5e9..53eecdd 100644
--- a/libcmark-gfm/tests/basic/testscript
+++ b/libcmark-gfm/tests/basic/testscript
@@ -1,4 +1,4 @@
# file : tests/basic/testscript
-# license : FreeBSD License; see accompanying COPYING file
+# license : BSD 2-Clause "Simplified" License; see accompanying COPYING file
$* 'Hello *world*' >'<p>Hello <em>world</em></p>'
diff --git a/libcmark-gfm/tests/build/bootstrap.build b/libcmark-gfm/tests/build/bootstrap.build
index d8223b6..1f99120 100644
--- a/libcmark-gfm/tests/build/bootstrap.build
+++ b/libcmark-gfm/tests/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : tests/build/bootstrap.build
-# license : FreeBSD License; see accompanying COPYING file
+# license : BSD 2-Clause "Simplified" License; see accompanying COPYING file
project = # Unnamed tests subproject.
diff --git a/libcmark-gfm/tests/build/root.build b/libcmark-gfm/tests/build/root.build
index 36b5207..06f65d4 100644
--- a/libcmark-gfm/tests/build/root.build
+++ b/libcmark-gfm/tests/build/root.build
@@ -1,5 +1,5 @@
# file : tests/build/root.build
-# license : FreeBSD License; see accompanying COPYING file
+# license : BSD 2-Clause "Simplified" License; see accompanying COPYING file
using c
diff --git a/libcmark-gfm/tests/buildfile b/libcmark-gfm/tests/buildfile
index 8c4d0c3..4551d45 100644
--- a/libcmark-gfm/tests/buildfile
+++ b/libcmark-gfm/tests/buildfile
@@ -1,4 +1,4 @@
# file : tests/buildfile
-# license : FreeBSD License; see accompanying COPYING file
+# license : BSD 2-Clause "Simplified" License; see accompanying COPYING file
./: {*/ -build/}