From 5558b05bb2b8d556dd9df7bbe80e4f9efc875004 Mon Sep 17 00:00:00 2001 From: Javi Fontan Date: Thu, 14 Oct 2010 12:59:56 +0200 Subject: [PATCH] Added Apache License to CLI --version text --- src/cli/command_parse.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/cli/command_parse.rb b/src/cli/command_parse.rb index b43c865b6d..935d3f81b5 100644 --- a/src/cli/command_parse.rb +++ b/src/cli/command_parse.rb @@ -33,6 +33,10 @@ EOT ONE_VERSION=<<-EOT OpenNebula 1.9.85 Copyright 2002-2010, OpenNebula Project Leads (OpenNebula.org) + +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 EOT def initialize(standard_options=nil)