Copyrights
authorDaniel Kouřil <kouril@ics.muni.cz>
Wed, 7 Apr 2010 11:05:27 +0000 (11:05 +0000)
committerDaniel Kouřil <kouril@ics.muni.cz>
Wed, 7 Apr 2010 11:05:27 +0000 (11:05 +0000)
17 files changed:
org.glite.security.proxyrenewal/LICENSE
org.glite.security.proxyrenewal/Makefile
org.glite.security.proxyrenewal/build.xml [deleted file]
org.glite.security.proxyrenewal/config/startup
org.glite.security.proxyrenewal/examples/renew_core.c
org.glite.security.proxyrenewal/interface/renewal.h
org.glite.security.proxyrenewal/interface/renewal_core.h
org.glite.security.proxyrenewal/src/api.c
org.glite.security.proxyrenewal/src/client.c
org.glite.security.proxyrenewal/src/commands.c
org.glite.security.proxyrenewal/src/common.c
org.glite.security.proxyrenewal/src/renew.c
org.glite.security.proxyrenewal/src/renewal_core.c
org.glite.security.proxyrenewal/src/renewal_locl.h
org.glite.security.proxyrenewal/src/renewd.c
org.glite.security.proxyrenewal/src/renewd_locl.h
org.glite.security.proxyrenewal/src/voms.c

index 53cae2e..4a9c73d 100644 (file)
@@ -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.  
 
index d128b62..d6ccd87 100644 (file)
@@ -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 (executable)
index 2ddf1c0..0000000
+++ /dev/null
@@ -1,128 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!--
-       Copyright (c) 2004 on behalf of the EU EGEE Project: 
-       The European Organization for Nuclear Research (CERN), 
-       Istituto Nazionale di Fisica Nucleare (INFN), Italy
-       Datamat Spa, Italy
-       Centre National de la Recherche Scientifique (CNRS), France
-       CS Systeme d'Information (CSSI), France
-       Royal Institute of Technology, Center for Parallel Computers (KTH-PDC), Sweden
-       Universiteit van Amsterdam (UvA), Netherlands
-       University of Helsinki (UH.HIP), Finland
-       University of Bergen (UiB), Norway
-       Council for the Central Laboratory of the Research Councils (CCLRC), United Kingdom
-
-       Build file for the GLite LB Client module
-       
-       Authors: Ales Krenek <ljocha@ics.muni.cz>
-       Version info: $Id$
-       Release: $Name$
-
-       Revision history:
-       $Log$
-       Revision 1.5  2005/05/26 15:18:36  zurek
-       inserted module.build.file
-       
-       Revision 1.4  2004/11/02 15:10:43  dkouril
-       RPM description
-       
-       Revision 1.3  2004/07/30 08:31:07  dimeglio
-       Changed default Ant target from compile to dist
-       
-       Revision 1.2  2004/07/12 16:18:37  dimeglio
-       Modified to use myproxy from the repository if available
-       
-       Revision 1.1.1.1  2004/07/09 10:16:25  akrenek
-       initial import
-       
-       Revision 1.2  2004/07/07 09:24:57  akrenek
-       thr/nonthr flavours used correctly
-       
-       Revision 1.3  2004/07/06 17:45:30  flammer
-       Update of classpath definitions, targets & configure file.
-       
-       Revision 1.2  2004/06/23 00:29:33  dimeglio
-       Added standard comments and handling of support files
-       
--->
-
-<project name="proxyrenewal" default="dist">
-       
-       <!-- =========================================
-            Import properties (order is important)
-            ========================================= -->
-
-       <!-- import baseline & user properties -->
-       <import file="../org.glite/project/baseline.properties.xml" />
-
-       <!-- import component build properties,
-                       component properties &
-                       component common properties -->
-       <import file="./project/properties.xml"/>
-       
-       <!-- import subsystem build properties,
-                       subsystem properties &
-                       subsystem common properties -->
-       <import file="${subsystem.properties.file}"/>
-
-       <!-- import global build properties &
-                       global properties -->
-       <import file="${global.properties.file}" />
-               
-       <!-- =========================================
-                Load dependency property files (order is important)
-            ========================================= -->
-       <property file="${user.dependencies.file}"/>
-       <property file="${component.dependencies.file}" />
-       <property file="${subsystem.dependencies.file}" />
-       <property file="${global.dependencies.file}"/>
-       
-       <!-- =========================================
-                Load configure options (order is important)
-            ========================================= -->
-       <import file="${global.configure.options.file}"/>
-       <import file="${component.configure.options.file}"/>
-
-       <!-- =========================================
-                Import task definitions (order is important)
-            ========================================= -->
-       <import file="${subsystem.taskdefs.file}" />
-       <import file="${global.taskdefs.file}" />
-                       
-       <!-- =========================================
-                Load common targets
-            ========================================= -->
-       <import file="${global.targets-simple_make.file}" />
-
-       <!-- =========================================
-                Load version file 
-            ========================================= -->
-       <property file="${module.version.file}"/>
-               <property file="${module.build.file}"/>
-       <property file="${module.build.file}" />
-               
-       <!-- ==============================================
-                Local private targets
-            ============================================== -->
-       
-       <target name="localinit"
-               description="Module specific initialization tasks">
-               <antcall target="secmakefiles" />
-       </target>
-               
-       <target name="localcompile"
-               description="Module specific compile tasks">
-       </target>
-       
-       <target name="localclean"
-               description="Module specific cleaning tasks">
-       </target>
-
-       <!-- =========================================
-                RPM settings
-            ========================================= -->
-
-       <property name="build.package.summary" value="Proxy renewal daemon" />
-       <property name="build.package.description" value="The daemon is responsible for secure and controled way of periodical renewal&#xA;of users' proxy certificates. Its primary goal is to support long-time jobs&#xA;running on the grid. This package also contains a library and header file&#xA;that allow to develop C/C++ applications accessing the daemon." />
-       
-</project>             
index 26ba757..b8784a7 100755 (executable)
@@ -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}
index dd96c3b..e0ba537 100644 (file)
@@ -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.
  *
index 7f592fa..e494134 100644 (file)
@@ -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.
  *
index 3829401..20f174a 100644 (file)
@@ -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.
  * 
index 93014e8..ac092c8 100644 (file)
@@ -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.
  *
index 346746b..4ef0984 100644 (file)
@@ -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.
  *
index bb84c63..a530e96 100644 (file)
@@ -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.
  *
index 379ed46..70daeb0 100644 (file)
@@ -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.
  *
index d6733ca..68470e4 100644 (file)
@@ -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.
  *
index 867313d..7852b14 100644 (file)
@@ -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.
  *
index 164a8d5..42bf2ae 100644 (file)
@@ -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.
  *
index 4117180..94bd8bd 100644 (file)
@@ -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.
  *
index ffba7ce..dd45faa 100644 (file)
@@ -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.
  *
index 4a7fa77..a03ccc8 100644 (file)
@@ -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.
  *