Skip to content

Commit fea91b5

Browse files
committed
Re-licensing under Apache 2.0 for Puppet Approved
1 parent db2e8ab commit fea91b5

File tree

10 files changed

+211
-684
lines changed

10 files changed

+211
-684
lines changed

LICENSE

Lines changed: 202 additions & 674 deletions
Large diffs are not rendered by default.

manifests/config.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# === Copyright:
1414
#
1515
# Copyright (C) 2013 Craig Watson
16-
# Published under the GNU General Public License v3
16+
# Published under the Apache License v2.0
1717
#
1818
class vmwaretools::config {
1919

manifests/config_tools.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# === Copyright:
1414
#
1515
# Copyright (C) 2013 Craig Watson
16-
# Published under the GNU General Public License v3
16+
# Published under the Apache License v2.0
1717
#
1818
class vmwaretools::config_tools {
1919

manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
# === Copyright:
8787
#
8888
# Copyright (C) 2013 Craig Watson
89-
# Published under the GNU General Public License v3
89+
# Published under the Apache License v2.0
9090
#
9191
class vmwaretools (
9292
$version = '9.0.0-782409',

manifests/install.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# === Copyright:
1414
#
1515
# Copyright (C) 2013 Craig Watson
16-
# Published under the GNU General Public License v3
16+
# Published under the Apache License v2.0
1717
#
1818
class vmwaretools::install {
1919

manifests/install/archive.pp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# === Copyright:
1616
#
1717
# Copyright (C) 2013 Craig Watson
18-
# Published under the GNU General Public License v3
19-
#
18+
# Published under the Apache License v2.0
2019
#
2120
class vmwaretools::install::archive {
2221

manifests/install/exec.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# === Copyright:
1717
#
1818
# Copyright (C) 2013 Craig Watson
19-
# Published under the GNU General Public License v3
19+
# Published under the Apache License v2.0
2020
#
2121
class vmwaretools::install::exec {
2222

manifests/install/package.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# === Copyright:
1919
#
2020
# Copyright (C) 2012 Craig Watson
21-
# Published under the GNU General Public License v3
21+
# Published under the Apache License v2.0
2222
#
2323
class vmwaretools::install::package {
2424

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# === Copyright:
1515
#
1616
# Copyright (C) 2013 Craig Watson
17-
# Published under the GNU General Public License v3
17+
# Published under the Apache License v2.0
1818
#
1919
class vmwaretools::params {
2020

manifests/timesync.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# === Copyright:
1414
#
1515
# Copyright (C) 2013 Craig Watson
16-
# Published under the GNU General Public License v3
16+
# Published under the Apache License v2.0
1717
#
1818
class vmwaretools::timesync {
1919

0 commit comments

Comments
 (0)