You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ah...@apache.org on 2010/03/09 19:15:18 UTC

svn commit: r921029 - in /incubator/oodt/cas-filemgr/trunk/src/main: assembly/assembly.xml bin/convert_map bin/filemgr bin/filemgr-client bin/migrate_xml_policy bin/query_tool

Author: ahart
Date: Tue Mar  9 18:15:18 2010
New Revision: 921029

URL: http://svn.apache.org/viewvc?rev=921029&view=rev
Log:
progress towards OODT-3: added ASL headers to files in cas-filemgr

Modified:
    incubator/oodt/cas-filemgr/trunk/src/main/assembly/assembly.xml
    incubator/oodt/cas-filemgr/trunk/src/main/bin/convert_map
    incubator/oodt/cas-filemgr/trunk/src/main/bin/filemgr
    incubator/oodt/cas-filemgr/trunk/src/main/bin/filemgr-client
    incubator/oodt/cas-filemgr/trunk/src/main/bin/migrate_xml_policy
    incubator/oodt/cas-filemgr/trunk/src/main/bin/query_tool

Modified: incubator/oodt/cas-filemgr/trunk/src/main/assembly/assembly.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/assembly/assembly.xml?rev=921029&r1=921028&r2=921029&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/assembly/assembly.xml (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/assembly/assembly.xml Tue Mar  9 18:15:18 2010
@@ -1,6 +1,20 @@
 <!-- 
-Copyright 2008 California Institute of Technology. ALL RIGHTS
-RESERVED. U.S. Government Sponsorship acknowledged.
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
 
 $Id$
 -->

Modified: incubator/oodt/cas-filemgr/trunk/src/main/bin/convert_map
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/bin/convert_map?rev=921029&r1=921028&r2=921029&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/bin/convert_map (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/bin/convert_map Tue Mar  9 18:15:18 2010
@@ -1,8 +1,20 @@
 #!/bin/bash
-# Copyright (c) 2005 California Institute of Technology.
-# ALL RIGHTS RESERVED. U.S. Government Sponsorship acknowledged.
-#
-# $Id$
+#/*
+# * Licensed to the Apache Software Foundation (ASF) under one or more
+# * contributor license agreements.  See the NOTICE file distributed with
+# * this work for additional information regarding copyright ownership.
+# * The ASF licenses this file to You 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.
+# */
 #
 # Usage: convert_map [product-type-element-map.xml]
 

Modified: incubator/oodt/cas-filemgr/trunk/src/main/bin/filemgr
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/bin/filemgr?rev=921029&r1=921028&r2=921029&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/bin/filemgr (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/bin/filemgr Tue Mar  9 18:15:18 2010
@@ -1,14 +1,26 @@
 #!/bin/sh
+#/*
+# * Licensed to the Apache Software Foundation (ASF) under one or more
+# * contributor license agreements.  See the NOTICE file distributed with
+# * this work for additional information regarding copyright ownership.
+# * The ASF licenses this file to You 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.
+# */
 #
 # init script for XmlRpcFileManager
 #
 # chkconfig: 345 88 22
 # description: CAS File Manager
 #
-# Copyright (c) 2005 California Institute of Technology.
-# ALL RIGHTS RESERVED. U.S. Government Sponsorship acknowledged.
-#
-# $Id$
 
 [ -f /etc/sysconfig/java ] && . /etc/sysconfig/java
 

Modified: incubator/oodt/cas-filemgr/trunk/src/main/bin/filemgr-client
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/bin/filemgr-client?rev=921029&r1=921028&r2=921029&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/bin/filemgr-client (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/bin/filemgr-client Tue Mar  9 18:15:18 2010
@@ -1,9 +1,21 @@
 #!/bin/sh
-# Copyright (c) 2005 California Institute of Technology.
-# ALL RIGHTS RESERVED. U.S. Government Sponsorship acknowledged.
+#/*
+# * Licensed to the Apache Software Foundation (ASF) under one or more
+# * contributor license agreements.  See the NOTICE file distributed with
+# * this work for additional information regarding copyright ownership.
+# * The ASF licenses this file to You 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.
+# */
 #
-# $Id$
-
 if [ -z $JAVA_HOME ] ; then
 	JAVA_HOME=/path/to/java/home
 else

Modified: incubator/oodt/cas-filemgr/trunk/src/main/bin/migrate_xml_policy
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/bin/migrate_xml_policy?rev=921029&r1=921028&r2=921029&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/bin/migrate_xml_policy (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/bin/migrate_xml_policy Tue Mar  9 18:15:18 2010
@@ -1,8 +1,20 @@
 #!/usr/bin/env perl
-# Copyright (c) 2009 California Institute of Technology.
-# ALL RIGHTS RESERVED. U.S. Government Sponsorship acknowledged.
-#
-# $Id$
+#/*
+# * Licensed to the Apache Software Foundation (ASF) under one or more
+# * contributor license agreements.  See the NOTICE file distributed with
+# * this work for additional information regarding copyright ownership.
+# * The ASF licenses this file to You 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.
+# */
 #
 # this tool migrates cas-filemgr 1.6 format specific to the versioner
 # and repository path to the 1.7 format

Modified: incubator/oodt/cas-filemgr/trunk/src/main/bin/query_tool
URL: http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/bin/query_tool?rev=921029&r1=921028&r2=921029&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/bin/query_tool (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/bin/query_tool Tue Mar  9 18:15:18 2010
@@ -1,3 +1,19 @@
 #!/bin/sh
-
+#/*
+# * Licensed to the Apache Software Foundation (ASF) under one or more
+# * contributor license agreements.  See the NOTICE file distributed with
+# * this work for additional information regarding copyright ownership.
+# * The ASF licenses this file to You 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.
+# */
+#
 $JAVA_HOME/bin/java -Djava.ext.dirs=../lib gov.nasa.jpl.oodt.cas.filemgr.tools.QueryTool $*