http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/queue/QueueResource.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/QueueResource.java 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/QueueResource.java
index 1ad264d..38db269 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/QueueResource.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/QueueResource.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.rest.queue;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/queue/QueueServiceManager.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/QueueServiceManager.java
 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/QueueServiceManager.java
index 9bb8f50..aea2785 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/QueueServiceManager.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/QueueServiceManager.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.rest.queue;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/ActiveMQPushStrategy.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/ActiveMQPushStrategy.java
 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/ActiveMQPushStrategy.java
index adccf87..0b0628b 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/ActiveMQPushStrategy.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/ActiveMQPushStrategy.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.rest.queue.push;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/FilePushStore.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/FilePushStore.java
 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/FilePushStore.java
index d230e2b..1bec18b 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/FilePushStore.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/FilePushStore.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.rest.queue.push;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/PushConsumer.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/PushConsumer.java
 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/PushConsumer.java
index 432e737..a2e2082 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/PushConsumer.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/PushConsumer.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.rest.queue.push;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/PushConsumerMessageHandler.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/PushConsumerMessageHandler.java
 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/PushConsumerMessageHandler.java
index 421e554..366804c 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/PushConsumerMessageHandler.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/PushConsumerMessageHandler.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.rest.queue.push;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/PushConsumerResource.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/PushConsumerResource.java
 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/PushConsumerResource.java
index 6669a53..ed0c7d5 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/PushConsumerResource.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/PushConsumerResource.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.rest.queue.push;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/PushStore.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/PushStore.java
 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/PushStore.java
index e3b6e28..1715a4f 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/PushStore.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/PushStore.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.rest.queue.push;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/PushStrategy.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/PushStrategy.java
 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/PushStrategy.java
index e58a4f6..2c36189 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/PushStrategy.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/PushStrategy.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.rest.queue.push;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/UriStrategy.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/UriStrategy.java
 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/UriStrategy.java
index 82fe8e1..cfb1470 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/UriStrategy.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/UriStrategy.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.rest.queue.push;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/UriTemplateStrategy.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/UriTemplateStrategy.java
 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/UriTemplateStrategy.java
index cffd0f2..91ed14f 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/UriTemplateStrategy.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/UriTemplateStrategy.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.rest.queue.push;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/Authentication.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/Authentication.java
 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/Authentication.java
index 21ba505..304f40b 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/Authentication.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/Authentication.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.rest.queue.push.xml;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/AuthenticationType.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/AuthenticationType.java
 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/AuthenticationType.java
index 7a8b910..bae9c80 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/AuthenticationType.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/AuthenticationType.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.rest.queue.push.xml;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/BasicAuth.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/BasicAuth.java
 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/BasicAuth.java
index 4e969ac..818ba7a 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/BasicAuth.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/BasicAuth.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.rest.queue.push.xml;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/DigestAuth.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/DigestAuth.java
 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/DigestAuth.java
index 0e7fee2..deb8237 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/DigestAuth.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/DigestAuth.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.rest.queue.push.xml;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/PushRegistration.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/PushRegistration.java
 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/PushRegistration.java
index d1e63ad..58ded3b 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/PushRegistration.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/PushRegistration.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.rest.queue.push.xml;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/XmlHttpHeader.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/XmlHttpHeader.java
 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/XmlHttpHeader.java
index 39d937b..a1242c4 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/XmlHttpHeader.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/XmlHttpHeader.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.rest.queue.push.xml;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/XmlLink.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/XmlLink.java
 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/XmlLink.java
index 993a6a0..3ed64b7 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/XmlLink.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/queue/push/xml/XmlLink.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.rest.queue.push.xml;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/topic/AcknowledgedSubscriptionResource.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/topic/AcknowledgedSubscriptionResource.java
 
b/activemq-rest/src/main/java/org/apache/activemq/rest/topic/AcknowledgedSubscriptionResource.java
index e8b8fc4..d007ec5 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/topic/AcknowledgedSubscriptionResource.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/topic/AcknowledgedSubscriptionResource.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.rest.topic;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/topic/FileTopicPushStore.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/topic/FileTopicPushStore.java
 
b/activemq-rest/src/main/java/org/apache/activemq/rest/topic/FileTopicPushStore.java
index 430881c..6ae0445 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/topic/FileTopicPushStore.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/topic/FileTopicPushStore.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.rest.topic;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/topic/PushSubscription.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/topic/PushSubscription.java
 
b/activemq-rest/src/main/java/org/apache/activemq/rest/topic/PushSubscription.java
index cf4d672..9a34af8 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/topic/PushSubscription.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/topic/PushSubscription.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.rest.topic;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/topic/PushSubscriptionsResource.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/topic/PushSubscriptionsResource.java
 
b/activemq-rest/src/main/java/org/apache/activemq/rest/topic/PushSubscriptionsResource.java
index a376100..64fb1c8 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/topic/PushSubscriptionsResource.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/topic/PushSubscriptionsResource.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.rest.topic;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/topic/PushTopicRegistration.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/topic/PushTopicRegistration.java
 
b/activemq-rest/src/main/java/org/apache/activemq/rest/topic/PushTopicRegistration.java
index 5d850ea..30f5914 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/topic/PushTopicRegistration.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/topic/PushTopicRegistration.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.rest.topic;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/topic/Subscription.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/topic/Subscription.java 
b/activemq-rest/src/main/java/org/apache/activemq/rest/topic/Subscription.java
index 08820fa..4381c20 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/topic/Subscription.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/topic/Subscription.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.rest.topic;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/topic/SubscriptionResource.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/topic/SubscriptionResource.java
 
b/activemq-rest/src/main/java/org/apache/activemq/rest/topic/SubscriptionResource.java
index 5ecb410..b705bb2 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/topic/SubscriptionResource.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/topic/SubscriptionResource.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.rest.topic;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/topic/SubscriptionsResource.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/topic/SubscriptionsResource.java
 
b/activemq-rest/src/main/java/org/apache/activemq/rest/topic/SubscriptionsResource.java
index 53a2eee..13e6e80 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/topic/SubscriptionsResource.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/topic/SubscriptionsResource.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.rest.topic;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/topic/TopicDeployment.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/topic/TopicDeployment.java
 
b/activemq-rest/src/main/java/org/apache/activemq/rest/topic/TopicDeployment.java
index 146f87a..5070f2b 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/topic/TopicDeployment.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/topic/TopicDeployment.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.rest.topic;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/topic/TopicDestinationsResource.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/topic/TopicDestinationsResource.java
 
b/activemq-rest/src/main/java/org/apache/activemq/rest/topic/TopicDestinationsResource.java
index 80499fd..fa3415b 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/topic/TopicDestinationsResource.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/topic/TopicDestinationsResource.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.rest.topic;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/topic/TopicPushStore.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/topic/TopicPushStore.java
 
b/activemq-rest/src/main/java/org/apache/activemq/rest/topic/TopicPushStore.java
index 285fc2a..9699ebd 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/topic/TopicPushStore.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/topic/TopicPushStore.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.rest.topic;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/topic/TopicResource.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/topic/TopicResource.java 
b/activemq-rest/src/main/java/org/apache/activemq/rest/topic/TopicResource.java
index c5ef33f..e730326 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/topic/TopicResource.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/topic/TopicResource.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.rest.topic;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/topic/TopicServiceManager.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/topic/TopicServiceManager.java
 
b/activemq-rest/src/main/java/org/apache/activemq/rest/topic/TopicServiceManager.java
index d6f908d..dfee2fc 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/topic/TopicServiceManager.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/topic/TopicServiceManager.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.rest.topic;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/util/Constants.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/util/Constants.java 
b/activemq-rest/src/main/java/org/apache/activemq/rest/util/Constants.java
index 03ffa62..03dfd1a 100644
--- a/activemq-rest/src/main/java/org/apache/activemq/rest/util/Constants.java
+++ b/activemq-rest/src/main/java/org/apache/activemq/rest/util/Constants.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.rest.util;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/util/CustomHeaderLinkStrategy.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/util/CustomHeaderLinkStrategy.java
 
b/activemq-rest/src/main/java/org/apache/activemq/rest/util/CustomHeaderLinkStrategy.java
index e775557..7bcebba 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/util/CustomHeaderLinkStrategy.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/util/CustomHeaderLinkStrategy.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.rest.util;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/util/HttpMessageHelper.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/util/HttpMessageHelper.java
 
b/activemq-rest/src/main/java/org/apache/activemq/rest/util/HttpMessageHelper.java
index 0d12f3c..c2919f6 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/util/HttpMessageHelper.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/util/HttpMessageHelper.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.rest.util;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/util/LinkHeaderLinkStrategy.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/util/LinkHeaderLinkStrategy.java
 
b/activemq-rest/src/main/java/org/apache/activemq/rest/util/LinkHeaderLinkStrategy.java
index 7d7442e..e557922 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/util/LinkHeaderLinkStrategy.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/util/LinkHeaderLinkStrategy.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.rest.util;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/util/LinkStrategy.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/util/LinkStrategy.java 
b/activemq-rest/src/main/java/org/apache/activemq/rest/util/LinkStrategy.java
index b98d832..a54b30d 100644
--- 
a/activemq-rest/src/main/java/org/apache/activemq/rest/util/LinkStrategy.java
+++ 
b/activemq-rest/src/main/java/org/apache/activemq/rest/util/LinkStrategy.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.rest.util;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/main/java/org/apache/activemq/rest/util/TimeoutTask.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/main/java/org/apache/activemq/rest/util/TimeoutTask.java 
b/activemq-rest/src/main/java/org/apache/activemq/rest/util/TimeoutTask.java
index 363a9cf..be2266f 100644
--- a/activemq-rest/src/main/java/org/apache/activemq/rest/util/TimeoutTask.java
+++ b/activemq-rest/src/main/java/org/apache/activemq/rest/util/TimeoutTask.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.rest.util;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/test/java/org/apache/activemq/rest/test/AutoAckQueueTest.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/test/java/org/apache/activemq/rest/test/AutoAckQueueTest.java
 
b/activemq-rest/src/test/java/org/apache/activemq/rest/test/AutoAckQueueTest.java
index 4f79913..3a18c5f 100644
--- 
a/activemq-rest/src/test/java/org/apache/activemq/rest/test/AutoAckQueueTest.java
+++ 
b/activemq-rest/src/test/java/org/apache/activemq/rest/test/AutoAckQueueTest.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.rest.test;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/test/java/org/apache/activemq/rest/test/AutoAckTopicTest.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/test/java/org/apache/activemq/rest/test/AutoAckTopicTest.java
 
b/activemq-rest/src/test/java/org/apache/activemq/rest/test/AutoAckTopicTest.java
index 4f152ca..f9fd830 100644
--- 
a/activemq-rest/src/test/java/org/apache/activemq/rest/test/AutoAckTopicTest.java
+++ 
b/activemq-rest/src/test/java/org/apache/activemq/rest/test/AutoAckTopicTest.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.rest.test;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/test/java/org/apache/activemq/rest/test/ClientAckQueueTest.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/test/java/org/apache/activemq/rest/test/ClientAckQueueTest.java
 
b/activemq-rest/src/test/java/org/apache/activemq/rest/test/ClientAckQueueTest.java
index 396722d..b860420 100644
--- 
a/activemq-rest/src/test/java/org/apache/activemq/rest/test/ClientAckQueueTest.java
+++ 
b/activemq-rest/src/test/java/org/apache/activemq/rest/test/ClientAckQueueTest.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.rest.test;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/test/java/org/apache/activemq/rest/test/ClientAckTopicTest.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/test/java/org/apache/activemq/rest/test/ClientAckTopicTest.java
 
b/activemq-rest/src/test/java/org/apache/activemq/rest/test/ClientAckTopicTest.java
index 78ce5bf..f8b3600 100644
--- 
a/activemq-rest/src/test/java/org/apache/activemq/rest/test/ClientAckTopicTest.java
+++ 
b/activemq-rest/src/test/java/org/apache/activemq/rest/test/ClientAckTopicTest.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.rest.test;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/test/java/org/apache/activemq/rest/test/CreateDestinationTest.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/test/java/org/apache/activemq/rest/test/CreateDestinationTest.java
 
b/activemq-rest/src/test/java/org/apache/activemq/rest/test/CreateDestinationTest.java
index 5692f9c..47788c9 100644
--- 
a/activemq-rest/src/test/java/org/apache/activemq/rest/test/CreateDestinationTest.java
+++ 
b/activemq-rest/src/test/java/org/apache/activemq/rest/test/CreateDestinationTest.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.rest.test;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/test/java/org/apache/activemq/rest/test/DupQueueTest.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/test/java/org/apache/activemq/rest/test/DupQueueTest.java 
b/activemq-rest/src/test/java/org/apache/activemq/rest/test/DupQueueTest.java
index 35c316c..1455c47 100644
--- 
a/activemq-rest/src/test/java/org/apache/activemq/rest/test/DupQueueTest.java
+++ 
b/activemq-rest/src/test/java/org/apache/activemq/rest/test/DupQueueTest.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.rest.test;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/test/java/org/apache/activemq/rest/test/Embedded.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/test/java/org/apache/activemq/rest/test/Embedded.java 
b/activemq-rest/src/test/java/org/apache/activemq/rest/test/Embedded.java
index f3fdcb4..9e9f9ff 100644
--- a/activemq-rest/src/test/java/org/apache/activemq/rest/test/Embedded.java
+++ b/activemq-rest/src/test/java/org/apache/activemq/rest/test/Embedded.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.rest.test;
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/293b242f/activemq-rest/src/test/java/org/apache/activemq/rest/test/EmbeddedTest.java
----------------------------------------------------------------------
diff --git 
a/activemq-rest/src/test/java/org/apache/activemq/rest/test/EmbeddedTest.java 
b/activemq-rest/src/test/java/org/apache/activemq/rest/test/EmbeddedTest.java
index 5b210f3..da0d9ea 100644
--- 
a/activemq-rest/src/test/java/org/apache/activemq/rest/test/EmbeddedTest.java
+++ 
b/activemq-rest/src/test/java/org/apache/activemq/rest/test/EmbeddedTest.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.rest.test;
 

Reply via email to