diff options
-rw-r--r-- | cadr.c | 2 | ||||
-rw-r--r-- | cadr.h | 2 | ||||
-rw-r--r-- | gencadr.txr | 6 | ||||
-rw-r--r-- | share/txr/stdlib/cadr.tl | 2 |
4 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,5 @@ +/* This file is generated by gencadr.txr */ + /* Copyright 2009-2016 * Kaz Kylheku <kaz@kylheku.com> * Vancouver, Canada @@ -1,3 +1,5 @@ +/* This file is generated by gencadr.txr */ + /* Copyright 2009-2016 * Kaz Kylheku <kaz@kylheku.com> * Vancouver, Canada diff --git a/gencadr.txr b/gencadr.txr index 78b1abb3..84df87cc 100644 --- a/gencadr.txr +++ b/gencadr.txr @@ -17,6 +17,8 @@ @(end) @(output "cadr.c") +/* This file is generated by gencadr.txr */ + @{c-copyright "\n"} #include <stdio.h> @@ -69,6 +71,8 @@ void cadr_init(void) } @(end) @(output "cadr.h") +/* This file is generated by gencadr.txr */ + @{c-copyright "\n"} @ (repeat) @@ -78,6 +82,8 @@ val c@{ad}r(val); void cadr_init(void); @(end) @(output "share/txr/stdlib/cadr.tl") +;; This file is generated by gencadr.txr + @{tl-copyright "\n"} @ (repeat) diff --git a/share/txr/stdlib/cadr.tl b/share/txr/stdlib/cadr.tl index 7282ae29..a488c051 100644 --- a/share/txr/stdlib/cadr.tl +++ b/share/txr/stdlib/cadr.tl @@ -1,3 +1,5 @@ +;; This file is generated by gencadr.txr + ;; Copyright 2015-2016 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada |