From ac2fffe811ed4a3ebf798bdb7b57d3daa87b7bee Mon Sep 17 00:00:00 2001 From: alena Date: Mon, 27 Sep 2010 18:24:20 -0700 Subject: [PATCH] Added missing license info to the BuildCommandLineInputFile file --- .../BuildCommandLineInputFile.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/utils/src/com/cloud/utils/commandlinetool/BuildCommandLineInputFile.java b/utils/src/com/cloud/utils/commandlinetool/BuildCommandLineInputFile.java index cad53dcb6ea..f2a77615b9f 100644 --- a/utils/src/com/cloud/utils/commandlinetool/BuildCommandLineInputFile.java +++ b/utils/src/com/cloud/utils/commandlinetool/BuildCommandLineInputFile.java @@ -1,3 +1,21 @@ +/** + * Copyright (C) 2010 Cloud.com, Inc. All rights reserved. + * + * This software is licensed under the GNU General Public License v3 or later. + * + * It is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or any later version. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + */ + package com.cloud.utils.commandlinetool; import java.io.BufferedWriter;