From 2b82b3c7f3e5a7d61ee9e8c40b81bcb899374d77 Mon Sep 17 00:00:00 2001 From: lokesh Date: Mon, 11 Aug 2014 12:15:49 +0530 Subject: [PATCH] adding license --- windows-diskimage-builder/diskimagebuilder.ps1 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/windows-diskimage-builder/diskimagebuilder.ps1 b/windows-diskimage-builder/diskimagebuilder.ps1 index fe64d91..13f99f7 100644 --- a/windows-diskimage-builder/diskimagebuilder.ps1 +++ b/windows-diskimage-builder/diskimagebuilder.ps1 @@ -1,3 +1,18 @@ +# Copyright 2012 Hewlett-Packard Development Company, L.P. +# +# 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. + + # Creates a Image file, Includes cloudbase-init package by default. # User can create image by adding custom drivers, VirIO Drivers by providing suitable ISO or inf files. Enable Roles like Hyperv , TFTP etc., Use below formats to run script.