Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Commit

Permalink
(MODULES-4098) Sync LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
hunner committed Jan 17, 2017
1 parent dd9ffe6 commit a742dd2
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions moduleroot/LICENSE
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<%
# Determine the license types
lictype = 'apache2'
if @configs['license_type']
case @configs['license_type']
when 'puppetpe'
lictype = 'puppetpe'
end
end

# Default Apache 2 License
if lictype == 'apache2' -%>

Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -200,3 +212,16 @@
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.
<%-
end

# Puppet PE Only License
if lictype == 'puppetpe' -%>
This Module is only available for users of Puppet Enterprise with a valid Software License Agreement
for Puppet Enterprise. This Module is not available for users of Puppet software under an open source license.

By downloading this Module, you agree that you have a valid Software License Agreement with Puppet for
Puppet Enterprise and you further agree that your use of this Module is governed by the terms of that
Software License Agreement.
<%
end -%>

0 comments on commit a742dd2

Please sign in to comment.