Author: rdonkin
Date: Wed Jul 25 12:40:47 2007
New Revision: 559572
URL: http://svn.apache.org/viewvc?view=rev&rev=559572
Log:
Added missing license headers
Modified:
james/server/trunk/phoenix-deployment/src/conf/james-assembly.xml
james/server/trunk/phoenix-deployment/src/conf/james-config.xml
james/server/trunk/phoenix-deployment/src/conf/james-fetchmail.xml
james/server/trunk/phoenix-deployment/src/conf/james-listmanager.xml
james/server/trunk/phoenix-deployment/src/conf/james-liststores.xml
james/server/trunk/phoenix-deployment/src/conf/james-server.xml
james/server/trunk/phoenix-deployment/src/conf/james-smtphandlerchain.xml
james/server/trunk/phoenix-deployment/src/conf/mailboxManagerSqlResources.xml
james/server/trunk/phoenix-deployment/src/conf/miResources.xml
james/server/trunk/phoenix-deployment/src/conf/samples/fetchmail/maxMessageSize.xml
james/server/trunk/phoenix-deployment/src/conf/samples/fetchmail/oneAccountManyUsers.xml
james/server/trunk/phoenix-deployment/src/conf/samples/fetchmail/oneAccountManyUsersDynamic.xml
james/server/trunk/phoenix-deployment/src/conf/samples/fetchmail/oneAccountPerUser.xml
james/server/trunk/phoenix-deployment/src/conf/samples/fetchmail/oneAccountPerUserDynamic.xml
james/server/trunk/phoenix-deployment/src/conf/samples/fetchmail/remoteReceivedHeader.xml
james/server/trunk/phoenix-deployment/src/conf/sqlResources.xml
Modified: james/server/trunk/phoenix-deployment/src/conf/james-assembly.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/conf/james-assembly.xml?view=diff&rev=559572&r1=559571&r2=559572
==============================================================================
--- james/server/trunk/phoenix-deployment/src/conf/james-assembly.xml (original)
+++ james/server/trunk/phoenix-deployment/src/conf/james-assembly.xml Wed Jul
25 12:40:47 2007
@@ -1,5 +1,22 @@
<?xml version="1.0"?>
-
+<!--
+ 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.
+ -->
<assembly>
<!-- The list of blocks being run in this Phoenix server. -->
Modified: james/server/trunk/phoenix-deployment/src/conf/james-config.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/conf/james-config.xml?view=diff&rev=559572&r1=559571&r2=559572
==============================================================================
--- james/server/trunk/phoenix-deployment/src/conf/james-config.xml (original)
+++ james/server/trunk/phoenix-deployment/src/conf/james-config.xml Wed Jul 25
12:40:47 2007
@@ -1,4 +1,22 @@
<?xml version="1.0"?>
+<!--
+ 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 config [
<!ENTITY listserverConfig SYSTEM "../conf/james-listmanager.xml">
<!ENTITY listserverStores SYSTEM "../conf/james-liststores.xml">
Modified: james/server/trunk/phoenix-deployment/src/conf/james-fetchmail.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/conf/james-fetchmail.xml?view=diff&rev=559572&r1=559571&r2=559572
==============================================================================
--- james/server/trunk/phoenix-deployment/src/conf/james-fetchmail.xml
(original)
+++ james/server/trunk/phoenix-deployment/src/conf/james-fetchmail.xml Wed Jul
25 12:40:47 2007
@@ -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.
+ -->
+
<!-- Fetch mail block, fetches mail from message servers and inserts it
into the incoming spool -->
<!-- Warning: It is important to prevent mail from looping by setting the
-->
<!-- fetched domains in the <servernames> section of the <James> block
-->
Modified: james/server/trunk/phoenix-deployment/src/conf/james-listmanager.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/conf/james-listmanager.xml?view=diff&rev=559572&r1=559571&r2=559572
==============================================================================
--- james/server/trunk/phoenix-deployment/src/conf/james-listmanager.xml
(original)
+++ james/server/trunk/phoenix-deployment/src/conf/james-listmanager.xml Wed
Jul 25 12:40:47 2007
@@ -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.
+ -->
<!-- Add a Manager and Processor for each list -->
<!-- TODO: add more examples -->
<!-- CHECKME: check the <resource> path -->
Modified: james/server/trunk/phoenix-deployment/src/conf/james-liststores.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/conf/james-liststores.xml?view=diff&rev=559572&r1=559571&r2=559572
==============================================================================
--- james/server/trunk/phoenix-deployment/src/conf/james-liststores.xml
(original)
+++ james/server/trunk/phoenix-deployment/src/conf/james-liststores.xml Wed Jul
25 12:40:47 2007
@@ -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.
+ -->
<!-- Mailing list repositories -->
<!-- Add a user repository for each list -->
<!-- TODO: add more examples -->
Modified: james/server/trunk/phoenix-deployment/src/conf/james-server.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/conf/james-server.xml?view=diff&rev=559572&r1=559571&r2=559572
==============================================================================
--- james/server/trunk/phoenix-deployment/src/conf/james-server.xml (original)
+++ james/server/trunk/phoenix-deployment/src/conf/james-server.xml Wed Jul 25
12:40:47 2007
@@ -1,5 +1,22 @@
<?xml version="1.0"?>
-
+<!--
+ 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.
+ -->
<server>
<!-- Overrides the default behaviour of phoenix that use "." as dir -->
Modified:
james/server/trunk/phoenix-deployment/src/conf/james-smtphandlerchain.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/conf/james-smtphandlerchain.xml?view=diff&rev=559572&r1=559571&r2=559572
==============================================================================
--- james/server/trunk/phoenix-deployment/src/conf/james-smtphandlerchain.xml
(original)
+++ james/server/trunk/phoenix-deployment/src/conf/james-smtphandlerchain.xml
Wed Jul 25 12:40:47 2007
@@ -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.
+ -->
<!-- The configuration handler chain -->
<!-- Please note that this is EXPERIMENTAL and will be changed in future -->
<!-- releases -->
Modified:
james/server/trunk/phoenix-deployment/src/conf/mailboxManagerSqlResources.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/conf/mailboxManagerSqlResources.xml?view=diff&rev=559572&r1=559571&r2=559572
==============================================================================
---
james/server/trunk/phoenix-deployment/src/conf/mailboxManagerSqlResources.xml
(original)
+++
james/server/trunk/phoenix-deployment/src/conf/mailboxManagerSqlResources.xml
Wed Jul 25 12:40:47 2007
@@ -1,4 +1,22 @@
-<!-- SQL Statements used by MailboxManager for database access. -->
+<!--
+ 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.
+ -->
+ <!-- SQL Statements used by MailboxManager for database access. -->
<sqlResources>
<!--
Modified: james/server/trunk/phoenix-deployment/src/conf/miResources.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/conf/miResources.xml?view=diff&rev=559572&r1=559571&r2=559572
==============================================================================
--- james/server/trunk/phoenix-deployment/src/conf/miResources.xml (original)
+++ james/server/trunk/phoenix-deployment/src/conf/miResources.xml Wed Jul 25
12:40:47 2007
@@ -1,4 +1,22 @@
-<!-- XML resources for mailing lists -->
+<!--
+ 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 resources for mailing lists -->
<resources>
<matchers>
<matcher for="custom" match="My Custom List"/>
Modified:
james/server/trunk/phoenix-deployment/src/conf/samples/fetchmail/maxMessageSize.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/conf/samples/fetchmail/maxMessageSize.xml?view=diff&rev=559572&r1=559571&r2=559572
==============================================================================
---
james/server/trunk/phoenix-deployment/src/conf/samples/fetchmail/maxMessageSize.xml
(original)
+++
james/server/trunk/phoenix-deployment/src/conf/samples/fetchmail/maxMessageSize.xml
Wed Jul 25 12:40:47 2007
@@ -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.
+ -->
+ <!--
See http://james.apache.org/server/2.3.0/fetchmail_configuration.html"
-->
<fetchmail enabled="false">
Modified:
james/server/trunk/phoenix-deployment/src/conf/samples/fetchmail/oneAccountManyUsers.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/conf/samples/fetchmail/oneAccountManyUsers.xml?view=diff&rev=559572&r1=559571&r2=559572
==============================================================================
---
james/server/trunk/phoenix-deployment/src/conf/samples/fetchmail/oneAccountManyUsers.xml
(original)
+++
james/server/trunk/phoenix-deployment/src/conf/samples/fetchmail/oneAccountManyUsers.xml
Wed Jul 25 12:40:47 2007
@@ -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.
+ -->
+ <!--
See http://james.apache.org/server/2.3.0/fetchmail_configuration.html"
-->
<fetchmail enabled="false">
Modified:
james/server/trunk/phoenix-deployment/src/conf/samples/fetchmail/oneAccountManyUsersDynamic.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/conf/samples/fetchmail/oneAccountManyUsersDynamic.xml?view=diff&rev=559572&r1=559571&r2=559572
==============================================================================
---
james/server/trunk/phoenix-deployment/src/conf/samples/fetchmail/oneAccountManyUsersDynamic.xml
(original)
+++
james/server/trunk/phoenix-deployment/src/conf/samples/fetchmail/oneAccountManyUsersDynamic.xml
Wed Jul 25 12:40:47 2007
@@ -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.
+ -->
+ <!--
See http://james.apache.org/server/2.3.0/fetchmail_configuration.html"
-->
<fetchmail enabled="false">
Modified:
james/server/trunk/phoenix-deployment/src/conf/samples/fetchmail/oneAccountPerUser.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/conf/samples/fetchmail/oneAccountPerUser.xml?view=diff&rev=559572&r1=559571&r2=559572
==============================================================================
---
james/server/trunk/phoenix-deployment/src/conf/samples/fetchmail/oneAccountPerUser.xml
(original)
+++
james/server/trunk/phoenix-deployment/src/conf/samples/fetchmail/oneAccountPerUser.xml
Wed Jul 25 12:40:47 2007
@@ -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.
+ -->
+ <!--
See http://james.apache.org/server/2.3.0/fetchmail_configuration.html"
-->
<fetchmail enabled="false">
Modified:
james/server/trunk/phoenix-deployment/src/conf/samples/fetchmail/oneAccountPerUserDynamic.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/conf/samples/fetchmail/oneAccountPerUserDynamic.xml?view=diff&rev=559572&r1=559571&r2=559572
==============================================================================
---
james/server/trunk/phoenix-deployment/src/conf/samples/fetchmail/oneAccountPerUserDynamic.xml
(original)
+++
james/server/trunk/phoenix-deployment/src/conf/samples/fetchmail/oneAccountPerUserDynamic.xml
Wed Jul 25 12:40:47 2007
@@ -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.
+ -->
+ <!--
See http://james.apache.org/server/2.3.0/fetchmail_configuration.html"
-->
<fetchmail enabled="false">
Modified:
james/server/trunk/phoenix-deployment/src/conf/samples/fetchmail/remoteReceivedHeader.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/conf/samples/fetchmail/remoteReceivedHeader.xml?view=diff&rev=559572&r1=559571&r2=559572
==============================================================================
---
james/server/trunk/phoenix-deployment/src/conf/samples/fetchmail/remoteReceivedHeader.xml
(original)
+++
james/server/trunk/phoenix-deployment/src/conf/samples/fetchmail/remoteReceivedHeader.xml
Wed Jul 25 12:40:47 2007
@@ -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.
+ -->
+ <!--
See http://james.apache.org/server/2.3.0/fetchmail_configuration.html"
-->
<fetchmail enabled="false">
Modified: james/server/trunk/phoenix-deployment/src/conf/sqlResources.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/conf/sqlResources.xml?view=diff&rev=559572&r1=559571&r2=559572
==============================================================================
--- james/server/trunk/phoenix-deployment/src/conf/sqlResources.xml (original)
+++ james/server/trunk/phoenix-deployment/src/conf/sqlResources.xml Wed Jul 25
12:40:47 2007
@@ -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.
+ -->
<!-- SQL Statements used by James for database access. -->
<sqlResources>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]