Author: rdonkin Date: Sun Jul 15 06:34:17 2007 New Revision: 556405 URL: http://svn.apache.org/viewvc?view=rev&rev=556405 Log: Added license headers missing from xinfo documents
Modified: james/server/trunk/core-library/src/main/java/org/apache/james/context/AvalonFileSystem.xinfo james/server/trunk/core-library/src/main/java/org/apache/james/core/AvalonMailStore.xinfo james/server/trunk/core-library/src/main/java/org/apache/james/core/AvalonUsersStore.xinfo james/server/trunk/core-library/src/main/java/org/apache/james/core/AvalonVirtualUserTableStore.xinfo james/server/trunk/core-library/src/main/java/org/apache/james/core/DefaultVirtualUserTable.xinfo james/server/trunk/core-library/src/main/java/org/apache/james/core/LocalJamesUsersRepository.xinfo james/server/trunk/core-library/src/main/java/org/apache/james/core/LocalUsersRepository.xinfo james/server/trunk/core-library/src/main/java/org/apache/james/dnsserver/DNSServer.xinfo james/server/trunk/core-library/src/main/java/org/apache/james/domain/JDBCDomainList.xinfo james/server/trunk/core-library/src/main/java/org/apache/james/domain/XMLDomainList.xinfo james/server/trunk/core-library/src/main/java/org/apache/james/mailboxmanager/impl/DefaultMailboxManagerProvider.xinfo james/server/trunk/core-library/src/main/java/org/apache/james/mailboxmanager/mailstore/MyAvalonMailStore.xinfo james/server/trunk/core-library/src/main/java/org/apache/james/mailrepository/MailStoreSpoolRepository.xinfo james/server/trunk/core-library/src/main/java/org/apache/james/management/BayesianAnalyzerManagement.xinfo james/server/trunk/core-library/src/main/java/org/apache/james/management/DomainListManagement.xinfo james/server/trunk/core-library/src/main/java/org/apache/james/management/ProcessorManagement.xinfo james/server/trunk/core-library/src/main/java/org/apache/james/management/SpoolManagement.xinfo james/server/trunk/core-library/src/main/java/org/apache/james/management/UserManagement.xinfo james/server/trunk/core-library/src/main/java/org/apache/james/management/VirtualUserTableManagement.xinfo james/server/trunk/core-library/src/main/java/org/apache/james/util/connection/SimpleConnectionManager.xinfo james/server/trunk/core-library/src/main/java/org/apache/james/vut/JDBCVirtualUserTable.xinfo james/server/trunk/core-library/src/main/java/org/apache/james/vut/XMLVirtualUserTable.xinfo Modified: james/server/trunk/core-library/src/main/java/org/apache/james/context/AvalonFileSystem.xinfo URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/context/AvalonFileSystem.xinfo?view=diff&rev=556405&r1=556404&r2=556405 ============================================================================== --- james/server/trunk/core-library/src/main/java/org/apache/james/context/AvalonFileSystem.xinfo (original) +++ james/server/trunk/core-library/src/main/java/org/apache/james/context/AvalonFileSystem.xinfo Sun Jul 15 06:34:17 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. +--> <blockinfo> Modified: james/server/trunk/core-library/src/main/java/org/apache/james/core/AvalonMailStore.xinfo URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/core/AvalonMailStore.xinfo?view=diff&rev=556405&r1=556404&r2=556405 ============================================================================== --- james/server/trunk/core-library/src/main/java/org/apache/james/core/AvalonMailStore.xinfo (original) +++ james/server/trunk/core-library/src/main/java/org/apache/james/core/AvalonMailStore.xinfo Sun Jul 15 06:34:17 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. +--> <blockinfo> Modified: james/server/trunk/core-library/src/main/java/org/apache/james/core/AvalonUsersStore.xinfo URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/core/AvalonUsersStore.xinfo?view=diff&rev=556405&r1=556404&r2=556405 ============================================================================== --- james/server/trunk/core-library/src/main/java/org/apache/james/core/AvalonUsersStore.xinfo (original) +++ james/server/trunk/core-library/src/main/java/org/apache/james/core/AvalonUsersStore.xinfo Sun Jul 15 06:34:17 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. +--> <blockinfo> Modified: james/server/trunk/core-library/src/main/java/org/apache/james/core/AvalonVirtualUserTableStore.xinfo URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/core/AvalonVirtualUserTableStore.xinfo?view=diff&rev=556405&r1=556404&r2=556405 ============================================================================== --- james/server/trunk/core-library/src/main/java/org/apache/james/core/AvalonVirtualUserTableStore.xinfo (original) +++ james/server/trunk/core-library/src/main/java/org/apache/james/core/AvalonVirtualUserTableStore.xinfo Sun Jul 15 06:34:17 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. +--> <blockinfo> Modified: james/server/trunk/core-library/src/main/java/org/apache/james/core/DefaultVirtualUserTable.xinfo URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/core/DefaultVirtualUserTable.xinfo?view=diff&rev=556405&r1=556404&r2=556405 ============================================================================== --- james/server/trunk/core-library/src/main/java/org/apache/james/core/DefaultVirtualUserTable.xinfo (original) +++ james/server/trunk/core-library/src/main/java/org/apache/james/core/DefaultVirtualUserTable.xinfo Sun Jul 15 06:34:17 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. +--> <blockinfo> Modified: james/server/trunk/core-library/src/main/java/org/apache/james/core/LocalJamesUsersRepository.xinfo URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/core/LocalJamesUsersRepository.xinfo?view=diff&rev=556405&r1=556404&r2=556405 ============================================================================== --- james/server/trunk/core-library/src/main/java/org/apache/james/core/LocalJamesUsersRepository.xinfo (original) +++ james/server/trunk/core-library/src/main/java/org/apache/james/core/LocalJamesUsersRepository.xinfo Sun Jul 15 06:34:17 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. +--> <blockinfo> Modified: james/server/trunk/core-library/src/main/java/org/apache/james/core/LocalUsersRepository.xinfo URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/core/LocalUsersRepository.xinfo?view=diff&rev=556405&r1=556404&r2=556405 ============================================================================== --- james/server/trunk/core-library/src/main/java/org/apache/james/core/LocalUsersRepository.xinfo (original) +++ james/server/trunk/core-library/src/main/java/org/apache/james/core/LocalUsersRepository.xinfo Sun Jul 15 06:34:17 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. +--> <blockinfo> Modified: james/server/trunk/core-library/src/main/java/org/apache/james/dnsserver/DNSServer.xinfo URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/dnsserver/DNSServer.xinfo?view=diff&rev=556405&r1=556404&r2=556405 ============================================================================== --- james/server/trunk/core-library/src/main/java/org/apache/james/dnsserver/DNSServer.xinfo (original) +++ james/server/trunk/core-library/src/main/java/org/apache/james/dnsserver/DNSServer.xinfo Sun Jul 15 06:34:17 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. +--> <blockinfo> Modified: james/server/trunk/core-library/src/main/java/org/apache/james/domain/JDBCDomainList.xinfo URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/domain/JDBCDomainList.xinfo?view=diff&rev=556405&r1=556404&r2=556405 ============================================================================== --- james/server/trunk/core-library/src/main/java/org/apache/james/domain/JDBCDomainList.xinfo (original) +++ james/server/trunk/core-library/src/main/java/org/apache/james/domain/JDBCDomainList.xinfo Sun Jul 15 06:34:17 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. +--> <blockinfo> Modified: james/server/trunk/core-library/src/main/java/org/apache/james/domain/XMLDomainList.xinfo URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/domain/XMLDomainList.xinfo?view=diff&rev=556405&r1=556404&r2=556405 ============================================================================== --- james/server/trunk/core-library/src/main/java/org/apache/james/domain/XMLDomainList.xinfo (original) +++ james/server/trunk/core-library/src/main/java/org/apache/james/domain/XMLDomainList.xinfo Sun Jul 15 06:34:17 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. +--> <blockinfo> Modified: james/server/trunk/core-library/src/main/java/org/apache/james/mailboxmanager/impl/DefaultMailboxManagerProvider.xinfo URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/mailboxmanager/impl/DefaultMailboxManagerProvider.xinfo?view=diff&rev=556405&r1=556404&r2=556405 ============================================================================== --- james/server/trunk/core-library/src/main/java/org/apache/james/mailboxmanager/impl/DefaultMailboxManagerProvider.xinfo (original) +++ james/server/trunk/core-library/src/main/java/org/apache/james/mailboxmanager/impl/DefaultMailboxManagerProvider.xinfo Sun Jul 15 06:34:17 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. +--> <blockinfo> Modified: james/server/trunk/core-library/src/main/java/org/apache/james/mailboxmanager/mailstore/MyAvalonMailStore.xinfo URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/mailboxmanager/mailstore/MyAvalonMailStore.xinfo?view=diff&rev=556405&r1=556404&r2=556405 ============================================================================== --- james/server/trunk/core-library/src/main/java/org/apache/james/mailboxmanager/mailstore/MyAvalonMailStore.xinfo (original) +++ james/server/trunk/core-library/src/main/java/org/apache/james/mailboxmanager/mailstore/MyAvalonMailStore.xinfo Sun Jul 15 06:34:17 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. +--> <blockinfo> Modified: james/server/trunk/core-library/src/main/java/org/apache/james/mailrepository/MailStoreSpoolRepository.xinfo URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/mailrepository/MailStoreSpoolRepository.xinfo?view=diff&rev=556405&r1=556404&r2=556405 ============================================================================== --- james/server/trunk/core-library/src/main/java/org/apache/james/mailrepository/MailStoreSpoolRepository.xinfo (original) +++ james/server/trunk/core-library/src/main/java/org/apache/james/mailrepository/MailStoreSpoolRepository.xinfo Sun Jul 15 06:34:17 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. +--> <blockinfo> Modified: james/server/trunk/core-library/src/main/java/org/apache/james/management/BayesianAnalyzerManagement.xinfo URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/management/BayesianAnalyzerManagement.xinfo?view=diff&rev=556405&r1=556404&r2=556405 ============================================================================== --- james/server/trunk/core-library/src/main/java/org/apache/james/management/BayesianAnalyzerManagement.xinfo (original) +++ james/server/trunk/core-library/src/main/java/org/apache/james/management/BayesianAnalyzerManagement.xinfo Sun Jul 15 06:34:17 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. +--> <blockinfo> Modified: james/server/trunk/core-library/src/main/java/org/apache/james/management/DomainListManagement.xinfo URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/management/DomainListManagement.xinfo?view=diff&rev=556405&r1=556404&r2=556405 ============================================================================== --- james/server/trunk/core-library/src/main/java/org/apache/james/management/DomainListManagement.xinfo (original) +++ james/server/trunk/core-library/src/main/java/org/apache/james/management/DomainListManagement.xinfo Sun Jul 15 06:34:17 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. +--> <blockinfo> Modified: james/server/trunk/core-library/src/main/java/org/apache/james/management/ProcessorManagement.xinfo URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/management/ProcessorManagement.xinfo?view=diff&rev=556405&r1=556404&r2=556405 ============================================================================== --- james/server/trunk/core-library/src/main/java/org/apache/james/management/ProcessorManagement.xinfo (original) +++ james/server/trunk/core-library/src/main/java/org/apache/james/management/ProcessorManagement.xinfo Sun Jul 15 06:34:17 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. +--> <blockinfo> Modified: james/server/trunk/core-library/src/main/java/org/apache/james/management/SpoolManagement.xinfo URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/management/SpoolManagement.xinfo?view=diff&rev=556405&r1=556404&r2=556405 ============================================================================== --- james/server/trunk/core-library/src/main/java/org/apache/james/management/SpoolManagement.xinfo (original) +++ james/server/trunk/core-library/src/main/java/org/apache/james/management/SpoolManagement.xinfo Sun Jul 15 06:34:17 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. +--> <blockinfo> Modified: james/server/trunk/core-library/src/main/java/org/apache/james/management/UserManagement.xinfo URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/management/UserManagement.xinfo?view=diff&rev=556405&r1=556404&r2=556405 ============================================================================== --- james/server/trunk/core-library/src/main/java/org/apache/james/management/UserManagement.xinfo (original) +++ james/server/trunk/core-library/src/main/java/org/apache/james/management/UserManagement.xinfo Sun Jul 15 06:34:17 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. +--> <blockinfo> Modified: james/server/trunk/core-library/src/main/java/org/apache/james/management/VirtualUserTableManagement.xinfo URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/management/VirtualUserTableManagement.xinfo?view=diff&rev=556405&r1=556404&r2=556405 ============================================================================== --- james/server/trunk/core-library/src/main/java/org/apache/james/management/VirtualUserTableManagement.xinfo (original) +++ james/server/trunk/core-library/src/main/java/org/apache/james/management/VirtualUserTableManagement.xinfo Sun Jul 15 06:34:17 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. +--> <blockinfo> Modified: james/server/trunk/core-library/src/main/java/org/apache/james/util/connection/SimpleConnectionManager.xinfo URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/util/connection/SimpleConnectionManager.xinfo?view=diff&rev=556405&r1=556404&r2=556405 ============================================================================== --- james/server/trunk/core-library/src/main/java/org/apache/james/util/connection/SimpleConnectionManager.xinfo (original) +++ james/server/trunk/core-library/src/main/java/org/apache/james/util/connection/SimpleConnectionManager.xinfo Sun Jul 15 06:34:17 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. +--> <blockinfo> Modified: james/server/trunk/core-library/src/main/java/org/apache/james/vut/JDBCVirtualUserTable.xinfo URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/vut/JDBCVirtualUserTable.xinfo?view=diff&rev=556405&r1=556404&r2=556405 ============================================================================== --- james/server/trunk/core-library/src/main/java/org/apache/james/vut/JDBCVirtualUserTable.xinfo (original) +++ james/server/trunk/core-library/src/main/java/org/apache/james/vut/JDBCVirtualUserTable.xinfo Sun Jul 15 06:34:17 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. +--> <blockinfo> Modified: james/server/trunk/core-library/src/main/java/org/apache/james/vut/XMLVirtualUserTable.xinfo URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/vut/XMLVirtualUserTable.xinfo?view=diff&rev=556405&r1=556404&r2=556405 ============================================================================== --- james/server/trunk/core-library/src/main/java/org/apache/james/vut/XMLVirtualUserTable.xinfo (original) +++ james/server/trunk/core-library/src/main/java/org/apache/james/vut/XMLVirtualUserTable.xinfo Sun Jul 15 06:34:17 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. +--> <blockinfo> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]