diff src/tokenizer.cpp @ 72:e6a2d0be7c5e

start coding on new config syntax
author carl
date Sun, 10 Jul 2005 13:28:33 -0700
parents dd21c8e13074
children 2b369f7db7bf
line wrap: on
line diff
--- a/src/tokenizer.cpp	Sat Jul 09 19:24:41 2005 -0700
+++ b/src/tokenizer.cpp	Sun Jul 10 13:28:33 2005 -0700
@@ -1,3 +1,11 @@
+/*
+
+Copyright (c) 2004 Carl Byington - 510 Software Group, released under
+the GPL version 2 or any later version at your choice available at
+http://www.fsf.org/licenses/gpl.txt
+
+*/
+
 #include "context.h"
 
 static char* tokenizer_version="$Id:";