[PATCH 26/27] Add missing copyrights in newlib/doc
Keith Packard
keithp@keithp.com
Wed Feb 5 06:49:00 GMT 2020
Signed-off-by: Keith Packard <keithp@keithp.com>
---
newlib/doc/chapter-texi2docbook.py | 1 +
newlib/doc/makedocbook.py | 1 +
2 files changed, 2 insertions(+)
diff --git a/newlib/doc/chapter-texi2docbook.py b/newlib/doc/chapter-texi2docbook.py
index e21489b9a..224cf2fdb 100755
--- a/newlib/doc/chapter-texi2docbook.py
+++ b/newlib/doc/chapter-texi2docbook.py
@@ -1,4 +1,5 @@
#!/usr/bin/env python
+# Copyright (c) 2016 Jon Turney <jon.turney@dronecode.org.uk>
#
# python script to convert the handwritten chapter .texi files, which include
# the generated files for each function, to DocBook XML
diff --git a/newlib/doc/makedocbook.py b/newlib/doc/makedocbook.py
index 92d0f279d..41785a6aa 100755
--- a/newlib/doc/makedocbook.py
+++ b/newlib/doc/makedocbook.py
@@ -1,4 +1,5 @@
#!/usr/bin/env python
+# Copyright (c) 2016 Jon Turney <jon.turney@dronecode.org.uk>
#
# python script to process makedoc instructions in a source file and produce
# DocBook XML output
--
2.25.0
More information about the Newlib
mailing list