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/25 22:40:30 UTC

svn commit: r559590 - in /james/server/trunk/core-library/src/main/java/org/apache/james: context/ core/ dnsserver/ mailboxmanager/ mailboxmanager/mailbox/ mailboxmanager/repository/ mailrepository/ management/ security/ services/ userrepository/ util/...

Author: rdonkin
Date: Wed Jul 25 13:40:28 2007
New Revision: 559590

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

Modified:
    james/server/trunk/core-library/src/main/java/org/apache/james/context/package.html
    james/server/trunk/core-library/src/main/java/org/apache/james/core/package.html
    james/server/trunk/core-library/src/main/java/org/apache/james/dnsserver/package.html
    james/server/trunk/core-library/src/main/java/org/apache/james/mailboxmanager/mailbox/GeneralMailboxSession.java
    james/server/trunk/core-library/src/main/java/org/apache/james/mailboxmanager/package.html
    james/server/trunk/core-library/src/main/java/org/apache/james/mailboxmanager/repository/AbstractMailRepository.java
    james/server/trunk/core-library/src/main/java/org/apache/james/mailrepository/package.html
    james/server/trunk/core-library/src/main/java/org/apache/james/management/ProcessorManagementMBean.java
    james/server/trunk/core-library/src/main/java/org/apache/james/security/package.html
    james/server/trunk/core-library/src/main/java/org/apache/james/services/package.html
    james/server/trunk/core-library/src/main/java/org/apache/james/userrepository/package.html
    james/server/trunk/core-library/src/main/java/org/apache/james/util/connection/package.html
    james/server/trunk/core-library/src/main/java/org/apache/james/util/mail/package.html
    james/server/trunk/core-library/src/main/java/org/apache/james/util/package.html
    james/server/trunk/core-library/src/main/java/org/apache/james/util/watchdog/package.html

Modified: james/server/trunk/core-library/src/main/java/org/apache/james/context/package.html
URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/context/package.html?view=diff&rev=559590&r1=559589&r2=559590
==============================================================================
--- james/server/trunk/core-library/src/main/java/org/apache/james/context/package.html (original)
+++ james/server/trunk/core-library/src/main/java/org/apache/james/context/package.html Wed Jul 25 13:40:28 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.    
+-->
 <body>
 Classes specifically related to the context phase of the Avalon lifecycle
 </body>

Modified: james/server/trunk/core-library/src/main/java/org/apache/james/core/package.html
URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/core/package.html?view=diff&rev=559590&r1=559589&r2=559590
==============================================================================
--- james/server/trunk/core-library/src/main/java/org/apache/james/core/package.html (original)
+++ james/server/trunk/core-library/src/main/java/org/apache/james/core/package.html Wed Jul 25 13:40:28 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.    
+-->
 <body>
 <p>Implementations of core James services and concepts.</p>
 </body>

Modified: james/server/trunk/core-library/src/main/java/org/apache/james/dnsserver/package.html
URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/dnsserver/package.html?view=diff&rev=559590&r1=559589&r2=559590
==============================================================================
--- james/server/trunk/core-library/src/main/java/org/apache/james/dnsserver/package.html (original)
+++ james/server/trunk/core-library/src/main/java/org/apache/james/dnsserver/package.html Wed Jul 25 13:40:28 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.    
+-->
 <body>
 Provides classes implementing simple DNS facilities for James
 </body>

Modified: james/server/trunk/core-library/src/main/java/org/apache/james/mailboxmanager/mailbox/GeneralMailboxSession.java
URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/mailboxmanager/mailbox/GeneralMailboxSession.java?view=diff&rev=559590&r1=559589&r2=559590
==============================================================================
--- james/server/trunk/core-library/src/main/java/org/apache/james/mailboxmanager/mailbox/GeneralMailboxSession.java (original)
+++ james/server/trunk/core-library/src/main/java/org/apache/james/mailboxmanager/mailbox/GeneralMailboxSession.java Wed Jul 25 13:40:28 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.mailbox;
 
 public interface GeneralMailboxSession extends GeneralMailbox, MailboxSession {

Modified: james/server/trunk/core-library/src/main/java/org/apache/james/mailboxmanager/package.html
URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/mailboxmanager/package.html?view=diff&rev=559590&r1=559589&r2=559590
==============================================================================
--- james/server/trunk/core-library/src/main/java/org/apache/james/mailboxmanager/package.html (original)
+++ james/server/trunk/core-library/src/main/java/org/apache/james/mailboxmanager/package.html Wed Jul 25 13:40:28 2007
@@ -1,4 +1,22 @@
 <html>
+<!--
+  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.    
+-->
   <head>
     <title></title>
   </head>

Modified: james/server/trunk/core-library/src/main/java/org/apache/james/mailboxmanager/repository/AbstractMailRepository.java
URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/mailboxmanager/repository/AbstractMailRepository.java?view=diff&rev=559590&r1=559589&r2=559590
==============================================================================
--- james/server/trunk/core-library/src/main/java/org/apache/james/mailboxmanager/repository/AbstractMailRepository.java (original)
+++ james/server/trunk/core-library/src/main/java/org/apache/james/mailboxmanager/repository/AbstractMailRepository.java Wed Jul 25 13:40:28 2007
@@ -35,6 +35,25 @@
 import org.apache.james.services.MailRepository;
 import org.apache.mailet.Mail;
 
+/****************************************************************
+ * 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.                                           *
+ ****************************************************************/
+
 /**
  * AbstractMailRepository that uses LockInterface
  * 

Modified: james/server/trunk/core-library/src/main/java/org/apache/james/mailrepository/package.html
URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/mailrepository/package.html?view=diff&rev=559590&r1=559589&r2=559590
==============================================================================
--- james/server/trunk/core-library/src/main/java/org/apache/james/mailrepository/package.html (original)
+++ james/server/trunk/core-library/src/main/java/org/apache/james/mailrepository/package.html Wed Jul 25 13:40:28 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.    
+-->
 <body>
 <p>Implementations of mail repositories for use in James.</p>
 </body>

Modified: james/server/trunk/core-library/src/main/java/org/apache/james/management/ProcessorManagementMBean.java
URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/management/ProcessorManagementMBean.java?view=diff&rev=559590&r1=559589&r2=559590
==============================================================================
--- james/server/trunk/core-library/src/main/java/org/apache/james/management/ProcessorManagementMBean.java (original)
+++ james/server/trunk/core-library/src/main/java/org/apache/james/management/ProcessorManagementMBean.java Wed Jul 25 13:40:28 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.management;
 
 /**

Modified: james/server/trunk/core-library/src/main/java/org/apache/james/security/package.html
URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/security/package.html?view=diff&rev=559590&r1=559589&r2=559590
==============================================================================
--- james/server/trunk/core-library/src/main/java/org/apache/james/security/package.html (original)
+++ james/server/trunk/core-library/src/main/java/org/apache/james/security/package.html Wed Jul 25 13:40:28 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.    
+-->
 <body>
 <p>Provides classes implementing security related functionality.</p>
 <p>TODO: Should probably rearrange class hierarchy and eliminate this package.</p>

Modified: james/server/trunk/core-library/src/main/java/org/apache/james/services/package.html
URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/services/package.html?view=diff&rev=559590&r1=559589&r2=559590
==============================================================================
--- james/server/trunk/core-library/src/main/java/org/apache/james/services/package.html (original)
+++ james/server/trunk/core-library/src/main/java/org/apache/james/services/package.html Wed Jul 25 13:40:28 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.    
+-->
 <body>
 <p>A set of interfaces for commonly used, generic James concepts.</p>
 </body>

Modified: james/server/trunk/core-library/src/main/java/org/apache/james/userrepository/package.html
URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/userrepository/package.html?view=diff&rev=559590&r1=559589&r2=559590
==============================================================================
--- james/server/trunk/core-library/src/main/java/org/apache/james/userrepository/package.html (original)
+++ james/server/trunk/core-library/src/main/java/org/apache/james/userrepository/package.html Wed Jul 25 13:40:28 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.    
+-->
 <body>
 <p>Implementations of user repositories for use in James.</p>
 </body>

Modified: james/server/trunk/core-library/src/main/java/org/apache/james/util/connection/package.html
URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/util/connection/package.html?view=diff&rev=559590&r1=559589&r2=559590
==============================================================================
--- james/server/trunk/core-library/src/main/java/org/apache/james/util/connection/package.html (original)
+++ james/server/trunk/core-library/src/main/java/org/apache/james/util/connection/package.html Wed Jul 25 13:40:28 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.    
+-->
 <body>
 <p>Provides classes that implement Avalon Cornerstone connection services.  It would be desirable to have these classes eventually moved to Cornerstone.</p>
 </body>

Modified: james/server/trunk/core-library/src/main/java/org/apache/james/util/mail/package.html
URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/util/mail/package.html?view=diff&rev=559590&r1=559589&r2=559590
==============================================================================
--- james/server/trunk/core-library/src/main/java/org/apache/james/util/mail/package.html (original)
+++ james/server/trunk/core-library/src/main/java/org/apache/james/util/mail/package.html Wed Jul 25 13:40:28 2007
@@ -1,24 +1,44 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<!--
+  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.    
+-->
 <HTML>
 <HEAD>
 <!--
 
   @(#)package.html
 
-   Copyright (c) 2003-2004 The Apache Software Foundation.
-   All rights reserved.
-   -------------------------------------------------------------------
-   Licensed 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.
+  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.
 
 -->
 

Modified: james/server/trunk/core-library/src/main/java/org/apache/james/util/package.html
URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/util/package.html?view=diff&rev=559590&r1=559589&r2=559590
==============================================================================
--- james/server/trunk/core-library/src/main/java/org/apache/james/util/package.html (original)
+++ james/server/trunk/core-library/src/main/java/org/apache/james/util/package.html Wed Jul 25 13:40:28 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.    
+-->
 <body>
 <p>A variety of utility classes used inside James.</p>
 </body>

Modified: james/server/trunk/core-library/src/main/java/org/apache/james/util/watchdog/package.html
URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/src/main/java/org/apache/james/util/watchdog/package.html?view=diff&rev=559590&r1=559589&r2=559590
==============================================================================
--- james/server/trunk/core-library/src/main/java/org/apache/james/util/watchdog/package.html (original)
+++ james/server/trunk/core-library/src/main/java/org/apache/james/util/watchdog/package.html Wed Jul 25 13:40:28 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.    
+-->
 <body>
 <p>Provides classes that define and implement a resettable Watchdog interface as well as related classes.  It might be desirable to have these classes eventually moved to Cornerstone.</p>
 </body>



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