summaryrefslogtreecommitdiff
path: root/manifests/install.pp
diff options
context:
space:
mode:
authorRaffael Schmid <raf@nine.ch>2013-01-25 17:31:35 +0100
committerRaffael Schmid <raf@nine.ch>2013-01-25 17:33:14 +0100
commit86c6b9456c3afa27f90946bd22ef9ed84c2d0968 (patch)
treeee4ec83e004c52e96d4b6ff765fe5dfe87a87c22 /manifests/install.pp
parent99c529d57d1782d521ac5b9a82cedf8777a758b4 (diff)
add license
Diffstat (limited to 'manifests/install.pp')
-rw-r--r--manifests/install.pp18
1 files changed, 17 insertions, 1 deletions
diff --git a/manifests/install.pp b/manifests/install.pp
index c22775d..a230373 100644
--- a/manifests/install.pp
+++ b/manifests/install.pp
@@ -15,6 +15,22 @@
# * John Kinsella <mailto:jlkinsel@gmail.com>
# * Justin Lambert <mailto:jlambert@letsevenup.com>
#
+# === License
+#
+# Copyright 2013 Raffael Schmid, <raffael@yux.ch>
+#
+# Licensed 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.
+#
class openvpn::install {
package {
@@ -27,4 +43,4 @@ class openvpn::install {
ensure => directory,
require => Package['openvpn'];
}
-} \ No newline at end of file
+}