Author: veithen
Date: Sun Jul 11 10:22:43 2010
New Revision: 963040
URL: http://svn.apache.org/viewvc?rev=963040&view=rev
Log:
Added license headers to the Python scripts and fixed Subversion metadata.
Modified:
webservices/commons/trunk/modules/axiom/etc/dist.py (contents, props
changed)
webservices/commons/trunk/modules/axiom/etc/syncsite.py
Modified: webservices/commons/trunk/modules/axiom/etc/dist.py
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/etc/dist.py?rev=963040&r1=963039&r2=963040&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/etc/dist.py (original)
+++ webservices/commons/trunk/modules/axiom/etc/dist.py Sun Jul 11 10:22:43 2010
@@ -1,3 +1,22 @@
+#
+# 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.
+#
+
from sys import *
from os import *
from os.path import *
Propchange: webservices/commons/trunk/modules/axiom/etc/dist.py
------------------------------------------------------------------------------
svn:eol-style = native
Modified: webservices/commons/trunk/modules/axiom/etc/syncsite.py
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/etc/syncsite.py?rev=963040&r1=963039&r2=963040&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/etc/syncsite.py (original)
+++ webservices/commons/trunk/modules/axiom/etc/syncsite.py Sun Jul 11 10:22:43
2010
@@ -1,3 +1,22 @@
+#
+# 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.
+#
+
from subprocess import *
from os import *
from os.path import *