[Commit] nickle/examples/turtle COPYING, NONE, 1.1 Makefile.am, 1.1, 1.2 snowflake.5c, 1.4, 1.5 snowflake.tex, 1.1, 1.2 turtle.5c, 1.1, 1.2

Keith Packard commit at keithp.com
Mon Nov 15 12:16:41 PST 2004


Committed by: keithp

Update of /local/src/CVS/nickle/examples/turtle
In directory home.keithp.com:/tmp/cvs-serv27707/examples/turtle

Modified Files:
	Makefile.am snowflake.5c snowflake.tex turtle.5c 
Added Files:
	COPYING 
Log Message:
2004-11-15  Keith Packard  <keithp at keithp.com>

	* examples/COPYING:
	* examples/Makefile.am:
	* examples/miller-rabin.5c:
	* examples/mutextest.5c:
	* examples/numbers.5c:
	* examples/polynomial.5c:
	* examples/prime.5c:
	* examples/randtest.5c:
	* examples/restart.5c:
	* examples/roman.5c:
	* examples/rsa-demo.5c:
	* examples/rsa.5c:
	* examples/shortpaths.5c:
	* examples/skiplisttest.5c:
	* examples/smlng/COPYING:
	* examples/smlng/Makefile.am:
	* examples/smlng/context.5c:
	* examples/smlng/generate.5c:
	* examples/smlng/parse.5c:
	* examples/smlng/test.5c:
	* examples/turtle/COPYING:
	* examples/turtle/Makefile.am:
	* examples/turtle/snowflake.5c:
	* examples/turtle/snowflake.tex:
	* examples/turtle/turtle.5c:
	Add a bunch of copyright and license information


--- NEW FILE: COPYING ---
(This appears to be a binary file; contents omitted.)

Index: Makefile.am
===================================================================
RCS file: /local/src/CVS/nickle/examples/turtle/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.am	26 May 2004 08:01:42 -0000	1.1
+++ Makefile.am	15 Nov 2004 20:16:37 -0000	1.2
@@ -1,12 +1,19 @@
+#
+# Draw "snowflake" fractal
+#
+# Copyright © 2001  Bart Massey.
+# All Rights Reserved.  See the file COPYING in this directory
+# for licensing information.
+
 NICKLEFILES=\
 	snowflake.5c \
 	turtle.5c
 
 exampledir=$(pkgdatadir)/examples/turtle
 
-example_DATA=$(NICKLEFILES) snowflake.tex
+example_DATA=$(NICKLEFILES) snowflake.tex COPYING
 
-EXTRA_DIST=$(example_DATA)
+EXTRA_DIST=$(example_DATA) COPYING
 
 TESTS_ENVIRONMENT=NICKLESTART=$(top_srcdir)/builtin.5c NICKLEPATH=$(top_srcdir):$(top_srcdir)/$(subdir) $(top_builddir)/nickle
 TESTS=snowflake.5c

Index: snowflake.5c
===================================================================
RCS file: /local/src/CVS/nickle/examples/turtle/snowflake.5c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- snowflake.5c	26 May 2004 08:11:10 -0000	1.4
+++ snowflake.5c	15 Nov 2004 20:16:38 -0000	1.5
@@ -1,5 +1,9 @@
 # von Koch / Snowflake curves
 # Bart 2001/05/28
+#
+# Copyright © 2001  Bart Massey.
+# All Rights Reserved.  See the file COPYING in this directory
+# for licensing information.
 
 # usage: ./snowflake.5c <width> <depth>
 # where <width> is the curve width in inches

Index: snowflake.tex
===================================================================
RCS file: /local/src/CVS/nickle/examples/turtle/snowflake.tex,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- snowflake.tex	29 May 2001 02:56:32 -0000	1.1
+++ snowflake.tex	15 Nov 2004 20:16:38 -0000	1.2
@@ -1,3 +1,7 @@
+%% Copyright © 2001  Bart Massey.
+%% All Rights Reserved.  See the file COPYING in this directory
+%% for licensing information.
+
 \documentclass{article}
 \usepackage{epic,eepic}
 \begin{document}

Index: turtle.5c
===================================================================
RCS file: /local/src/CVS/nickle/examples/turtle/turtle.5c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- turtle.5c	29 May 2001 02:56:32 -0000	1.1
+++ turtle.5c	15 Nov 2004 20:16:38 -0000	1.2
@@ -1,6 +1,10 @@
 /*
  * Turtle Graphics for LaTeX eepic
  * Bart 2001/05/28
+ *
+ * Copyright © 2001  Bart Massey.
+ * All Rights Reserved.  See the file COPYING in this directory
+ * for licensing information.
  */
 
 namespace Turtle {




More information about the Commit mailing list