You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2012/04/11 11:20:12 UTC

svn commit: r1324663 [2/2] - in /openejb/branches/openejb-4.0.0: arquillian-tomee/arquillian-tomee-common/src/main/java/org/apache/openejb/arquillian/common/ arquillian-tomee/arquillian-tomee-tests/src/test/java/org/apache/openejb/arquillian/tests/jaxw...

Modified: openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/command/impl/NewPollCommand.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/command/impl/NewPollCommand.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/command/impl/NewPollCommand.java (original)
+++ openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/command/impl/NewPollCommand.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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 jug.client.command.impl;
 
 import jug.client.command.api.Command;

Modified: openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/command/impl/PollResultCommand.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/command/impl/PollResultCommand.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/command/impl/PollResultCommand.java (original)
+++ openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/command/impl/PollResultCommand.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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 jug.client.command.impl;
 
 import jug.client.command.api.AbstractCommand;

Modified: openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/command/impl/PollsCommand.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/command/impl/PollsCommand.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/command/impl/PollsCommand.java (original)
+++ openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/command/impl/PollsCommand.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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 jug.client.command.impl;
 
 import jug.client.command.api.AbstractCommand;

Modified: openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/command/impl/QueryAndPostCommand.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/command/impl/QueryAndPostCommand.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/command/impl/QueryAndPostCommand.java (original)
+++ openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/command/impl/QueryAndPostCommand.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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 jug.client.command.impl;
 
 import jug.client.command.api.AbstractCommand;

Modified: openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/command/impl/ShowPollCommand.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/command/impl/ShowPollCommand.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/command/impl/ShowPollCommand.java (original)
+++ openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/command/impl/ShowPollCommand.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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 jug.client.command.impl;
 
 import jug.client.command.api.AbstractCommand;

Modified: openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/command/impl/SwitchClientCommand.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/command/impl/SwitchClientCommand.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/command/impl/SwitchClientCommand.java (original)
+++ openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/command/impl/SwitchClientCommand.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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 jug.client.command.impl;
 
 import jug.client.command.api.AbstractCommand;

Modified: openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/command/impl/VoteCommand.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/command/impl/VoteCommand.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/command/impl/VoteCommand.java (original)
+++ openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/command/impl/VoteCommand.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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 jug.client.command.impl;
 
 import jug.client.command.api.Command;

Modified: openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/util/ClientNameHolder.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/util/ClientNameHolder.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/util/ClientNameHolder.java (original)
+++ openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/util/ClientNameHolder.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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 jug.client.util;
 
 public class ClientNameHolder {

Modified: openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/util/CommandManager.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/util/CommandManager.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/util/CommandManager.java (original)
+++ openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/util/CommandManager.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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 jug.client.util;
 
 import jug.client.command.api.Command;

Modified: openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/util/ConfigurableClasspathArchive.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/util/ConfigurableClasspathArchive.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/util/ConfigurableClasspathArchive.java (original)
+++ openejb/branches/openejb-4.0.0/examples/polling-parent/polling-client/src/main/java/jug/client/util/ConfigurableClasspathArchive.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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 jug.client.util;
 
 import org.apache.xbean.finder.archive.Archive;

Modified: openejb/branches/openejb-4.0.0/examples/polling-parent/polling-core/src/main/java/jug/dao/SubjectDao.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/examples/polling-parent/polling-core/src/main/java/jug/dao/SubjectDao.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/examples/polling-parent/polling-core/src/main/java/jug/dao/SubjectDao.java (original)
+++ openejb/branches/openejb-4.0.0/examples/polling-parent/polling-core/src/main/java/jug/dao/SubjectDao.java Wed Apr 11 09:20:09 2012
@@ -1,17 +1,31 @@
+/**
+ * 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 jug.dao;
 
-import jug.domain.Subject;
-import jug.domain.Value;
-import jug.domain.Vote;
-
-import javax.ejb.EJB;
+import java.util.Collection;
 import javax.ejb.Lock;
 import javax.ejb.LockType;
 import javax.ejb.Singleton;
 import javax.inject.Inject;
 import javax.persistence.EntityManager;
 import javax.persistence.PersistenceContext;
-import java.util.Collection;
+import jug.domain.Subject;
+import jug.domain.Value;
+import jug.domain.Vote;
 
 @Singleton
 @Lock(LockType.READ)

Modified: openejb/branches/openejb-4.0.0/examples/polling-parent/polling-core/src/main/java/jug/dao/VoteDao.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/examples/polling-parent/polling-core/src/main/java/jug/dao/VoteDao.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/examples/polling-parent/polling-core/src/main/java/jug/dao/VoteDao.java (original)
+++ openejb/branches/openejb-4.0.0/examples/polling-parent/polling-core/src/main/java/jug/dao/VoteDao.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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 jug.dao;
 
 import jug.domain.Value;

Modified: openejb/branches/openejb-4.0.0/examples/polling-parent/polling-core/src/test/java/jug/dao/SubjectDaoTest.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/examples/polling-parent/polling-core/src/test/java/jug/dao/SubjectDaoTest.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/examples/polling-parent/polling-core/src/test/java/jug/dao/SubjectDaoTest.java (original)
+++ openejb/branches/openejb-4.0.0/examples/polling-parent/polling-core/src/test/java/jug/dao/SubjectDaoTest.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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 jug.dao;
 
 import jug.domain.Subject;

Modified: openejb/branches/openejb-4.0.0/examples/polling-parent/polling-domain/src/main/java/jug/domain/Result.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/examples/polling-parent/polling-domain/src/main/java/jug/domain/Result.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/examples/polling-parent/polling-domain/src/main/java/jug/domain/Result.java (original)
+++ openejb/branches/openejb-4.0.0/examples/polling-parent/polling-domain/src/main/java/jug/domain/Result.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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 jug.domain;
 
 import javax.xml.bind.annotation.XmlRootElement;

Modified: openejb/branches/openejb-4.0.0/examples/polling-parent/polling-domain/src/main/java/jug/domain/Subject.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/examples/polling-parent/polling-domain/src/main/java/jug/domain/Subject.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/examples/polling-parent/polling-domain/src/main/java/jug/domain/Subject.java (original)
+++ openejb/branches/openejb-4.0.0/examples/polling-parent/polling-domain/src/main/java/jug/domain/Subject.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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 jug.domain;
 
 import javax.persistence.Entity;

Modified: openejb/branches/openejb-4.0.0/examples/polling-parent/polling-domain/src/main/java/jug/domain/Value.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/examples/polling-parent/polling-domain/src/main/java/jug/domain/Value.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/examples/polling-parent/polling-domain/src/main/java/jug/domain/Value.java (original)
+++ openejb/branches/openejb-4.0.0/examples/polling-parent/polling-domain/src/main/java/jug/domain/Value.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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 jug.domain;
 
 public enum Value {

Modified: openejb/branches/openejb-4.0.0/examples/polling-parent/polling-domain/src/main/java/jug/domain/Vote.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/examples/polling-parent/polling-domain/src/main/java/jug/domain/Vote.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/examples/polling-parent/polling-domain/src/main/java/jug/domain/Vote.java (original)
+++ openejb/branches/openejb-4.0.0/examples/polling-parent/polling-domain/src/main/java/jug/domain/Vote.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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 jug.domain;
 
 import javax.persistence.Entity;

Modified: openejb/branches/openejb-4.0.0/examples/polling-parent/polling-web/src/main/java/jug/monitoring/VoteCounter.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/examples/polling-parent/polling-web/src/main/java/jug/monitoring/VoteCounter.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/examples/polling-parent/polling-web/src/main/java/jug/monitoring/VoteCounter.java (original)
+++ openejb/branches/openejb-4.0.0/examples/polling-parent/polling-web/src/main/java/jug/monitoring/VoteCounter.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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 jug.monitoring;
 
 import jug.domain.Subject;

Modified: openejb/branches/openejb-4.0.0/examples/polling-parent/polling-web/src/main/java/jug/rest/PollingApplication.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/examples/polling-parent/polling-web/src/main/java/jug/rest/PollingApplication.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/examples/polling-parent/polling-web/src/main/java/jug/rest/PollingApplication.java (original)
+++ openejb/branches/openejb-4.0.0/examples/polling-parent/polling-web/src/main/java/jug/rest/PollingApplication.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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 jug.rest;
 
 import javax.ws.rs.ApplicationPath;

Modified: openejb/branches/openejb-4.0.0/examples/polling-parent/polling-web/src/main/java/jug/rest/SubjectService.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/examples/polling-parent/polling-web/src/main/java/jug/rest/SubjectService.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/examples/polling-parent/polling-web/src/main/java/jug/rest/SubjectService.java (original)
+++ openejb/branches/openejb-4.0.0/examples/polling-parent/polling-web/src/main/java/jug/rest/SubjectService.java Wed Apr 11 09:20:09 2012
@@ -1,15 +1,24 @@
+/**
+ * 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 jug.rest;
 
-import jug.dao.SubjectDao;
-import jug.dao.VoteDao;
-import jug.domain.Result;
-import jug.domain.Subject;
-import jug.domain.Value;
-import jug.domain.Vote;
-import jug.monitoring.VoteCounter;
-
+import java.util.Collection;
+import java.util.List;
 import javax.annotation.Resource;
-import javax.ejb.EJB;
 import javax.ejb.Lock;
 import javax.ejb.LockType;
 import javax.ejb.Singleton;
@@ -23,8 +32,13 @@ import javax.ws.rs.PathParam;
 import javax.ws.rs.Produces;
 import javax.ws.rs.QueryParam;
 import javax.ws.rs.core.MediaType;
-import java.util.Collection;
-import java.util.List;
+import jug.dao.SubjectDao;
+import jug.dao.VoteDao;
+import jug.domain.Result;
+import jug.domain.Subject;
+import jug.domain.Value;
+import jug.domain.Vote;
+import jug.monitoring.VoteCounter;
 
 @Path("subject")
 @Singleton // an ejb just to be able to test in standalone

Modified: openejb/branches/openejb-4.0.0/examples/polling-parent/polling-web/src/main/java/jug/routing/DataSourceInitializer.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/examples/polling-parent/polling-web/src/main/java/jug/routing/DataSourceInitializer.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/examples/polling-parent/polling-web/src/main/java/jug/routing/DataSourceInitializer.java (original)
+++ openejb/branches/openejb-4.0.0/examples/polling-parent/polling-web/src/main/java/jug/routing/DataSourceInitializer.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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 jug.routing;
 
 import jug.domain.Subject;

Modified: openejb/branches/openejb-4.0.0/examples/polling-parent/polling-web/src/main/java/jug/routing/PollingRouter.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/examples/polling-parent/polling-web/src/main/java/jug/routing/PollingRouter.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/examples/polling-parent/polling-web/src/main/java/jug/routing/PollingRouter.java (original)
+++ openejb/branches/openejb-4.0.0/examples/polling-parent/polling-web/src/main/java/jug/routing/PollingRouter.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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 jug.routing;
 
 import org.apache.openejb.resource.jdbc.AbstractRouter;

Modified: openejb/branches/openejb-4.0.0/examples/polling-parent/polling-web/src/main/java/jug/routing/RoutingFilter.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/examples/polling-parent/polling-web/src/main/java/jug/routing/RoutingFilter.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/examples/polling-parent/polling-web/src/main/java/jug/routing/RoutingFilter.java (original)
+++ openejb/branches/openejb-4.0.0/examples/polling-parent/polling-web/src/main/java/jug/routing/RoutingFilter.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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 jug.routing;
 
 import javax.annotation.Resource;

Modified: openejb/branches/openejb-4.0.0/examples/polling-parent/polling-web/src/test/java/jug/rest/SubjectServiceTest.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/examples/polling-parent/polling-web/src/test/java/jug/rest/SubjectServiceTest.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/examples/polling-parent/polling-web/src/test/java/jug/rest/SubjectServiceTest.java (original)
+++ openejb/branches/openejb-4.0.0/examples/polling-parent/polling-web/src/test/java/jug/rest/SubjectServiceTest.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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 jug.rest;
 
 import jug.routing.DataSourceInitializer;

Modified: openejb/branches/openejb-4.0.0/examples/polling-parent/polling-web/src/test/java/jug/rest/arquillian/SubjectServiceTomEETest.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/examples/polling-parent/polling-web/src/test/java/jug/rest/arquillian/SubjectServiceTomEETest.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/examples/polling-parent/polling-web/src/test/java/jug/rest/arquillian/SubjectServiceTomEETest.java (original)
+++ openejb/branches/openejb-4.0.0/examples/polling-parent/polling-web/src/test/java/jug/rest/arquillian/SubjectServiceTomEETest.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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 jug.rest.arquillian;
 
 import jug.dao.SubjectDao;

Modified: openejb/branches/openejb-4.0.0/examples/spring-data-proxy-meta/src/main/java/org/superbiz/dynamic/api/Metatype.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/examples/spring-data-proxy-meta/src/main/java/org/superbiz/dynamic/api/Metatype.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/examples/spring-data-proxy-meta/src/main/java/org/superbiz/dynamic/api/Metatype.java (original)
+++ openejb/branches/openejb-4.0.0/examples/spring-data-proxy-meta/src/main/java/org/superbiz/dynamic/api/Metatype.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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.superbiz.dynamic.api;
 
 import java.lang.annotation.ElementType;

Modified: openejb/branches/openejb-4.0.0/examples/spring-data-proxy-meta/src/main/java/org/superbiz/dynamic/api/SpringRepository.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/examples/spring-data-proxy-meta/src/main/java/org/superbiz/dynamic/api/SpringRepository.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/examples/spring-data-proxy-meta/src/main/java/org/superbiz/dynamic/api/SpringRepository.java (original)
+++ openejb/branches/openejb-4.0.0/examples/spring-data-proxy-meta/src/main/java/org/superbiz/dynamic/api/SpringRepository.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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.superbiz.dynamic.api;
 
 import org.apache.openejb.api.Proxy;

Modified: openejb/branches/openejb-4.0.0/examples/spring-data-proxy-meta/src/main/java/org/superbiz/dynamic/framework/SpringDataProxy.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/examples/spring-data-proxy-meta/src/main/java/org/superbiz/dynamic/framework/SpringDataProxy.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/examples/spring-data-proxy-meta/src/main/java/org/superbiz/dynamic/framework/SpringDataProxy.java (original)
+++ openejb/branches/openejb-4.0.0/examples/spring-data-proxy-meta/src/main/java/org/superbiz/dynamic/framework/SpringDataProxy.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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.superbiz.dynamic.framework;
 
 import org.springframework.data.jpa.repository.support.JpaRepositoryFactory;

Modified: openejb/branches/openejb-4.0.0/examples/spring-data-proxy/src/main/java/org/superbiz/dynamic/SpringDataProxy.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/examples/spring-data-proxy/src/main/java/org/superbiz/dynamic/SpringDataProxy.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/examples/spring-data-proxy/src/main/java/org/superbiz/dynamic/SpringDataProxy.java (original)
+++ openejb/branches/openejb-4.0.0/examples/spring-data-proxy/src/main/java/org/superbiz/dynamic/SpringDataProxy.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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.superbiz.dynamic;
 
 import org.springframework.data.jpa.repository.support.JpaRepositoryFactory;

Modified: openejb/branches/openejb-4.0.0/maven/dd-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/dd/MergeDDForWebappMojo.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/maven/dd-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/dd/MergeDDForWebappMojo.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/maven/dd-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/dd/MergeDDForWebappMojo.java (original)
+++ openejb/branches/openejb-4.0.0/maven/dd-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/dd/MergeDDForWebappMojo.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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.openejb.maven.plugin.dd;
 
 import org.apache.maven.artifact.Artifact;

Modified: openejb/branches/openejb-4.0.0/maven/dd-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/dd/Merger.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/maven/dd-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/dd/Merger.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/maven/dd-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/dd/Merger.java (original)
+++ openejb/branches/openejb-4.0.0/maven/dd-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/dd/Merger.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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.openejb.maven.plugin.dd;
 
 import org.apache.maven.plugin.logging.Log;

Modified: openejb/branches/openejb-4.0.0/maven/dd-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/dd/merger/EjbJarMerger.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/maven/dd-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/dd/merger/EjbJarMerger.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/maven/dd-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/dd/merger/EjbJarMerger.java (original)
+++ openejb/branches/openejb-4.0.0/maven/dd-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/dd/merger/EjbJarMerger.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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.openejb.maven.plugin.dd.merger;
 
 import org.apache.maven.plugin.logging.Log;

Modified: openejb/branches/openejb-4.0.0/maven/dd-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/dd/merger/EnvEntriesMerger.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/maven/dd-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/dd/merger/EnvEntriesMerger.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/maven/dd-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/dd/merger/EnvEntriesMerger.java (original)
+++ openejb/branches/openejb-4.0.0/maven/dd-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/dd/merger/EnvEntriesMerger.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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.openejb.maven.plugin.dd.merger;
 
 import org.apache.maven.plugin.logging.Log;

Modified: openejb/branches/openejb-4.0.0/maven/dd-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/dd/merger/OpenEJBJarMerger.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/maven/dd-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/dd/merger/OpenEJBJarMerger.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/maven/dd-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/dd/merger/OpenEJBJarMerger.java (original)
+++ openejb/branches/openejb-4.0.0/maven/dd-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/dd/merger/OpenEJBJarMerger.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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.openejb.maven.plugin.dd.merger;
 
 import org.apache.maven.plugin.logging.Log;

Modified: openejb/branches/openejb-4.0.0/maven/dd-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/dd/merger/ValidationMerger.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/maven/dd-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/dd/merger/ValidationMerger.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/maven/dd-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/dd/merger/ValidationMerger.java (original)
+++ openejb/branches/openejb-4.0.0/maven/dd-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/dd/merger/ValidationMerger.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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.openejb.maven.plugin.dd.merger;
 
 import org.apache.maven.plugin.logging.Log;

Modified: openejb/branches/openejb-4.0.0/maven/maven-util/src/main/java/org/apache/openejb/maven/util/MavenLogStreamFactory.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/maven/maven-util/src/main/java/org/apache/openejb/maven/util/MavenLogStreamFactory.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/maven/maven-util/src/main/java/org/apache/openejb/maven/util/MavenLogStreamFactory.java (original)
+++ openejb/branches/openejb-4.0.0/maven/maven-util/src/main/java/org/apache/openejb/maven/util/MavenLogStreamFactory.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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.openejb.maven.util;
 
 import org.apache.maven.plugin.logging.Log;

Modified: openejb/branches/openejb-4.0.0/maven/openejb-embedded-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/embedded/OpenEJBEmbeddedMojo.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/maven/openejb-embedded-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/embedded/OpenEJBEmbeddedMojo.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/maven/openejb-embedded-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/embedded/OpenEJBEmbeddedMojo.java (original)
+++ openejb/branches/openejb-4.0.0/maven/openejb-embedded-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/embedded/OpenEJBEmbeddedMojo.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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.openejb.maven.plugin.embedded;
 
 import org.apache.maven.artifact.Artifact;

Modified: openejb/branches/openejb-4.0.0/maven/spi-helper-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/spi/SpiMojo.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/maven/spi-helper-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/spi/SpiMojo.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/maven/spi-helper-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/spi/SpiMojo.java (original)
+++ openejb/branches/openejb-4.0.0/maven/spi-helper-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/spi/SpiMojo.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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.openejb.maven.plugin.spi;
 
 import org.apache.maven.artifact.Artifact;

Modified: openejb/branches/openejb-4.0.0/server/openejb-client/src/main/java/org/apache/openejb/client/ClientRuntimeException.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/server/openejb-client/src/main/java/org/apache/openejb/client/ClientRuntimeException.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/server/openejb-client/src/main/java/org/apache/openejb/client/ClientRuntimeException.java (original)
+++ openejb/branches/openejb-4.0.0/server/openejb-client/src/main/java/org/apache/openejb/client/ClientRuntimeException.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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.openejb.client;
 
 public class ClientRuntimeException extends RuntimeException {

Modified: openejb/branches/openejb-4.0.0/server/openejb-client/src/main/java/org/apache/openejb/client/util/ClassLoaderUtil.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/server/openejb-client/src/main/java/org/apache/openejb/client/util/ClassLoaderUtil.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/server/openejb-client/src/main/java/org/apache/openejb/client/util/ClassLoaderUtil.java (original)
+++ openejb/branches/openejb-4.0.0/server/openejb-client/src/main/java/org/apache/openejb/client/util/ClassLoaderUtil.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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.openejb.client.util;
 
 public class ClassLoaderUtil {

Modified: openejb/branches/openejb-4.0.0/server/openejb-common-cli/src/main/java/org/apache/openejb/server/cli/command/Command.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/server/openejb-common-cli/src/main/java/org/apache/openejb/server/cli/command/Command.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/server/openejb-common-cli/src/main/java/org/apache/openejb/server/cli/command/Command.java (original)
+++ openejb/branches/openejb-4.0.0/server/openejb-common-cli/src/main/java/org/apache/openejb/server/cli/command/Command.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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.openejb.server.cli.command;
 
 import java.lang.annotation.ElementType;

Modified: openejb/branches/openejb-4.0.0/server/openejb-common-cli/src/main/java/org/apache/openejb/server/cli/command/LocalJMXCommand.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/server/openejb-common-cli/src/main/java/org/apache/openejb/server/cli/command/LocalJMXCommand.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/server/openejb-common-cli/src/main/java/org/apache/openejb/server/cli/command/LocalJMXCommand.java (original)
+++ openejb/branches/openejb-4.0.0/server/openejb-common-cli/src/main/java/org/apache/openejb/server/cli/command/LocalJMXCommand.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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.openejb.server.cli.command;
 
 import java.util.Arrays;

Modified: openejb/branches/openejb-4.0.0/server/openejb-common-cli/src/test/java/org/apache/openejb/server/groovy/Bar.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/server/openejb-common-cli/src/test/java/org/apache/openejb/server/groovy/Bar.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/server/openejb-common-cli/src/test/java/org/apache/openejb/server/groovy/Bar.java (original)
+++ openejb/branches/openejb-4.0.0/server/openejb-common-cli/src/test/java/org/apache/openejb/server/groovy/Bar.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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.openejb.server.groovy;
 
 import javax.inject.Named;

Modified: openejb/branches/openejb-4.0.0/server/openejb-common-cli/src/test/java/org/apache/openejb/server/groovy/BeanManagerHelperTest.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/server/openejb-common-cli/src/test/java/org/apache/openejb/server/groovy/BeanManagerHelperTest.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/server/openejb-common-cli/src/test/java/org/apache/openejb/server/groovy/BeanManagerHelperTest.java (original)
+++ openejb/branches/openejb-4.0.0/server/openejb-common-cli/src/test/java/org/apache/openejb/server/groovy/BeanManagerHelperTest.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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.openejb.server.groovy;
 
 import org.apache.openejb.jee.Beans;

Modified: openejb/branches/openejb-4.0.0/server/openejb-common-cli/src/test/java/org/apache/openejb/server/groovy/Foo.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/server/openejb-common-cli/src/test/java/org/apache/openejb/server/groovy/Foo.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/server/openejb-common-cli/src/test/java/org/apache/openejb/server/groovy/Foo.java (original)
+++ openejb/branches/openejb-4.0.0/server/openejb-common-cli/src/test/java/org/apache/openejb/server/groovy/Foo.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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.openejb.server.groovy;
 
 import javax.ejb.Lock;

Modified: openejb/branches/openejb-4.0.0/server/openejb-rest/src/main/java/org/apache/openejb/server/rest/OpenEJBRestRuntimeException.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/server/openejb-rest/src/main/java/org/apache/openejb/server/rest/OpenEJBRestRuntimeException.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/server/openejb-rest/src/main/java/org/apache/openejb/server/rest/OpenEJBRestRuntimeException.java (original)
+++ openejb/branches/openejb-4.0.0/server/openejb-rest/src/main/java/org/apache/openejb/server/rest/OpenEJBRestRuntimeException.java Wed Apr 11 09:20:09 2012
@@ -1,20 +1,19 @@
-/*
+/**
  * 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
+ * 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
+ *     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.
+ *  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.openejb.server.rest;
 
 public class OpenEJBRestRuntimeException extends RuntimeException {

Modified: openejb/branches/openejb-4.0.0/server/openejb-server/src/main/java/org/apache/openejb/server/ServerRuntimeException.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/server/openejb-server/src/main/java/org/apache/openejb/server/ServerRuntimeException.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/server/openejb-server/src/main/java/org/apache/openejb/server/ServerRuntimeException.java (original)
+++ openejb/branches/openejb-4.0.0/server/openejb-server/src/main/java/org/apache/openejb/server/ServerRuntimeException.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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.openejb.server;
 
 public class ServerRuntimeException extends RuntimeException {

Modified: openejb/branches/openejb-4.0.0/server/openejb-ssh/src/test/java/org/apache/openejb/server/ssh/Foo.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/server/openejb-ssh/src/test/java/org/apache/openejb/server/ssh/Foo.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/server/openejb-ssh/src/test/java/org/apache/openejb/server/ssh/Foo.java (original)
+++ openejb/branches/openejb-4.0.0/server/openejb-ssh/src/test/java/org/apache/openejb/server/ssh/Foo.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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.openejb.server.ssh;
 
 import javax.ejb.Lock;

Modified: openejb/branches/openejb-4.0.0/tck/tck-common/src/main/java/org/apache/openejb/tck/OpenEJBTCKRuntimeException.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/tck/tck-common/src/main/java/org/apache/openejb/tck/OpenEJBTCKRuntimeException.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/tck/tck-common/src/main/java/org/apache/openejb/tck/OpenEJBTCKRuntimeException.java (original)
+++ openejb/branches/openejb-4.0.0/tck/tck-common/src/main/java/org/apache/openejb/tck/OpenEJBTCKRuntimeException.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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.openejb.tck;
 
 public class OpenEJBTCKRuntimeException extends RuntimeException {

Modified: openejb/branches/openejb-4.0.0/tomee/tomee-catalina/src/main/java/org/apache/tomee/catalina/TomEEServiceManager.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/tomee/tomee-catalina/src/main/java/org/apache/tomee/catalina/TomEEServiceManager.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/tomee/tomee-catalina/src/main/java/org/apache/tomee/catalina/TomEEServiceManager.java (original)
+++ openejb/branches/openejb-4.0.0/tomee/tomee-catalina/src/main/java/org/apache/tomee/catalina/TomEEServiceManager.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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.tomee.catalina;
 
 import org.apache.openejb.server.SimpleServiceManager;

Modified: openejb/branches/openejb-4.0.0/tomee/tomee-myfaces/src/main/java/org/apache/tomee/myfaces/TomEEAnnotationProvider.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/tomee/tomee-myfaces/src/main/java/org/apache/tomee/myfaces/TomEEAnnotationProvider.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/tomee/tomee-myfaces/src/main/java/org/apache/tomee/myfaces/TomEEAnnotationProvider.java (original)
+++ openejb/branches/openejb-4.0.0/tomee/tomee-myfaces/src/main/java/org/apache/tomee/myfaces/TomEEAnnotationProvider.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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.tomee.myfaces;
 
 import java.lang.annotation.Annotation;

Modified: openejb/branches/openejb-4.0.0/tomee/tomee-myfaces/src/main/java/org/apache/tomee/myfaces/TomEEAnnotationProviderFactory.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/tomee/tomee-myfaces/src/main/java/org/apache/tomee/myfaces/TomEEAnnotationProviderFactory.java?rev=1324663&r1=1324662&r2=1324663&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/tomee/tomee-myfaces/src/main/java/org/apache/tomee/myfaces/TomEEAnnotationProviderFactory.java (original)
+++ openejb/branches/openejb-4.0.0/tomee/tomee-myfaces/src/main/java/org/apache/tomee/myfaces/TomEEAnnotationProviderFactory.java Wed Apr 11 09:20:09 2012
@@ -1,3 +1,19 @@
+/**
+ * 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.tomee.myfaces;
 
 import org.apache.myfaces.spi.AnnotationProvider;