From: Dan Mihai Date: Thu, 3 Nov 2016 01:15:11 +0000 (-0700) Subject: Add copyright information X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a3ea7b11a12486bb3946c93e14454ba7c7f1b340;p=contrib%2Fiotivity.git Add copyright information Change-Id: If6e9eea119d9a1b639d82686dec8a29aecf970fd Signed-off-by: Dan Mihai Reviewed-on: https://gerrit.iotivity.org/gerrit/14005 Tested-by: jenkins-iotivity Reviewed-by: David Antler Reviewed-by: Ashok Babu Channa --- diff --git a/resource/c_common/windows/include/getopt.h b/resource/c_common/windows/include/getopt.h index afa578e..a48f5ad 100644 --- a/resource/c_common/windows/include/getopt.h +++ b/resource/c_common/windows/include/getopt.h @@ -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. +* +******************************************************************/ #ifndef GETOPT_H__ #define GETOPT_H__ diff --git a/resource/c_common/windows/include/pthread_create.h b/resource/c_common/windows/include/pthread_create.h index de8cf46..83e0206 100644 --- a/resource/c_common/windows/include/pthread_create.h +++ b/resource/c_common/windows/include/pthread_create.h @@ -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. +* +******************************************************************/ #ifndef PTHREAD_CREATE_H__ #define PTHREAD_CREATE_H__ diff --git a/resource/c_common/windows/src/pthread_create.c b/resource/c_common/windows/src/pthread_create.c index c7a592d..c6fe257 100644 --- a/resource/c_common/windows/src/pthread_create.c +++ b/resource/c_common/windows/src/pthread_create.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 "pthread_create.h" #include diff --git a/resource/csdk/security/src/strptime.c b/resource/csdk/security/src/strptime.c index fd1b9bb..5cba4a6 100644 --- a/resource/csdk/security/src/strptime.c +++ b/resource/csdk/security/src/strptime.c @@ -1,4 +1,22 @@ -/** @todo: Add Microsoft copyright */ +/* ***************************************************************** +* +* 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 #include #include