Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5B7E810632 for ; Wed, 23 Oct 2013 22:20:13 +0000 (UTC) Received: (qmail 49415 invoked by uid 500); 23 Oct 2013 22:20:11 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 49359 invoked by uid 500); 23 Oct 2013 22:20:11 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 49338 invoked by uid 99); 23 Oct 2013 22:20:10 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Oct 2013 22:20:10 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 6771081905E; Wed, 23 Oct 2013 22:20:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: darren@apache.org To: commits@cloudstack.apache.org Date: Wed, 23 Oct 2013 22:20:10 -0000 Message-Id: <1c4094c757294cec8feb5470d34a0ca6@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] Add missing licenses Updated Branches: refs/heads/master d1bddede4 -> 891b85d51 http://git-wip-us.apache.org/repos/asf/cloudstack/blob/891b85d5/plugins/user-authenticators/ldap/resources/META-INF/cloudstack/ldap/module.properties ---------------------------------------------------------------------- diff --git a/plugins/user-authenticators/ldap/resources/META-INF/cloudstack/ldap/module.properties b/plugins/user-authenticators/ldap/resources/META-INF/cloudstack/ldap/module.properties index b8227ce..4659ab5 100644 --- a/plugins/user-authenticators/ldap/resources/META-INF/cloudstack/ldap/module.properties +++ b/plugins/user-authenticators/ldap/resources/META-INF/cloudstack/ldap/module.properties @@ -1,2 +1,18 @@ +# 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. name=ldap parent=api \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cloudstack/blob/891b85d5/plugins/user-authenticators/md5/resources/META-INF/cloudstack/md5/module.properties ---------------------------------------------------------------------- diff --git a/plugins/user-authenticators/md5/resources/META-INF/cloudstack/md5/module.properties b/plugins/user-authenticators/md5/resources/META-INF/cloudstack/md5/module.properties index 97b5b3e..03ba739 100644 --- a/plugins/user-authenticators/md5/resources/META-INF/cloudstack/md5/module.properties +++ b/plugins/user-authenticators/md5/resources/META-INF/cloudstack/md5/module.properties @@ -1,2 +1,18 @@ +# 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. name=md5 parent=api \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cloudstack/blob/891b85d5/plugins/user-authenticators/plain-text/resources/META-INF/cloudstack/plaintext/module.properties ---------------------------------------------------------------------- diff --git a/plugins/user-authenticators/plain-text/resources/META-INF/cloudstack/plaintext/module.properties b/plugins/user-authenticators/plain-text/resources/META-INF/cloudstack/plaintext/module.properties index 34a00a4..5a29563 100644 --- a/plugins/user-authenticators/plain-text/resources/META-INF/cloudstack/plaintext/module.properties +++ b/plugins/user-authenticators/plain-text/resources/META-INF/cloudstack/plaintext/module.properties @@ -1,2 +1,18 @@ +# 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. name=plaintext parent=api \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cloudstack/blob/891b85d5/plugins/user-authenticators/sha256salted/resources/META-INF/cloudstack/sha256salted/module.properties ---------------------------------------------------------------------- diff --git a/plugins/user-authenticators/sha256salted/resources/META-INF/cloudstack/sha256salted/module.properties b/plugins/user-authenticators/sha256salted/resources/META-INF/cloudstack/sha256salted/module.properties index 4431a3d..c70a2f5 100644 --- a/plugins/user-authenticators/sha256salted/resources/META-INF/cloudstack/sha256salted/module.properties +++ b/plugins/user-authenticators/sha256salted/resources/META-INF/cloudstack/sha256salted/module.properties @@ -1,2 +1,18 @@ +# 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. name=sha256salted parent=api \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cloudstack/blob/891b85d5/server/resources/META-INF/cloudstack/server-alert-adapter-backend/module.properties ---------------------------------------------------------------------- diff --git a/server/resources/META-INF/cloudstack/server-alert-adapter-backend/module.properties b/server/resources/META-INF/cloudstack/server-alert-adapter-backend/module.properties index 37176f9..120c91d 100644 --- a/server/resources/META-INF/cloudstack/server-alert-adapter-backend/module.properties +++ b/server/resources/META-INF/cloudstack/server-alert-adapter-backend/module.properties @@ -1,2 +1,18 @@ +# 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. name=server-alert-adapter-backend parent=backend \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cloudstack/blob/891b85d5/server/resources/META-INF/cloudstack/server-alert-adapter-compute/module.properties ---------------------------------------------------------------------- diff --git a/server/resources/META-INF/cloudstack/server-alert-adapter-compute/module.properties b/server/resources/META-INF/cloudstack/server-alert-adapter-compute/module.properties index ae39622..12213f4 100644 --- a/server/resources/META-INF/cloudstack/server-alert-adapter-compute/module.properties +++ b/server/resources/META-INF/cloudstack/server-alert-adapter-compute/module.properties @@ -1,2 +1,18 @@ +# 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. name=server-alert-adapter-compute parent=compute \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cloudstack/blob/891b85d5/server/resources/META-INF/cloudstack/server-alert-adapter-storage/module.properties ---------------------------------------------------------------------- diff --git a/server/resources/META-INF/cloudstack/server-alert-adapter-storage/module.properties b/server/resources/META-INF/cloudstack/server-alert-adapter-storage/module.properties index 1175d81..c156009 100644 --- a/server/resources/META-INF/cloudstack/server-alert-adapter-storage/module.properties +++ b/server/resources/META-INF/cloudstack/server-alert-adapter-storage/module.properties @@ -1,2 +1,18 @@ +# 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. name=server-alert-adapter-storage parent=storage \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cloudstack/blob/891b85d5/server/resources/META-INF/cloudstack/server-allocator/module.properties ---------------------------------------------------------------------- diff --git a/server/resources/META-INF/cloudstack/server-allocator/module.properties b/server/resources/META-INF/cloudstack/server-allocator/module.properties index 11a66de..f69c483 100644 --- a/server/resources/META-INF/cloudstack/server-allocator/module.properties +++ b/server/resources/META-INF/cloudstack/server-allocator/module.properties @@ -1,2 +1,18 @@ +# 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. name=server-allocator parent=allocator \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cloudstack/blob/891b85d5/server/resources/META-INF/cloudstack/server-api/module.properties ---------------------------------------------------------------------- diff --git a/server/resources/META-INF/cloudstack/server-api/module.properties b/server/resources/META-INF/cloudstack/server-api/module.properties index 202dd5d..74a9c50 100644 --- a/server/resources/META-INF/cloudstack/server-api/module.properties +++ b/server/resources/META-INF/cloudstack/server-api/module.properties @@ -1,2 +1,18 @@ +# 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. name=server-api parent=api \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cloudstack/blob/891b85d5/server/resources/META-INF/cloudstack/server-compute/module.properties ---------------------------------------------------------------------- diff --git a/server/resources/META-INF/cloudstack/server-compute/module.properties b/server/resources/META-INF/cloudstack/server-compute/module.properties index 6d6737a..7b42a91 100644 --- a/server/resources/META-INF/cloudstack/server-compute/module.properties +++ b/server/resources/META-INF/cloudstack/server-compute/module.properties @@ -1,2 +1,18 @@ +# 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. name=server-compute parent=compute \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cloudstack/blob/891b85d5/server/resources/META-INF/cloudstack/server-discoverer/module.properties ---------------------------------------------------------------------- diff --git a/server/resources/META-INF/cloudstack/server-discoverer/module.properties b/server/resources/META-INF/cloudstack/server-discoverer/module.properties index 5f39c76..0c4f5e1 100644 --- a/server/resources/META-INF/cloudstack/server-discoverer/module.properties +++ b/server/resources/META-INF/cloudstack/server-discoverer/module.properties @@ -1,2 +1,18 @@ +# 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. name=server-discoverer parent=discoverer \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cloudstack/blob/891b85d5/server/resources/META-INF/cloudstack/server-fencer/module.properties ---------------------------------------------------------------------- diff --git a/server/resources/META-INF/cloudstack/server-fencer/module.properties b/server/resources/META-INF/cloudstack/server-fencer/module.properties index 547d855..b4a8684 100644 --- a/server/resources/META-INF/cloudstack/server-fencer/module.properties +++ b/server/resources/META-INF/cloudstack/server-fencer/module.properties @@ -1,2 +1,18 @@ +# 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. name=server-fencer parent=compute \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cloudstack/blob/891b85d5/server/resources/META-INF/cloudstack/server-investigator/module.properties ---------------------------------------------------------------------- diff --git a/server/resources/META-INF/cloudstack/server-investigator/module.properties b/server/resources/META-INF/cloudstack/server-investigator/module.properties index 0752ecb..85e6882 100644 --- a/server/resources/META-INF/cloudstack/server-investigator/module.properties +++ b/server/resources/META-INF/cloudstack/server-investigator/module.properties @@ -1,2 +1,18 @@ +# 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. name=server-investigator parent=compute \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cloudstack/blob/891b85d5/server/resources/META-INF/cloudstack/server-network/module.properties ---------------------------------------------------------------------- diff --git a/server/resources/META-INF/cloudstack/server-network/module.properties b/server/resources/META-INF/cloudstack/server-network/module.properties index eb5f750..95a7d1b 100644 --- a/server/resources/META-INF/cloudstack/server-network/module.properties +++ b/server/resources/META-INF/cloudstack/server-network/module.properties @@ -1,2 +1,18 @@ +# 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. name=server-network parent=network \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cloudstack/blob/891b85d5/server/resources/META-INF/cloudstack/server-planner/module.properties ---------------------------------------------------------------------- diff --git a/server/resources/META-INF/cloudstack/server-planner/module.properties b/server/resources/META-INF/cloudstack/server-planner/module.properties index fa82ba5..541b769 100644 --- a/server/resources/META-INF/cloudstack/server-planner/module.properties +++ b/server/resources/META-INF/cloudstack/server-planner/module.properties @@ -1,2 +1,18 @@ +# 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. name=server-planner parent=planner \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cloudstack/blob/891b85d5/server/resources/META-INF/cloudstack/server-storage/module.properties ---------------------------------------------------------------------- diff --git a/server/resources/META-INF/cloudstack/server-storage/module.properties b/server/resources/META-INF/cloudstack/server-storage/module.properties index 2874a1b..9eaf2d0 100644 --- a/server/resources/META-INF/cloudstack/server-storage/module.properties +++ b/server/resources/META-INF/cloudstack/server-storage/module.properties @@ -1,2 +1,18 @@ +# 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. name=server-storage parent=storage \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cloudstack/blob/891b85d5/server/resources/META-INF/cloudstack/server-template-adapter/module.properties ---------------------------------------------------------------------- diff --git a/server/resources/META-INF/cloudstack/server-template-adapter/module.properties b/server/resources/META-INF/cloudstack/server-template-adapter/module.properties index 45531d9..85ba317 100644 --- a/server/resources/META-INF/cloudstack/server-template-adapter/module.properties +++ b/server/resources/META-INF/cloudstack/server-template-adapter/module.properties @@ -1,2 +1,18 @@ +# 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. name=server-template-adapter parent=storage \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cloudstack/blob/891b85d5/services/secondary-storage/resources/META-INF/cloudstack/secondary-storage-discoverer/module.properties ---------------------------------------------------------------------- diff --git a/services/secondary-storage/resources/META-INF/cloudstack/secondary-storage-discoverer/module.properties b/services/secondary-storage/resources/META-INF/cloudstack/secondary-storage-discoverer/module.properties index 31cb715..7ff8a3a 100644 --- a/services/secondary-storage/resources/META-INF/cloudstack/secondary-storage-discoverer/module.properties +++ b/services/secondary-storage/resources/META-INF/cloudstack/secondary-storage-discoverer/module.properties @@ -1,2 +1,18 @@ +# 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. name=secondary-storage-discoverer parent=discoverer \ No newline at end of file