summaryrefslogtreecommitdiffstats
path: root/vagrant/Vagrantfile
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2018-10-18 02:50:32 -0700
committerVictor Morales <victor.morales@intel.com>2018-10-18 02:50:32 -0700
commit1e63999fa28988282cb636fa230ae263c8a93c8f (patch)
tree75dfdc8eb5efb5918b26bebf3b0d89e41c0e92c5 /vagrant/Vagrantfile
parent6942719b390a62695d6dd3efa09eadf6ec48aa7a (diff)
Add License headers
Change-Id: I1502c812f29ca8a6d1f819b9459c00597be09305 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
Diffstat (limited to 'vagrant/Vagrantfile')
-rw-r--r--vagrant/Vagrantfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile
index 7ff18f06..1e6ebd7a 100644
--- a/vagrant/Vagrantfile
+++ b/vagrant/Vagrantfile
@@ -1,5 +1,13 @@
# -*- mode: ruby -*-
# vi: set ft=ruby :
+# SPDX-license-identifier: Apache-2.0
+##############################################################################
+# Copyright (c) 2018
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
box = {
:virtualbox => { :name => 'elastic/ubuntu-16.04-x86_64', :version => '20180708.0.0' },