Author: rdonkin
Date: Wed Jul 25 13:36:35 2007
New Revision: 559584
URL: http://svn.apache.org/viewvc?view=rev&rev=559584
Log:
Added license headers
Modified:
james/server/trunk/phoenix-deployment/check-targets.ent
james/server/trunk/phoenix-deployment/check-targets.properties
james/server/trunk/phoenix-deployment/src/java/sieveConfig.xml
james/server/trunk/phoenix-deployment/src/schema/project-schema.xml
james/server/trunk/phoenix-deployment/src/test/org/apache/james/imapserver/TestConstants.java
james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/TestUtil.java
james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/impl/UidChangeTrackerTestCase.java
james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/mock/MockUser.java
james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/redundant/AbstractMailRepositoryNativeTestCase.java
james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/redundant/AbstractMailRepositorySelfTestCase.java
james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/testdata/DefaultMailboxManagerConf.xml
james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/testdata/MixedMailstores.xml
james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/testdata/VirtualRepositoryMix.xml
Modified: james/server/trunk/phoenix-deployment/check-targets.ent
URL:
http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/check-targets.ent?view=diff&rev=559584&r1=559583&r2=559584
==============================================================================
--- james/server/trunk/phoenix-deployment/check-targets.ent (original)
+++ james/server/trunk/phoenix-deployment/check-targets.ent Wed Jul 25 13:36:35
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.
+ -->
+<!--
This build.xml snippet contains targets for ant 1.5 that check whether
a specific libary is present, and offers targets for downloading them
if they're not.
Modified: james/server/trunk/phoenix-deployment/check-targets.properties
URL:
http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/check-targets.properties?view=diff&rev=559584&r1=559583&r2=559584
==============================================================================
--- james/server/trunk/phoenix-deployment/check-targets.properties (original)
+++ james/server/trunk/phoenix-deployment/check-targets.properties Wed Jul 25
13:36:35 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. #
+################################################################
+
# sets up properties for the dependency download mechanism
jar.repository=http://www.ibiblio.org/maven
Modified: james/server/trunk/phoenix-deployment/src/java/sieveConfig.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/java/sieveConfig.xml?view=diff&rev=559584&r1=559583&r2=559584
==============================================================================
--- james/server/trunk/phoenix-deployment/src/java/sieveConfig.xml (original)
+++ james/server/trunk/phoenix-deployment/src/java/sieveConfig.xml Wed Jul 25
13:36:35 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.
+ -->
<!-- Sieve configuration. -->
<sieve>
<!-- Declare supported command mappings -->
Modified: james/server/trunk/phoenix-deployment/src/schema/project-schema.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/schema/project-schema.xml?view=diff&rev=559584&r1=559583&r2=559584
==============================================================================
--- james/server/trunk/phoenix-deployment/src/schema/project-schema.xml
(original)
+++ james/server/trunk/phoenix-deployment/src/schema/project-schema.xml Wed Jul
25 13:36:35 2007
@@ -1,6 +1,23 @@
<!DOCTYPE database SYSTEM
"http://db.apache.org/torque/dtd/database_3_2.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.
+ -->
<database
name="mailboxmanager">
Modified:
james/server/trunk/phoenix-deployment/src/test/org/apache/james/imapserver/TestConstants.java
URL:
http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/test/org/apache/james/imapserver/TestConstants.java?view=diff&rev=559584&r1=559583&r2=559584
==============================================================================
---
james/server/trunk/phoenix-deployment/src/test/org/apache/james/imapserver/TestConstants.java
(original)
+++
james/server/trunk/phoenix-deployment/src/test/org/apache/james/imapserver/TestConstants.java
Wed Jul 25 13:36:35 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. *
+ ****************************************************************/
+
package org.apache.james.imapserver;
public interface TestConstants
Modified:
james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/TestUtil.java
URL:
http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/TestUtil.java?view=diff&rev=559584&r1=559583&r2=559584
==============================================================================
---
james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/TestUtil.java
(original)
+++
james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/TestUtil.java
Wed Jul 25 13:36:35 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. *
+ ****************************************************************/
+
package org.apache.james.mailboxmanager;
import org.apache.commons.lang.builder.HashCodeBuilder;
Modified:
james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/impl/UidChangeTrackerTestCase.java
URL:
http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/impl/UidChangeTrackerTestCase.java?view=diff&rev=559584&r1=559583&r2=559584
==============================================================================
---
james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/impl/UidChangeTrackerTestCase.java
(original)
+++
james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/impl/UidChangeTrackerTestCase.java
Wed Jul 25 13:36:35 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. *
+ ****************************************************************/
+
package org.apache.james.mailboxmanager.impl;
import javax.mail.Flags;
Modified:
james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/mock/MockUser.java
URL:
http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/mock/MockUser.java?view=diff&rev=559584&r1=559583&r2=559584
==============================================================================
---
james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/mock/MockUser.java
(original)
+++
james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/mock/MockUser.java
Wed Jul 25 13:36:35 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. *
+ ****************************************************************/
+
package org.apache.james.mailboxmanager.mock;
import org.apache.james.services.User;
Modified:
james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/redundant/AbstractMailRepositoryNativeTestCase.java
URL:
http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/redundant/AbstractMailRepositoryNativeTestCase.java?view=diff&rev=559584&r1=559583&r2=559584
==============================================================================
---
james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/redundant/AbstractMailRepositoryNativeTestCase.java
(original)
+++
james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/redundant/AbstractMailRepositoryNativeTestCase.java
Wed Jul 25 13:36:35 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. *
+ ****************************************************************/
+
package org.apache.james.mailboxmanager.redundant;
import java.io.IOException;
Modified:
james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/redundant/AbstractMailRepositorySelfTestCase.java
URL:
http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/redundant/AbstractMailRepositorySelfTestCase.java?view=diff&rev=559584&r1=559583&r2=559584
==============================================================================
---
james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/redundant/AbstractMailRepositorySelfTestCase.java
(original)
+++
james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/redundant/AbstractMailRepositorySelfTestCase.java
Wed Jul 25 13:36:35 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. *
+ ****************************************************************/
+
package org.apache.james.mailboxmanager.redundant;
import java.io.IOException;
Modified:
james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/testdata/DefaultMailboxManagerConf.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/testdata/DefaultMailboxManagerConf.xml?view=diff&rev=559584&r1=559583&r2=559584
==============================================================================
---
james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/testdata/DefaultMailboxManagerConf.xml
(original)
+++
james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/testdata/DefaultMailboxManagerConf.xml
Wed Jul 25 13:36:35 2007
@@ -1,4 +1,22 @@
<config>
+<!--
+ 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.
+-->
<mailboxmanager>
<namespaces>
<usernamespace name="#mail" delimiter="." />
Modified:
james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/testdata/MixedMailstores.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/testdata/MixedMailstores.xml?view=diff&rev=559584&r1=559583&r2=559584
==============================================================================
---
james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/testdata/MixedMailstores.xml
(original)
+++
james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/testdata/MixedMailstores.xml
Wed Jul 25 13:36:35 2007
@@ -1,4 +1,22 @@
<config>
+<!--
+ 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.
+-->
<mailboxmanager>
<namespaces>
<usernamespace name="#mail" delimiter="."/>
Modified:
james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/testdata/VirtualRepositoryMix.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/testdata/VirtualRepositoryMix.xml?view=diff&rev=559584&r1=559583&r2=559584
==============================================================================
---
james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/testdata/VirtualRepositoryMix.xml
(original)
+++
james/server/trunk/phoenix-deployment/src/test/org/apache/james/mailboxmanager/testdata/VirtualRepositoryMix.xml
Wed Jul 25 13:36:35 2007
@@ -1,4 +1,22 @@
<config>
+<!--
+ 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.
+-->
<mailboxmanager>
<namespaces>
<usernamespace name="#mail" delimiter="."/>
@@ -107,4 +125,4 @@
</mounts>
</factory>
</mailboxmanager-without-torque>
-</config>
\ No newline at end of file
+</config>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]