From 43dd3cb5210867d0562c8b009d5c070a0656e423 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 30 May 2017 11:29:05 +0100 Subject: [PATCH] Add license boilerplate to Vagrantfile Change-Id: I64049d4598870f6a6e95f2dbb3b31f4b9dd69051 --- Vagrantfile | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index ab09d65bec..2aceb160ba 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -1,3 +1,15 @@ +# 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. + Vagrant.configure(2) do |config| config.vm.define "ubuntu1604" do |xenial|