Add copyright information
authorDan Mihai <Daniel.Mihai@microsoft.com>
Thu, 3 Nov 2016 01:15:11 +0000 (18:15 -0700)
committerAshok Babu Channa <ashok.channa@samsung.com>
Tue, 8 Nov 2016 07:11:08 +0000 (07:11 +0000)
Change-Id: If6e9eea119d9a1b639d82686dec8a29aecf970fd
Signed-off-by: Dan Mihai <Daniel.Mihai@microsoft.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/14005
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: David Antler <david.a.antler@intel.com>
Reviewed-by: Ashok Babu Channa <ashok.channa@samsung.com>
resource/c_common/windows/include/getopt.h
resource/c_common/windows/include/pthread_create.h
resource/c_common/windows/src/pthread_create.c
resource/csdk/security/src/strptime.c

index afa578e..a48f5ad 100644 (file)
@@ -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__
index de8cf46..83e0206 100644 (file)
@@ -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__
index c7a592d..c6fe257 100644 (file)
@@ -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 <windows.h>
index fd1b9bb..5cba4a6 100644 (file)
@@ -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 <stdio.h>
 #include <ctype.h>
 #include <time.h>