summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cadr.c2
-rw-r--r--cadr.h2
-rw-r--r--gencadr.txr6
-rw-r--r--share/txr/stdlib/cadr.tl2
4 files changed, 12 insertions, 0 deletions
diff --git a/cadr.c b/cadr.c
index 8c41be68..aface304 100644
--- a/cadr.c
+++ b/cadr.c
@@ -1,3 +1,5 @@
+/* This file is generated by gencadr.txr */
+
/* Copyright 2009-2016
* Kaz Kylheku <kaz@kylheku.com>
* Vancouver, Canada
diff --git a/cadr.h b/cadr.h
index a2e9df8e..bf374263 100644
--- a/cadr.h
+++ b/cadr.h
@@ -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