Author: vgritsenko
Date: Sat Feb 24 18:37:43 2007
New Revision: 511407
URL: http://svn.apache.org/viewvc?view=rev&rev=511407
Log:
updating license headers
Modified:
xml/xindice/trunk/bin/lcp.bat
xml/xindice/trunk/bin/xindice
xml/xindice/trunk/bin/xindice.bat
xml/xindice/trunk/bin/xindice.jar.bat
xml/xindice/trunk/bin/xindice.jar.sh
xml/xindice/trunk/bin/xindice.war.bat
xml/xindice/trunk/bin/xindice.war.sh
Modified: xml/xindice/trunk/bin/lcp.bat
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/bin/lcp.bat?view=diff&rev=511407&r1=511406&r2=511407
==============================================================================
--- xml/xindice/trunk/bin/lcp.bat (original)
+++ xml/xindice/trunk/bin/lcp.bat Sat Feb 24 18:37:43 2007
@@ -1,5 +1,20 @@
-REM Copyright (c) 2001-2003 The Apache Software Foundation. All rights
-REM reserved.
+@echo off
+:: 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$
set _CLASSPATHCOMPONENT=%1
if ""%1""=="""" goto gotAllArgs
Modified: xml/xindice/trunk/bin/xindice
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/bin/xindice?view=diff&rev=511407&r1=511406&r2=511407
==============================================================================
--- xml/xindice/trunk/bin/xindice (original)
+++ xml/xindice/trunk/bin/xindice Sat Feb 24 18:37:43 2007
@@ -1,8 +1,24 @@
#!/bin/sh
-# -----------------------------------------------------------------------------
-# Xindice Command Line Tool Unix Shell Script for SRC distribution
+
+# 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$
+
+# -----------------------------------------------------------------------------
+# Xindice Command Line Tool Unix Shell Script for SRC distribution
# -----------------------------------------------------------------------------
# ----- OS specific support ----------------------------------------------------
Modified: xml/xindice/trunk/bin/xindice.bat
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/bin/xindice.bat?view=diff&rev=511407&r1=511406&r2=511407
==============================================================================
--- xml/xindice/trunk/bin/xindice.bat (original)
+++ xml/xindice/trunk/bin/xindice.bat Sat Feb 24 18:37:43 2007
@@ -1,12 +1,28 @@
@echo off
-if not "%OS%"=="Windows_NT" goto start
-@setlocal
-:start
-:: -----------------------------------------------------------------------------
-:: Xindice Command Line Tool Win32/Win16 Script for SRC distribution
+:: 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$
+
+:: -----------------------------------------------------------------------------
+:: Xindice Command Line Tool Win32/Win16 Script for SRC distribution
:: -----------------------------------------------------------------------------
+
+if not "%OS%"=="Windows_NT" goto start
+@setlocal
+:start
:: ----- Verify and Set Required Environment Variables -------------------------
Modified: xml/xindice/trunk/bin/xindice.jar.bat
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/bin/xindice.jar.bat?view=diff&rev=511407&r1=511406&r2=511407
==============================================================================
--- xml/xindice/trunk/bin/xindice.jar.bat (original)
+++ xml/xindice/trunk/bin/xindice.jar.bat Sat Feb 24 18:37:43 2007
@@ -1,12 +1,28 @@
@echo off
-if not "%OS%"=="Windows_NT" goto start
-@setlocal
-:start
-:: -----------------------------------------------------------------------------
-:: Xindice Command Line Tool Win32/Win16 Script for JAR distribution
+:: 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$
+
+:: -----------------------------------------------------------------------------
+:: Xindice Command Line Tool Win32/Win16 Script for JAR distribution
:: -----------------------------------------------------------------------------
+
+if not "%OS%"=="Windows_NT" goto start
+@setlocal
+:start
:: ----- Verify and Set Required Environment Variables -------------------------
Modified: xml/xindice/trunk/bin/xindice.jar.sh
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/bin/xindice.jar.sh?view=diff&rev=511407&r1=511406&r2=511407
==============================================================================
--- xml/xindice/trunk/bin/xindice.jar.sh (original)
+++ xml/xindice/trunk/bin/xindice.jar.sh Sat Feb 24 18:37:43 2007
@@ -1,8 +1,24 @@
#!/bin/sh
-# -----------------------------------------------------------------------------
-# Xindice Command Line Tool Unix Shell Script for JAR distribution
+
+# 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$
+
+# -----------------------------------------------------------------------------
+# Xindice Command Line Tool Unix Shell Script for JAR distribution
# -----------------------------------------------------------------------------
# ----- OS specific support ----------------------------------------------------
Modified: xml/xindice/trunk/bin/xindice.war.bat
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/bin/xindice.war.bat?view=diff&rev=511407&r1=511406&r2=511407
==============================================================================
--- xml/xindice/trunk/bin/xindice.war.bat (original)
+++ xml/xindice/trunk/bin/xindice.war.bat Sat Feb 24 18:37:43 2007
@@ -1,12 +1,28 @@
@echo off
-if not "%OS%"=="Windows_NT" goto start
-@setlocal
-:start
-:: -----------------------------------------------------------------------------
-:: Xindice Command Line Tool Win32/Win16 Script for WAR distribution
+:: 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$
+
+:: -----------------------------------------------------------------------------
+:: Xindice Command Line Tool Win32/Win16 Script for WAR distribution
:: -----------------------------------------------------------------------------
+
+if not "%OS%"=="Windows_NT" goto start
+@setlocal
+:start
:: ----- Verify and Set Required Environment Variables -------------------------
Modified: xml/xindice/trunk/bin/xindice.war.sh
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/bin/xindice.war.sh?view=diff&rev=511407&r1=511406&r2=511407
==============================================================================
--- xml/xindice/trunk/bin/xindice.war.sh (original)
+++ xml/xindice/trunk/bin/xindice.war.sh Sat Feb 24 18:37:43 2007
@@ -1,8 +1,24 @@
#!/bin/sh
-# -----------------------------------------------------------------------------
-# Xindice Command Line Tool Unix Shell Script for WAR distribution
+
+# 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$
+
+# -----------------------------------------------------------------------------
+# Xindice Command Line Tool Unix Shell Script for WAR distribution
# -----------------------------------------------------------------------------
# ----- OS specific support ----------------------------------------------------
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.