You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2007/07/12 23:11:12 UTC

svn commit: r555769 - in /james/server/trunk: core-library/ experimental-seda-imap-function/ fetchmail-function/ imap-api/ imap-codec-library/ imap-command-library/ imap-mailbox-processor-function/ imapmailbox-library/ imapserver-function/ mordred-libr...

Author: rdonkin
Date: Thu Jul 12 14:11:10 2007
New Revision: 555769

URL: http://svn.apache.org/viewvc?view=rev&rev=555769
Log:
Added license headers I missed.

Modified:
    james/server/trunk/core-library/build.xml
    james/server/trunk/experimental-seda-imap-function/build.xml
    james/server/trunk/fetchmail-function/build.xml
    james/server/trunk/imap-api/build.xml
    james/server/trunk/imap-codec-library/build.xml
    james/server/trunk/imap-command-library/build.xml
    james/server/trunk/imap-mailbox-processor-function/build.xml
    james/server/trunk/imapmailbox-library/build.xml
    james/server/trunk/imapserver-function/build.xml
    james/server/trunk/mordred-library/build.xml
    james/server/trunk/nntpserver-function/build.xml
    james/server/trunk/pop3server-function/build.xml
    james/server/trunk/remotemanager-function/build.xml
    james/server/trunk/smtpserver-function/build.xml
    james/server/trunk/spoolmanager-function/build.xml
    james/server/trunk/torque-mailboxmanager-function/build.xml

Modified: james/server/trunk/core-library/build.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/build.xml?view=diff&rev=555769&r1=555768&r2=555769
==============================================================================
--- james/server/trunk/core-library/build.xml (original)
+++ james/server/trunk/core-library/build.xml Thu Jul 12 14:11:10 2007
@@ -1,4 +1,22 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?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.    
+-->
 <project default="main" name="core-library">
   <description>Builds core-library module. This is an library module.</description>
   <property name="name.module" value="core-library" />

Modified: james/server/trunk/experimental-seda-imap-function/build.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/experimental-seda-imap-function/build.xml?view=diff&rev=555769&r1=555768&r2=555769
==============================================================================
--- james/server/trunk/experimental-seda-imap-function/build.xml (original)
+++ james/server/trunk/experimental-seda-imap-function/build.xml Thu Jul 12 14:11:10 2007
@@ -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.    
+-->
 <project default="main" name="experimental-seda-imap-function">
   <description>Builds experimental-seda-imap-function module. This is an function module.</description>
   <property name="name.module" value="experimental-seda-imap-function" />

Modified: james/server/trunk/fetchmail-function/build.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/fetchmail-function/build.xml?view=diff&rev=555769&r1=555768&r2=555769
==============================================================================
--- james/server/trunk/fetchmail-function/build.xml (original)
+++ james/server/trunk/fetchmail-function/build.xml Thu Jul 12 14:11:10 2007
@@ -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.    
+-->
 <project default="main" name="fetchmail-function">
   <description>Builds fetchmail-function module. This is an function module.</description>
   <property name="name.module" value="fetchmail-function" />

Modified: james/server/trunk/imap-api/build.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/imap-api/build.xml?view=diff&rev=555769&r1=555768&r2=555769
==============================================================================
--- james/server/trunk/imap-api/build.xml (original)
+++ james/server/trunk/imap-api/build.xml Thu Jul 12 14:11:10 2007
@@ -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.    
+-->
 <project default="main" name="imap-api">
   <description>Builds imap-api module. This is an api module.</description>
   <property name="name.module" value="imap-api" />

Modified: james/server/trunk/imap-codec-library/build.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/imap-codec-library/build.xml?view=diff&rev=555769&r1=555768&r2=555769
==============================================================================
--- james/server/trunk/imap-codec-library/build.xml (original)
+++ james/server/trunk/imap-codec-library/build.xml Thu Jul 12 14:11:10 2007
@@ -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.    
+-->
 <project default="main" name="imap-codec-library">
   <description>Builds imap-codec-library module. This is an library module.</description>
   <property name="name.module" value="imap-codec-library" />

Modified: james/server/trunk/imap-command-library/build.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/imap-command-library/build.xml?view=diff&rev=555769&r1=555768&r2=555769
==============================================================================
--- james/server/trunk/imap-command-library/build.xml (original)
+++ james/server/trunk/imap-command-library/build.xml Thu Jul 12 14:11:10 2007
@@ -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.    
+-->
 <project default="main" name="imap-command-library">
   <description>Builds imap-command-library module. This is an library module.</description>
   <property name="name.module" value="imap-command-library" />

Modified: james/server/trunk/imap-mailbox-processor-function/build.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/imap-mailbox-processor-function/build.xml?view=diff&rev=555769&r1=555768&r2=555769
==============================================================================
--- james/server/trunk/imap-mailbox-processor-function/build.xml (original)
+++ james/server/trunk/imap-mailbox-processor-function/build.xml Thu Jul 12 14:11:10 2007
@@ -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.    
+-->
 <project default="main" name="imap-mailbox-processor-function">
   <description>Builds imap-mailbox-processor-function module. This is an function module.</description>
   <property name="name.module" value="imap-mailbox-processor-function" />

Modified: james/server/trunk/imapmailbox-library/build.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/imapmailbox-library/build.xml?view=diff&rev=555769&r1=555768&r2=555769
==============================================================================
--- james/server/trunk/imapmailbox-library/build.xml (original)
+++ james/server/trunk/imapmailbox-library/build.xml Thu Jul 12 14:11:10 2007
@@ -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.    
+-->
 <project default="main" name="imapmailbox-library">
   <description>Builds imapmailbox-library module. This is an library module.</description>
   <property name="name.module" value="imapmailbox-library" />

Modified: james/server/trunk/imapserver-function/build.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/imapserver-function/build.xml?view=diff&rev=555769&r1=555768&r2=555769
==============================================================================
--- james/server/trunk/imapserver-function/build.xml (original)
+++ james/server/trunk/imapserver-function/build.xml Thu Jul 12 14:11:10 2007
@@ -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.    
+-->
 <project default="main" name="imapserver-function">
   <description>Builds imapserver-function module. This is an function module.</description>
   <property name="name.module" value="imapserver-function" />

Modified: james/server/trunk/mordred-library/build.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/mordred-library/build.xml?view=diff&rev=555769&r1=555768&r2=555769
==============================================================================
--- james/server/trunk/mordred-library/build.xml (original)
+++ james/server/trunk/mordred-library/build.xml Thu Jul 12 14:11:10 2007
@@ -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.    
+-->
 <project default="main" name="mordred-library">
     <description>Builds mordred-library module. This is an library module.</description>
     <property name="name.module" value="mordred-library" />

Modified: james/server/trunk/nntpserver-function/build.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/nntpserver-function/build.xml?view=diff&rev=555769&r1=555768&r2=555769
==============================================================================
--- james/server/trunk/nntpserver-function/build.xml (original)
+++ james/server/trunk/nntpserver-function/build.xml Thu Jul 12 14:11:10 2007
@@ -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.    
+-->
 <project default="main" name="nntpserver-function">
   <description>Builds nntpserver-function module. This is an function module.</description>
   <property name="name.module" value="nntpserver-function" />

Modified: james/server/trunk/pop3server-function/build.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pop3server-function/build.xml?view=diff&rev=555769&r1=555768&r2=555769
==============================================================================
--- james/server/trunk/pop3server-function/build.xml (original)
+++ james/server/trunk/pop3server-function/build.xml Thu Jul 12 14:11:10 2007
@@ -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.    
+-->
 <project default="main" name="pop3server-function">
   <description>Builds pop3server-function module. This is an function module.</description>
   <property name="name.module" value="pop3server-function" />

Modified: james/server/trunk/remotemanager-function/build.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/remotemanager-function/build.xml?view=diff&rev=555769&r1=555768&r2=555769
==============================================================================
--- james/server/trunk/remotemanager-function/build.xml (original)
+++ james/server/trunk/remotemanager-function/build.xml Thu Jul 12 14:11:10 2007
@@ -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.    
+-->
 <project default="main" name="remotemanager-function">
   <description>Builds remotemanager-function module. This is an function module.</description>
   <property name="name.module" value="remotemanager-function" />

Modified: james/server/trunk/smtpserver-function/build.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/smtpserver-function/build.xml?view=diff&rev=555769&r1=555768&r2=555769
==============================================================================
--- james/server/trunk/smtpserver-function/build.xml (original)
+++ james/server/trunk/smtpserver-function/build.xml Thu Jul 12 14:11:10 2007
@@ -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.    
+-->
 <project default="main" name="smtpserver-function">
   <description>Builds smtpserver-function module. This is an function module.</description>
   <property name="name.module" value="smtpserver-function" />

Modified: james/server/trunk/spoolmanager-function/build.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spoolmanager-function/build.xml?view=diff&rev=555769&r1=555768&r2=555769
==============================================================================
--- james/server/trunk/spoolmanager-function/build.xml (original)
+++ james/server/trunk/spoolmanager-function/build.xml Thu Jul 12 14:11:10 2007
@@ -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.    
+-->
 <project default="main" name="spoolmanager-function">
   <description>Builds spoolmanager-function module. This is an function module.</description>
   <property name="name.module" value="spoolmanager-function" />

Modified: james/server/trunk/torque-mailboxmanager-function/build.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/torque-mailboxmanager-function/build.xml?view=diff&rev=555769&r1=555768&r2=555769
==============================================================================
--- james/server/trunk/torque-mailboxmanager-function/build.xml (original)
+++ james/server/trunk/torque-mailboxmanager-function/build.xml Thu Jul 12 14:11:10 2007
@@ -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.    
+-->
 <project default="main" name="torque-mailboxmanager-function">
   <description>Builds torque-mailboxmanager-function module. This is an function module.</description>
   <property name="name.module" value="torque-mailboxmanager-function" />



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org