[sword-svn] r2238 - trunk/olb

chrislit at crosswire.org chrislit at crosswire.org
Sat Feb 7 01:45:24 MST 2009


Author: chrislit
Date: 2009-02-07 01:45:24 -0700 (Sat, 07 Feb 2009)
New Revision: 2238

Modified:
   trunk/olb/Convert.cpp
   trunk/olb/Doinit.c
   trunk/olb/Getstrng.c
   trunk/olb/Getvrsn.c
   trunk/olb/Mainfrm.cpp
   trunk/olb/Mainfrm.h
   trunk/olb/Online.c
   trunk/olb/addstrongs.cpp
   trunk/olb/dumpav.cpp
   trunk/olb/olb2sword.cpp
   trunk/olb/prn2sword.cpp
   trunk/olb/prn2swordfrm.cpp
   trunk/olb/prn2swordfrm.h
Log:
license updates

Modified: trunk/olb/Convert.cpp
===================================================================
--- trunk/olb/Convert.cpp	2009-02-07 08:42:00 UTC (rev 2237)
+++ trunk/olb/Convert.cpp	2009-02-07 08:45:24 UTC (rev 2238)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2009 CrossWire Bible Society (http://www.crosswire.org)
+ *	CrossWire Bible Society
+ *	P. O. Box 2528
+ *	Tempe, AZ  85280-2528
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation version 2.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ */
+
 //---------------------------------------------------------------------------
 #include <vcl.h>
 #pragma hdrstop

Modified: trunk/olb/Doinit.c
===================================================================
--- trunk/olb/Doinit.c	2009-02-07 08:42:00 UTC (rev 2237)
+++ trunk/olb/Doinit.c	2009-02-07 08:45:24 UTC (rev 2238)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2009 CrossWire Bible Society (http://www.crosswire.org)
+ *	CrossWire Bible Society
+ *	P. O. Box 2528
+ *	Tempe, AZ  85280-2528
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation version 2.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ */
+
 #include <online.dcl>
 struct zonline online;
 struct zversion version;

Modified: trunk/olb/Getstrng.c
===================================================================
--- trunk/olb/Getstrng.c	2009-02-07 08:42:00 UTC (rev 2237)
+++ trunk/olb/Getstrng.c	2009-02-07 08:45:24 UTC (rev 2238)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2009 CrossWire Bible Society (http://www.crosswire.org)
+ *	CrossWire Bible Society
+ *	P. O. Box 2528
+ *	Tempe, AZ  85280-2528
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation version 2.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ */
+
 #include <online.dcl>
 
 void GETSTRNG(strongs_no, verse_list, otflg)

Modified: trunk/olb/Getvrsn.c
===================================================================
--- trunk/olb/Getvrsn.c	2009-02-07 08:42:00 UTC (rev 2237)
+++ trunk/olb/Getvrsn.c	2009-02-07 08:45:24 UTC (rev 2238)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2009 CrossWire Bible Society (http://www.crosswire.org)
+ *	CrossWire Bible Society
+ *	P. O. Box 2528
+ *	Tempe, AZ  85280-2528
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation version 2.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ */
+
 #include <online.dcl>
 
 /*

Modified: trunk/olb/Mainfrm.cpp
===================================================================
--- trunk/olb/Mainfrm.cpp	2009-02-07 08:42:00 UTC (rev 2237)
+++ trunk/olb/Mainfrm.cpp	2009-02-07 08:45:24 UTC (rev 2238)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2009 CrossWire Bible Society (http://www.crosswire.org)
+ *	CrossWire Bible Society
+ *	P. O. Box 2528
+ *	Tempe, AZ  85280-2528
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation version 2.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ */
+
 //---------------------------------------------------------------------------
 #include <vcl.h>
 #pragma hdrstop

Modified: trunk/olb/Mainfrm.h
===================================================================
--- trunk/olb/Mainfrm.h	2009-02-07 08:42:00 UTC (rev 2237)
+++ trunk/olb/Mainfrm.h	2009-02-07 08:45:24 UTC (rev 2238)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2009 CrossWire Bible Society (http://www.crosswire.org)
+ *	CrossWire Bible Society
+ *	P. O. Box 2528
+ *	Tempe, AZ  85280-2528
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation version 2.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ */
+
 //---------------------------------------------------------------------------
 #ifndef MainfrmH
 #define MainfrmH

Modified: trunk/olb/Online.c
===================================================================
--- trunk/olb/Online.c	2009-02-07 08:42:00 UTC (rev 2237)
+++ trunk/olb/Online.c	2009-02-07 08:45:24 UTC (rev 2238)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2009 CrossWire Bible Society (http://www.crosswire.org)
+ *	CrossWire Bible Society
+ *	P. O. Box 2528
+ *	Tempe, AZ  85280-2528
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation version 2.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ */
+
 #include "online.dcl"
 
 /*

Modified: trunk/olb/addstrongs.cpp
===================================================================
--- trunk/olb/addstrongs.cpp	2009-02-07 08:42:00 UTC (rev 2237)
+++ trunk/olb/addstrongs.cpp	2009-02-07 08:45:24 UTC (rev 2238)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2009 CrossWire Bible Society (http://www.crosswire.org)
+ *	CrossWire Bible Society
+ *	P. O. Box 2528
+ *	Tempe, AZ  85280-2528
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation version 2.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ */
+
 #include "online.dcl"
 #include <stdlib.h>
 #include <fcntl.h>

Modified: trunk/olb/dumpav.cpp
===================================================================
--- trunk/olb/dumpav.cpp	2009-02-07 08:42:00 UTC (rev 2237)
+++ trunk/olb/dumpav.cpp	2009-02-07 08:45:24 UTC (rev 2238)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2009 CrossWire Bible Society (http://www.crosswire.org)
+ *	CrossWire Bible Society
+ *	P. O. Box 2528
+ *	Tempe, AZ  85280-2528
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation version 2.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ */
+
 extern "C" {
 #include "online.dcl"
 }
@@ -26,4 +43,4 @@
 	}
 
 	DOEND();
-}
\ No newline at end of file
+}

Modified: trunk/olb/olb2sword.cpp
===================================================================
--- trunk/olb/olb2sword.cpp	2009-02-07 08:42:00 UTC (rev 2237)
+++ trunk/olb/olb2sword.cpp	2009-02-07 08:45:24 UTC (rev 2238)
@@ -1,4 +1,21 @@
+/*
+ * Copyright 2009 CrossWire Bible Society (http://www.crosswire.org)
+ *	CrossWire Bible Society
+ *	P. O. Box 2528
+ *	Tempe, AZ  85280-2528
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation version 2.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ */
 
+
 #pragma hdrstop
 #include <condefs.h>
 

Modified: trunk/olb/prn2sword.cpp
===================================================================
--- trunk/olb/prn2sword.cpp	2009-02-07 08:42:00 UTC (rev 2237)
+++ trunk/olb/prn2sword.cpp	2009-02-07 08:45:24 UTC (rev 2238)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2009 CrossWire Bible Society (http://www.crosswire.org)
+ *	CrossWire Bible Society
+ *	P. O. Box 2528
+ *	Tempe, AZ  85280-2528
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation version 2.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ */
+
 //---------------------------------------------------------------------------
 #include <vcl.h>
 #pragma hdrstop

Modified: trunk/olb/prn2swordfrm.cpp
===================================================================
--- trunk/olb/prn2swordfrm.cpp	2009-02-07 08:42:00 UTC (rev 2237)
+++ trunk/olb/prn2swordfrm.cpp	2009-02-07 08:45:24 UTC (rev 2238)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2009 CrossWire Bible Society (http://www.crosswire.org)
+ *	CrossWire Bible Society
+ *	P. O. Box 2528
+ *	Tempe, AZ  85280-2528
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation version 2.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ */
+
 //---------------------------------------------------------------------------
 #include <vcl.h>
 #pragma hdrstop

Modified: trunk/olb/prn2swordfrm.h
===================================================================
--- trunk/olb/prn2swordfrm.h	2009-02-07 08:42:00 UTC (rev 2237)
+++ trunk/olb/prn2swordfrm.h	2009-02-07 08:45:24 UTC (rev 2238)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2009 CrossWire Bible Society (http://www.crosswire.org)
+ *	CrossWire Bible Society
+ *	P. O. Box 2528
+ *	Tempe, AZ  85280-2528
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation version 2.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ */
+
 //---------------------------------------------------------------------------
 #ifndef prn2swordfrmH
 #define prn2swordfrmH




More information about the sword-cvs mailing list