Updated Branches: refs/heads/master 736b236ea -> bfc4f982f
adding missing license in one of the files of BigSwitch Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/bfc4f982 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/bfc4f982 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/bfc4f982 Branch: refs/heads/master Commit: bfc4f982fdda4f5e7b4e99bb95c86619af748207 Parents: 736b236 Author: Murali Reddy <[email protected]> Authored: Fri Feb 1 13:32:13 2013 +0530 Committer: Murali Reddy <[email protected]> Committed: Fri Feb 1 13:32:13 2013 +0530 ---------------------------------------------------------------------- .../src/com/cloud/api/commands/VnsConstants.java | 17 +++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/bfc4f982/plugins/network-elements/bigswitch-vns/src/com/cloud/api/commands/VnsConstants.java ---------------------------------------------------------------------- diff --git a/plugins/network-elements/bigswitch-vns/src/com/cloud/api/commands/VnsConstants.java b/plugins/network-elements/bigswitch-vns/src/com/cloud/api/commands/VnsConstants.java index 5a81ec6..c6a4336 100644 --- a/plugins/network-elements/bigswitch-vns/src/com/cloud/api/commands/VnsConstants.java +++ b/plugins/network-elements/bigswitch-vns/src/com/cloud/api/commands/VnsConstants.java @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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. + package com.cloud.api.commands;
