[Commit] nickle/examples Makefile.am,1.4,1.5 qbrating.5c,1.2,1.3

Keith Packard commit at keithp.com
Wed Dec 1 21:28:41 PST 2004


Committed by: keithp

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

Modified Files:
	Makefile.am qbrating.5c 
Log Message:
2004-12-01  Keith Packard  <keithp at keithp.com>
version 2.44

	* Makefile.am:
	* debian/changelog:
	* debian/copyright:
	* debian/lintian.override:
	* debian/rules:
	* examples/Makefile.am:
	* examples/qbrating.5c:
	Don't ship non-DFSG examples.
	Update to version 2.44
	Fix debian bits to ignore extra (necessary) COPYING files
	Mark debian/copyright with all Copyright data


Index: Makefile.am
===================================================================
RCS file: /local/src/CVS/nickle/examples/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.am	15 Nov 2004 20:16:37 -0000	1.4
+++ Makefile.am	2 Dec 2004 05:28:37 -0000	1.5
@@ -1,7 +1,6 @@
 SUBDIRS=smlng turtle
 
 NICKLEFILES=\
-	circle.5c \
 	comb.5c \
 	cribbage.5c \
 	erat.5c \
@@ -17,7 +16,6 @@
 	qbrating.5c \
 	randtest.5c \
 	restart.5c \
-	rijndael.5c \
 	roman.5c \
 	rsa-demo.5c \
 	rsa.5c \

Index: qbrating.5c
===================================================================
RCS file: /local/src/CVS/nickle/examples/qbrating.5c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- qbrating.5c	25 Jul 2002 18:15:48 -0000	1.2
+++ qbrating.5c	2 Dec 2004 05:28:38 -0000	1.3
@@ -1,6 +1,10 @@
 /*
  * Official NFL QB rating
- * Bart Massey 1999
+ *
+ * Copyright © 1999 Bart Massey.
+ * All Rights Reserved.  See the file COPYING in this directory
+ * for licensing information.
+ * 
  * Info from various web sources
  * 3 ways of computing the result: first uses no
  * decimal approximations, last only decimal approximations.




More information about the Commit mailing list