From d555a033a5c5e3cde96d9343c12cc249e9e82ff2 Mon Sep 17 00:00:00 2001 From: Sam Levenick Date: Sat, 1 Dec 2018 00:09:17 +0000 Subject: [PATCH] Remove extra licenses --- .../google/compute/property/sslpolicy_warnings.rb | 13 ------------- test/integration/attributes/compile_vars.rb | 13 ------------- test/integration/attributes/terraform.tfvars.erb | 14 -------------- test/integration/vcr_config.rb | 13 ------------- 4 files changed, 53 deletions(-) diff --git a/libraries/google/compute/property/sslpolicy_warnings.rb b/libraries/google/compute/property/sslpolicy_warnings.rb index e3bdf034b..5cf9e3e0d 100644 --- a/libraries/google/compute/property/sslpolicy_warnings.rb +++ b/libraries/google/compute/property/sslpolicy_warnings.rb @@ -1,18 +1,5 @@ # frozen_string_literal: false -# Copyright 2018 Google Inc. -# 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. - # ---------------------------------------------------------------------------- # # *** AUTO GENERATED CODE *** AUTO GENERATED CODE *** diff --git a/test/integration/attributes/compile_vars.rb b/test/integration/attributes/compile_vars.rb index abe7b8eec..88db9b67a 100644 --- a/test/integration/attributes/compile_vars.rb +++ b/test/integration/attributes/compile_vars.rb @@ -1,16 +1,3 @@ -# Copyright 2017 Google Inc. -# 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 'erb' require 'yaml' diff --git a/test/integration/attributes/terraform.tfvars.erb b/test/integration/attributes/terraform.tfvars.erb index 8d86ac818..c8dfb419d 100644 --- a/test/integration/attributes/terraform.tfvars.erb +++ b/test/integration/attributes/terraform.tfvars.erb @@ -1,17 +1,3 @@ -<%# The license inside this block applies to this file. -# Copyright 2017 Google Inc. -# 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. --%> project_name = "<%= project_name %>" region = "<%= region %>" zone = "<%= zone %>" diff --git a/test/integration/vcr_config.rb b/test/integration/vcr_config.rb index 4c8921ce6..790788a63 100644 --- a/test/integration/vcr_config.rb +++ b/test/integration/vcr_config.rb @@ -1,16 +1,3 @@ -# Copyright 2017 Google Inc. -# 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 'vcr' VCR.configure do |c|