From 7adf0dddd47f215b4e80ef48fa9c2f14253f21e3 Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Fri, 4 Feb 2022 14:43:55 -0800 Subject: [PATCH] Updated headers. --- meshconsole/main.c | 4 ++-- meshcore/KVM/Windows/input.c | 2 +- meshcore/KVM/Windows/input.h | 2 +- meshcore/KVM/Windows/kvm.c | 2 +- meshcore/KVM/Windows/kvm.h | 2 +- meshcore/KVM/Windows/tile.cpp | 2 +- meshcore/KVM/Windows/tile.h | 2 +- meshcore/agentcore.c | 2 +- meshcore/agentcore.h | 2 +- meshcore/meshdefines.h | 2 +- meshcore/meshinfo.c | 2 +- meshcore/meshinfo.h | 2 +- meshcore/wincrypto.cpp | 2 +- meshservice/ServiceMain.c | 4 ++-- meshservice/firewall.cpp | 2 +- microscript/ILibDuktapeModSearch.c | 2 +- microscript/ILibDuktapeModSearch.h | 2 +- microscript/ILibDuktape_ChildProcess.c | 2 +- microscript/ILibDuktape_ChildProcess.h | 2 +- microscript/ILibDuktape_CompressedStream.c | 2 +- microscript/ILibDuktape_CompressedStream.h | 2 +- microscript/ILibDuktape_Dgram.c | 2 +- microscript/ILibDuktape_Dgram.h | 2 +- microscript/ILibDuktape_DuplexStream.c | 2 +- microscript/ILibDuktape_DuplexStream.h | 2 +- microscript/ILibDuktape_EncryptionStream.c | 2 +- microscript/ILibDuktape_EncryptionStream.h | 2 +- microscript/ILibDuktape_EventEmitter.h | 2 +- microscript/ILibDuktape_GenericMarshal.c | 2 +- microscript/ILibDuktape_GenericMarshal.h | 2 +- microscript/ILibDuktape_Helpers.c | 2 +- microscript/ILibDuktape_Helpers.h | 2 +- microscript/ILibDuktape_HttpStream.c | 2 +- microscript/ILibDuktape_MemoryStream.c | 2 +- microscript/ILibDuktape_NetworkMonitor.c | 2 +- microscript/ILibDuktape_NetworkMonitor.h | 2 +- microscript/ILibDuktape_Polyfills.c | 2 +- microscript/ILibDuktape_Polyfills.h | 2 +- microscript/ILibDuktape_ReadableStream.c | 2 +- microscript/ILibDuktape_ReadableStream.h | 2 +- microscript/ILibDuktape_SHA256.c | 2 +- microscript/ILibDuktape_SHA256.h | 2 +- microscript/ILibDuktape_ScriptContainer.c | 2 +- microscript/ILibDuktape_ScriptContainer.h | 2 +- microscript/ILibDuktape_SimpleDataStore.c | 2 +- microscript/ILibDuktape_SimpleDataStore.h | 2 +- microscript/ILibDuktape_WebRTC.c | 2 +- microscript/ILibDuktape_WebRTC.h | 2 +- microscript/ILibDuktape_WritableStream.c | 2 +- microscript/ILibDuktape_WritableStream.h | 2 +- microscript/ILibDuktape_fs.c | 2 +- microscript/ILibDuktape_fs.h | 2 +- microscript/ILibDuktape_net.c | 2 +- microscript/ILibDuktape_net.h | 2 +- microscript/ILibduktape_EventEmitter.c | 2 +- microstack/ILibAsyncServerSocket.c | 2 +- microstack/ILibAsyncServerSocket.h | 2 +- microstack/ILibAsyncSocket.c | 2 +- microstack/ILibAsyncSocket.h | 2 +- microstack/ILibAsyncUDPSocket.c | 2 +- microstack/ILibAsyncUDPSocket.h | 2 +- microstack/ILibCrypto.c | 2 +- microstack/ILibCrypto.h | 2 +- microstack/ILibIPAddressMonitor.c | 2 +- microstack/ILibIPAddressMonitor.h | 2 +- microstack/ILibMulticastSocket.c | 2 +- microstack/ILibMulticastSocket.h | 2 +- microstack/ILibParsers.c | 2 +- microstack/ILibParsers.h | 2 +- microstack/ILibProcessPipe.c | 2 +- microstack/ILibProcessPipe.h | 2 +- microstack/ILibRemoteLogging.c | 2 +- microstack/ILibRemoteLogging.h | 2 +- microstack/ILibSimpleDataStore.c | 2 +- microstack/ILibSimpleDataStore.h | 2 +- microstack/ILibWebClient.c | 2 +- microstack/ILibWebClient.h | 2 +- microstack/ILibWebRTC.c | 2 +- microstack/ILibWebRTC.h | 2 +- microstack/ILibWebServer.c | 2 +- microstack/ILibWebServer.h | 2 +- microstack/ILibWrapperWebRTC.c | 2 +- microstack/ILibWrapperWebRTC.h | 2 +- 83 files changed, 85 insertions(+), 85 deletions(-) diff --git a/meshconsole/main.c b/meshconsole/main.c index 9593a60..08dba62 100644 --- a/meshconsole/main.c +++ b/meshconsole/main.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -173,7 +173,7 @@ char* crashMemory = ILib_POSIX_InstallCrashHandler(argv[0]); if (argc > 1 && strcasecmp(argv[1], "-licenses") == 0) { printf("========================================================================================\n"); - printf(" MeshCentral MeshAgent: Copyright 2006 - 2020 Intel Corporation\n"); + printf(" MeshCentral MeshAgent: Copyright 2006 - 2022 Intel Corporation\n"); printf(" https://github.com/Ylianst/MeshAgent \n"); printf("----------------------------------------------------------------------------------------\n"); printf(" Licensed under the Apache License, Version 2.0 (the \"License\");\n"); diff --git a/meshcore/KVM/Windows/input.c b/meshcore/KVM/Windows/input.c index 513fb1a..c15715c 100644 --- a/meshcore/KVM/Windows/input.c +++ b/meshcore/KVM/Windows/input.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/meshcore/KVM/Windows/input.h b/meshcore/KVM/Windows/input.h index e828aa1..852df46 100644 --- a/meshcore/KVM/Windows/input.h +++ b/meshcore/KVM/Windows/input.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/meshcore/KVM/Windows/kvm.c b/meshcore/KVM/Windows/kvm.c index 6e4f35a..0116aaa 100644 --- a/meshcore/KVM/Windows/kvm.c +++ b/meshcore/KVM/Windows/kvm.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/meshcore/KVM/Windows/kvm.h b/meshcore/KVM/Windows/kvm.h index 025d82b..55e7956 100644 --- a/meshcore/KVM/Windows/kvm.h +++ b/meshcore/KVM/Windows/kvm.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/meshcore/KVM/Windows/tile.cpp b/meshcore/KVM/Windows/tile.cpp index 04087ac..4cafd8d 100644 --- a/meshcore/KVM/Windows/tile.cpp +++ b/meshcore/KVM/Windows/tile.cpp @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/meshcore/KVM/Windows/tile.h b/meshcore/KVM/Windows/tile.h index 790ede9..44f4e8e 100644 --- a/meshcore/KVM/Windows/tile.h +++ b/meshcore/KVM/Windows/tile.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/meshcore/agentcore.c b/meshcore/agentcore.c index a8e9043..13034a2 100644 --- a/meshcore/agentcore.c +++ b/meshcore/agentcore.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/meshcore/agentcore.h b/meshcore/agentcore.h index 1a604be..a9b1b42 100644 --- a/meshcore/agentcore.h +++ b/meshcore/agentcore.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/meshcore/meshdefines.h b/meshcore/meshdefines.h index 50771fc..643026e 100644 --- a/meshcore/meshdefines.h +++ b/meshcore/meshdefines.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/meshcore/meshinfo.c b/meshcore/meshinfo.c index f2694cb..4d2f9d3 100644 --- a/meshcore/meshinfo.c +++ b/meshcore/meshinfo.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/meshcore/meshinfo.h b/meshcore/meshinfo.h index fa671a0..014ac45 100644 --- a/meshcore/meshinfo.h +++ b/meshcore/meshinfo.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/meshcore/wincrypto.cpp b/meshcore/wincrypto.cpp index 5257dc2..be7e9db 100644 --- a/meshcore/wincrypto.cpp +++ b/meshcore/wincrypto.cpp @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2019 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/meshservice/ServiceMain.c b/meshservice/ServiceMain.c index 537a7bb..b0b424d 100644 --- a/meshservice/ServiceMain.c +++ b/meshservice/ServiceMain.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -448,7 +448,7 @@ int wmain(int argc, char* wargv[]) if (argc > 1 && strcasecmp(argv[1], "-licenses") == 0) { printf("========================================================================================\n"); - printf(" MeshCentral MeshAgent: Copyright 2006 - 2020 Intel Corporation\n"); + printf(" MeshCentral MeshAgent: Copyright 2006 - 2022 Intel Corporation\n"); printf(" https://github.com/Ylianst/MeshAgent \n"); printf("----------------------------------------------------------------------------------------\n"); printf(" Licensed under the Apache License, Version 2.0 (the \"License\");\n"); diff --git a/meshservice/firewall.cpp b/meshservice/firewall.cpp index b4c96b0..da3ac02 100644 --- a/meshservice/firewall.cpp +++ b/meshservice/firewall.cpp @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktapeModSearch.c b/microscript/ILibDuktapeModSearch.c index 51c5148..7b12429 100644 --- a/microscript/ILibDuktapeModSearch.c +++ b/microscript/ILibDuktapeModSearch.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktapeModSearch.h b/microscript/ILibDuktapeModSearch.h index 796ca68..92dabc6 100644 --- a/microscript/ILibDuktapeModSearch.h +++ b/microscript/ILibDuktapeModSearch.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_ChildProcess.c b/microscript/ILibDuktape_ChildProcess.c index e02924c..d2e79fc 100644 --- a/microscript/ILibDuktape_ChildProcess.c +++ b/microscript/ILibDuktape_ChildProcess.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_ChildProcess.h b/microscript/ILibDuktape_ChildProcess.h index 9b0282c..03ad551 100644 --- a/microscript/ILibDuktape_ChildProcess.h +++ b/microscript/ILibDuktape_ChildProcess.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_CompressedStream.c b/microscript/ILibDuktape_CompressedStream.c index d2adf9e..5105bb7 100644 --- a/microscript/ILibDuktape_CompressedStream.c +++ b/microscript/ILibDuktape_CompressedStream.c @@ -1,5 +1,5 @@ /* -Copyright 2020 Intel Corporation +Copyright 2020 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_CompressedStream.h b/microscript/ILibDuktape_CompressedStream.h index 965ddff..4b1c377 100644 --- a/microscript/ILibDuktape_CompressedStream.h +++ b/microscript/ILibDuktape_CompressedStream.h @@ -1,5 +1,5 @@ /* -Copyright 2020 Intel Corporation +Copyright 2020 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_Dgram.c b/microscript/ILibDuktape_Dgram.c index 928b573..bcec422 100644 --- a/microscript/ILibDuktape_Dgram.c +++ b/microscript/ILibDuktape_Dgram.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_Dgram.h b/microscript/ILibDuktape_Dgram.h index 5bfff1b..f3bc123 100644 --- a/microscript/ILibDuktape_Dgram.h +++ b/microscript/ILibDuktape_Dgram.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_DuplexStream.c b/microscript/ILibDuktape_DuplexStream.c index 437794f..d02e79e 100644 --- a/microscript/ILibDuktape_DuplexStream.c +++ b/microscript/ILibDuktape_DuplexStream.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_DuplexStream.h b/microscript/ILibDuktape_DuplexStream.h index b259d86..449dea5 100644 --- a/microscript/ILibDuktape_DuplexStream.h +++ b/microscript/ILibDuktape_DuplexStream.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_EncryptionStream.c b/microscript/ILibDuktape_EncryptionStream.c index 093a42b..8e8186e 100644 --- a/microscript/ILibDuktape_EncryptionStream.c +++ b/microscript/ILibDuktape_EncryptionStream.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_EncryptionStream.h b/microscript/ILibDuktape_EncryptionStream.h index aa9363a..87a3e28 100644 --- a/microscript/ILibDuktape_EncryptionStream.h +++ b/microscript/ILibDuktape_EncryptionStream.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_EventEmitter.h b/microscript/ILibDuktape_EventEmitter.h index 5e528a9..032cc2f 100644 --- a/microscript/ILibDuktape_EventEmitter.h +++ b/microscript/ILibDuktape_EventEmitter.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_GenericMarshal.c b/microscript/ILibDuktape_GenericMarshal.c index 5289df5..6c10ad0 100644 --- a/microscript/ILibDuktape_GenericMarshal.c +++ b/microscript/ILibDuktape_GenericMarshal.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_GenericMarshal.h b/microscript/ILibDuktape_GenericMarshal.h index 162c057..cf3fcd8 100644 --- a/microscript/ILibDuktape_GenericMarshal.h +++ b/microscript/ILibDuktape_GenericMarshal.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_Helpers.c b/microscript/ILibDuktape_Helpers.c index 1be7ecb..43c54d5 100644 --- a/microscript/ILibDuktape_Helpers.c +++ b/microscript/ILibDuktape_Helpers.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_Helpers.h b/microscript/ILibDuktape_Helpers.h index 8aed649..d05ed60 100644 --- a/microscript/ILibDuktape_Helpers.h +++ b/microscript/ILibDuktape_Helpers.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_HttpStream.c b/microscript/ILibDuktape_HttpStream.c index 3d55a0d..ddb3925 100644 --- a/microscript/ILibDuktape_HttpStream.c +++ b/microscript/ILibDuktape_HttpStream.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_MemoryStream.c b/microscript/ILibDuktape_MemoryStream.c index 437f0d2..d50a89e 100644 --- a/microscript/ILibDuktape_MemoryStream.c +++ b/microscript/ILibDuktape_MemoryStream.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_NetworkMonitor.c b/microscript/ILibDuktape_NetworkMonitor.c index 204cec2..fb128ee 100644 --- a/microscript/ILibDuktape_NetworkMonitor.c +++ b/microscript/ILibDuktape_NetworkMonitor.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_NetworkMonitor.h b/microscript/ILibDuktape_NetworkMonitor.h index e4764b1..d2971cb 100644 --- a/microscript/ILibDuktape_NetworkMonitor.h +++ b/microscript/ILibDuktape_NetworkMonitor.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_Polyfills.c b/microscript/ILibDuktape_Polyfills.c index 75d40cb..68b0c31 100644 --- a/microscript/ILibDuktape_Polyfills.c +++ b/microscript/ILibDuktape_Polyfills.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_Polyfills.h b/microscript/ILibDuktape_Polyfills.h index 0dff2de..4676e16 100644 --- a/microscript/ILibDuktape_Polyfills.h +++ b/microscript/ILibDuktape_Polyfills.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_ReadableStream.c b/microscript/ILibDuktape_ReadableStream.c index 7b48d28..d514265 100644 --- a/microscript/ILibDuktape_ReadableStream.c +++ b/microscript/ILibDuktape_ReadableStream.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_ReadableStream.h b/microscript/ILibDuktape_ReadableStream.h index 953d368..b90a75e 100644 --- a/microscript/ILibDuktape_ReadableStream.h +++ b/microscript/ILibDuktape_ReadableStream.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_SHA256.c b/microscript/ILibDuktape_SHA256.c index 0866ffc..38cbf77 100644 --- a/microscript/ILibDuktape_SHA256.c +++ b/microscript/ILibDuktape_SHA256.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_SHA256.h b/microscript/ILibDuktape_SHA256.h index 6e3efe5..9f3cb72 100644 --- a/microscript/ILibDuktape_SHA256.h +++ b/microscript/ILibDuktape_SHA256.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_ScriptContainer.c b/microscript/ILibDuktape_ScriptContainer.c index c4a2585..b2d41f1 100644 --- a/microscript/ILibDuktape_ScriptContainer.c +++ b/microscript/ILibDuktape_ScriptContainer.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_ScriptContainer.h b/microscript/ILibDuktape_ScriptContainer.h index 7425c01..63a3d48 100644 --- a/microscript/ILibDuktape_ScriptContainer.h +++ b/microscript/ILibDuktape_ScriptContainer.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_SimpleDataStore.c b/microscript/ILibDuktape_SimpleDataStore.c index 94a9b48..4366cc9 100644 --- a/microscript/ILibDuktape_SimpleDataStore.c +++ b/microscript/ILibDuktape_SimpleDataStore.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_SimpleDataStore.h b/microscript/ILibDuktape_SimpleDataStore.h index 5952f0a..8e15e15 100644 --- a/microscript/ILibDuktape_SimpleDataStore.h +++ b/microscript/ILibDuktape_SimpleDataStore.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_WebRTC.c b/microscript/ILibDuktape_WebRTC.c index 46b91a2..3f3f69f 100644 --- a/microscript/ILibDuktape_WebRTC.c +++ b/microscript/ILibDuktape_WebRTC.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_WebRTC.h b/microscript/ILibDuktape_WebRTC.h index d2f96a6..9417cf1 100644 --- a/microscript/ILibDuktape_WebRTC.h +++ b/microscript/ILibDuktape_WebRTC.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_WritableStream.c b/microscript/ILibDuktape_WritableStream.c index a44ea0d..910a3ed 100644 --- a/microscript/ILibDuktape_WritableStream.c +++ b/microscript/ILibDuktape_WritableStream.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_WritableStream.h b/microscript/ILibDuktape_WritableStream.h index 18e9010..74263fe 100644 --- a/microscript/ILibDuktape_WritableStream.h +++ b/microscript/ILibDuktape_WritableStream.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_fs.c b/microscript/ILibDuktape_fs.c index 4390e0c..6b392ac 100644 --- a/microscript/ILibDuktape_fs.c +++ b/microscript/ILibDuktape_fs.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_fs.h b/microscript/ILibDuktape_fs.h index 918ac0a..c3ff7dd 100644 --- a/microscript/ILibDuktape_fs.h +++ b/microscript/ILibDuktape_fs.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_net.c b/microscript/ILibDuktape_net.c index ca4ffb6..3caaef1 100644 --- a/microscript/ILibDuktape_net.c +++ b/microscript/ILibDuktape_net.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibDuktape_net.h b/microscript/ILibDuktape_net.h index 82741c7..4719452 100644 --- a/microscript/ILibDuktape_net.h +++ b/microscript/ILibDuktape_net.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microscript/ILibduktape_EventEmitter.c b/microscript/ILibduktape_EventEmitter.c index 83064f9..681bbba 100644 --- a/microscript/ILibduktape_EventEmitter.c +++ b/microscript/ILibduktape_EventEmitter.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microstack/ILibAsyncServerSocket.c b/microstack/ILibAsyncServerSocket.c index 3dbb449..19394d6 100644 --- a/microstack/ILibAsyncServerSocket.c +++ b/microstack/ILibAsyncServerSocket.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microstack/ILibAsyncServerSocket.h b/microstack/ILibAsyncServerSocket.h index 976f78f..789b68f 100644 --- a/microstack/ILibAsyncServerSocket.h +++ b/microstack/ILibAsyncServerSocket.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microstack/ILibAsyncSocket.c b/microstack/ILibAsyncSocket.c index a7924ba..a33b883 100644 --- a/microstack/ILibAsyncSocket.c +++ b/microstack/ILibAsyncSocket.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microstack/ILibAsyncSocket.h b/microstack/ILibAsyncSocket.h index c5aa7f6..c52b405 100644 --- a/microstack/ILibAsyncSocket.h +++ b/microstack/ILibAsyncSocket.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microstack/ILibAsyncUDPSocket.c b/microstack/ILibAsyncUDPSocket.c index 8cae3d8..7f67c30 100644 --- a/microstack/ILibAsyncUDPSocket.c +++ b/microstack/ILibAsyncUDPSocket.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microstack/ILibAsyncUDPSocket.h b/microstack/ILibAsyncUDPSocket.h index 8e043ad..a1a9736 100644 --- a/microstack/ILibAsyncUDPSocket.h +++ b/microstack/ILibAsyncUDPSocket.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microstack/ILibCrypto.c b/microstack/ILibCrypto.c index b55efd4..1d6ed89 100644 --- a/microstack/ILibCrypto.c +++ b/microstack/ILibCrypto.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microstack/ILibCrypto.h b/microstack/ILibCrypto.h index c684ebf..3a55ea1 100644 --- a/microstack/ILibCrypto.h +++ b/microstack/ILibCrypto.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microstack/ILibIPAddressMonitor.c b/microstack/ILibIPAddressMonitor.c index eb81832..f5fa70f 100644 --- a/microstack/ILibIPAddressMonitor.c +++ b/microstack/ILibIPAddressMonitor.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microstack/ILibIPAddressMonitor.h b/microstack/ILibIPAddressMonitor.h index cc62269..597e0b3 100644 --- a/microstack/ILibIPAddressMonitor.h +++ b/microstack/ILibIPAddressMonitor.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microstack/ILibMulticastSocket.c b/microstack/ILibMulticastSocket.c index d8214a7..21b5ad6 100644 --- a/microstack/ILibMulticastSocket.c +++ b/microstack/ILibMulticastSocket.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microstack/ILibMulticastSocket.h b/microstack/ILibMulticastSocket.h index cebf00d..72e8d43 100644 --- a/microstack/ILibMulticastSocket.h +++ b/microstack/ILibMulticastSocket.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microstack/ILibParsers.c b/microstack/ILibParsers.c index bb41ad3..dd3aa0b 100644 --- a/microstack/ILibParsers.c +++ b/microstack/ILibParsers.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microstack/ILibParsers.h b/microstack/ILibParsers.h index d9ac545..46127d1 100644 --- a/microstack/ILibParsers.h +++ b/microstack/ILibParsers.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microstack/ILibProcessPipe.c b/microstack/ILibProcessPipe.c index d49172f..910f730 100644 --- a/microstack/ILibProcessPipe.c +++ b/microstack/ILibProcessPipe.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microstack/ILibProcessPipe.h b/microstack/ILibProcessPipe.h index 5a62da3..d14112c 100644 --- a/microstack/ILibProcessPipe.h +++ b/microstack/ILibProcessPipe.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microstack/ILibRemoteLogging.c b/microstack/ILibRemoteLogging.c index ead59e2..bc6cd53 100644 --- a/microstack/ILibRemoteLogging.c +++ b/microstack/ILibRemoteLogging.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microstack/ILibRemoteLogging.h b/microstack/ILibRemoteLogging.h index c2ae777..9a31070 100644 --- a/microstack/ILibRemoteLogging.h +++ b/microstack/ILibRemoteLogging.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microstack/ILibSimpleDataStore.c b/microstack/ILibSimpleDataStore.c index 5aa358a..9d46556 100644 --- a/microstack/ILibSimpleDataStore.c +++ b/microstack/ILibSimpleDataStore.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microstack/ILibSimpleDataStore.h b/microstack/ILibSimpleDataStore.h index 40831c1..e9c3047 100644 --- a/microstack/ILibSimpleDataStore.h +++ b/microstack/ILibSimpleDataStore.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microstack/ILibWebClient.c b/microstack/ILibWebClient.c index 5374c65..b22e196 100644 --- a/microstack/ILibWebClient.c +++ b/microstack/ILibWebClient.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microstack/ILibWebClient.h b/microstack/ILibWebClient.h index d91363a..61303af 100644 --- a/microstack/ILibWebClient.h +++ b/microstack/ILibWebClient.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microstack/ILibWebRTC.c b/microstack/ILibWebRTC.c index f59e22d..03160d0 100644 --- a/microstack/ILibWebRTC.c +++ b/microstack/ILibWebRTC.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microstack/ILibWebRTC.h b/microstack/ILibWebRTC.h index 69317d5..705b38b 100644 --- a/microstack/ILibWebRTC.h +++ b/microstack/ILibWebRTC.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microstack/ILibWebServer.c b/microstack/ILibWebServer.c index be36213..312b3f3 100644 --- a/microstack/ILibWebServer.c +++ b/microstack/ILibWebServer.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microstack/ILibWebServer.h b/microstack/ILibWebServer.h index c2d13d4..33a10e5 100644 --- a/microstack/ILibWebServer.h +++ b/microstack/ILibWebServer.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microstack/ILibWrapperWebRTC.c b/microstack/ILibWrapperWebRTC.c index 56e9749..7806dff 100644 --- a/microstack/ILibWrapperWebRTC.c +++ b/microstack/ILibWrapperWebRTC.c @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/microstack/ILibWrapperWebRTC.h b/microstack/ILibWrapperWebRTC.h index 753b071..b1ddb39 100644 --- a/microstack/ILibWrapperWebRTC.h +++ b/microstack/ILibWrapperWebRTC.h @@ -1,5 +1,5 @@ /* -Copyright 2006 - 2018 Intel Corporation +Copyright 2006 - 2022 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.