http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/jca-config/server/standalone/configuration/logging.properties ---------------------------------------------------------------------- diff --git a/examples/javaee/jca-config/server/standalone/configuration/logging.properties b/examples/javaee/jca-config/server/standalone/configuration/logging.properties index 8a011f0..3fa31b0 100644 --- a/examples/javaee/jca-config/server/standalone/configuration/logging.properties +++ b/examples/javaee/jca-config/server/standalone/configuration/logging.properties @@ -1,23 +1,18 @@ # -# JBoss, Home of Professional Open Source. -# Copyright 2010, Red Hat, Inc., and individual contributors -# as indicated by the @author tags. See the copyright.txt file in the -# distribution for a full listing of individual contributors. +# 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 # -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 2.1 of -# the License, or (at your option) any later version. +# http://www.apache.org/licenses/LICENSE-2.0 # -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. +# 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. # # Additional logger names to configure (root logger is always configured)
http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/jca-config/src/main/java/org/apache/activemq/javaee/example/MDBRemoteClientExample.java ---------------------------------------------------------------------- diff --git a/examples/javaee/jca-config/src/main/java/org/apache/activemq/javaee/example/MDBRemoteClientExample.java b/examples/javaee/jca-config/src/main/java/org/apache/activemq/javaee/example/MDBRemoteClientExample.java index c8df355..e556c5d 100644 --- a/examples/javaee/jca-config/src/main/java/org/apache/activemq/javaee/example/MDBRemoteClientExample.java +++ b/examples/javaee/jca-config/src/main/java/org/apache/activemq/javaee/example/MDBRemoteClientExample.java @@ -1,14 +1,18 @@ -/* - * Copyright 2005-2014 Red Hat, Inc. - * Red Hat 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 +/** + * 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. + * 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.activemq.javaee.example; http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/jca-config/src/main/java/org/apache/activemq/javaee/example/server/MDBQueueA.java ---------------------------------------------------------------------- diff --git a/examples/javaee/jca-config/src/main/java/org/apache/activemq/javaee/example/server/MDBQueueA.java b/examples/javaee/jca-config/src/main/java/org/apache/activemq/javaee/example/server/MDBQueueA.java index 8f6c6b4..bc095af 100644 --- a/examples/javaee/jca-config/src/main/java/org/apache/activemq/javaee/example/server/MDBQueueA.java +++ b/examples/javaee/jca-config/src/main/java/org/apache/activemq/javaee/example/server/MDBQueueA.java @@ -1,14 +1,18 @@ -/* - * Copyright 2005-2014 Red Hat, Inc. - * Red Hat 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 +/** + * 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. + * 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.activemq.javaee.example.server; http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/jca-config/src/main/java/org/apache/activemq/javaee/example/server2/MDBQueueB.java ---------------------------------------------------------------------- diff --git a/examples/javaee/jca-config/src/main/java/org/apache/activemq/javaee/example/server2/MDBQueueB.java b/examples/javaee/jca-config/src/main/java/org/apache/activemq/javaee/example/server2/MDBQueueB.java index 6d50572..1b471f0 100644 --- a/examples/javaee/jca-config/src/main/java/org/apache/activemq/javaee/example/server2/MDBQueueB.java +++ b/examples/javaee/jca-config/src/main/java/org/apache/activemq/javaee/example/server2/MDBQueueB.java @@ -1,14 +1,18 @@ -/* - * Copyright 2005-2014 Red Hat, Inc. - * Red Hat 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 +/** + * 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. + * 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.activemq.javaee.example.server2; http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/jca-config/src/main/java/org/apache/activemq/javaee/example/server2/StatelessSender.java ---------------------------------------------------------------------- diff --git a/examples/javaee/jca-config/src/main/java/org/apache/activemq/javaee/example/server2/StatelessSender.java b/examples/javaee/jca-config/src/main/java/org/apache/activemq/javaee/example/server2/StatelessSender.java index c08f657..5dd6784 100644 --- a/examples/javaee/jca-config/src/main/java/org/apache/activemq/javaee/example/server2/StatelessSender.java +++ b/examples/javaee/jca-config/src/main/java/org/apache/activemq/javaee/example/server2/StatelessSender.java @@ -1,14 +1,18 @@ -/* - * Copyright 2005-2014 Red Hat, Inc. - * Red Hat 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 +/** + * 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. + * 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.activemq.javaee.example.server2; http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/jca-config/src/main/java/org/apache/activemq/javaee/example/server2/StatelessSenderService.java ---------------------------------------------------------------------- diff --git a/examples/javaee/jca-config/src/main/java/org/apache/activemq/javaee/example/server2/StatelessSenderService.java b/examples/javaee/jca-config/src/main/java/org/apache/activemq/javaee/example/server2/StatelessSenderService.java index aaaea75..65190e8 100644 --- a/examples/javaee/jca-config/src/main/java/org/apache/activemq/javaee/example/server2/StatelessSenderService.java +++ b/examples/javaee/jca-config/src/main/java/org/apache/activemq/javaee/example/server2/StatelessSenderService.java @@ -1,16 +1,19 @@ -/* - * Copyright 2005-2014 Red Hat, Inc. - * Red Hat 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 +/** + * 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. + * 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.activemq.javaee.example.server2; /** http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/jca-config/src/test/java/org/apache/activemq/javaee/example/server/ExampleRunner2Test.java ---------------------------------------------------------------------- diff --git a/examples/javaee/jca-config/src/test/java/org/apache/activemq/javaee/example/server/ExampleRunner2Test.java b/examples/javaee/jca-config/src/test/java/org/apache/activemq/javaee/example/server/ExampleRunner2Test.java index b476765..d875ce1 100644 --- a/examples/javaee/jca-config/src/test/java/org/apache/activemq/javaee/example/server/ExampleRunner2Test.java +++ b/examples/javaee/jca-config/src/test/java/org/apache/activemq/javaee/example/server/ExampleRunner2Test.java @@ -1,14 +1,18 @@ -/* - * Copyright 2005-2014 Red Hat, Inc. - * Red Hat 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 +/** + * 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. + * 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.activemq.javaee.example.server; http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/jca-remote/server/standalone/configuration/logging.properties ---------------------------------------------------------------------- diff --git a/examples/javaee/jca-remote/server/standalone/configuration/logging.properties b/examples/javaee/jca-remote/server/standalone/configuration/logging.properties index 8a011f0..3fa31b0 100644 --- a/examples/javaee/jca-remote/server/standalone/configuration/logging.properties +++ b/examples/javaee/jca-remote/server/standalone/configuration/logging.properties @@ -1,23 +1,18 @@ # -# JBoss, Home of Professional Open Source. -# Copyright 2010, Red Hat, Inc., and individual contributors -# as indicated by the @author tags. See the copyright.txt file in the -# distribution for a full listing of individual contributors. +# 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 # -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 2.1 of -# the License, or (at your option) any later version. +# http://www.apache.org/licenses/LICENSE-2.0 # -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. +# 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. # # Additional logger names to configure (root logger is always configured) http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/jca-remote/src/main/java/org/apache/activemq/javaee/example/MDBRemoteServerClientExample.java ---------------------------------------------------------------------- diff --git a/examples/javaee/jca-remote/src/main/java/org/apache/activemq/javaee/example/MDBRemoteServerClientExample.java b/examples/javaee/jca-remote/src/main/java/org/apache/activemq/javaee/example/MDBRemoteServerClientExample.java index 29625e6..b872dd0 100644 --- a/examples/javaee/jca-remote/src/main/java/org/apache/activemq/javaee/example/MDBRemoteServerClientExample.java +++ b/examples/javaee/jca-remote/src/main/java/org/apache/activemq/javaee/example/MDBRemoteServerClientExample.java @@ -1,14 +1,18 @@ -/* - * Copyright 2005-2014 Red Hat, Inc. - * Red Hat 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 +/** + * 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. + * 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.activemq.javaee.example; http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/jca-remote/src/main/java/org/apache/activemq/javaee/example/server/MDBQueue.java ---------------------------------------------------------------------- diff --git a/examples/javaee/jca-remote/src/main/java/org/apache/activemq/javaee/example/server/MDBQueue.java b/examples/javaee/jca-remote/src/main/java/org/apache/activemq/javaee/example/server/MDBQueue.java index 0a304e3..92270a3 100644 --- a/examples/javaee/jca-remote/src/main/java/org/apache/activemq/javaee/example/server/MDBQueue.java +++ b/examples/javaee/jca-remote/src/main/java/org/apache/activemq/javaee/example/server/MDBQueue.java @@ -1,14 +1,18 @@ -/* - * Copyright 2005-2014 Red Hat, Inc. - * Red Hat 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 +/** + * 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. + * 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.activemq.javaee.example.server; http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/jca-remote/src/test/java/org/apache/activemq/javaee/examples/JCARemoteRunnerTest.java ---------------------------------------------------------------------- diff --git a/examples/javaee/jca-remote/src/test/java/org/apache/activemq/javaee/examples/JCARemoteRunnerTest.java b/examples/javaee/jca-remote/src/test/java/org/apache/activemq/javaee/examples/JCARemoteRunnerTest.java index b4f6a04..138c987 100644 --- a/examples/javaee/jca-remote/src/test/java/org/apache/activemq/javaee/examples/JCARemoteRunnerTest.java +++ b/examples/javaee/jca-remote/src/test/java/org/apache/activemq/javaee/examples/JCARemoteRunnerTest.java @@ -1,16 +1,19 @@ -/* - * Copyright 2005-2014 Red Hat, Inc. - * Red Hat 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 +/** + * 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. + * 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.activemq.javaee.examples; import org.apache.activemq.javaee.example.MDBRemoteServerClientExample; http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/jms-bridge/server/standalone/configuration/logging.properties ---------------------------------------------------------------------- diff --git a/examples/javaee/jms-bridge/server/standalone/configuration/logging.properties b/examples/javaee/jms-bridge/server/standalone/configuration/logging.properties index 8a011f0..3fa31b0 100644 --- a/examples/javaee/jms-bridge/server/standalone/configuration/logging.properties +++ b/examples/javaee/jms-bridge/server/standalone/configuration/logging.properties @@ -1,23 +1,18 @@ # -# JBoss, Home of Professional Open Source. -# Copyright 2010, Red Hat, Inc., and individual contributors -# as indicated by the @author tags. See the copyright.txt file in the -# distribution for a full listing of individual contributors. +# 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 # -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 2.1 of -# the License, or (at your option) any later version. +# http://www.apache.org/licenses/LICENSE-2.0 # -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. +# 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. # # Additional logger names to configure (root logger is always configured) http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/jms-bridge/src/main/java/org/apache/activemq/javaee/example/JMSBridgeExample.java ---------------------------------------------------------------------- diff --git a/examples/javaee/jms-bridge/src/main/java/org/apache/activemq/javaee/example/JMSBridgeExample.java b/examples/javaee/jms-bridge/src/main/java/org/apache/activemq/javaee/example/JMSBridgeExample.java index 11f7b58..c24a188 100644 --- a/examples/javaee/jms-bridge/src/main/java/org/apache/activemq/javaee/example/JMSBridgeExample.java +++ b/examples/javaee/jms-bridge/src/main/java/org/apache/activemq/javaee/example/JMSBridgeExample.java @@ -1,14 +1,18 @@ -/* - * Copyright 2005-2014 Red Hat, Inc. - * Red Hat 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 +/** + * 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. + * 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.activemq.javaee.example; http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/jms-bridge/src/test/java/org/apache/activemq/javaee/examples/JMSBridgeRunnerTest.java ---------------------------------------------------------------------- diff --git a/examples/javaee/jms-bridge/src/test/java/org/apache/activemq/javaee/examples/JMSBridgeRunnerTest.java b/examples/javaee/jms-bridge/src/test/java/org/apache/activemq/javaee/examples/JMSBridgeRunnerTest.java index be2f688..7f2f57f 100644 --- a/examples/javaee/jms-bridge/src/test/java/org/apache/activemq/javaee/examples/JMSBridgeRunnerTest.java +++ b/examples/javaee/jms-bridge/src/test/java/org/apache/activemq/javaee/examples/JMSBridgeRunnerTest.java @@ -1,16 +1,19 @@ -/* - * Copyright 2005-2014 Red Hat, Inc. - * Red Hat 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 +/** + * 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. + * 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.activemq.javaee.examples; import org.apache.activemq.javaee.example.JMSBridgeExample; http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/jms-context-injection/server/standalone/configuration/logging.properties ---------------------------------------------------------------------- diff --git a/examples/javaee/jms-context-injection/server/standalone/configuration/logging.properties b/examples/javaee/jms-context-injection/server/standalone/configuration/logging.properties index 8a011f0..3fa31b0 100644 --- a/examples/javaee/jms-context-injection/server/standalone/configuration/logging.properties +++ b/examples/javaee/jms-context-injection/server/standalone/configuration/logging.properties @@ -1,23 +1,18 @@ # -# JBoss, Home of Professional Open Source. -# Copyright 2010, Red Hat, Inc., and individual contributors -# as indicated by the @author tags. See the copyright.txt file in the -# distribution for a full listing of individual contributors. +# 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 # -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 2.1 of -# the License, or (at your option) any later version. +# http://www.apache.org/licenses/LICENSE-2.0 # -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. +# 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. # # Additional logger names to configure (root logger is always configured) http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/jms-context-injection/src/main/java/org/apache/activemq/javaee/example/JmsContextInjectionClientExample.java ---------------------------------------------------------------------- diff --git a/examples/javaee/jms-context-injection/src/main/java/org/apache/activemq/javaee/example/JmsContextInjectionClientExample.java b/examples/javaee/jms-context-injection/src/main/java/org/apache/activemq/javaee/example/JmsContextInjectionClientExample.java index 85efbea..67484d3 100644 --- a/examples/javaee/jms-context-injection/src/main/java/org/apache/activemq/javaee/example/JmsContextInjectionClientExample.java +++ b/examples/javaee/jms-context-injection/src/main/java/org/apache/activemq/javaee/example/JmsContextInjectionClientExample.java @@ -1,14 +1,18 @@ -/* - * Copyright 2005-2014 Red Hat, Inc. - * Red Hat 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 +/** + * 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. + * 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.activemq.javaee.example; http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/jms-context-injection/src/main/java/org/apache/activemq/javaee/example/server/JmsContextInjectionExample.java ---------------------------------------------------------------------- diff --git a/examples/javaee/jms-context-injection/src/main/java/org/apache/activemq/javaee/example/server/JmsContextInjectionExample.java b/examples/javaee/jms-context-injection/src/main/java/org/apache/activemq/javaee/example/server/JmsContextInjectionExample.java index ae2eaa1..20b574a 100644 --- a/examples/javaee/jms-context-injection/src/main/java/org/apache/activemq/javaee/example/server/JmsContextInjectionExample.java +++ b/examples/javaee/jms-context-injection/src/main/java/org/apache/activemq/javaee/example/server/JmsContextInjectionExample.java @@ -1,14 +1,18 @@ -/* - * Copyright 2005-2014 Red Hat, Inc. - * Red Hat 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 +/** + * 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. + * 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.activemq.javaee.example.server; http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/jms-context-injection/src/test/java/org/apache/activemq/javaee/examples/JmsContextInjectionRunnerTest.java ---------------------------------------------------------------------- diff --git a/examples/javaee/jms-context-injection/src/test/java/org/apache/activemq/javaee/examples/JmsContextInjectionRunnerTest.java b/examples/javaee/jms-context-injection/src/test/java/org/apache/activemq/javaee/examples/JmsContextInjectionRunnerTest.java index 0e9e029..505116a 100644 --- a/examples/javaee/jms-context-injection/src/test/java/org/apache/activemq/javaee/examples/JmsContextInjectionRunnerTest.java +++ b/examples/javaee/jms-context-injection/src/test/java/org/apache/activemq/javaee/examples/JmsContextInjectionRunnerTest.java @@ -1,16 +1,19 @@ -/* - * Copyright 2005-2014 Red Hat, Inc. - * Red Hat 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 +/** + * 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. + * 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.activemq.javaee.examples; import org.apache.activemq.javaee.example.JmsContextInjectionClientExample; http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/mdb-bmt/server/standalone/configuration/logging.properties ---------------------------------------------------------------------- diff --git a/examples/javaee/mdb-bmt/server/standalone/configuration/logging.properties b/examples/javaee/mdb-bmt/server/standalone/configuration/logging.properties index 8a011f0..3fa31b0 100644 --- a/examples/javaee/mdb-bmt/server/standalone/configuration/logging.properties +++ b/examples/javaee/mdb-bmt/server/standalone/configuration/logging.properties @@ -1,23 +1,18 @@ # -# JBoss, Home of Professional Open Source. -# Copyright 2010, Red Hat, Inc., and individual contributors -# as indicated by the @author tags. See the copyright.txt file in the -# distribution for a full listing of individual contributors. +# 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 # -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 2.1 of -# the License, or (at your option) any later version. +# http://www.apache.org/licenses/LICENSE-2.0 # -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. +# 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. # # Additional logger names to configure (root logger is always configured) http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/mdb-bmt/src/main/java/org/apache/activemq/javaee/example/MDB_BMTClientExample.java ---------------------------------------------------------------------- diff --git a/examples/javaee/mdb-bmt/src/main/java/org/apache/activemq/javaee/example/MDB_BMTClientExample.java b/examples/javaee/mdb-bmt/src/main/java/org/apache/activemq/javaee/example/MDB_BMTClientExample.java index c90bb5e..926b2fd 100644 --- a/examples/javaee/mdb-bmt/src/main/java/org/apache/activemq/javaee/example/MDB_BMTClientExample.java +++ b/examples/javaee/mdb-bmt/src/main/java/org/apache/activemq/javaee/example/MDB_BMTClientExample.java @@ -1,14 +1,18 @@ -/* - * Copyright 2005-2014 Red Hat, Inc. - * Red Hat 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 +/** + * 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. + * 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.activemq.javaee.example; http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/mdb-bmt/src/main/java/org/apache/activemq/javaee/example/server/MDB_BMTExample.java ---------------------------------------------------------------------- diff --git a/examples/javaee/mdb-bmt/src/main/java/org/apache/activemq/javaee/example/server/MDB_BMTExample.java b/examples/javaee/mdb-bmt/src/main/java/org/apache/activemq/javaee/example/server/MDB_BMTExample.java index fde91c5..3709354 100644 --- a/examples/javaee/mdb-bmt/src/main/java/org/apache/activemq/javaee/example/server/MDB_BMTExample.java +++ b/examples/javaee/mdb-bmt/src/main/java/org/apache/activemq/javaee/example/server/MDB_BMTExample.java @@ -1,14 +1,18 @@ -/* - * Copyright 2005-2014 Red Hat, Inc. - * Red Hat 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 +/** + * 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. + * 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.activemq.javaee.example.server; http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/mdb-bmt/src/test/java/org/apache/activemq/javaee/example/server/ExampleRunnerTest.java ---------------------------------------------------------------------- diff --git a/examples/javaee/mdb-bmt/src/test/java/org/apache/activemq/javaee/example/server/ExampleRunnerTest.java b/examples/javaee/mdb-bmt/src/test/java/org/apache/activemq/javaee/example/server/ExampleRunnerTest.java index f51f484..ae1855a 100644 --- a/examples/javaee/mdb-bmt/src/test/java/org/apache/activemq/javaee/example/server/ExampleRunnerTest.java +++ b/examples/javaee/mdb-bmt/src/test/java/org/apache/activemq/javaee/example/server/ExampleRunnerTest.java @@ -1,14 +1,18 @@ -/* - * Copyright 2005-2014 Red Hat, Inc. - * Red Hat 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 +/** + * 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. + * 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.activemq.javaee.example.server; http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/mdb-cmt-setrollbackonly-with-dlq/server/standalone/configuration/logging.properties ---------------------------------------------------------------------- diff --git a/examples/javaee/mdb-cmt-setrollbackonly-with-dlq/server/standalone/configuration/logging.properties b/examples/javaee/mdb-cmt-setrollbackonly-with-dlq/server/standalone/configuration/logging.properties index 8a011f0..3fa31b0 100644 --- a/examples/javaee/mdb-cmt-setrollbackonly-with-dlq/server/standalone/configuration/logging.properties +++ b/examples/javaee/mdb-cmt-setrollbackonly-with-dlq/server/standalone/configuration/logging.properties @@ -1,23 +1,18 @@ # -# JBoss, Home of Professional Open Source. -# Copyright 2010, Red Hat, Inc., and individual contributors -# as indicated by the @author tags. See the copyright.txt file in the -# distribution for a full listing of individual contributors. +# 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 # -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 2.1 of -# the License, or (at your option) any later version. +# http://www.apache.org/licenses/LICENSE-2.0 # -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. +# 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. # # Additional logger names to configure (root logger is always configured) http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/mdb-cmt-setrollbackonly-with-dlq/src/main/java/org/apache/activemq/javaee/example/MDB_CMT_SetRollbackOnlyWithDLQClientExample.java ---------------------------------------------------------------------- diff --git a/examples/javaee/mdb-cmt-setrollbackonly-with-dlq/src/main/java/org/apache/activemq/javaee/example/MDB_CMT_SetRollbackOnlyWithDLQClientExample.java b/examples/javaee/mdb-cmt-setrollbackonly-with-dlq/src/main/java/org/apache/activemq/javaee/example/MDB_CMT_SetRollbackOnlyWithDLQClientExample.java index 32641cb..cd021f3 100644 --- a/examples/javaee/mdb-cmt-setrollbackonly-with-dlq/src/main/java/org/apache/activemq/javaee/example/MDB_CMT_SetRollbackOnlyWithDLQClientExample.java +++ b/examples/javaee/mdb-cmt-setrollbackonly-with-dlq/src/main/java/org/apache/activemq/javaee/example/MDB_CMT_SetRollbackOnlyWithDLQClientExample.java @@ -1,14 +1,18 @@ -/* - * Copyright 2005-2014 Red Hat, Inc. - * Red Hat 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 +/** + * 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. + * 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.activemq.javaee.example; http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/mdb-cmt-setrollbackonly-with-dlq/src/main/java/org/apache/activemq/javaee/example/server/MDB_CMT_SetRollbackOnlyWithDLQExample.java ---------------------------------------------------------------------- diff --git a/examples/javaee/mdb-cmt-setrollbackonly-with-dlq/src/main/java/org/apache/activemq/javaee/example/server/MDB_CMT_SetRollbackOnlyWithDLQExample.java b/examples/javaee/mdb-cmt-setrollbackonly-with-dlq/src/main/java/org/apache/activemq/javaee/example/server/MDB_CMT_SetRollbackOnlyWithDLQExample.java index d9588a7..0958fae 100644 --- a/examples/javaee/mdb-cmt-setrollbackonly-with-dlq/src/main/java/org/apache/activemq/javaee/example/server/MDB_CMT_SetRollbackOnlyWithDLQExample.java +++ b/examples/javaee/mdb-cmt-setrollbackonly-with-dlq/src/main/java/org/apache/activemq/javaee/example/server/MDB_CMT_SetRollbackOnlyWithDLQExample.java @@ -1,14 +1,18 @@ -/* - * Copyright 2005-2014 Red Hat, Inc. - * Red Hat 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 +/** + * 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. + * 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.activemq.javaee.example.server; http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/mdb-cmt-setrollbackonly-with-dlq/src/test/java/org/apache/activemq/javaee/example/MDBCMTSetRollbackOnlyWithDLQRunnerTest.java ---------------------------------------------------------------------- diff --git a/examples/javaee/mdb-cmt-setrollbackonly-with-dlq/src/test/java/org/apache/activemq/javaee/example/MDBCMTSetRollbackOnlyWithDLQRunnerTest.java b/examples/javaee/mdb-cmt-setrollbackonly-with-dlq/src/test/java/org/apache/activemq/javaee/example/MDBCMTSetRollbackOnlyWithDLQRunnerTest.java index 67b2c13..48e8346 100644 --- a/examples/javaee/mdb-cmt-setrollbackonly-with-dlq/src/test/java/org/apache/activemq/javaee/example/MDBCMTSetRollbackOnlyWithDLQRunnerTest.java +++ b/examples/javaee/mdb-cmt-setrollbackonly-with-dlq/src/test/java/org/apache/activemq/javaee/example/MDBCMTSetRollbackOnlyWithDLQRunnerTest.java @@ -1,14 +1,18 @@ -/* - * Copyright 2005-2014 Red Hat, Inc. - * Red Hat 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 +/** + * 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. + * 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.activemq.javaee.example; http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/mdb-cmt-setrollbackonly/server/standalone/configuration/logging.properties ---------------------------------------------------------------------- diff --git a/examples/javaee/mdb-cmt-setrollbackonly/server/standalone/configuration/logging.properties b/examples/javaee/mdb-cmt-setrollbackonly/server/standalone/configuration/logging.properties index 8a011f0..3fa31b0 100644 --- a/examples/javaee/mdb-cmt-setrollbackonly/server/standalone/configuration/logging.properties +++ b/examples/javaee/mdb-cmt-setrollbackonly/server/standalone/configuration/logging.properties @@ -1,23 +1,18 @@ # -# JBoss, Home of Professional Open Source. -# Copyright 2010, Red Hat, Inc., and individual contributors -# as indicated by the @author tags. See the copyright.txt file in the -# distribution for a full listing of individual contributors. +# 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 # -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 2.1 of -# the License, or (at your option) any later version. +# http://www.apache.org/licenses/LICENSE-2.0 # -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. +# 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. # # Additional logger names to configure (root logger is always configured) http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/mdb-cmt-setrollbackonly/src/main/java/org/apache/activemq/javaee/example/MDB_CMT_SetRollbackOnlyClientExample.java ---------------------------------------------------------------------- diff --git a/examples/javaee/mdb-cmt-setrollbackonly/src/main/java/org/apache/activemq/javaee/example/MDB_CMT_SetRollbackOnlyClientExample.java b/examples/javaee/mdb-cmt-setrollbackonly/src/main/java/org/apache/activemq/javaee/example/MDB_CMT_SetRollbackOnlyClientExample.java index 1d3ca62..c0de253 100644 --- a/examples/javaee/mdb-cmt-setrollbackonly/src/main/java/org/apache/activemq/javaee/example/MDB_CMT_SetRollbackOnlyClientExample.java +++ b/examples/javaee/mdb-cmt-setrollbackonly/src/main/java/org/apache/activemq/javaee/example/MDB_CMT_SetRollbackOnlyClientExample.java @@ -1,14 +1,18 @@ -/* - * Copyright 2005-2014 Red Hat, Inc. - * Red Hat 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 +/** + * 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. + * 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.activemq.javaee.example; http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/mdb-cmt-setrollbackonly/src/main/java/org/apache/activemq/javaee/example/server/MDB_CMT_SetRollbackOnlyExample.java ---------------------------------------------------------------------- diff --git a/examples/javaee/mdb-cmt-setrollbackonly/src/main/java/org/apache/activemq/javaee/example/server/MDB_CMT_SetRollbackOnlyExample.java b/examples/javaee/mdb-cmt-setrollbackonly/src/main/java/org/apache/activemq/javaee/example/server/MDB_CMT_SetRollbackOnlyExample.java index 9c114dd..d083024 100644 --- a/examples/javaee/mdb-cmt-setrollbackonly/src/main/java/org/apache/activemq/javaee/example/server/MDB_CMT_SetRollbackOnlyExample.java +++ b/examples/javaee/mdb-cmt-setrollbackonly/src/main/java/org/apache/activemq/javaee/example/server/MDB_CMT_SetRollbackOnlyExample.java @@ -1,14 +1,18 @@ -/* - * Copyright 2005-2014 Red Hat, Inc. - * Red Hat 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 +/** + * 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. + * 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.activemq.javaee.example.server; http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/mdb-cmt-setrollbackonly/src/test/java/org/apache/activemq/javaee/example/MDBCMTSetRollbackOnlyRunnerTest.java ---------------------------------------------------------------------- diff --git a/examples/javaee/mdb-cmt-setrollbackonly/src/test/java/org/apache/activemq/javaee/example/MDBCMTSetRollbackOnlyRunnerTest.java b/examples/javaee/mdb-cmt-setrollbackonly/src/test/java/org/apache/activemq/javaee/example/MDBCMTSetRollbackOnlyRunnerTest.java index dfb9a50..604b156 100644 --- a/examples/javaee/mdb-cmt-setrollbackonly/src/test/java/org/apache/activemq/javaee/example/MDBCMTSetRollbackOnlyRunnerTest.java +++ b/examples/javaee/mdb-cmt-setrollbackonly/src/test/java/org/apache/activemq/javaee/example/MDBCMTSetRollbackOnlyRunnerTest.java @@ -1,14 +1,18 @@ -/* - * Copyright 2005-2014 Red Hat, Inc. - * Red Hat 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 +/** + * 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. + * 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.activemq.javaee.example; http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/mdb-cmt-tx-local/server/standalone/configuration/logging.properties ---------------------------------------------------------------------- diff --git a/examples/javaee/mdb-cmt-tx-local/server/standalone/configuration/logging.properties b/examples/javaee/mdb-cmt-tx-local/server/standalone/configuration/logging.properties index 8a011f0..3fa31b0 100644 --- a/examples/javaee/mdb-cmt-tx-local/server/standalone/configuration/logging.properties +++ b/examples/javaee/mdb-cmt-tx-local/server/standalone/configuration/logging.properties @@ -1,23 +1,18 @@ # -# JBoss, Home of Professional Open Source. -# Copyright 2010, Red Hat, Inc., and individual contributors -# as indicated by the @author tags. See the copyright.txt file in the -# distribution for a full listing of individual contributors. +# 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 # -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 2.1 of -# the License, or (at your option) any later version. +# http://www.apache.org/licenses/LICENSE-2.0 # -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. +# 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. # # Additional logger names to configure (root logger is always configured) http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/mdb-cmt-tx-local/src/main/java/org/apache/activemq/javaee/example/MDB_CMT_TxLocalClientExample.java ---------------------------------------------------------------------- diff --git a/examples/javaee/mdb-cmt-tx-local/src/main/java/org/apache/activemq/javaee/example/MDB_CMT_TxLocalClientExample.java b/examples/javaee/mdb-cmt-tx-local/src/main/java/org/apache/activemq/javaee/example/MDB_CMT_TxLocalClientExample.java index 4d841a5..57e603b 100644 --- a/examples/javaee/mdb-cmt-tx-local/src/main/java/org/apache/activemq/javaee/example/MDB_CMT_TxLocalClientExample.java +++ b/examples/javaee/mdb-cmt-tx-local/src/main/java/org/apache/activemq/javaee/example/MDB_CMT_TxLocalClientExample.java @@ -1,14 +1,18 @@ -/* - * Copyright 2005-2014 Red Hat, Inc. - * Red Hat 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 +/** + * 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. + * 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.activemq.javaee.example; http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/mdb-cmt-tx-local/src/main/java/org/apache/activemq/javaee/example/server/MDB_CMT_TxLocalExample.java ---------------------------------------------------------------------- diff --git a/examples/javaee/mdb-cmt-tx-local/src/main/java/org/apache/activemq/javaee/example/server/MDB_CMT_TxLocalExample.java b/examples/javaee/mdb-cmt-tx-local/src/main/java/org/apache/activemq/javaee/example/server/MDB_CMT_TxLocalExample.java index 7c66c23..9372a45 100644 --- a/examples/javaee/mdb-cmt-tx-local/src/main/java/org/apache/activemq/javaee/example/server/MDB_CMT_TxLocalExample.java +++ b/examples/javaee/mdb-cmt-tx-local/src/main/java/org/apache/activemq/javaee/example/server/MDB_CMT_TxLocalExample.java @@ -1,14 +1,18 @@ -/* - * Copyright 2005-2014 Red Hat, Inc. - * Red Hat 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 +/** + * 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. + * 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.activemq.javaee.example.server; http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/mdb-cmt-tx-local/src/test/java/org/apache/activemq/javaee/example/MDBCMTSetLocalTXRunnerTest.java ---------------------------------------------------------------------- diff --git a/examples/javaee/mdb-cmt-tx-local/src/test/java/org/apache/activemq/javaee/example/MDBCMTSetLocalTXRunnerTest.java b/examples/javaee/mdb-cmt-tx-local/src/test/java/org/apache/activemq/javaee/example/MDBCMTSetLocalTXRunnerTest.java index 10c4431..a8e6e6c 100644 --- a/examples/javaee/mdb-cmt-tx-local/src/test/java/org/apache/activemq/javaee/example/MDBCMTSetLocalTXRunnerTest.java +++ b/examples/javaee/mdb-cmt-tx-local/src/test/java/org/apache/activemq/javaee/example/MDBCMTSetLocalTXRunnerTest.java @@ -1,16 +1,19 @@ -/* - * Copyright 2005-2014 Red Hat, Inc. - * Red Hat 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 +/** + * 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. + * 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.activemq.javaee.example; import org.apache.activemq.javaee.example.server.MDB_CMT_TxLocalExample; http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/mdb-cmt-tx-not-supported/server/standalone/configuration/logging.properties ---------------------------------------------------------------------- diff --git a/examples/javaee/mdb-cmt-tx-not-supported/server/standalone/configuration/logging.properties b/examples/javaee/mdb-cmt-tx-not-supported/server/standalone/configuration/logging.properties index 8a011f0..3fa31b0 100644 --- a/examples/javaee/mdb-cmt-tx-not-supported/server/standalone/configuration/logging.properties +++ b/examples/javaee/mdb-cmt-tx-not-supported/server/standalone/configuration/logging.properties @@ -1,23 +1,18 @@ # -# JBoss, Home of Professional Open Source. -# Copyright 2010, Red Hat, Inc., and individual contributors -# as indicated by the @author tags. See the copyright.txt file in the -# distribution for a full listing of individual contributors. +# 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 # -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 2.1 of -# the License, or (at your option) any later version. +# http://www.apache.org/licenses/LICENSE-2.0 # -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. +# 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. # # Additional logger names to configure (root logger is always configured) http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/mdb-cmt-tx-not-supported/src/main/java/org/apache/activemq/javaee/example/MDB_CMT_TxNotSupportedClientExample.java ---------------------------------------------------------------------- diff --git a/examples/javaee/mdb-cmt-tx-not-supported/src/main/java/org/apache/activemq/javaee/example/MDB_CMT_TxNotSupportedClientExample.java b/examples/javaee/mdb-cmt-tx-not-supported/src/main/java/org/apache/activemq/javaee/example/MDB_CMT_TxNotSupportedClientExample.java index 96c0a80..72efc1d 100644 --- a/examples/javaee/mdb-cmt-tx-not-supported/src/main/java/org/apache/activemq/javaee/example/MDB_CMT_TxNotSupportedClientExample.java +++ b/examples/javaee/mdb-cmt-tx-not-supported/src/main/java/org/apache/activemq/javaee/example/MDB_CMT_TxNotSupportedClientExample.java @@ -1,14 +1,18 @@ -/* - * Copyright 2005-2014 Red Hat, Inc. - * Red Hat 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 +/** + * 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. + * 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.activemq.javaee.example; http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/mdb-cmt-tx-not-supported/src/main/java/org/apache/activemq/javaee/example/server/MDB_CMT_TxNotSupported.java ---------------------------------------------------------------------- diff --git a/examples/javaee/mdb-cmt-tx-not-supported/src/main/java/org/apache/activemq/javaee/example/server/MDB_CMT_TxNotSupported.java b/examples/javaee/mdb-cmt-tx-not-supported/src/main/java/org/apache/activemq/javaee/example/server/MDB_CMT_TxNotSupported.java index 9d2d699..77d3a64 100644 --- a/examples/javaee/mdb-cmt-tx-not-supported/src/main/java/org/apache/activemq/javaee/example/server/MDB_CMT_TxNotSupported.java +++ b/examples/javaee/mdb-cmt-tx-not-supported/src/main/java/org/apache/activemq/javaee/example/server/MDB_CMT_TxNotSupported.java @@ -1,14 +1,18 @@ -/* - * Copyright 2005-2014 Red Hat, Inc. - * Red Hat 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 +/** + * 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. + * 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.activemq.javaee.example.server; http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/mdb-cmt-tx-not-supported/src/test/java/org/apache/activemq/javaee/example/MDBCMTSetTXNotSupportedRunnerTest.java ---------------------------------------------------------------------- diff --git a/examples/javaee/mdb-cmt-tx-not-supported/src/test/java/org/apache/activemq/javaee/example/MDBCMTSetTXNotSupportedRunnerTest.java b/examples/javaee/mdb-cmt-tx-not-supported/src/test/java/org/apache/activemq/javaee/example/MDBCMTSetTXNotSupportedRunnerTest.java index cd2c113..e8ca00f 100644 --- a/examples/javaee/mdb-cmt-tx-not-supported/src/test/java/org/apache/activemq/javaee/example/MDBCMTSetTXNotSupportedRunnerTest.java +++ b/examples/javaee/mdb-cmt-tx-not-supported/src/test/java/org/apache/activemq/javaee/example/MDBCMTSetTXNotSupportedRunnerTest.java @@ -1,16 +1,19 @@ -/* - * Copyright 2005-2014 Red Hat, Inc. - * Red Hat 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 +/** + * 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. + * 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.activemq.javaee.example; import org.apache.activemq.javaee.example.server.MDB_CMT_TxNotSupported; http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/mdb-cmt-tx-required/server/standalone/configuration/logging.properties ---------------------------------------------------------------------- diff --git a/examples/javaee/mdb-cmt-tx-required/server/standalone/configuration/logging.properties b/examples/javaee/mdb-cmt-tx-required/server/standalone/configuration/logging.properties index 8a011f0..3fa31b0 100644 --- a/examples/javaee/mdb-cmt-tx-required/server/standalone/configuration/logging.properties +++ b/examples/javaee/mdb-cmt-tx-required/server/standalone/configuration/logging.properties @@ -1,23 +1,18 @@ # -# JBoss, Home of Professional Open Source. -# Copyright 2010, Red Hat, Inc., and individual contributors -# as indicated by the @author tags. See the copyright.txt file in the -# distribution for a full listing of individual contributors. +# 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 # -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 2.1 of -# the License, or (at your option) any later version. +# http://www.apache.org/licenses/LICENSE-2.0 # -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. +# 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. # # Additional logger names to configure (root logger is always configured) http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/examples/javaee/mdb-cmt-tx-required/src/main/java/org/apache/activemq/javaee/example/MDB_CMT_TxRequiredClientExample.java ---------------------------------------------------------------------- diff --git a/examples/javaee/mdb-cmt-tx-required/src/main/java/org/apache/activemq/javaee/example/MDB_CMT_TxRequiredClientExample.java b/examples/javaee/mdb-cmt-tx-required/src/main/java/org/apache/activemq/javaee/example/MDB_CMT_TxRequiredClientExample.java index 1111e18..c2ffa27 100644 --- a/examples/javaee/mdb-cmt-tx-required/src/main/java/org/apache/activemq/javaee/example/MDB_CMT_TxRequiredClientExample.java +++ b/examples/javaee/mdb-cmt-tx-required/src/main/java/org/apache/activemq/javaee/example/MDB_CMT_TxRequiredClientExample.java @@ -1,14 +1,18 @@ -/* - * Copyright 2005-2014 Red Hat, Inc. - * Red Hat 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 +/** + * 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. + * 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.activemq.javaee.example;
