From ff9aae69f9da93e2b7500557649a512dddb94dca Mon Sep 17 00:00:00 2001 From: Timothy Bish Date: Wed, 5 Aug 2015 11:38:54 -0400 Subject: [PATCH] https://issues.apache.org/jira/browse/AMQ-5876 Add missing license headers to the properties files. --- .../test/resources/cert-users-LARGE.properties | 17 +++++++++++++++++ .../test/resources/cert-users-SMALL.properties | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/activemq-unit-tests/src/test/resources/cert-users-LARGE.properties b/activemq-unit-tests/src/test/resources/cert-users-LARGE.properties index 0a72b2aa1b..273db8bce2 100644 --- a/activemq-unit-tests/src/test/resources/cert-users-LARGE.properties +++ b/activemq-unit-tests/src/test/resources/cert-users-LARGE.properties @@ -1,3 +1,20 @@ +## --------------------------------------------------------------------------- +## 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. +## --------------------------------------------------------------------------- + 1CN=TEST0000001, OU=TEST, O=TEST TEST TEST1 TEST TEST TEST TEST TEST TEST, L=TEST, ST=TEST, C=GB 2CN=TEST0000001, OU=TEST, O=TEST TEST TEST2 TEST TEST TEST TEST TEST TEST, L=TEST, ST=TEST, C=GB 3CN=TEST0000001, OU=TEST, O=TEST TEST TEST3 TEST TEST TEST TEST TEST TEST, L=TEST, ST=TEST, C=GB diff --git a/activemq-unit-tests/src/test/resources/cert-users-SMALL.properties b/activemq-unit-tests/src/test/resources/cert-users-SMALL.properties index 5be8b2b381..45a1cf4cee 100644 --- a/activemq-unit-tests/src/test/resources/cert-users-SMALL.properties +++ b/activemq-unit-tests/src/test/resources/cert-users-SMALL.properties @@ -1,3 +1,20 @@ +## --------------------------------------------------------------------------- +## 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. +## --------------------------------------------------------------------------- + 1CN=TEST0000001, OU=TEST, O=TEST TEST TEST1 TEST TEST TEST TEST TEST TEST, L=TEST, ST=TEST, C=GB 2CN=TEST0000001, OU=TEST, O=TEST TEST TEST2 TEST TEST TEST TEST TEST TEST, L=TEST, ST=TEST, C=GB 3CN=TEST0000001, OU=TEST, O=TEST TEST TEST3 TEST TEST TEST TEST TEST TEST, L=TEST, ST=TEST, C=GB