From 7aa1b42a203764ede322d70596ed0b86eb4751e4 Mon Sep 17 00:00:00 2001 From: Dan Mihai Date: Thu, 15 Sep 2016 14:14:12 -0700 Subject: [PATCH] Add Copyright header. Change-Id: I84b2af8096ac67b583c220dffc42fede8c3ca86a Signed-off-by: Dan Mihai Reviewed-on: https://gerrit.iotivity.org/gerrit/11829 Reviewed-by: David Antler Tested-by: jenkins-iotivity Reviewed-by: Dave Thaler (cherry picked from commit 9310a33d3e1af5023812d919f960f7d00013643e) Reviewed-on: https://gerrit.iotivity.org/gerrit/11871 --- resource/c_common/windows/src/getopt.c | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/resource/c_common/windows/src/getopt.c b/resource/c_common/windows/src/getopt.c index abc4184..7868ca1 100644 --- a/resource/c_common/windows/src/getopt.c +++ b/resource/c_common/windows/src/getopt.c @@ -1,4 +1,21 @@ -/** @todo: Add Microsoft license information */ +/* ***************************************************************** +* +* Copyright 2016 Microsoft +* +* +* 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. +* +******************************************************************/ #include "getopt.h" #include -- 2.7.4