You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemind.apache.org by ah...@apache.org on 2007/02/13 22:08:09 UTC

svn commit: r507225 [2/2] - in /hivemind/hivemind2/trunk: annotations/src/java/org/apache/hivemind/annotations/ annotations/src/java/org/apache/hivemind/annotations/definition/ annotations/src/java/org/apache/hivemind/annotations/internal/ annotations/...

Modified: hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/definition/impl/ServiceInterceptorDefinitionImpl.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/definition/impl/ServiceInterceptorDefinitionImpl.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/definition/impl/ServiceInterceptorDefinitionImpl.java (original)
+++ hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/definition/impl/ServiceInterceptorDefinitionImpl.java Tue Feb 13 13:08:04 2007
@@ -1,3 +1,17 @@
+// Copyright 2007 The Apache Software Foundation
+//
+// 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.
+
 package org.apache.hivemind.definition.impl;
 
 import org.apache.hivemind.Location;

Modified: hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/definition/impl/ServicePointDefinitionImpl.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/definition/impl/ServicePointDefinitionImpl.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/definition/impl/ServicePointDefinitionImpl.java (original)
+++ hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/definition/impl/ServicePointDefinitionImpl.java Tue Feb 13 13:08:04 2007
@@ -1,3 +1,17 @@
+// Copyright 2007 The Apache Software Foundation
+//
+// 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.
+
 package org.apache.hivemind.definition.impl;
 
 import java.util.ArrayList;

Modified: hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/impl/AbstractMessages.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/impl/AbstractMessages.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/impl/AbstractMessages.java (original)
+++ hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/impl/AbstractMessages.java Tue Feb 13 13:08:04 2007
@@ -1,4 +1,4 @@
-// Copyright 2005-2006 The Apache Software Foundation
+// Copyright 2005 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

Modified: hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/impl/CoreServicesProvider.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/impl/CoreServicesProvider.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/impl/CoreServicesProvider.java (original)
+++ hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/impl/CoreServicesProvider.java Tue Feb 13 13:08:04 2007
@@ -1,3 +1,17 @@
+// Copyright 2007 The Apache Software Foundation
+//
+// 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.
+
 package org.apache.hivemind.impl;
 
 

Modified: hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/impl/ExtensionResolver.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/impl/ExtensionResolver.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/impl/ExtensionResolver.java (original)
+++ hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/impl/ExtensionResolver.java Tue Feb 13 13:08:04 2007
@@ -1,3 +1,17 @@
+// Copyright 2007 The Apache Software Foundation
+//
+// 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.
+
 package org.apache.hivemind.impl;
 
 import java.util.Iterator;

Modified: hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/impl/MessageFormatter.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/impl/MessageFormatter.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/impl/MessageFormatter.java (original)
+++ hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/impl/MessageFormatter.java Tue Feb 13 13:08:04 2007
@@ -1,4 +1,4 @@
-// Copyright 2004-2006 The Apache Software Foundation
+// Copyright 2004 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

Modified: hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/impl/RegistryProvider.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/impl/RegistryProvider.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/impl/RegistryProvider.java (original)
+++ hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/impl/RegistryProvider.java Tue Feb 13 13:08:04 2007
@@ -1,3 +1,17 @@
+// Copyright 2007 The Apache Software Foundation
+//
+// 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.
+
 package org.apache.hivemind.impl;
 
 import org.apache.hivemind.ErrorHandler;

Modified: hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/impl/RegistryProviderAutoDetector.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/impl/RegistryProviderAutoDetector.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/impl/RegistryProviderAutoDetector.java (original)
+++ hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/impl/RegistryProviderAutoDetector.java Tue Feb 13 13:08:04 2007
@@ -1,3 +1,17 @@
+// Copyright 2007 The Apache Software Foundation
+//
+// 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.
+
 package org.apache.hivemind.impl;
 
 import java.io.IOException;

Modified: hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/internal/AbstractConstructionContext.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/internal/AbstractConstructionContext.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/internal/AbstractConstructionContext.java (original)
+++ hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/internal/AbstractConstructionContext.java Tue Feb 13 13:08:04 2007
@@ -1,3 +1,17 @@
+// Copyright 2007 The Apache Software Foundation
+//
+// 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.
+
 package org.apache.hivemind.internal;
 
 import org.apache.hivemind.definition.ConstructionContext;

Modified: hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/internal/AbstractServiceImplementationConstructor.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/internal/AbstractServiceImplementationConstructor.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/internal/AbstractServiceImplementationConstructor.java (original)
+++ hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/internal/AbstractServiceImplementationConstructor.java Tue Feb 13 13:08:04 2007
@@ -1,3 +1,17 @@
+// Copyright 2007 The Apache Software Foundation
+//
+// 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.
+
 package org.apache.hivemind.internal;
 
 import org.apache.hivemind.Location;

Modified: hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/internal/AbstractServiceInterceptorConstructor.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/internal/AbstractServiceInterceptorConstructor.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/internal/AbstractServiceInterceptorConstructor.java (original)
+++ hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/internal/AbstractServiceInterceptorConstructor.java Tue Feb 13 13:08:04 2007
@@ -1,3 +1,17 @@
+// Copyright 2007 The Apache Software Foundation
+//
+// 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.
+
 package org.apache.hivemind.internal;
 
 import org.apache.hivemind.InterceptorStack;

Modified: hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/internal/ImplementationConstructionContextImpl.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/internal/ImplementationConstructionContextImpl.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/internal/ImplementationConstructionContextImpl.java (original)
+++ hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/internal/ImplementationConstructionContextImpl.java Tue Feb 13 13:08:04 2007
@@ -1,3 +1,17 @@
+// Copyright 2007 The Apache Software Foundation
+//
+// 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.
+
 package org.apache.hivemind.internal;
 
 import org.apache.hivemind.definition.ImplementationConstructionContext;

Modified: hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/service/Autowiring.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/service/Autowiring.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/service/Autowiring.java (original)
+++ hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/service/Autowiring.java Tue Feb 13 13:08:04 2007
@@ -1,3 +1,17 @@
+// Copyright 2007 The Apache Software Foundation
+//
+// 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.
+
 package org.apache.hivemind.service;
 
 /**

Modified: hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/service/AutowiringStrategy.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/service/AutowiringStrategy.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/service/AutowiringStrategy.java (original)
+++ hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/service/AutowiringStrategy.java Tue Feb 13 13:08:04 2007
@@ -1,3 +1,17 @@
+// Copyright 2007 The Apache Software Foundation
+//
+// 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.
+
 package org.apache.hivemind.service;
 
 import org.apache.hivemind.internal.RegistryInfrastructure;

Modified: hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/service/impl/AutowiringByTypeStrategy.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/service/impl/AutowiringByTypeStrategy.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/service/impl/AutowiringByTypeStrategy.java (original)
+++ hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/service/impl/AutowiringByTypeStrategy.java Tue Feb 13 13:08:04 2007
@@ -1,3 +1,17 @@
+// Copyright 2007 The Apache Software Foundation
+//
+// 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.
+
 package org.apache.hivemind.service.impl;
 
 import org.apache.commons.logging.Log;

Modified: hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/service/impl/AutowiringImpl.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/service/impl/AutowiringImpl.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/service/impl/AutowiringImpl.java (original)
+++ hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/service/impl/AutowiringImpl.java Tue Feb 13 13:08:04 2007
@@ -1,3 +1,17 @@
+// Copyright 2007 The Apache Software Foundation
+//
+// 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.
+
 package org.apache.hivemind.service.impl;
 
 import java.util.HashSet;

Modified: hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/util/UniqueHashMap.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/util/UniqueHashMap.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/util/UniqueHashMap.java (original)
+++ hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/util/UniqueHashMap.java Tue Feb 13 13:08:04 2007
@@ -1,3 +1,17 @@
+// Copyright 2007 The Apache Software Foundation
+//
+// 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.
+
 package org.apache.hivemind.util;
 
 import java.util.HashMap;

Modified: hivemind/hivemind2/trunk/framework/src/site/xdoc/ApplicationDefaults.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/site/xdoc/ApplicationDefaults.xml?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/site/xdoc/ApplicationDefaults.xml (original)
+++ hivemind/hivemind2/trunk/framework/src/site/xdoc/ApplicationDefaults.xml Tue Feb 13 13:08:04 2007
@@ -1,18 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?><!-- 
-   Copyright 2004, 2005 The Apache Software Foundation
-
-   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.
--->
+<!-- 
+   Copyright 2004, 2005 The Apache Software Foundation
+
+   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.
+-->
+
 <document>
    <properties>
       <title>hivemind.ApplicationDefaults Configuration</title>

Modified: hivemind/hivemind2/trunk/framework/src/site/xdoc/BuilderFactory.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/site/xdoc/BuilderFactory.xml?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/site/xdoc/BuilderFactory.xml (original)
+++ hivemind/hivemind2/trunk/framework/src/site/xdoc/BuilderFactory.xml Tue Feb 13 13:08:04 2007
@@ -1,18 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?><!-- 
-   Copyright 2004, 2005 The Apache Software Foundation
-
-   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.
--->
+<!-- 
+   Copyright 2004, 2005 The Apache Software Foundation
+
+   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.
+-->
+
 <document>
    <properties>
       <title>hivemind.BuilderFactory Service</title>

Modified: hivemind/hivemind2/trunk/framework/src/site/xdoc/EagerLoad.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/site/xdoc/EagerLoad.xml?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/site/xdoc/EagerLoad.xml (original)
+++ hivemind/hivemind2/trunk/framework/src/site/xdoc/EagerLoad.xml Tue Feb 13 13:08:04 2007
@@ -1,18 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?><!-- 
-   Copyright 2004, 2005 The Apache Software Foundation
-
-   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.
--->
+<!-- 
+   Copyright 2004, 2005 The Apache Software Foundation
+
+   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.
+-->
+
 <document>
    <properties>
       <title>hivemind.EagerLoad Configuration</title>

Modified: hivemind/hivemind2/trunk/framework/src/site/xdoc/FactoryDefaults.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/site/xdoc/FactoryDefaults.xml?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/site/xdoc/FactoryDefaults.xml (original)
+++ hivemind/hivemind2/trunk/framework/src/site/xdoc/FactoryDefaults.xml Tue Feb 13 13:08:04 2007
@@ -1,18 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?><!-- 
-   Copyright 2004, 2005 The Apache Software Foundation
-
-   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.
--->
+<!-- 
+   Copyright 2004, 2005 The Apache Software Foundation
+
+   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.
+-->
+
 <document>
    <properties>
       <title>hivemind.FactoryDefaults Configuration</title>

Modified: hivemind/hivemind2/trunk/framework/src/site/xdoc/LoggingInterceptor.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/site/xdoc/LoggingInterceptor.xml?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/site/xdoc/LoggingInterceptor.xml (original)
+++ hivemind/hivemind2/trunk/framework/src/site/xdoc/LoggingInterceptor.xml Tue Feb 13 13:08:04 2007
@@ -1,18 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?><!-- 
-   Copyright 2004, 2005 The Apache Software Foundation
-
-   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.
--->
+<!-- 
+   Copyright 2004, 2005 The Apache Software Foundation
+
+   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.
+-->
+
 <document>
    <properties>
       <title>hivemind.LoggingInterceptor Service</title>

Modified: hivemind/hivemind2/trunk/framework/src/site/xdoc/ObjectProviders.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/site/xdoc/ObjectProviders.xml?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/site/xdoc/ObjectProviders.xml (original)
+++ hivemind/hivemind2/trunk/framework/src/site/xdoc/ObjectProviders.xml Tue Feb 13 13:08:04 2007
@@ -1,18 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?><!-- 
-   Copyright 2004, 2005 The Apache Software Foundation
-
-   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.
--->
+<!-- 
+   Copyright 2004, 2005 The Apache Software Foundation
+
+   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.
+-->
+
 <document>
    <properties>
       <title>hivemind.ObjectProviders Configuration</title>

Modified: hivemind/hivemind2/trunk/framework/src/site/xdoc/ServiceModels.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/site/xdoc/ServiceModels.xml?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/site/xdoc/ServiceModels.xml (original)
+++ hivemind/hivemind2/trunk/framework/src/site/xdoc/ServiceModels.xml Tue Feb 13 13:08:04 2007
@@ -1,18 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?><!-- 
-   Copyright 2004, 2005 The Apache Software Foundation
-
-   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.
--->
+<!-- 
+   Copyright 2004, 2005 The Apache Software Foundation
+
+   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.
+-->
+
 <document>
    <properties>
       <title>hivemind.ServiceModels Configuration</title>

Modified: hivemind/hivemind2/trunk/framework/src/site/xdoc/ShutdownCoordinator.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/site/xdoc/ShutdownCoordinator.xml?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/site/xdoc/ShutdownCoordinator.xml (original)
+++ hivemind/hivemind2/trunk/framework/src/site/xdoc/ShutdownCoordinator.xml Tue Feb 13 13:08:04 2007
@@ -1,18 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?><!-- 
-   Copyright 2004, 2005 The Apache Software Foundation
-
-   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.
--->
+<!-- 
+   Copyright 2004, 2005 The Apache Software Foundation
+
+   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.
+-->
+
 <document>
    <properties>
       <title>hivemind.ShutdownCoordinator Service</title>

Modified: hivemind/hivemind2/trunk/framework/src/site/xdoc/SymbolSources.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/site/xdoc/SymbolSources.xml?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/site/xdoc/SymbolSources.xml (original)
+++ hivemind/hivemind2/trunk/framework/src/site/xdoc/SymbolSources.xml Tue Feb 13 13:08:04 2007
@@ -1,18 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?><!-- 
-   Copyright 2004, 2005 The Apache Software Foundation
-
-   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.
--->
+<!-- 
+   Copyright 2004, 2005 The Apache Software Foundation
+
+   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.
+-->
+
 <document>
    <properties>
       <title>hivemind.SymbolSources Configuration</title>

Modified: hivemind/hivemind2/trunk/framework/src/site/xdoc/ThreadLocalStorage.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/site/xdoc/ThreadLocalStorage.xml?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/site/xdoc/ThreadLocalStorage.xml (original)
+++ hivemind/hivemind2/trunk/framework/src/site/xdoc/ThreadLocalStorage.xml Tue Feb 13 13:08:04 2007
@@ -1,18 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?><!-- 
-   Copyright 2004, 2005 The Apache Software Foundation
-
-   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.
--->
+<!-- 
+   Copyright 2004, 2005 The Apache Software Foundation
+
+   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.
+-->
+
 <document>
    <properties>
       <title>hivemind.ThreadLocalStorage Service</title>

Modified: hivemind/hivemind2/trunk/framework/src/site/xdoc/ThreadLocale.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/site/xdoc/ThreadLocale.xml?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/site/xdoc/ThreadLocale.xml (original)
+++ hivemind/hivemind2/trunk/framework/src/site/xdoc/ThreadLocale.xml Tue Feb 13 13:08:04 2007
@@ -1,18 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?><!-- 
-   Copyright 2005 The Apache Software Foundation
-
-   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.
--->
+<!-- 
+   Copyright 2005 The Apache Software Foundation
+
+   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.
+-->
+
 <document>
    <properties>
       <title>hivemind.ThreadLocale Service</title>

Modified: hivemind/hivemind2/trunk/framework/src/site/xdoc/Translators.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/site/xdoc/Translators.xml?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/site/xdoc/Translators.xml (original)
+++ hivemind/hivemind2/trunk/framework/src/site/xdoc/Translators.xml Tue Feb 13 13:08:04 2007
@@ -1,18 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?><!-- 
-   Copyright 2004, 2005 The Apache Software Foundation
-
-   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.
--->
+<!-- 
+   Copyright 2004, 2005 The Apache Software Foundation
+
+   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.
+-->
+
 <document>
    <properties>
       <title>hivemind.Translators Configuration</title>

Modified: hivemind/hivemind2/trunk/framework/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/site/xdoc/index.xml?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/site/xdoc/index.xml (original)
+++ hivemind/hivemind2/trunk/framework/src/site/xdoc/index.xml Tue Feb 13 13:08:04 2007
@@ -1,18 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?><!-- 
-   Copyright 2004, 2005 The Apache Software Foundation
-
-   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.
--->
+<!-- 
+   Copyright 2004, 2005 The Apache Software Foundation
+
+   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.
+-->
+
 <document>
    <properties>
       <title>Module: hivemind</title>

Modified: hivemind/hivemind2/trunk/framework/src/test/hivemind/test/services/SimpleModule.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/test/hivemind/test/services/SimpleModule.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/test/hivemind/test/services/SimpleModule.java (original)
+++ hivemind/hivemind2/trunk/framework/src/test/hivemind/test/services/SimpleModule.java Tue Feb 13 13:08:04 2007
@@ -1,3 +1,17 @@
+// Copyright 2007 The Apache Software Foundation
+//
+// 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.
+
 package hivemind.test.services;
 
 import hivemind.test.services.impl.SimpleServiceImpl;

Modified: hivemind/hivemind2/trunk/framework/src/test/hivemind/test/services/StringHolderModule.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/test/hivemind/test/services/StringHolderModule.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/test/hivemind/test/services/StringHolderModule.java (original)
+++ hivemind/hivemind2/trunk/framework/src/test/hivemind/test/services/StringHolderModule.java Tue Feb 13 13:08:04 2007
@@ -1,3 +1,17 @@
+// Copyright 2007 The Apache Software Foundation
+//
+// 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.
+
 package hivemind.test.services;
 
 import hivemind.test.services.impl.StringHolderImpl;

Modified: hivemind/hivemind2/trunk/framework/src/test/org/apache/hivemind/impl/MessageFormatterTarget.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/test/org/apache/hivemind/impl/MessageFormatterTarget.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/test/org/apache/hivemind/impl/MessageFormatterTarget.java (original)
+++ hivemind/hivemind2/trunk/framework/src/test/org/apache/hivemind/impl/MessageFormatterTarget.java Tue Feb 13 13:08:04 2007
@@ -1,3 +1,17 @@
+// Copyright 2007 The Apache Software Foundation
+//
+// 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.
+
 package org.apache.hivemind.impl;
 
 /**

Modified: hivemind/hivemind2/trunk/framework/src/test/org/apache/hivemind/impl/TestMessageFormatter.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/test/org/apache/hivemind/impl/TestMessageFormatter.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/test/org/apache/hivemind/impl/TestMessageFormatter.java (original)
+++ hivemind/hivemind2/trunk/framework/src/test/org/apache/hivemind/impl/TestMessageFormatter.java Tue Feb 13 13:08:04 2007
@@ -1,4 +1,4 @@
-// Copyright 2005-2006 The Apache Software Foundation
+// Copyright 2005 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

Modified: hivemind/hivemind2/trunk/framework/src/test/org/apache/hivemind/impl/TestRegistryInfrastructure.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/test/org/apache/hivemind/impl/TestRegistryInfrastructure.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/test/org/apache/hivemind/impl/TestRegistryInfrastructure.java (original)
+++ hivemind/hivemind2/trunk/framework/src/test/org/apache/hivemind/impl/TestRegistryInfrastructure.java Tue Feb 13 13:08:04 2007
@@ -11,6 +11,7 @@
 // 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.hivemind.impl;
 
 import org.apache.hivemind.ApplicationRuntimeException;

Modified: hivemind/hivemind2/trunk/framework/src/test/org/apache/hivemind/service/impl/SkippedPropertiesAutowireTarget.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/test/org/apache/hivemind/service/impl/SkippedPropertiesAutowireTarget.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/test/org/apache/hivemind/service/impl/SkippedPropertiesAutowireTarget.java (original)
+++ hivemind/hivemind2/trunk/framework/src/test/org/apache/hivemind/service/impl/SkippedPropertiesAutowireTarget.java Tue Feb 13 13:08:04 2007
@@ -1,3 +1,17 @@
+// Copyright 2007 The Apache Software Foundation
+//
+// 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.
+
 package org.apache.hivemind.service.impl;
 
 public class SkippedPropertiesAutowireTarget

Modified: hivemind/hivemind2/trunk/framework/src/test/org/apache/hivemind/service/impl/TestAutowiring.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/test/org/apache/hivemind/service/impl/TestAutowiring.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/test/org/apache/hivemind/service/impl/TestAutowiring.java (original)
+++ hivemind/hivemind2/trunk/framework/src/test/org/apache/hivemind/service/impl/TestAutowiring.java Tue Feb 13 13:08:04 2007
@@ -1,3 +1,17 @@
+// Copyright 2007 The Apache Software Foundation
+//
+// 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.
+
 package org.apache.hivemind.service.impl;
 
 import hivemind.test.services.ServiceAutowireTarget;

Modified: hivemind/hivemind2/trunk/support/update-copyrights.rb
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/support/update-copyrights.rb?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/support/update-copyrights.rb (original)
+++ hivemind/hivemind2/trunk/support/update-copyrights.rb Tue Feb 13 13:08:04 2007
@@ -280,7 +280,7 @@
 
 Find.find(*ARGV) do |f|
   
-  if f =~ /(CVS|SVN|target)$/ 
+  if f =~ /(CVS|SVN|target|pom.xml|site.xml)$/ 
     Find.prune
   else
     $matches += 1 if match?(f)

Modified: hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/SymbolExpander.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/SymbolExpander.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/SymbolExpander.java (original)
+++ hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/SymbolExpander.java Tue Feb 13 13:08:04 2007
@@ -1,3 +1,17 @@
+// Copyright 2007 The Apache Software Foundation
+//
+// 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.
+
 package org.apache.hivemind;
 
 import org.apache.hivemind.Location;

Modified: hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/TranslatorManager.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/TranslatorManager.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/TranslatorManager.java (original)
+++ hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/TranslatorManager.java Tue Feb 13 13:08:04 2007
@@ -1,3 +1,17 @@
+// Copyright 2007 The Apache Software Foundation
+//
+// 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.
+
 package org.apache.hivemind;
 
 import org.apache.hivemind.schema.Translator;

Modified: hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/impl/HivemoduleProvider.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/impl/HivemoduleProvider.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/impl/HivemoduleProvider.java (original)
+++ hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/impl/HivemoduleProvider.java Tue Feb 13 13:08:04 2007
@@ -1,3 +1,17 @@
+// Copyright 2007 The Apache Software Foundation
+//
+// 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.
+
 package org.apache.hivemind.impl;
 
 import org.apache.commons.logging.Log;

Modified: hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/impl/SchemaAssignment.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/impl/SchemaAssignment.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/impl/SchemaAssignment.java (original)
+++ hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/impl/SchemaAssignment.java Tue Feb 13 13:08:04 2007
@@ -1,3 +1,17 @@
+// Copyright 2007 The Apache Software Foundation
+//
+// 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.
+
 package org.apache.hivemind.impl;
 
 import org.apache.hivemind.Location;

Modified: hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/impl/XmlCoreServicesProvider.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/impl/XmlCoreServicesProvider.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/impl/XmlCoreServicesProvider.java (original)
+++ hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/impl/XmlCoreServicesProvider.java Tue Feb 13 13:08:04 2007
@@ -1,3 +1,17 @@
+// Copyright 2007 The Apache Software Foundation
+//
+// 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.
+
 package org.apache.hivemind.impl;
 
 import java.util.ArrayList;

Modified: hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/impl/XmlExtensionResolver.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/impl/XmlExtensionResolver.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/impl/XmlExtensionResolver.java (original)
+++ hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/impl/XmlExtensionResolver.java Tue Feb 13 13:08:04 2007
@@ -1,3 +1,17 @@
+// Copyright 2007 The Apache Software Foundation
+//
+// 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.
+
 package org.apache.hivemind.impl;
 
 import java.util.Collection;

Modified: hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/impl/XmlModuleDescriptorProcessor.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/impl/XmlModuleDescriptorProcessor.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/impl/XmlModuleDescriptorProcessor.java (original)
+++ hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/impl/XmlModuleDescriptorProcessor.java Tue Feb 13 13:08:04 2007
@@ -1,3 +1,17 @@
+// Copyright 2007 The Apache Software Foundation
+//
+// 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.
+
 package org.apache.hivemind.impl;
 
 import java.util.Collection;

Modified: hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/impl/XmlModuleReader.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/impl/XmlModuleReader.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/impl/XmlModuleReader.java (original)
+++ hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/impl/XmlModuleReader.java Tue Feb 13 13:08:04 2007
@@ -1,3 +1,17 @@
+// Copyright 2007 The Apache Software Foundation
+//
+// 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.
+
 package org.apache.hivemind.impl;
 
 import java.io.IOException;

Modified: hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/xml/definition/impl/HiveMindSchemaParserConstructor.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/xml/definition/impl/HiveMindSchemaParserConstructor.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/xml/definition/impl/HiveMindSchemaParserConstructor.java (original)
+++ hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/xml/definition/impl/HiveMindSchemaParserConstructor.java Tue Feb 13 13:08:04 2007
@@ -1,3 +1,17 @@
+// Copyright 2007 The Apache Software Foundation
+//
+// 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.
+
 package org.apache.hivemind.xml.definition.impl;
 
 import org.apache.hivemind.definition.ConfigurationParser;

Modified: hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/xml/definition/impl/XmlModuleDefinitionImpl.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/xml/definition/impl/XmlModuleDefinitionImpl.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/xml/definition/impl/XmlModuleDefinitionImpl.java (original)
+++ hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/xml/definition/impl/XmlModuleDefinitionImpl.java Tue Feb 13 13:08:04 2007
@@ -1,3 +1,17 @@
+// Copyright 2007 The Apache Software Foundation
+//
+// 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.
+
 package org.apache.hivemind.xml.definition.impl;
 
 import java.util.ArrayList;

Modified: hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/xml/definition/impl/XmlServicePointDefinitionImpl.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/xml/definition/impl/XmlServicePointDefinitionImpl.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/xml/definition/impl/XmlServicePointDefinitionImpl.java (original)
+++ hivemind/hivemind2/trunk/xml/src/java/org/apache/hivemind/xml/definition/impl/XmlServicePointDefinitionImpl.java Tue Feb 13 13:08:04 2007
@@ -1,3 +1,17 @@
+// Copyright 2007 The Apache Software Foundation
+//
+// 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.
+
 package org.apache.hivemind.xml.definition.impl;
 
 import org.apache.hivemind.Location;

Modified: hivemind/hivemind2/trunk/xml/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/xml/src/site/xdoc/index.xml?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/xml/src/site/xdoc/index.xml (original)
+++ hivemind/hivemind2/trunk/xml/src/site/xdoc/index.xml Tue Feb 13 13:08:04 2007
@@ -1,18 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?><!-- 
-   Copyright 2004, 2005 The Apache Software Foundation
-
-   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.
--->
+<!-- 
+   Copyright 2004, 2005 The Apache Software Foundation
+
+   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.
+-->
+
 <document>
    <properties>
       <title>Module: hivemind.xml</title>

Modified: hivemind/hivemind2/trunk/xml/src/test/hivemind/test/ant/TestConstructRegistry.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/xml/src/test/hivemind/test/ant/TestConstructRegistry.java?view=diff&rev=507225&r1=507224&r2=507225
==============================================================================
--- hivemind/hivemind2/trunk/xml/src/test/hivemind/test/ant/TestConstructRegistry.java (original)
+++ hivemind/hivemind2/trunk/xml/src/test/hivemind/test/ant/TestConstructRegistry.java Tue Feb 13 13:08:04 2007
@@ -40,6 +40,8 @@
  * These tests are *VERY* dependent on JDK version (really, on the version of the XML parser
  * provided with the JDK). Therefore, we skip the tests for JDK 1.3.
  * 
+ * TODO: Fix the tests which are commented out
+ * 
  * @author Howard Lewis Ship
  */
 public class TestConstructRegistry extends FrameworkTestCase