[sword-svn] r2239 - in trunk/bindings: corba corba/java/src/org/crosswire/sword/orb corba/orbitcpp gsoap

chrislit at crosswire.org chrislit at crosswire.org
Sat Feb 7 01:50:09 MST 2009


Author: chrislit
Date: 2009-02-07 01:50:09 -0700 (Sat, 07 Feb 2009)
New Revision: 2239

Modified:
   trunk/bindings/corba/java/src/org/crosswire/sword/orb/SwordOrb.java
   trunk/bindings/corba/orbitcpp/server.cpp
   trunk/bindings/corba/orbitcpp/swordorb-impl.cpp
   trunk/bindings/corba/orbitcpp/swordorb-impl.hpp
   trunk/bindings/corba/orbitcpp/testclient.cpp
   trunk/bindings/corba/orbitcpp/webmgr.hpp
   trunk/bindings/corba/swordorb.idl
   trunk/bindings/gsoap/gsoapsword.cpp
   trunk/bindings/gsoap/gsoapsword.h
   trunk/bindings/gsoap/testclient.cpp
Log:
license updates

Modified: trunk/bindings/corba/java/src/org/crosswire/sword/orb/SwordOrb.java
===================================================================
--- trunk/bindings/corba/java/src/org/crosswire/sword/orb/SwordOrb.java	2009-02-07 08:45:24 UTC (rev 2238)
+++ trunk/bindings/corba/java/src/org/crosswire/sword/orb/SwordOrb.java	2009-02-07 08:50:09 UTC (rev 2239)
@@ -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.
+ *
+ */
+
 package org.crosswire.sword.orb;
 
 import java.io.File;

Modified: trunk/bindings/corba/orbitcpp/server.cpp
===================================================================
--- trunk/bindings/corba/orbitcpp/server.cpp	2009-02-07 08:45:24 UTC (rev 2238)
+++ trunk/bindings/corba/orbitcpp/server.cpp	2009-02-07 08:50:09 UTC (rev 2239)
@@ -1,5 +1,23 @@
 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
 
+/*
+ * 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 "swordorb-impl.hpp"
 #include <iostream>
 #include <swmgr.h>

Modified: trunk/bindings/corba/orbitcpp/swordorb-impl.cpp
===================================================================
--- trunk/bindings/corba/orbitcpp/swordorb-impl.cpp	2009-02-07 08:45:24 UTC (rev 2238)
+++ trunk/bindings/corba/orbitcpp/swordorb-impl.cpp	2009-02-07 08:50:09 UTC (rev 2239)
@@ -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 "swordorb-impl.hpp"
 #include <iostream>
 #include <swmgr.h>

Modified: trunk/bindings/corba/orbitcpp/swordorb-impl.hpp
===================================================================
--- trunk/bindings/corba/orbitcpp/swordorb-impl.hpp	2009-02-07 08:45:24 UTC (rev 2238)
+++ trunk/bindings/corba/orbitcpp/swordorb-impl.hpp	2009-02-07 08:50:09 UTC (rev 2239)
@@ -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 _ORBIT_CPP_IDL_sword_IMPL_HH
 #define _ORBIT_CPP_IDL_sword_IMPL_HH
 

Modified: trunk/bindings/corba/orbitcpp/testclient.cpp
===================================================================
--- trunk/bindings/corba/orbitcpp/testclient.cpp	2009-02-07 08:45:24 UTC (rev 2238)
+++ trunk/bindings/corba/orbitcpp/testclient.cpp	2009-02-07 08:50:09 UTC (rev 2239)
@@ -1,5 +1,23 @@
 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: f; c-basic-offset: 4 -*- */
 
+/*
+ * 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 "swordorb-cpp-stubs.h"
 #include "swordorb-cpp-common.h"
 #include <iostream>

Modified: trunk/bindings/corba/orbitcpp/webmgr.hpp
===================================================================
--- trunk/bindings/corba/orbitcpp/webmgr.hpp	2009-02-07 08:45:24 UTC (rev 2238)
+++ trunk/bindings/corba/orbitcpp/webmgr.hpp	2009-02-07 08:50:09 UTC (rev 2239)
@@ -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 WEBMGR_HPP
 #define WEBMGR_HPP
 

Modified: trunk/bindings/corba/swordorb.idl
===================================================================
--- trunk/bindings/corba/swordorb.idl	2009-02-07 08:45:24 UTC (rev 2238)
+++ trunk/bindings/corba/swordorb.idl	2009-02-07 08:50:09 UTC (rev 2239)
@@ -1,7 +1,25 @@
 /******************************************************************************
  *	sword.idl	- This file contains a simple idl for accessing sword
+ *
+ *
+ * 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 SWORDORB_IDL
 #define SWORDORB_IDL
 

Modified: trunk/bindings/gsoap/gsoapsword.cpp
===================================================================
--- trunk/bindings/gsoap/gsoapsword.cpp	2009-02-07 08:45:24 UTC (rev 2238)
+++ trunk/bindings/gsoap/gsoapsword.cpp	2009-02-07 08:50:09 UTC (rev 2239)
@@ -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 "soapH.h"
 #include <flatapi.h>
 #include <swmgr.h>

Modified: trunk/bindings/gsoap/gsoapsword.h
===================================================================
--- trunk/bindings/gsoap/gsoapsword.h	2009-02-07 08:45:24 UTC (rev 2238)
+++ trunk/bindings/gsoap/gsoapsword.h	2009-02-07 08:50:09 UTC (rev 2239)
@@ -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 GSOAPAPI_H
 #define GSOAPAPI_H
 

Modified: trunk/bindings/gsoap/testclient.cpp
===================================================================
--- trunk/bindings/gsoap/testclient.cpp	2009-02-07 08:45:24 UTC (rev 2238)
+++ trunk/bindings/gsoap/testclient.cpp	2009-02-07 08:50:09 UTC (rev 2239)
@@ -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 "soapH.h"
 #include <iostream.h>
 




More information about the sword-cvs mailing list