[PATCH 26/27] Add missing copyrights in newlib/doc
Keith Packard <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Keith Packard <[email protected]> --- 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 <[email protected]> # # 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 <[email protected]> # # python script to process makedoc instructions in a source file and produce # DocBook XML output -- 2.25.0