Author: jasons
Date: Fri May 20 01:51:52 2005
New Revision: 171084

URL: http://svn.apache.org/viewcvs?rev=171084&view=rev
Log:
added ASF license

Modified:
    xml/xerces-p/trunk/Handler/PerlCallbackHandler.cpp
    xml/xerces-p/trunk/Handler/PerlCallbackHandler.hpp
    xml/xerces-p/trunk/Handler/PerlContentCallbackHandler.cpp
    xml/xerces-p/trunk/Handler/PerlContentCallbackHandler.hpp
    xml/xerces-p/trunk/Handler/PerlDocumentCallbackHandler.cpp
    xml/xerces-p/trunk/Handler/PerlDocumentCallbackHandler.hpp
    xml/xerces-p/trunk/Handler/PerlEntityResolverHandler.i
    xml/xerces-p/trunk/Handler/PerlNodeFilterCallbackHandler.hpp
    xml/xerces-p/trunk/Handler/PerlNodeFilterCallbackHandler.i

Modified: xml/xerces-p/trunk/Handler/PerlCallbackHandler.cpp
URL: 
http://svn.apache.org/viewcvs/xml/xerces-p/trunk/Handler/PerlCallbackHandler.cpp?rev=171084&r1=171083&r2=171084&view=diff
==============================================================================
--- xml/xerces-p/trunk/Handler/PerlCallbackHandler.cpp (original)
+++ xml/xerces-p/trunk/Handler/PerlCallbackHandler.cpp Fri May 20 01:51:52 2005
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2002,2004 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 #include <stdlib.h>
 #include "PerlCallbackHandler.hpp"
 

Modified: xml/xerces-p/trunk/Handler/PerlCallbackHandler.hpp
URL: 
http://svn.apache.org/viewcvs/xml/xerces-p/trunk/Handler/PerlCallbackHandler.hpp?rev=171084&r1=171083&r2=171084&view=diff
==============================================================================
--- xml/xerces-p/trunk/Handler/PerlCallbackHandler.hpp (original)
+++ xml/xerces-p/trunk/Handler/PerlCallbackHandler.hpp Fri May 20 01:51:52 2005
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2002,2004 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 #ifndef __PERLCALLBACKHANDLER
 #define __PERLCALLBACKHANDLER
 

Modified: xml/xerces-p/trunk/Handler/PerlContentCallbackHandler.cpp
URL: 
http://svn.apache.org/viewcvs/xml/xerces-p/trunk/Handler/PerlContentCallbackHandler.cpp?rev=171084&r1=171083&r2=171084&view=diff
==============================================================================
--- xml/xerces-p/trunk/Handler/PerlContentCallbackHandler.cpp (original)
+++ xml/xerces-p/trunk/Handler/PerlContentCallbackHandler.cpp Fri May 20 
01:51:52 2005
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2002,2004 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 #include <stdlib.h>
 #include "PerlContentCallbackHandler.hpp"
 

Modified: xml/xerces-p/trunk/Handler/PerlContentCallbackHandler.hpp
URL: 
http://svn.apache.org/viewcvs/xml/xerces-p/trunk/Handler/PerlContentCallbackHandler.hpp?rev=171084&r1=171083&r2=171084&view=diff
==============================================================================
--- xml/xerces-p/trunk/Handler/PerlContentCallbackHandler.hpp (original)
+++ xml/xerces-p/trunk/Handler/PerlContentCallbackHandler.hpp Fri May 20 
01:51:52 2005
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2002,2004 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 #ifndef __PERLCONTENTCALLBACKHANDLER
 #define __PERLCONTENTCALLBACKHANDLER
 

Modified: xml/xerces-p/trunk/Handler/PerlDocumentCallbackHandler.cpp
URL: 
http://svn.apache.org/viewcvs/xml/xerces-p/trunk/Handler/PerlDocumentCallbackHandler.cpp?rev=171084&r1=171083&r2=171084&view=diff
==============================================================================
--- xml/xerces-p/trunk/Handler/PerlDocumentCallbackHandler.cpp (original)
+++ xml/xerces-p/trunk/Handler/PerlDocumentCallbackHandler.cpp Fri May 20 
01:51:52 2005
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2002,2004 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 #include <stdlib.h>
 #include "PerlDocumentCallbackHandler.hpp"
 

Modified: xml/xerces-p/trunk/Handler/PerlDocumentCallbackHandler.hpp
URL: 
http://svn.apache.org/viewcvs/xml/xerces-p/trunk/Handler/PerlDocumentCallbackHandler.hpp?rev=171084&r1=171083&r2=171084&view=diff
==============================================================================
--- xml/xerces-p/trunk/Handler/PerlDocumentCallbackHandler.hpp (original)
+++ xml/xerces-p/trunk/Handler/PerlDocumentCallbackHandler.hpp Fri May 20 
01:51:52 2005
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2002,2004 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 #ifndef __PERLDOCUMENTCALLBACKHANDLER
 #define __PERLDOCUMENTCALLBACKHANDLER
 

Modified: xml/xerces-p/trunk/Handler/PerlEntityResolverHandler.i
URL: 
http://svn.apache.org/viewcvs/xml/xerces-p/trunk/Handler/PerlEntityResolverHandler.i?rev=171084&r1=171083&r2=171084&view=diff
==============================================================================
--- xml/xerces-p/trunk/Handler/PerlEntityResolverHandler.i (original)
+++ xml/xerces-p/trunk/Handler/PerlEntityResolverHandler.i Fri May 20 01:51:52 
2005
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2002,2004 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 #include "xercesc/sax/InputSource.hpp"
 #include "PerlEntityResolverHandler.hpp"
 
@@ -87,15 +103,16 @@
     SV* source_sv = POPs;
     InputSource *source;
     if (!sv_derived_from(source_sv,"XML::Xerces::InputSource")) {
-       croak("EntityResolver did not retury an InputSource\n") ;
+       croak("EntityResolver did not return an InputSource\n") ;
     }
 
     if (SWIG_ConvertPtr(source_sv,(void **) &source, 
SWIGTYPE_p_XERCES_CPP_NAMESPACE__InputSource,0) < 0) {
 
-        croak("EntityResolver did not retury an InputSource. Expected %s", 
SWIGTYPE_p_XERCES_CPP_NAMESPACE__InputSource->name);
+        croak("EntityResolver did not return an InputSource. Expected %s", 
SWIGTYPE_p_XERCES_CPP_NAMESPACE__InputSource->name);
     }
     PUTBACK ;
     FREETMPS;
     LEAVE;
+
     return source;
 }

Modified: xml/xerces-p/trunk/Handler/PerlNodeFilterCallbackHandler.hpp
URL: 
http://svn.apache.org/viewcvs/xml/xerces-p/trunk/Handler/PerlNodeFilterCallbackHandler.hpp?rev=171084&r1=171083&r2=171084&view=diff
==============================================================================
--- xml/xerces-p/trunk/Handler/PerlNodeFilterCallbackHandler.hpp (original)
+++ xml/xerces-p/trunk/Handler/PerlNodeFilterCallbackHandler.hpp Fri May 20 
01:51:52 2005
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2002,2004 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 #ifndef __PERLNODEFILTERCALLBACKHANDLER
 #define __PERLNODEFILTERCALLBACKHANDLER
 

Modified: xml/xerces-p/trunk/Handler/PerlNodeFilterCallbackHandler.i
URL: 
http://svn.apache.org/viewcvs/xml/xerces-p/trunk/Handler/PerlNodeFilterCallbackHandler.i?rev=171084&r1=171083&r2=171084&view=diff
==============================================================================
--- xml/xerces-p/trunk/Handler/PerlNodeFilterCallbackHandler.i (original)
+++ xml/xerces-p/trunk/Handler/PerlNodeFilterCallbackHandler.i Fri May 20 
01:51:52 2005
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2002,2004 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 #include "PerlNodeFilterCallbackHandler.hpp"
 
 PerlNodeFilterCallbackHandler::PerlNodeFilterCallbackHandler()



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to