You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by wi...@apache.org on 2012/07/24 23:20:36 UTC

[28/50] [abbrv] git commit: cleaning up one remaining license header issue in api

cleaning up one remaining license header issue in api


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/50da77c6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/50da77c6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/50da77c6

Branch: refs/heads/rbd
Commit: 50da77c63fafb3478d47720869d861e07b26a45a
Parents: 3631e7a
Author: David Nalley <da...@gnsa.us>
Authored: Fri Jul 20 13:51:56 2012 -0400
Committer: David Nalley <da...@gnsa.us>
Committed: Fri Jul 20 13:51:56 2012 -0400

----------------------------------------------------------------------
 .../com/cloud/api/BaseListTaggedResourcesCmd.java  |   26 ++++++++------
 1 files changed, 15 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/50da77c6/api/src/com/cloud/api/BaseListTaggedResourcesCmd.java
----------------------------------------------------------------------
diff --git a/api/src/com/cloud/api/BaseListTaggedResourcesCmd.java b/api/src/com/cloud/api/BaseListTaggedResourcesCmd.java
index 9a70b10..1894fba 100644
--- a/api/src/com/cloud/api/BaseListTaggedResourcesCmd.java
+++ b/api/src/com/cloud/api/BaseListTaggedResourcesCmd.java
@@ -1,15 +1,19 @@
-// Copyright 2012 Citrix Systems, Inc. Licensed under the
-// Apache License, Version 2.0 (the "License"); you may not use this
-// file except in compliance with the License.  Citrix Systems, Inc.
-// reserves all rights not expressly granted by 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.
+// 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
 // 
-// Automatically generated by addcopyright.py at 04/03/2012
+// 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;
 
 import java.util.Collection;