From 783b6becdd323c3b2ef402665e31caa5de975424 Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Wed, 27 Jun 2012 11:38:20 -0700 Subject: [PATCH] Adding license to POM and CommaStringBuilder --- microsoft-azure-api/pom.xml | 14 ++++++++++++++ .../services/core/utils/CommaStringBuilder.java | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/microsoft-azure-api/pom.xml b/microsoft-azure-api/pom.xml index b9cb8f3ad694..4b6d77bf04e9 100644 --- a/microsoft-azure-api/pom.xml +++ b/microsoft-azure-api/pom.xml @@ -1,3 +1,17 @@ + 4.0.0 diff --git a/microsoft-azure-api/src/main/java/com/microsoft/windowsazure/services/core/utils/CommaStringBuilder.java b/microsoft-azure-api/src/main/java/com/microsoft/windowsazure/services/core/utils/CommaStringBuilder.java index 3623028e5ef1..ac8b9f45c519 100644 --- a/microsoft-azure-api/src/main/java/com/microsoft/windowsazure/services/core/utils/CommaStringBuilder.java +++ b/microsoft-azure-api/src/main/java/com/microsoft/windowsazure/services/core/utils/CommaStringBuilder.java @@ -1,3 +1,17 @@ +/** + * Copyright 2012 Microsoft Corporation + * + * 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. + */ package com.microsoft.windowsazure.services.core.utils; import java.util.List;