From: Marco Cecchi Date: Wed, 7 Apr 2010 12:59:27 +0000 (+0000) Subject: copyright and license applied X-Git-Tag: glite-wms-utils-exception_R_3_2_2_0~3 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=9e48496c91b6282608424e3fd82b17925a0c107f;p=jra1mw.git copyright and license applied --- diff --git a/org.glite.wms-utils.exception/interface/glite/wmsutils/exception/Exception.h b/org.glite.wms-utils.exception/interface/glite/wmsutils/exception/Exception.h index 19ca7c7..17c8d92 100644 --- a/org.glite.wms-utils.exception/interface/glite/wmsutils/exception/Exception.h +++ b/org.glite.wms-utils.exception/interface/glite/wmsutils/exception/Exception.h @@ -1,3 +1,22 @@ +/* +Copyright (c) Members of the EGEE Collaboration. 2004. +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_WMS_UTILS_EXCEPTION_EXCEPTION_H #define GLITE_WMS_UTILS_EXCEPTION_EXCEPTION_H diff --git a/org.glite.wms-utils.exception/interface/glite/wmsutils/exception/exception_codes.h b/org.glite.wms-utils.exception/interface/glite/wmsutils/exception/exception_codes.h index fce99aa..5c25831 100755 --- a/org.glite.wms-utils.exception/interface/glite/wmsutils/exception/exception_codes.h +++ b/org.glite.wms-utils.exception/interface/glite/wmsutils/exception/exception_codes.h @@ -1,3 +1,22 @@ +/* +Copyright (c) Members of the EGEE Collaboration. 2004. +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_WMSUTILS_EXCEPTION_CODES_H #define GLITE_WMSUTILS_EXCEPTION_CODES_H // pure C-style code (needed by some libraries) diff --git a/org.glite.wms-utils.exception/src/Exception.cpp b/org.glite.wms-utils.exception/src/Exception.cpp index 546f253..9fdeb2b 100644 --- a/org.glite.wms-utils.exception/src/Exception.cpp +++ b/org.glite.wms-utils.exception/src/Exception.cpp @@ -1,3 +1,22 @@ +/* +Copyright (c) Members of the EGEE Collaboration. 2004. +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. +*/ + /* ************************************************************************** * filename : Exceptions.cpp * author : Alessandro Maraschini diff --git a/org.glite.wms-utils.exception/test/exception_cu_main.cpp b/org.glite.wms-utils.exception/test/exception_cu_main.cpp index 182df4c..27418d8 100644 --- a/org.glite.wms-utils.exception/test/exception_cu_main.cpp +++ b/org.glite.wms-utils.exception/test/exception_cu_main.cpp @@ -1,3 +1,22 @@ +/* +Copyright (c) Members of the EGEE Collaboration. 2004. +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.wms-utils.exception/test/exception_cu_suite.cpp b/org.glite.wms-utils.exception/test/exception_cu_suite.cpp index f749af9..2d04b3d 100644 --- a/org.glite.wms-utils.exception/test/exception_cu_suite.cpp +++ b/org.glite.wms-utils.exception/test/exception_cu_suite.cpp @@ -1,3 +1,22 @@ +/* +Copyright (c) Members of the EGEE Collaboration. 2004. +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 "exception_cu_suite.h" #include "glite/wmsutils/exception/Exception.h" #include diff --git a/org.glite.wms-utils.exception/test/exception_cu_suite.h b/org.glite.wms-utils.exception/test/exception_cu_suite.h index 7eb7da6..af01f91 100644 --- a/org.glite.wms-utils.exception/test/exception_cu_suite.h +++ b/org.glite.wms-utils.exception/test/exception_cu_suite.h @@ -1,3 +1,22 @@ +/* +Copyright (c) Members of the EGEE Collaboration. 2004. +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