summaryrefslogtreecommitdiff
path: root/libcmark-gfm
diff options
context:
space:
mode:
Diffstat (limited to 'libcmark-gfm')
-rw-r--r--libcmark-gfm/build/bootstrap.build1
-rw-r--r--libcmark-gfm/build/export.build1
-rw-r--r--libcmark-gfm/build/root.build1
-rw-r--r--libcmark-gfm/buildfile1
-rw-r--r--libcmark-gfm/libcmark-gfm/buildfile1
-rw-r--r--libcmark-gfm/libcmark-gfm/cmark-gfm_export.h1
-rw-r--r--libcmark-gfm/libcmark-gfm/cmark-gfm_version.h1
-rw-r--r--libcmark-gfm/manifest2
-rw-r--r--libcmark-gfm/tests/basic/buildfile1
-rw-r--r--libcmark-gfm/tests/basic/driver.c1
-rw-r--r--libcmark-gfm/tests/basic/testscript1
-rw-r--r--libcmark-gfm/tests/build/bootstrap.build1
-rw-r--r--libcmark-gfm/tests/build/root.build1
-rw-r--r--libcmark-gfm/tests/buildfile1
14 files changed, 1 insertions, 14 deletions
diff --git a/libcmark-gfm/build/bootstrap.build b/libcmark-gfm/build/bootstrap.build
index 61fe373..98aa105 100644
--- a/libcmark-gfm/build/bootstrap.build
+++ b/libcmark-gfm/build/bootstrap.build
@@ -1,5 +1,4 @@
# file : build/bootstrap.build
-# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
# license : FreeBSD License; see accompanying COPYING file
project = libcmark-gfm
diff --git a/libcmark-gfm/build/export.build b/libcmark-gfm/build/export.build
index 2ef7b69..f753739 100644
--- a/libcmark-gfm/build/export.build
+++ b/libcmark-gfm/build/export.build
@@ -1,5 +1,4 @@
# file : build/root.build
-# copyright : Copyright (c) 2018-2019 Code Synthesis Ltd
# license : FreeBSD License; see accompanying COPYING file
$out_root/
diff --git a/libcmark-gfm/build/root.build b/libcmark-gfm/build/root.build
index aa41715..89e681b 100644
--- a/libcmark-gfm/build/root.build
+++ b/libcmark-gfm/build/root.build
@@ -1,5 +1,4 @@
# file : build/root.build
-# copyright : Copyright (c) 2018-2019 Code Synthesis Ltd
# license : FreeBSD License; see accompanying COPYING file
using in
diff --git a/libcmark-gfm/buildfile b/libcmark-gfm/buildfile
index f2c47c5..5841f11 100644
--- a/libcmark-gfm/buildfile
+++ b/libcmark-gfm/buildfile
@@ -1,5 +1,4 @@
# file : buildfile
-# copyright : Copyright (c) 2018-2019 Code Synthesis Ltd
# license : FreeBSD 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 ec95650..9aff2ba 100644
--- a/libcmark-gfm/libcmark-gfm/buildfile
+++ b/libcmark-gfm/libcmark-gfm/buildfile
@@ -1,5 +1,4 @@
# file : libcmark-gfm/buildfile
-# copyright : Copyright (c) 2018-2019 Code Synthesis Ltd
# license : FreeBSD License; see accompanying COPYING file
define inc: file
diff --git a/libcmark-gfm/libcmark-gfm/cmark-gfm_export.h b/libcmark-gfm/libcmark-gfm/cmark-gfm_export.h
index b6b42dc..ca6b3cf 100644
--- a/libcmark-gfm/libcmark-gfm/cmark-gfm_export.h
+++ b/libcmark-gfm/libcmark-gfm/cmark-gfm_export.h
@@ -1,5 +1,4 @@
/* file : libcmark-gfm/cmark-gfm_export.h -*- C -*-
- * copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
* license : FreeBSD License; see accompanying COPYING file
*/
diff --git a/libcmark-gfm/libcmark-gfm/cmark-gfm_version.h b/libcmark-gfm/libcmark-gfm/cmark-gfm_version.h
index 6884503..928f8b9 100644
--- a/libcmark-gfm/libcmark-gfm/cmark-gfm_version.h
+++ b/libcmark-gfm/libcmark-gfm/cmark-gfm_version.h
@@ -1,6 +1,5 @@
/*
* file : libcmark-gfm/cmark-gfm_version.h
- * copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
* license : FreeBSD License; see accompanying COPYING file
*/
diff --git a/libcmark-gfm/manifest b/libcmark-gfm/manifest
index 3a2b469..2e807ac 100644
--- a/libcmark-gfm/manifest
+++ b/libcmark-gfm/manifest
@@ -3,7 +3,7 @@ name: libcmark-gfm
# Note: remember to update build/bootstrap.build!
#
-version: 0.29.0-a.1+6
+version: 0.29.0-a.1+7
upstream-version: 0.29.0.gfm.0
project: cmark-gfm
diff --git a/libcmark-gfm/tests/basic/buildfile b/libcmark-gfm/tests/basic/buildfile
index 3f72c2d..62d766a 100644
--- a/libcmark-gfm/tests/basic/buildfile
+++ b/libcmark-gfm/tests/basic/buildfile
@@ -1,5 +1,4 @@
# file : tests/basic/buildfile
-# copyright : Copyright (c) 2018-2019 Code Synthesis Ltd
# license : FreeBSD 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 e38e03a..1cd06c2 100644
--- a/libcmark-gfm/tests/basic/driver.c
+++ b/libcmark-gfm/tests/basic/driver.c
@@ -1,6 +1,5 @@
/*
* file : tests/basic/driver.c
- * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
* license : FreeBSD License; see accompanying COPYING file
*/
diff --git a/libcmark-gfm/tests/basic/testscript b/libcmark-gfm/tests/basic/testscript
index 41b7d26..003d5e9 100644
--- a/libcmark-gfm/tests/basic/testscript
+++ b/libcmark-gfm/tests/basic/testscript
@@ -1,5 +1,4 @@
# file : tests/basic/testscript
-# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
# license : FreeBSD 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 cb2b962..d8223b6 100644
--- a/libcmark-gfm/tests/build/bootstrap.build
+++ b/libcmark-gfm/tests/build/bootstrap.build
@@ -1,5 +1,4 @@
# file : tests/build/bootstrap.build
-# copyright : Copyright (c) 2018-2019 Code Synthesis Ltd
# license : FreeBSD 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 fefb7d6..36b5207 100644
--- a/libcmark-gfm/tests/build/root.build
+++ b/libcmark-gfm/tests/build/root.build
@@ -1,5 +1,4 @@
# file : tests/build/root.build
-# copyright : Copyright (c) 2018-2019 Code Synthesis Ltd
# license : FreeBSD License; see accompanying COPYING file
using c
diff --git a/libcmark-gfm/tests/buildfile b/libcmark-gfm/tests/buildfile
index 3961c0a..8c4d0c3 100644
--- a/libcmark-gfm/tests/buildfile
+++ b/libcmark-gfm/tests/buildfile
@@ -1,5 +1,4 @@
# file : tests/buildfile
-# copyright : Copyright (c) 2018-2019 Code Synthesis Ltd
# license : FreeBSD License; see accompanying COPYING file
./: {*/ -build/}