Author: ahart
Date: Tue Mar 9 18:36:38 2010
New Revision: 921049
URL: http://svn.apache.org/viewvc?rev=921049&view=rev
Log:
progress towards OODT-3: added ASL headers to files in cas-filemgr
Modified:
incubator/oodt/cas-filemgr/trunk/src/main/python/fm.conf
incubator/oodt/cas-filemgr/trunk/src/main/python/fm.py
incubator/oodt/cas-filemgr/trunk/src/main/python/setclasspath.sh
Modified: incubator/oodt/cas-filemgr/trunk/src/main/python/fm.conf
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/python/fm.conf?rev=921049&r1=921048&r2=921049&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/python/fm.conf (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/python/fm.conf Tue Mar 9
18:36:38 2010
@@ -1,6 +1,20 @@
# encoding: utf-8
-# 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.
+# */
[index]
# The path gives the name of the directory where the Lucene search engine
Modified: incubator/oodt/cas-filemgr/trunk/src/main/python/fm.py
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/python/fm.py?rev=921049&r1=921048&r2=921049&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/python/fm.py (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/python/fm.py Tue Mar 9 18:36:38
2010
@@ -1,9 +1,21 @@
#!/usr/bin/env python
# encoding: utf-8
-# Copyright 2008 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.
+# */
'''
CAS Filemgr Python Server
Modified: incubator/oodt/cas-filemgr/trunk/src/main/python/setclasspath.sh
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-filemgr/trunk/src/main/python/setclasspath.sh?rev=921049&r1=921048&r2=921049&view=diff
==============================================================================
--- incubator/oodt/cas-filemgr/trunk/src/main/python/setclasspath.sh (original)
+++ incubator/oodt/cas-filemgr/trunk/src/main/python/setclasspath.sh Tue Mar 9
18:36:38 2010
@@ -1,2 +1,17 @@
-
+#/*
+# * 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.
+# */
setenv CLASSPATH
${HOME}/.m2/repository/gov/nasa/jpl/oodt/cas-filemgr/1.7.0-dev/cas-filemgr-1.7.0-dev.jar:${HOME}/.m2/repository/xmlrpc/xmlrpc/2.1-dev/xmlrpc-2.1-dev.jar:${HOME}/.m2/repository/gov/nasa/jpl/oodt/cas-metadata/1.5.0/cas-metadata-1.5.0.jar:${HOME}/.m2/repository/org/apache/lucene/lucene-core/2.0.0/lucene-core-2.0.0.jar:${HOME}/.m2/repository/jug/jug-asl/2.0.0/jug-asl-2.0.0.jar
\ No newline at end of file