From 8ba4f64725469cd1191277f70205530e1adedbc8 Mon Sep 17 00:00:00 2001 From: Dominik Richter Date: Wed, 23 Jul 2014 00:10:30 +0200 Subject: [PATCH] add missing license headers Signed-off-by: Dominik Richter --- default/serverspec/os_spec.rb | 15 +++++++++++++++ default/serverspec/spec_helper.rb | 15 +++++++++++++++ default/serverspec/sysctl_spec.rb | 15 +++++++++++++++ modules_disabled/serverspec/modules_spec.rb | 15 +++++++++++++++ modules_disabled/serverspec/spec_helper.rb | 15 +++++++++++++++ modules_disabled/serverspec/sysctl_spec.rb | 15 +++++++++++++++ 6 files changed, 90 insertions(+) diff --git a/default/serverspec/os_spec.rb b/default/serverspec/os_spec.rb index 5a4d7a7..b5753b1 100644 --- a/default/serverspec/os_spec.rb +++ b/default/serverspec/os_spec.rb @@ -1,4 +1,19 @@ # encoding: utf-8 +# +# Copyright 2014, Deutsche Telekom AG +# +# 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. +# require 'spec_helper' diff --git a/default/serverspec/spec_helper.rb b/default/serverspec/spec_helper.rb index cd26eac..f844cc5 100644 --- a/default/serverspec/spec_helper.rb +++ b/default/serverspec/spec_helper.rb @@ -1,4 +1,19 @@ # encoding: utf-8 +# +# Copyright 2014, Deutsche Telekom AG +# +# 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. +# if ENV['STANDALONE_SPEC'] diff --git a/default/serverspec/sysctl_spec.rb b/default/serverspec/sysctl_spec.rb index bc75d8d..f35a9ad 100644 --- a/default/serverspec/sysctl_spec.rb +++ b/default/serverspec/sysctl_spec.rb @@ -1,4 +1,19 @@ # encoding: utf-8 +# +# Copyright 2014, Deutsche Telekom AG +# +# 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. +# require 'spec_helper' diff --git a/modules_disabled/serverspec/modules_spec.rb b/modules_disabled/serverspec/modules_spec.rb index d43e982..2f4a07c 100644 --- a/modules_disabled/serverspec/modules_spec.rb +++ b/modules_disabled/serverspec/modules_spec.rb @@ -1,4 +1,19 @@ # encoding: utf-8 +# +# Copyright 2014, Deutsche Telekom AG +# +# 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. +# require 'spec_helper' diff --git a/modules_disabled/serverspec/spec_helper.rb b/modules_disabled/serverspec/spec_helper.rb index 0ee5836..9323aea 100644 --- a/modules_disabled/serverspec/spec_helper.rb +++ b/modules_disabled/serverspec/spec_helper.rb @@ -1,4 +1,19 @@ # encoding: utf-8 +# +# Copyright 2014, Deutsche Telekom AG +# +# 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. +# require 'serverspec' require 'pathname' diff --git a/modules_disabled/serverspec/sysctl_spec.rb b/modules_disabled/serverspec/sysctl_spec.rb index 4df75de..6718f9a 100644 --- a/modules_disabled/serverspec/sysctl_spec.rb +++ b/modules_disabled/serverspec/sysctl_spec.rb @@ -1,4 +1,19 @@ # encoding: utf-8 +# +# Copyright 2014, Deutsche Telekom AG +# +# 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. +# require 'spec_helper'