From da2119fa5e939e7b1e3a46cceb30467bcb4743ed Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Fri, 12 Mar 2010 15:17:58 +0000 Subject: [PATCH] EGEE Copyright and License Fingers crossed! --- .../examples/wscalc_clt_ex.c | 17 +++++++++++++++++ .../examples/wscalc_srv_ex.c | 17 +++++++++++++++++ .../examples/wscalc_srv_ex2.c | 17 +++++++++++++++++ .../interface/glite_gscompat.h | 17 +++++++++++++++++ .../interface/glite_gsplugin-int.h | 17 +++++++++++++++++ .../interface/glite_gsplugin.h | 17 +++++++++++++++++ org.glite.security.gsoap-plugin/src/glite_gsplugin.c | 17 +++++++++++++++++ org.glite.security.gsoap-plugin/src/stdsoap2_2.6.2.c | 17 +++++++++++++++++ org.glite.security.gsoap-plugin/src/stdsoap2_2.6.2.h | 17 +++++++++++++++++ org.glite.security.gsoap-plugin/src/stdsoap2_2.7.0.c | 17 +++++++++++++++++ org.glite.security.gsoap-plugin/src/stdsoap2_2.7.0.h | 17 +++++++++++++++++ org.glite.security.gsoap-plugin/src/stdsoap2_2.7.0f.c | 17 +++++++++++++++++ org.glite.security.gsoap-plugin/src/stdsoap2_2.7.0f.h | 17 +++++++++++++++++ org.glite.security.gsoap-plugin/src/stdsoap2_2.7.10.c | 17 +++++++++++++++++ org.glite.security.gsoap-plugin/src/stdsoap2_2.7.10.h | 17 +++++++++++++++++ org.glite.security.gsoap-plugin/src/stdsoap2_2.7.6b.c | 17 +++++++++++++++++ org.glite.security.gsoap-plugin/src/stdsoap2_2.7.6b.h | 17 +++++++++++++++++ org.glite.security.gsoap-plugin/src/stdsoap2_2.7.6d.c | 17 +++++++++++++++++ org.glite.security.gsoap-plugin/src/stdsoap2_2.7.6d.h | 17 +++++++++++++++++ org.glite.security.gsoap-plugin/src/stdsoap2_2.7.9b.c | 17 +++++++++++++++++ org.glite.security.gsoap-plugin/src/stdsoap2_2.7.9b.h | 17 +++++++++++++++++ org.glite.security.gsoap-plugin/src/stdsoap2_2.7.9d.c | 17 +++++++++++++++++ org.glite.security.gsoap-plugin/src/stdsoap2_2.7.9d.h | 17 +++++++++++++++++ org.glite.security.gsoap-plugin/src/stdsoap2_2.7.9l.c | 17 +++++++++++++++++ org.glite.security.gsoap-plugin/src/stdsoap2_2.7.9l.h | 17 +++++++++++++++++ .../test/test_gsplugin_cxx.cpp | 17 +++++++++++++++++ org.glite.security.gss/interface/glite_gss.h | 17 +++++++++++++++++ org.glite.security.gss/src/glite_gss.c | 17 +++++++++++++++++ org.glite.security.gss/test/test_gss.cpp | 17 +++++++++++++++++ 29 files changed, 493 insertions(+) diff --git a/org.glite.security.gsoap-plugin/examples/wscalc_clt_ex.c b/org.glite.security.gsoap-plugin/examples/wscalc_clt_ex.c index 41f36d4..a9e122d 100644 --- a/org.glite.security.gsoap-plugin/examples/wscalc_clt_ex.c +++ b/org.glite.security.gsoap-plugin/examples/wscalc_clt_ex.c @@ -1,3 +1,20 @@ +/* +Copyright (c) Members of the EGEE Collaboration. 2004-2010. +See http://www.eu-egee.org/partners for details on the copyright holders. + +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 #include "GSOAP_H.h" diff --git a/org.glite.security.gsoap-plugin/examples/wscalc_srv_ex.c b/org.glite.security.gsoap-plugin/examples/wscalc_srv_ex.c index d711b9f..975afa8 100644 --- a/org.glite.security.gsoap-plugin/examples/wscalc_srv_ex.c +++ b/org.glite.security.gsoap-plugin/examples/wscalc_srv_ex.c @@ -1,3 +1,20 @@ +/* +Copyright (c) Members of the EGEE Collaboration. 2004-2010. +See http://www.eu-egee.org/partners for details on the copyright holders. + +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 #include #include diff --git a/org.glite.security.gsoap-plugin/examples/wscalc_srv_ex2.c b/org.glite.security.gsoap-plugin/examples/wscalc_srv_ex2.c index f8c9eee..3bec28a 100644 --- a/org.glite.security.gsoap-plugin/examples/wscalc_srv_ex2.c +++ b/org.glite.security.gsoap-plugin/examples/wscalc_srv_ex2.c @@ -1,3 +1,20 @@ +/* +Copyright (c) Members of the EGEE Collaboration. 2004-2010. +See http://www.eu-egee.org/partners for details on the copyright holders. + +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 #include #include diff --git a/org.glite.security.gsoap-plugin/interface/glite_gscompat.h b/org.glite.security.gsoap-plugin/interface/glite_gscompat.h index 35da223..3eadfb0 100644 --- a/org.glite.security.gsoap-plugin/interface/glite_gscompat.h +++ b/org.glite.security.gsoap-plugin/interface/glite_gscompat.h @@ -1,3 +1,20 @@ +/* +Copyright (c) Members of the EGEE Collaboration. 2004-2010. +See http://www.eu-egee.org/partners for details on the copyright holders. + +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 GLITE_SECURITY_GSCOMPAT_H #define GLITE_SECURITY_GSCOMPAT_H diff --git a/org.glite.security.gsoap-plugin/interface/glite_gsplugin-int.h b/org.glite.security.gsoap-plugin/interface/glite_gsplugin-int.h index 4fa7234..a962882 100644 --- a/org.glite.security.gsoap-plugin/interface/glite_gsplugin-int.h +++ b/org.glite.security.gsoap-plugin/interface/glite_gsplugin-int.h @@ -1,3 +1,20 @@ +/* +Copyright (c) Members of the EGEE Collaboration. 2004-2010. +See http://www.eu-egee.org/partners for details on the copyright holders. + +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 GLITE_SECURITY_GSOAP_PLUGIN_INTERNAL_H #define GLITE_SECURITY_GSOAP_PLUGIN_INTERNAL_H diff --git a/org.glite.security.gsoap-plugin/interface/glite_gsplugin.h b/org.glite.security.gsoap-plugin/interface/glite_gsplugin.h index e1e7a91..022a897 100644 --- a/org.glite.security.gsoap-plugin/interface/glite_gsplugin.h +++ b/org.glite.security.gsoap-plugin/interface/glite_gsplugin.h @@ -1,3 +1,20 @@ +/* +Copyright (c) Members of the EGEE Collaboration. 2004-2010. +See http://www.eu-egee.org/partners for details on the copyright holders. + +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 GLITE_SECURITY_GSOAP_PLUGIN_H #define GLITE_SECURITY_GSOAP_PLUGIN_H diff --git a/org.glite.security.gsoap-plugin/src/glite_gsplugin.c b/org.glite.security.gsoap-plugin/src/glite_gsplugin.c index 124f57c..81128f4 100644 --- a/org.glite.security.gsoap-plugin/src/glite_gsplugin.c +++ b/org.glite.security.gsoap-plugin/src/glite_gsplugin.c @@ -1,3 +1,20 @@ +/* +Copyright (c) Members of the EGEE Collaboration. 2004-2010. +See http://www.eu-egee.org/partners for details on the copyright holders. + +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 #include #include diff --git a/org.glite.security.gsoap-plugin/src/stdsoap2_2.6.2.c b/org.glite.security.gsoap-plugin/src/stdsoap2_2.6.2.c index 78c4872..3200de2 100644 --- a/org.glite.security.gsoap-plugin/src/stdsoap2_2.6.2.c +++ b/org.glite.security.gsoap-plugin/src/stdsoap2_2.6.2.c @@ -1,4 +1,21 @@ /* +Copyright (c) Members of the EGEE Collaboration. 2004-2010. +See http://www.eu-egee.org/partners for details on the copyright holders. + +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. +*/ + +/* stdsoap2.c[pp] 2.6.2 diff --git a/org.glite.security.gsoap-plugin/src/stdsoap2_2.6.2.h b/org.glite.security.gsoap-plugin/src/stdsoap2_2.6.2.h index 15a47fa..e9ad5f8 100644 --- a/org.glite.security.gsoap-plugin/src/stdsoap2_2.6.2.h +++ b/org.glite.security.gsoap-plugin/src/stdsoap2_2.6.2.h @@ -1,4 +1,21 @@ /* +Copyright (c) Members of the EGEE Collaboration. 2004-2010. +See http://www.eu-egee.org/partners for details on the copyright holders. + +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. +*/ + +/* stdsoap2.h 2.6.2 diff --git a/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.0.c b/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.0.c index fab9eee..6d09c87 100644 --- a/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.0.c +++ b/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.0.c @@ -1,4 +1,21 @@ /* +Copyright (c) Members of the EGEE Collaboration. 2004-2010. +See http://www.eu-egee.org/partners for details on the copyright holders. + +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. +*/ + +/* stdsoap2.c[pp] 2.7.0d diff --git a/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.0.h b/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.0.h index ff1d52d..4c04df2 100644 --- a/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.0.h +++ b/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.0.h @@ -1,4 +1,21 @@ /* +Copyright (c) Members of the EGEE Collaboration. 2004-2010. +See http://www.eu-egee.org/partners for details on the copyright holders. + +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. +*/ + +/* stdsoap2.h 2.7.0d diff --git a/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.0f.c b/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.0f.c index b4750a4..ca98ee2 100644 --- a/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.0f.c +++ b/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.0f.c @@ -1,4 +1,21 @@ /* +Copyright (c) Members of the EGEE Collaboration. 2004-2010. +See http://www.eu-egee.org/partners for details on the copyright holders. + +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. +*/ + +/* stdsoap2.c[pp] 2.7.0f diff --git a/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.0f.h b/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.0f.h index 097b551..7d6d294 100644 --- a/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.0f.h +++ b/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.0f.h @@ -1,4 +1,21 @@ /* +Copyright (c) Members of the EGEE Collaboration. 2004-2010. +See http://www.eu-egee.org/partners for details on the copyright holders. + +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. +*/ + +/* stdsoap2.h 2.7.0f diff --git a/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.10.c b/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.10.c index ce46e28..6c4c96f 100644 --- a/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.10.c +++ b/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.10.c @@ -1,4 +1,21 @@ /* +Copyright (c) Members of the EGEE Collaboration. 2004-2010. +See http://www.eu-egee.org/partners for details on the copyright holders. + +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. +*/ + +/* stdsoap2.c[pp] 2.7.10 gSOAP runtime engine diff --git a/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.10.h b/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.10.h index 7ca5f12..3867bf8 100644 --- a/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.10.h +++ b/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.10.h @@ -1,4 +1,21 @@ /* +Copyright (c) Members of the EGEE Collaboration. 2004-2010. +See http://www.eu-egee.org/partners for details on the copyright holders. + +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. +*/ + +/* stdsoap2.h 2.7.10 gSOAP runtime engine diff --git a/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.6b.c b/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.6b.c index 6b7160b..762eb70 100644 --- a/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.6b.c +++ b/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.6b.c @@ -1,4 +1,21 @@ /* +Copyright (c) Members of the EGEE Collaboration. 2004-2010. +See http://www.eu-egee.org/partners for details on the copyright holders. + +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. +*/ + +/* stdsoap2.c[pp] 2.7.6b diff --git a/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.6b.h b/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.6b.h index 17ef597..39a6605 100644 --- a/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.6b.h +++ b/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.6b.h @@ -1,4 +1,21 @@ /* +Copyright (c) Members of the EGEE Collaboration. 2004-2010. +See http://www.eu-egee.org/partners for details on the copyright holders. + +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. +*/ + +/* stdsoap2.h 2.7.6b diff --git a/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.6d.c b/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.6d.c index 461bea7..a8edf2b 100644 --- a/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.6d.c +++ b/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.6d.c @@ -1,4 +1,21 @@ /* +Copyright (c) Members of the EGEE Collaboration. 2004-2010. +See http://www.eu-egee.org/partners for details on the copyright holders. + +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. +*/ + +/* stdsoap2.c[pp] 2.7.6d diff --git a/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.6d.h b/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.6d.h index 6047fb6..bca21b1 100644 --- a/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.6d.h +++ b/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.6d.h @@ -1,4 +1,21 @@ /* +Copyright (c) Members of the EGEE Collaboration. 2004-2010. +See http://www.eu-egee.org/partners for details on the copyright holders. + +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. +*/ + +/* stdsoap2.h 2.7.6d diff --git a/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.9b.c b/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.9b.c index 959147e..dbf548d 100644 --- a/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.9b.c +++ b/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.9b.c @@ -1,4 +1,21 @@ /* +Copyright (c) Members of the EGEE Collaboration. 2004-2010. +See http://www.eu-egee.org/partners for details on the copyright holders. + +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. +*/ + +/* stdsoap2.c[pp] 2.7.9b diff --git a/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.9b.h b/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.9b.h index 2a8928b..d20ec6e 100644 --- a/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.9b.h +++ b/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.9b.h @@ -1,4 +1,21 @@ /* +Copyright (c) Members of the EGEE Collaboration. 2004-2010. +See http://www.eu-egee.org/partners for details on the copyright holders. + +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. +*/ + +/* stdsoap2.h 2.7.9b diff --git a/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.9d.c b/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.9d.c index efff89b..bc708b1 100644 --- a/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.9d.c +++ b/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.9d.c @@ -1,4 +1,21 @@ /* +Copyright (c) Members of the EGEE Collaboration. 2004-2010. +See http://www.eu-egee.org/partners for details on the copyright holders. + +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. +*/ + +/* stdsoap2.c[pp] 2.7.9d diff --git a/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.9d.h b/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.9d.h index 44efa13..a606ec2 100644 --- a/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.9d.h +++ b/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.9d.h @@ -1,4 +1,21 @@ /* +Copyright (c) Members of the EGEE Collaboration. 2004-2010. +See http://www.eu-egee.org/partners for details on the copyright holders. + +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. +*/ + +/* stdsoap2.h 2.7.9d diff --git a/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.9l.c b/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.9l.c index ca9dc91..e304478 100644 --- a/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.9l.c +++ b/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.9l.c @@ -1,4 +1,21 @@ /* +Copyright (c) Members of the EGEE Collaboration. 2004-2010. +See http://www.eu-egee.org/partners for details on the copyright holders. + +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. +*/ + +/* stdsoap2.c[pp] 2.7.9l diff --git a/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.9l.h b/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.9l.h index dca1cde..ef68929 100644 --- a/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.9l.h +++ b/org.glite.security.gsoap-plugin/src/stdsoap2_2.7.9l.h @@ -1,4 +1,21 @@ /* +Copyright (c) Members of the EGEE Collaboration. 2004-2010. +See http://www.eu-egee.org/partners for details on the copyright holders. + +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. +*/ + +/* stdsoap2.h 2.7.9l diff --git a/org.glite.security.gsoap-plugin/test/test_gsplugin_cxx.cpp b/org.glite.security.gsoap-plugin/test/test_gsplugin_cxx.cpp index 4caad45..27593ae 100644 --- a/org.glite.security.gsoap-plugin/test/test_gsplugin_cxx.cpp +++ b/org.glite.security.gsoap-plugin/test/test_gsplugin_cxx.cpp @@ -1,3 +1,20 @@ +/* +Copyright (c) Members of the EGEE Collaboration. 2004-2010. +See http://www.eu-egee.org/partners for details on the copyright holders. + +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 #include "stdsoap2.h" diff --git a/org.glite.security.gss/interface/glite_gss.h b/org.glite.security.gss/interface/glite_gss.h index e3cf418..9e78d75 100644 --- a/org.glite.security.gss/interface/glite_gss.h +++ b/org.glite.security.gss/interface/glite_gss.h @@ -2,6 +2,23 @@ #define __EDG_WORKLOAD_LOGGING_COMMON_LB_GSS_H__ #ident "$Header$" +/* +Copyright (c) Members of the EGEE Collaboration. 2004-2010. +See http://www.eu-egee.org/partners for details on the copyright holders. + +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. +*/ + #ifdef __cplusplus extern "C" { diff --git a/org.glite.security.gss/src/glite_gss.c b/org.glite.security.gss/src/glite_gss.c index 45ce359..02a2611 100644 --- a/org.glite.security.gss/src/glite_gss.c +++ b/org.glite.security.gss/src/glite_gss.c @@ -1,4 +1,21 @@ #ident "$Header$" +/* +Copyright (c) Members of the EGEE Collaboration. 2004-2010. +See http://www.eu-egee.org/partners for details on the copyright holders. + +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 #include diff --git a/org.glite.security.gss/test/test_gss.cpp b/org.glite.security.gss/test/test_gss.cpp index cec9c6c..60c8169 100644 --- a/org.glite.security.gss/test/test_gss.cpp +++ b/org.glite.security.gss/test/test_gss.cpp @@ -1,3 +1,20 @@ +/* +Copyright (c) Members of the EGEE Collaboration. 2004-2010. +See http://www.eu-egee.org/partners for details on the copyright holders. + +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 #include #include -- 1.8.2.3