From 93ffb1f24d624fc43c581210fb424cb7e6b0e153 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kou=C5=99il?= Date: Wed, 7 Apr 2010 11:05:27 +0000 Subject: [PATCH] Copyrights --- org.glite.security.proxyrenewal/LICENSE | 2 +- org.glite.security.proxyrenewal/Makefile | 2 +- org.glite.security.proxyrenewal/build.xml | 128 --------------------- org.glite.security.proxyrenewal/config/startup | 16 +++ .../examples/renew_core.c | 2 +- .../interface/renewal.h | 2 +- .../interface/renewal_core.h | 2 +- org.glite.security.proxyrenewal/src/api.c | 2 +- org.glite.security.proxyrenewal/src/client.c | 2 +- org.glite.security.proxyrenewal/src/commands.c | 2 +- org.glite.security.proxyrenewal/src/common.c | 2 +- org.glite.security.proxyrenewal/src/renew.c | 2 +- org.glite.security.proxyrenewal/src/renewal_core.c | 2 +- org.glite.security.proxyrenewal/src/renewal_locl.h | 2 +- org.glite.security.proxyrenewal/src/renewd.c | 2 +- org.glite.security.proxyrenewal/src/renewd_locl.h | 2 +- org.glite.security.proxyrenewal/src/voms.c | 2 +- 17 files changed, 31 insertions(+), 143 deletions(-) delete mode 100755 org.glite.security.proxyrenewal/build.xml diff --git a/org.glite.security.proxyrenewal/LICENSE b/org.glite.security.proxyrenewal/LICENSE index 53cae2e..4a9c73d 100644 --- a/org.glite.security.proxyrenewal/LICENSE +++ b/org.glite.security.proxyrenewal/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) Members of the EGEE Collaboration. 2004. +Copyright (c) Members of the EGEE Collaboration. 2004-2010. See http://www.eu-egee.org/partners/ for details on the copyright holders. diff --git a/org.glite.security.proxyrenewal/Makefile b/org.glite.security.proxyrenewal/Makefile index d128b62..d6ccd87 100644 --- a/org.glite.security.proxyrenewal/Makefile +++ b/org.glite.security.proxyrenewal/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) Members of the EGEE Collaboration. 2004. +# Copyright (c) Members of the EGEE Collaboration. 2004-2010. # See http://www.eu-egee.org/partners/ for details on the copyright # holders. # diff --git a/org.glite.security.proxyrenewal/build.xml b/org.glite.security.proxyrenewal/build.xml deleted file mode 100755 index 2ddf1c0..0000000 --- a/org.glite.security.proxyrenewal/build.xml +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/org.glite.security.proxyrenewal/config/startup b/org.glite.security.proxyrenewal/config/startup index 26ba757..b8784a7 100755 --- a/org.glite.security.proxyrenewal/config/startup +++ b/org.glite.security.proxyrenewal/config/startup @@ -1,4 +1,20 @@ #!/bin/sh +# +# 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. GLITE_LOCATION=${GLITE_LOCATION:-/opt/glite} GLITE_LOCATION_VAR=${GLITE_LOCATION_VAR:-/opt/glite/var} diff --git a/org.glite.security.proxyrenewal/examples/renew_core.c b/org.glite.security.proxyrenewal/examples/renew_core.c index dd96c3b..e0ba537 100644 --- a/org.glite.security.proxyrenewal/examples/renew_core.c +++ b/org.glite.security.proxyrenewal/examples/renew_core.c @@ -1,5 +1,5 @@ /* - * Copyright (c) Members of the EGEE Collaboration. 2004. + * Copyright (c) Members of the EGEE Collaboration. 2004-2010. * See http://www.eu-egee.org/partners/ for details on the copyright * holders. * diff --git a/org.glite.security.proxyrenewal/interface/renewal.h b/org.glite.security.proxyrenewal/interface/renewal.h index 7f592fa..e494134 100644 --- a/org.glite.security.proxyrenewal/interface/renewal.h +++ b/org.glite.security.proxyrenewal/interface/renewal.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Members of the EGEE Collaboration. 2004. + * Copyright (c) Members of the EGEE Collaboration. 2004-2010. * See http://www.eu-egee.org/partners/ for details on the copyright * holders. * diff --git a/org.glite.security.proxyrenewal/interface/renewal_core.h b/org.glite.security.proxyrenewal/interface/renewal_core.h index 3829401..20f174a 100644 --- a/org.glite.security.proxyrenewal/interface/renewal_core.h +++ b/org.glite.security.proxyrenewal/interface/renewal_core.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Members of the EGEE Collaboration. 2004. + * Copyright (c) Members of the EGEE Collaboration. 2004-2010. * See http://www.eu-egee.org/partners/ for details on the copyright * holders. * diff --git a/org.glite.security.proxyrenewal/src/api.c b/org.glite.security.proxyrenewal/src/api.c index 93014e8..ac092c8 100644 --- a/org.glite.security.proxyrenewal/src/api.c +++ b/org.glite.security.proxyrenewal/src/api.c @@ -1,5 +1,5 @@ /* - * Copyright (c) Members of the EGEE Collaboration. 2004. + * Copyright (c) Members of the EGEE Collaboration. 2004-2010. * See http://www.eu-egee.org/partners/ for details on the copyright * holders. * diff --git a/org.glite.security.proxyrenewal/src/client.c b/org.glite.security.proxyrenewal/src/client.c index 346746b..4ef0984 100644 --- a/org.glite.security.proxyrenewal/src/client.c +++ b/org.glite.security.proxyrenewal/src/client.c @@ -1,5 +1,5 @@ /* - * Copyright (c) Members of the EGEE Collaboration. 2004. + * Copyright (c) Members of the EGEE Collaboration. 2004-2010. * See http://www.eu-egee.org/partners/ for details on the copyright * holders. * diff --git a/org.glite.security.proxyrenewal/src/commands.c b/org.glite.security.proxyrenewal/src/commands.c index bb84c63..a530e96 100644 --- a/org.glite.security.proxyrenewal/src/commands.c +++ b/org.glite.security.proxyrenewal/src/commands.c @@ -1,5 +1,5 @@ /* - * Copyright (c) Members of the EGEE Collaboration. 2004. + * Copyright (c) Members of the EGEE Collaboration. 2004-2010. * See http://www.eu-egee.org/partners/ for details on the copyright * holders. * diff --git a/org.glite.security.proxyrenewal/src/common.c b/org.glite.security.proxyrenewal/src/common.c index 379ed46..70daeb0 100644 --- a/org.glite.security.proxyrenewal/src/common.c +++ b/org.glite.security.proxyrenewal/src/common.c @@ -1,5 +1,5 @@ /* - * Copyright (c) Members of the EGEE Collaboration. 2004. + * Copyright (c) Members of the EGEE Collaboration. 2004-2010. * See http://www.eu-egee.org/partners/ for details on the copyright * holders. * diff --git a/org.glite.security.proxyrenewal/src/renew.c b/org.glite.security.proxyrenewal/src/renew.c index d6733ca..68470e4 100644 --- a/org.glite.security.proxyrenewal/src/renew.c +++ b/org.glite.security.proxyrenewal/src/renew.c @@ -1,5 +1,5 @@ /* - * Copyright (c) Members of the EGEE Collaboration. 2004. + * Copyright (c) Members of the EGEE Collaboration. 2004-2010. * See http://www.eu-egee.org/partners/ for details on the copyright * holders. * diff --git a/org.glite.security.proxyrenewal/src/renewal_core.c b/org.glite.security.proxyrenewal/src/renewal_core.c index 867313d..7852b14 100644 --- a/org.glite.security.proxyrenewal/src/renewal_core.c +++ b/org.glite.security.proxyrenewal/src/renewal_core.c @@ -1,5 +1,5 @@ /* - * Copyright (c) Members of the EGEE Collaboration. 2004. + * Copyright (c) Members of the EGEE Collaboration. 2004-2010. * See http://www.eu-egee.org/partners/ for details on the copyright * holders. * diff --git a/org.glite.security.proxyrenewal/src/renewal_locl.h b/org.glite.security.proxyrenewal/src/renewal_locl.h index 164a8d5..42bf2ae 100644 --- a/org.glite.security.proxyrenewal/src/renewal_locl.h +++ b/org.glite.security.proxyrenewal/src/renewal_locl.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Members of the EGEE Collaboration. 2004. + * Copyright (c) Members of the EGEE Collaboration. 2004-2010. * See http://www.eu-egee.org/partners/ for details on the copyright * holders. * diff --git a/org.glite.security.proxyrenewal/src/renewd.c b/org.glite.security.proxyrenewal/src/renewd.c index 4117180..94bd8bd 100644 --- a/org.glite.security.proxyrenewal/src/renewd.c +++ b/org.glite.security.proxyrenewal/src/renewd.c @@ -1,5 +1,5 @@ /* - * Copyright (c) Members of the EGEE Collaboration. 2004. + * Copyright (c) Members of the EGEE Collaboration. 2004-2010. * See http://www.eu-egee.org/partners/ for details on the copyright * holders. * diff --git a/org.glite.security.proxyrenewal/src/renewd_locl.h b/org.glite.security.proxyrenewal/src/renewd_locl.h index ffba7ce..dd45faa 100644 --- a/org.glite.security.proxyrenewal/src/renewd_locl.h +++ b/org.glite.security.proxyrenewal/src/renewd_locl.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Members of the EGEE Collaboration. 2004. + * Copyright (c) Members of the EGEE Collaboration. 2004-2010. * See http://www.eu-egee.org/partners/ for details on the copyright * holders. * diff --git a/org.glite.security.proxyrenewal/src/voms.c b/org.glite.security.proxyrenewal/src/voms.c index 4a7fa77..a03ccc8 100644 --- a/org.glite.security.proxyrenewal/src/voms.c +++ b/org.glite.security.proxyrenewal/src/voms.c @@ -1,5 +1,5 @@ /* - * Copyright (c) Members of the EGEE Collaboration. 2004. + * Copyright (c) Members of the EGEE Collaboration. 2004-2010. * See http://www.eu-egee.org/partners/ for details on the copyright * holders. * -- 1.8.2.3