You are viewing a plain text version of this content. The canonical link for it is here.
Posted to lokahi-commits@incubator.apache.org by to...@apache.org on 2006/09/11 16:06:35 UTC

svn commit: r442244 - in /incubator/lokahi/lokahi/trunk: conf/ database/ docs/

Author: toback
Date: Mon Sep 11 09:06:33 2006
New Revision: 442244

URL: http://svn.apache.org/viewvc?view=rev&rev=442244
Log:
added required header to conf & db files

Modified:
    incubator/lokahi/lokahi/trunk/conf/ApplicationResources.properties
    incubator/lokahi/lokahi/trunk/conf/agent.log4j.xml
    incubator/lokahi/lokahi/trunk/conf/agent.properties
    incubator/lokahi/lokahi/trunk/conf/agent.wsdd
    incubator/lokahi/lokahi/trunk/conf/agent.xml
    incubator/lokahi/lokahi/trunk/conf/db.properties
    incubator/lokahi/lokahi/trunk/conf/derby.xml
    incubator/lokahi/lokahi/trunk/conf/function.xml
    incubator/lokahi/lokahi/trunk/conf/log4j.dtd
    incubator/lokahi/lokahi/trunk/conf/log4j.xml
    incubator/lokahi/lokahi/trunk/conf/lokahi.properties
    incubator/lokahi/lokahi/trunk/conf/oracle.xml
    incubator/lokahi/lokahi/trunk/conf/server-config.wsdd
    incubator/lokahi/lokahi/trunk/conf/state.xml
    incubator/lokahi/lokahi/trunk/conf/struts-config.xml
    incubator/lokahi/lokahi/trunk/conf/toolbox.xml
    incubator/lokahi/lokahi/trunk/conf/validation.xml
    incubator/lokahi/lokahi/trunk/conf/validator-rules-1_1.xml
    incubator/lokahi/lokahi/trunk/conf/validator-rules.xml
    incubator/lokahi/lokahi/trunk/conf/validator_1_1.dtd
    incubator/lokahi/lokahi/trunk/conf/validator_1_2_0.dtd
    incubator/lokahi/lokahi/trunk/conf/velocity.properties
    incubator/lokahi/lokahi/trunk/conf/web.xml
    incubator/lokahi/lokahi/trunk/database/functions.sql
    incubator/lokahi/lokahi/trunk/database/install.sql
    incubator/lokahi/lokahi/trunk/database/packages.sql
    incubator/lokahi/lokahi/trunk/database/procs.sql
    incubator/lokahi/lokahi/trunk/database/recompile.sql
    incubator/lokahi/lokahi/trunk/database/schema_priv.sql
    incubator/lokahi/lokahi/trunk/database/sequences.sql
    incubator/lokahi/lokahi/trunk/database/tables.sql
    incubator/lokahi/lokahi/trunk/database/tmc_instance_data.sql
    incubator/lokahi/lokahi/trunk/database/tmc_rel_function_user_data.sql
    incubator/lokahi/lokahi/trunk/database/tmc_user_data.sql
    incubator/lokahi/lokahi/trunk/database/views.sql
    incubator/lokahi/lokahi/trunk/docs/README.TXT
    incubator/lokahi/lokahi/trunk/docs/RUNNING.TXT

Modified: incubator/lokahi/lokahi/trunk/conf/ApplicationResources.properties
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/conf/ApplicationResources.properties?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/conf/ApplicationResources.properties (original)
+++ incubator/lokahi/lokahi/trunk/conf/ApplicationResources.properties Mon Sep 11 09:06:33 2006
@@ -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.
+##
+
 application.root=@APPROOT@
 rss.link.location=@RSSLOC@
 

Modified: incubator/lokahi/lokahi/trunk/conf/agent.log4j.xml
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/conf/agent.log4j.xml?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/conf/agent.log4j.xml (original)
+++ incubator/lokahi/lokahi/trunk/conf/agent.log4j.xml Mon Sep 11 09:06:33 2006
@@ -1,6 +1,25 @@
+<!--
+   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.
+-->
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
 <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">
+
 
   <!--  <appender name="console" class="org.apache.log4j.ConsoleAppender">-->
   <!--    <param name="Target" value="System.Out"/>-->

Modified: incubator/lokahi/lokahi/trunk/conf/agent.properties
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/conf/agent.properties?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/conf/agent.properties (original)
+++ incubator/lokahi/lokahi/trunk/conf/agent.properties Mon Sep 11 09:06:33 2006
@@ -1,3 +1,21 @@
+##
+## 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.
+##
 tmc.agent.store.failure=Error adding job.
 tmc.agent.store.success=Thanks! New Job added.
 agent.delim.options=:

Modified: incubator/lokahi/lokahi/trunk/conf/agent.wsdd
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/conf/agent.wsdd?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/conf/agent.wsdd (original)
+++ incubator/lokahi/lokahi/trunk/conf/agent.wsdd Mon Sep 11 09:06:33 2006
@@ -1,3 +1,21 @@
+<!--
+   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.
+-->
 <?xml version="1.0" encoding="UTF-8"?>
 <deployment xmlns="http://xml.apache.org/axis/wsdd/"
             xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">

Modified: incubator/lokahi/lokahi/trunk/conf/agent.xml
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/conf/agent.xml?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/conf/agent.xml (original)
+++ incubator/lokahi/lokahi/trunk/conf/agent.xml Mon Sep 11 09:06:33 2006
@@ -1,5 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- $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.
+-->
 <!DOCTYPE database [
     <!ELEMENT database    (table)>
     <!ELEMENT table      (column)>

Modified: incubator/lokahi/lokahi/trunk/conf/db.properties
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/conf/db.properties?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/conf/db.properties (original)
+++ incubator/lokahi/lokahi/trunk/conf/db.properties Mon Sep 11 09:06:33 2006
@@ -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.
+##
+
 oracle.apache.server.by.id=f_am_get_apache_by_id
 oracle.apache.server.all=f_am_get_all_apache
 oracle.apache.server.store=sp_am_store_apache

Modified: incubator/lokahi/lokahi/trunk/conf/derby.xml
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/conf/derby.xml?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/conf/derby.xml (original)
+++ incubator/lokahi/lokahi/trunk/conf/derby.xml Mon Sep 11 09:06:33 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+   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$ -->
 <!DOCTYPE database [
     <!ELEMENT database    (table)>

Modified: incubator/lokahi/lokahi/trunk/conf/function.xml
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/conf/function.xml?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/conf/function.xml (original)
+++ incubator/lokahi/lokahi/trunk/conf/function.xml Mon Sep 11 09:06:33 2006
@@ -1,3 +1,21 @@
+<!--
+   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.
+-->
 <?xml version="1.0" encoding="UTF-8"?>
 <functions>
   <function id="8" name="Update Virtualhost" command="UpdateVirtualHost"/>

Modified: incubator/lokahi/lokahi/trunk/conf/log4j.dtd
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/conf/log4j.dtd?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/conf/log4j.dtd (original)
+++ incubator/lokahi/lokahi/trunk/conf/log4j.dtd Mon Sep 11 09:06:33 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+   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.
+-->
 
 <!-- Authors: Chris Taylor, Ceki Gulcu. -->
 

Modified: incubator/lokahi/lokahi/trunk/conf/log4j.xml
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/conf/log4j.xml?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/conf/log4j.xml (original)
+++ incubator/lokahi/lokahi/trunk/conf/log4j.xml Mon Sep 11 09:06:33 2006
@@ -1,3 +1,21 @@
+<!--
+   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.
+-->
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
 <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">

Modified: incubator/lokahi/lokahi/trunk/conf/lokahi.properties
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/conf/lokahi.properties?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/conf/lokahi.properties (original)
+++ incubator/lokahi/lokahi/trunk/conf/lokahi.properties Mon Sep 11 09:06:33 2006
@@ -1,3 +1,21 @@
+##
+## 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.
+##
 
 AGENT_METHOD_TO_CALL_BACK=receiveResponse
 AGENT_REPLY_WEB_SERVICE_NAME=TmcJob

Modified: incubator/lokahi/lokahi/trunk/conf/oracle.xml
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/conf/oracle.xml?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/conf/oracle.xml (original)
+++ incubator/lokahi/lokahi/trunk/conf/oracle.xml Mon Sep 11 09:06:33 2006
@@ -1,3 +1,21 @@
+<!--
+   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.
+-->
 <database type="oracle" version="0.6.0">
   <table name="AM_CONTAINER">
     <column name="CONTAINER_ID" type="NUMBER" size="0" null="false"/>

Modified: incubator/lokahi/lokahi/trunk/conf/server-config.wsdd
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/conf/server-config.wsdd?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/conf/server-config.wsdd (original)
+++ incubator/lokahi/lokahi/trunk/conf/server-config.wsdd Mon Sep 11 09:06:33 2006
@@ -1,3 +1,21 @@
+<!--
+   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.
+-->
 <?xml version="1.0" encoding="UTF-8"?>
 <deployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
   <globalConfiguration>

Modified: incubator/lokahi/lokahi/trunk/conf/state.xml
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/conf/state.xml?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/conf/state.xml (original)
+++ incubator/lokahi/lokahi/trunk/conf/state.xml Mon Sep 11 09:06:33 2006
@@ -1,3 +1,21 @@
+<!--
+   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.
+-->
 <?xml version="1.0" encoding="UTF-8"?>
 <states>
   <state id="2" name="Cancel" color="red"/>

Modified: incubator/lokahi/lokahi/trunk/conf/struts-config.xml
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/conf/struts-config.xml?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/conf/struts-config.xml (original)
+++ incubator/lokahi/lokahi/trunk/conf/struts-config.xml Mon Sep 11 09:06:33 2006
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   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.
+-->
 <!DOCTYPE struts-config SYSTEM
     "struts-config_1_2.dtd">
 

Modified: incubator/lokahi/lokahi/trunk/conf/toolbox.xml
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/conf/toolbox.xml?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/conf/toolbox.xml (original)
+++ incubator/lokahi/lokahi/trunk/conf/toolbox.xml Mon Sep 11 09:06:33 2006
@@ -1,3 +1,21 @@
+<!--
+   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.
+-->
 <?xml version="1.0"?>
 
 <toolbox>

Modified: incubator/lokahi/lokahi/trunk/conf/validation.xml
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/conf/validation.xml?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/conf/validation.xml (original)
+++ incubator/lokahi/lokahi/trunk/conf/validation.xml Mon Sep 11 09:06:33 2006
@@ -1,3 +1,21 @@
+<!--
+   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.
+-->
 <form-validation>
   <formset>
     <!--    <form name="authForm">-->

Modified: incubator/lokahi/lokahi/trunk/conf/validator-rules-1_1.xml
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/conf/validator-rules-1_1.xml?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/conf/validator-rules-1_1.xml (original)
+++ incubator/lokahi/lokahi/trunk/conf/validator-rules-1_1.xml Mon Sep 11 09:06:33 2006
@@ -2,6 +2,24 @@
     "-//Apache Software Foundation//DTD Commons Validator Rules Configuration 1.0//EN"
     "http://jakarta.apache.org/commons/dtds/validator_1_0.dtd">
 <!--
+   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 file contains the default Struts Validator pluggable validator
    definitions.  It should be placed somewhere under /WEB-INF and

Modified: incubator/lokahi/lokahi/trunk/conf/validator-rules.xml
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/conf/validator-rules.xml?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/conf/validator-rules.xml (original)
+++ incubator/lokahi/lokahi/trunk/conf/validator-rules.xml Mon Sep 11 09:06:33 2006
@@ -2,6 +2,24 @@
     "-//Apache Software Foundation//DTD Commons Validator Rules Configuration 1.1.3//EN"
     "http://jakarta.apache.org/commons/dtds/validator_1_1_3.dtd">
 <!--
+   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$
 
    This file contains the default Struts Validator pluggable validator

Modified: incubator/lokahi/lokahi/trunk/conf/validator_1_1.dtd
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/conf/validator_1_1.dtd?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/conf/validator_1_1.dtd (original)
+++ incubator/lokahi/lokahi/trunk/conf/validator_1_1.dtd Mon Sep 11 09:06:33 2006
@@ -1,4 +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.
+-->
+<!--
     DTD for the Validator Rules Configuration File, Version 1.1
 
     To allow for XML validation of your rules configuration

Modified: incubator/lokahi/lokahi/trunk/conf/validator_1_2_0.dtd
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/conf/validator_1_2_0.dtd?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/conf/validator_1_2_0.dtd (original)
+++ incubator/lokahi/lokahi/trunk/conf/validator_1_2_0.dtd Mon Sep 11 09:06:33 2006
@@ -1,4 +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.
+-->
+<!--
     DTD for the Validator Rules Configuration File, Version 1.2.0
 
     To allow for XML validation of your rules configuration

Modified: incubator/lokahi/lokahi/trunk/conf/velocity.properties
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/conf/velocity.properties?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/conf/velocity.properties (original)
+++ incubator/lokahi/lokahi/trunk/conf/velocity.properties Mon Sep 11 09:06:33 2006
@@ -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.
+##
+
 #----------------------------------------------------------------------------
 # These are the default properties for the
 # Velocity Runtime. These values are used when

Modified: incubator/lokahi/lokahi/trunk/conf/web.xml
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/conf/web.xml?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/conf/web.xml (original)
+++ incubator/lokahi/lokahi/trunk/conf/web.xml Mon Sep 11 09:06:33 2006
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+   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.
+-->
 <!DOCTYPE web-app
     PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
     "http://java.sun.com/dtd/web-app_2_3.dtd">

Modified: incubator/lokahi/lokahi/trunk/database/functions.sql
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/database/functions.sql?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/database/functions.sql (original)
+++ incubator/lokahi/lokahi/trunk/database/functions.sql Mon Sep 11 09:06:33 2006
@@ -1,3 +1,21 @@
+--
+-- 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.
+--
 CREATE OR REPLACE FUNCTION F_AM_GET_ALL_APACHE
 RETURN tmctypes.cursortype
 AS

Modified: incubator/lokahi/lokahi/trunk/database/install.sql
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/database/install.sql?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/database/install.sql (original)
+++ incubator/lokahi/lokahi/trunk/database/install.sql Mon Sep 11 09:06:33 2006
@@ -1,4 +1,21 @@
-
+--
+-- 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.
+--
 spool install.log
 
 @sequences.sql

Modified: incubator/lokahi/lokahi/trunk/database/packages.sql
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/database/packages.sql?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/database/packages.sql (original)
+++ incubator/lokahi/lokahi/trunk/database/packages.sql Mon Sep 11 09:06:33 2006
@@ -1,4 +1,21 @@
-
+--
+-- 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.
+--
 CREATE TYPE BI_TYPE AS OBJECT ( COL1 VARCHAR2(2000), COL2 VARCHAR2(2000) );
 /
 CREATE TYPE BI_LIST AS TABLE OF BI_TYPE;

Modified: incubator/lokahi/lokahi/trunk/database/procs.sql
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/database/procs.sql?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/database/procs.sql (original)
+++ incubator/lokahi/lokahi/trunk/database/procs.sql Mon Sep 11 09:06:33 2006
@@ -1,3 +1,21 @@
+--
+-- 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.
+--
 CREATE OR REPLACE PROCEDURE sp_tmc_update_help_rel_topic (h_id IN NUMBER,
 														  h_topic_id IN NUMBER,
 														  h_subtopic_id IN NUMBER)

Modified: incubator/lokahi/lokahi/trunk/database/recompile.sql
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/database/recompile.sql?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/database/recompile.sql (original)
+++ incubator/lokahi/lokahi/trunk/database/recompile.sql Mon Sep 11 09:06:33 2006
@@ -1,4 +1,21 @@
-
+--
+-- 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.
+--
 spool recompile.run
 set head off
 set feed off

Modified: incubator/lokahi/lokahi/trunk/database/schema_priv.sql
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/database/schema_priv.sql?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/database/schema_priv.sql (original)
+++ incubator/lokahi/lokahi/trunk/database/schema_priv.sql Mon Sep 11 09:06:33 2006
@@ -1,3 +1,21 @@
+--
+-- 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.
+--
 def owner=&1
 
 set verify off

Modified: incubator/lokahi/lokahi/trunk/database/sequences.sql
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/database/sequences.sql?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/database/sequences.sql (original)
+++ incubator/lokahi/lokahi/trunk/database/sequences.sql Mon Sep 11 09:06:33 2006
@@ -1,3 +1,21 @@
+--
+-- 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.
+--
 CREATE SEQUENCE AM_APACHE_SEQ INCREMENT BY 1 START WITH 1 MINVALUE 1 NOCYCLE NOCACHE NOORDER;
 
 CREATE SEQUENCE AM_POOL_SEQ INCREMENT BY 1 START WITH 1 MINVALUE 1 NOCYCLE NOCACHE NOORDER;

Modified: incubator/lokahi/lokahi/trunk/database/tables.sql
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/database/tables.sql?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/database/tables.sql (original)
+++ incubator/lokahi/lokahi/trunk/database/tables.sql Mon Sep 11 09:06:33 2006
@@ -1,3 +1,21 @@
+--
+-- 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.
+--
 
 CREATE TABLE AM_CONTAINER ( CONTAINER_ID NUMBER NOT NULL, CONTAINER_NAME VARCHAR2(100) NOT NULL, SERVER_ROOT VARCHAR2(300), LOG_LOCATION VARCHAR2(300), SYS_USER VARCHAR2(8), SYS_GROUP VARCHAR2(8), START_COMMAND VARCHAR2(4000), STOP_COMMAND VARCHAR2(4000), RESTART_COMMAND VARCHAR2(4000), FORK_WAIT NUMBER, PIDFILE_LOCATION VARCHAR2(300), ENV_VARIBLES VARCHAR2(4000), MAIN_ID NUMBER ) LOGGING NOCACHE NOPARALLEL;
 

Modified: incubator/lokahi/lokahi/trunk/database/tmc_instance_data.sql
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/database/tmc_instance_data.sql?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/database/tmc_instance_data.sql (original)
+++ incubator/lokahi/lokahi/trunk/database/tmc_instance_data.sql Mon Sep 11 09:06:33 2006
@@ -1,4 +1,21 @@
-
+--
+-- 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.
+--
 
 insert into TMC_INSTANCE
 ( INSTANCE_ID, INSTANCE_NAME )

Modified: incubator/lokahi/lokahi/trunk/database/tmc_rel_function_user_data.sql
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/database/tmc_rel_function_user_data.sql?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/database/tmc_rel_function_user_data.sql (original)
+++ incubator/lokahi/lokahi/trunk/database/tmc_rel_function_user_data.sql Mon Sep 11 09:06:33 2006
@@ -1,3 +1,21 @@
+--
+-- 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.
+--
 rem initial data for superuser USER_ID=1
 rem automatically generated by script
 insert into TMC_REL_FUNCTION_USER values ( 1,1,0,1,0 );

Modified: incubator/lokahi/lokahi/trunk/database/tmc_user_data.sql
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/database/tmc_user_data.sql?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/database/tmc_user_data.sql (original)
+++ incubator/lokahi/lokahi/trunk/database/tmc_user_data.sql Mon Sep 11 09:06:33 2006
@@ -1,4 +1,21 @@
-
+--
+-- 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.
+--
 
 insert into TMC_USER
 ( USER_ID, USER_NAME, PASSWORD, STATE_ID, FIRST_NAME, LAST_NAME, JOB_TITLE, EMAIL, COMMENTS )

Modified: incubator/lokahi/lokahi/trunk/database/views.sql
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/database/views.sql?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/database/views.sql (original)
+++ incubator/lokahi/lokahi/trunk/database/views.sql Mon Sep 11 09:06:33 2006
@@ -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.
+--
+
 CREATE OR REPLACE FORCE VIEW AM_ENTITY_VIEW
 (VHOST_ID, ENV_ID, STATE_ID, VHOST_NAME, VHOST_ENTRY, 
  HOSTING_POOL_ID, NAMEBASED, CATCHALL, EX_PROJECT_ID, POOL_ID, 

Modified: incubator/lokahi/lokahi/trunk/docs/README.TXT
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/docs/README.TXT?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/docs/README.TXT (original)
+++ incubator/lokahi/lokahi/trunk/docs/README.TXT Mon Sep 11 09:06:33 2006
@@ -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.
+##
+
 Lokahi is an effort undergoing incubation at the Apache Software Foundation (ASF),
 sponsored by the Incubator PMC. Incubation is required of all newly accepted projects
 until a further review indicates that the infrastructure, communications, and decision

Modified: incubator/lokahi/lokahi/trunk/docs/RUNNING.TXT
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/docs/RUNNING.TXT?view=diff&rev=442244&r1=442243&r2=442244
==============================================================================
--- incubator/lokahi/lokahi/trunk/docs/RUNNING.TXT (original)
+++ incubator/lokahi/lokahi/trunk/docs/RUNNING.TXT Mon Sep 11 09:06:33 2006
@@ -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.
+##
+
 If you have not yet performed the steps outlined in README.txt, stop here and go
 through the README.txt directions before proceeding.