Skip to content

Commit 00594af

Browse files
committed
Add LICENSE file. Update Modulefile to use ASL instead of APL to refer to the Apache License.
1 parent c91e49a commit 00594af

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

LICENSE

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Copyright (C) 2013 Puppet Labs Inc
2+
3+
Puppet Labs can be contacted at: info@puppetlabs.com
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.

Modulefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name 'puppetlabs-java_ks'
22
version '0.0.3'
33
source 'https://github.com/puppetlabs/puppetlabs-java_ks.git'
44
author 'puppetlabs'
5-
license 'APL 2.0'
5+
license 'ASL 2.0'
66
summary 'Manage arbitrary Java keystore files'
77
description 'Uses a combination of keytool and openssl to manage entries in a Java keystore.'
88
project_page 'https://github.com/puppetlabs/puppetlabs-java_ks'

0 commit comments

Comments
 (0)