From 803c42d4da1a610bfb4c10c9fe0fc81c40dcc829 Mon Sep 17 00:00:00 2001 From: "Hiram R. Chirino" Date: Tue, 6 Nov 2012 22:10:28 +0000 Subject: [PATCH] Add missing lic headers for extracted interfaces. git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1406374 13f79535-47bb-0310-9956-ffa450edef68 --- .../broker/scheduler/JobSchedulerStore.java | 16 ++++++++++++++++ .../apache/activemq/store/JournaledStore.java | 16 ++++++++++++++++ .../java/org/apache/activemq/store/PList.java | 16 ++++++++++++++++ .../org/apache/activemq/store/PListStore.java | 16 ++++++++++++++++ 4 files changed, 64 insertions(+) diff --git a/activemq-core/src/main/java/org/apache/activemq/broker/scheduler/JobSchedulerStore.java b/activemq-core/src/main/java/org/apache/activemq/broker/scheduler/JobSchedulerStore.java index 19ed89b7e3..b40a58e8c2 100644 --- a/activemq-core/src/main/java/org/apache/activemq/broker/scheduler/JobSchedulerStore.java +++ b/activemq-core/src/main/java/org/apache/activemq/broker/scheduler/JobSchedulerStore.java @@ -1,3 +1,19 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.activemq.broker.scheduler; import org.apache.activemq.Service; diff --git a/activemq-core/src/main/java/org/apache/activemq/store/JournaledStore.java b/activemq-core/src/main/java/org/apache/activemq/store/JournaledStore.java index 7ed783a046..d061c41149 100644 --- a/activemq-core/src/main/java/org/apache/activemq/store/JournaledStore.java +++ b/activemq-core/src/main/java/org/apache/activemq/store/JournaledStore.java @@ -1,3 +1,19 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.activemq.store; /** diff --git a/activemq-core/src/main/java/org/apache/activemq/store/PList.java b/activemq-core/src/main/java/org/apache/activemq/store/PList.java index cc01d7848d..ffe79def7d 100644 --- a/activemq-core/src/main/java/org/apache/activemq/store/PList.java +++ b/activemq-core/src/main/java/org/apache/activemq/store/PList.java @@ -1,3 +1,19 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.activemq.store; import org.apache.activemq.util.ByteSequence; diff --git a/activemq-core/src/main/java/org/apache/activemq/store/PListStore.java b/activemq-core/src/main/java/org/apache/activemq/store/PListStore.java index 9ca5558acc..2bc541863a 100644 --- a/activemq-core/src/main/java/org/apache/activemq/store/PListStore.java +++ b/activemq-core/src/main/java/org/apache/activemq/store/PListStore.java @@ -1,3 +1,19 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.activemq.store; import org.apache.activemq.Service;