From 1f16f9430f4258ab16067173b007af808774d871 Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Tue, 1 Jun 2021 15:30:15 -0700 Subject: [PATCH] Updated source code headers. --- AddPortMapForm.cs | 18 +++++++++++++++++- AddRelayMapForm.cs | 18 +++++++++++++++++- AppLaunchForm.cs | 25 +++++++++++++++++-------- DeviceSettingsForm.cs | 25 +++++++++++++++++-------- DeviceUserControl.cs | 18 +++++++++++++++++- FileDeletePromptForm.cs | 18 +++++++++++++++++- FileTransferStatusForm.cs | 18 +++++++++++++++++- FileViewer.cs | 2 +- FilenamePromptForm.cs | 25 +++++++++++++++++-------- InstallForm.cs | 18 +++++++++++++++++- KVMControl.cs | 2 +- KVMControlHook.cs | 17 ++++++++++++++++- KVMResizeControl.cs | 2 +- KVMSettingsForm.cs | 7 +------ KVMStats.cs | 18 +++++++++++++++++- KVMViewer.cs | 2 +- LocalPipe.cs | 18 +++++++++++++++++- MainForm.cs | 2 +- MapUserControl.cs | 23 +++++++++++++++++------ MappingHelpForm.cs | 18 +++++++++++++++++- MappingStats.cs | 18 +++++++++++++++++- MeshCentralServer.cs | 2 +- MeshDiscovery.cs | 4 ++-- MeshMapper.cs | 28 +++++++++++++++++----------- NodeClass.cs | 20 ++++++++++++++++---- Program.cs | 2 +- ServerUserControl.cs | 24 +++++++++++++++++------- Settings.cs | 22 +++++++++++++++++----- SettingsForm.cs | 25 +++++++++++++++++-------- SshUsernameForm.cs | 18 +++++++++++++++++- UpdateForm.cs | 18 +++++++++++++++++- WebSocketClient.cs | 2 +- Win32Api.cs | 2 +- altPortForm.cs | 18 +++++++++++++++++- rdpPortForm.cs | 18 +++++++++++++++++- 35 files changed, 418 insertions(+), 97 deletions(-) diff --git a/AddPortMapForm.cs b/AddPortMapForm.cs index ad5168d..3eb70aa 100644 --- a/AddPortMapForm.cs +++ b/AddPortMapForm.cs @@ -1,4 +1,20 @@ -using System; +/* +Copyright 2009-2021 Intel 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. +*/ + +using System; using System.Windows.Forms; namespace MeshCentralRouter diff --git a/AddRelayMapForm.cs b/AddRelayMapForm.cs index 054ba85..173fce3 100644 --- a/AddRelayMapForm.cs +++ b/AddRelayMapForm.cs @@ -1,4 +1,20 @@ -using System; +/* +Copyright 2009-2021 Intel 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. +*/ + +using System; using System.Net; using System.Windows.Forms; diff --git a/AppLaunchForm.cs b/AppLaunchForm.cs index a4d8aca..bf5e2a3 100644 --- a/AppLaunchForm.cs +++ b/AppLaunchForm.cs @@ -1,12 +1,21 @@ -using System; +/* +Copyright 2009-2021 Intel 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. +*/ + +using System; using System.IO; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Linq; -using System.Text; -using System.Threading.Tasks; using System.Windows.Forms; namespace MeshCentralRouter diff --git a/DeviceSettingsForm.cs b/DeviceSettingsForm.cs index 3a8b224..705a22f 100644 --- a/DeviceSettingsForm.cs +++ b/DeviceSettingsForm.cs @@ -1,11 +1,20 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Linq; -using System.Text; -using System.Threading.Tasks; +/* +Copyright 2009-2021 Intel 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. +*/ + +using System; using System.Windows.Forms; namespace MeshCentralRouter diff --git a/DeviceUserControl.cs b/DeviceUserControl.cs index e22dfc9..0610403 100644 --- a/DeviceUserControl.cs +++ b/DeviceUserControl.cs @@ -1,4 +1,20 @@ -using System.Windows.Forms; +/* +Copyright 2009-2021 Intel 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. +*/ + +using System.Windows.Forms; namespace MeshCentralRouter { diff --git a/FileDeletePromptForm.cs b/FileDeletePromptForm.cs index dceeb1d..7d77b4c 100644 --- a/FileDeletePromptForm.cs +++ b/FileDeletePromptForm.cs @@ -1,4 +1,20 @@ -using System; +/* +Copyright 2009-2021 Intel 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. +*/ + +using System; using System.Windows.Forms; namespace MeshCentralRouter diff --git a/FileTransferStatusForm.cs b/FileTransferStatusForm.cs index 34d3e25..e94255e 100644 --- a/FileTransferStatusForm.cs +++ b/FileTransferStatusForm.cs @@ -1,4 +1,20 @@ -using System; +/* +Copyright 2009-2021 Intel 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. +*/ + +using System; using System.Windows.Forms; namespace MeshCentralRouter diff --git a/FileViewer.cs b/FileViewer.cs index 29de5be..cce4391 100644 --- a/FileViewer.cs +++ b/FileViewer.cs @@ -1,5 +1,5 @@ /* -Copyright 2009-2020 Intel Corporation +Copyright 2009-2021 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/FilenamePromptForm.cs b/FilenamePromptForm.cs index 83a27a8..eec6202 100644 --- a/FilenamePromptForm.cs +++ b/FilenamePromptForm.cs @@ -1,11 +1,20 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Linq; -using System.Text; -using System.Threading.Tasks; +/* +Copyright 2009-2021 Intel 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. +*/ + +using System; using System.Windows.Forms; namespace MeshCentralRouter diff --git a/InstallForm.cs b/InstallForm.cs index b9c96e4..55a2965 100644 --- a/InstallForm.cs +++ b/InstallForm.cs @@ -1,4 +1,20 @@ -using System; +/* +Copyright 2009-2021 Intel 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. +*/ + +using System; using System.IO; using System.Drawing; using System.Reflection; diff --git a/KVMControl.cs b/KVMControl.cs index b45715b..ec235fa 100644 --- a/KVMControl.cs +++ b/KVMControl.cs @@ -1,5 +1,5 @@ /* -Copyright 2009-2020 Intel Corporation +Copyright 2009-2021 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/KVMControlHook.cs b/KVMControlHook.cs index c32346f..72575a7 100644 --- a/KVMControlHook.cs +++ b/KVMControlHook.cs @@ -1,4 +1,19 @@ - +/* +Copyright 2009-2021 Intel 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. +*/ + using System; using System.Runtime.InteropServices; using System.Windows.Forms; diff --git a/KVMResizeControl.cs b/KVMResizeControl.cs index ef24877..f66c325 100644 --- a/KVMResizeControl.cs +++ b/KVMResizeControl.cs @@ -1,5 +1,5 @@ /* -Copyright 2009-2020 Intel Corporation +Copyright 2009-2021 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/KVMSettingsForm.cs b/KVMSettingsForm.cs index 39c048b..bccbaeb 100644 --- a/KVMSettingsForm.cs +++ b/KVMSettingsForm.cs @@ -1,5 +1,5 @@ /* -Copyright 2009-2011 Intel Corporation +Copyright 2009-2021 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,12 +15,7 @@ limitations under the License. */ using System; -using System.Data; -using System.Text; -using System.Drawing; using System.Windows.Forms; -using System.ComponentModel; -using System.Collections.Generic; namespace MeshCentralRouter { diff --git a/KVMStats.cs b/KVMStats.cs index bce0986..4455c24 100644 --- a/KVMStats.cs +++ b/KVMStats.cs @@ -1,4 +1,20 @@ -using System; +/* +Copyright 2009-2021 Intel 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. +*/ + +using System; using System.Windows.Forms; namespace MeshCentralRouter diff --git a/KVMViewer.cs b/KVMViewer.cs index 8dc2576..b58a13b 100644 --- a/KVMViewer.cs +++ b/KVMViewer.cs @@ -1,5 +1,5 @@ /* -Copyright 2009-2020 Intel Corporation +Copyright 2009-2021 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/LocalPipe.cs b/LocalPipe.cs index bc06bdb..6e83fe3 100644 --- a/LocalPipe.cs +++ b/LocalPipe.cs @@ -1,4 +1,20 @@ -using System; +/* +Copyright 2009-2021 Intel 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. +*/ + +using System; using System.Collections.Generic; using System.IO.Pipes; using System.Linq; diff --git a/MainForm.cs b/MainForm.cs index 13d618e..37c6304 100644 --- a/MainForm.cs +++ b/MainForm.cs @@ -1,5 +1,5 @@ /* -Copyright 2009-2020 Intel Corporation +Copyright 2009-2021 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/MapUserControl.cs b/MapUserControl.cs index 29973e3..b83f0d7 100644 --- a/MapUserControl.cs +++ b/MapUserControl.cs @@ -1,12 +1,23 @@ -using System; +/* +Copyright 2009-2021 Intel 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. +*/ + +using System; using System.IO; using System.Collections.Generic; using System.ComponentModel; -using System.Drawing; -using System.Data; -using System.Linq; -using System.Text; -using System.Threading.Tasks; using System.Windows.Forms; using Microsoft.Win32; diff --git a/MappingHelpForm.cs b/MappingHelpForm.cs index f22011e..5b71305 100644 --- a/MappingHelpForm.cs +++ b/MappingHelpForm.cs @@ -1,4 +1,20 @@ -using System; +/* +Copyright 2009-2021 Intel 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. +*/ + +using System; using System.IO; using System.Drawing; using System.Reflection; diff --git a/MappingStats.cs b/MappingStats.cs index b28cbea..5d664f8 100644 --- a/MappingStats.cs +++ b/MappingStats.cs @@ -1,4 +1,20 @@ -using System; +/* +Copyright 2009-2021 Intel 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. +*/ + +using System; using System.Windows.Forms; namespace MeshCentralRouter diff --git a/MeshCentralServer.cs b/MeshCentralServer.cs index d1a50b9..5a547cf 100644 --- a/MeshCentralServer.cs +++ b/MeshCentralServer.cs @@ -1,5 +1,5 @@ /* -Copyright 2009-2020 Intel Corporation +Copyright 2009-2021 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/MeshDiscovery.cs b/MeshDiscovery.cs index 8a8f301..08077a0 100644 --- a/MeshDiscovery.cs +++ b/MeshDiscovery.cs @@ -1,11 +1,11 @@ /* -Copyright 2018 Intel Corporation +Copyright 2009-2021 Intel 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 + 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, diff --git a/MeshMapper.cs b/MeshMapper.cs index 1c4ee1a..d8e6108 100644 --- a/MeshMapper.cs +++ b/MeshMapper.cs @@ -1,17 +1,23 @@ -using System; +/* +Copyright 2009-2021 Intel 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. +*/ + +using System; using System.IO; using System.Net; -using System.Web; -using System.Text; using System.Net.Sockets; -using System.Net.Security; -using System.Windows.Forms; -using System.Collections.Generic; -using System.Security.Cryptography; -using System.Deployment.Application; -using System.Collections.Specialized; -using System.Security.Cryptography.X509Certificates; -using Microsoft.Win32; namespace MeshCentralRouter { diff --git a/NodeClass.cs b/NodeClass.cs index c40280e..0e8e551 100644 --- a/NodeClass.cs +++ b/NodeClass.cs @@ -1,8 +1,20 @@ -using System; -using System.Linq; -using System.Text; +/* +Copyright 2009-2021 Intel 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. +*/ + using System.Windows.Forms; -using System.Threading.Tasks; using System.Collections.Generic; namespace MeshCentralRouter diff --git a/Program.cs b/Program.cs index 877399a..7c961d1 100644 --- a/Program.cs +++ b/Program.cs @@ -1,5 +1,5 @@ /* -Copyright 2009-2017 Intel Corporation +Copyright 2009-2021 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/ServerUserControl.cs b/ServerUserControl.cs index 3bd864c..f7bec3e 100644 --- a/ServerUserControl.cs +++ b/ServerUserControl.cs @@ -1,11 +1,21 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; +/* +Copyright 2009-2021 Intel 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. +*/ + +using System; using System.Drawing; -using System.Data; -using System.Linq; -using System.Text; -using System.Threading.Tasks; using System.Windows.Forms; namespace MeshCentralRouter diff --git a/Settings.cs b/Settings.cs index c93ea57..7b4e9f0 100644 --- a/Settings.cs +++ b/Settings.cs @@ -1,9 +1,21 @@ -using Microsoft.Win32; +/* +Copyright 2009-2021 Intel 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. +*/ + +using Microsoft.Win32; using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace MeshCentralRouter { diff --git a/SettingsForm.cs b/SettingsForm.cs index ab389b8..49e6143 100644 --- a/SettingsForm.cs +++ b/SettingsForm.cs @@ -1,11 +1,20 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Linq; -using System.Text; -using System.Threading.Tasks; +/* +Copyright 2009-2021 Intel 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. +*/ + +using System; using System.Windows.Forms; namespace MeshCentralRouter diff --git a/SshUsernameForm.cs b/SshUsernameForm.cs index faab8a3..8c3ab42 100644 --- a/SshUsernameForm.cs +++ b/SshUsernameForm.cs @@ -1,4 +1,20 @@ -using System; +/* +Copyright 2009-2021 Intel 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. +*/ + +using System; using System.Windows.Forms; namespace MeshCentralRouter diff --git a/UpdateForm.cs b/UpdateForm.cs index 19e1ffe..aa191b2 100644 --- a/UpdateForm.cs +++ b/UpdateForm.cs @@ -1,4 +1,20 @@ -using System; +/* +Copyright 2009-2021 Intel 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. +*/ + +using System; using System.IO; using System.Net; using System.Text; diff --git a/WebSocketClient.cs b/WebSocketClient.cs index 906baa7..db4177d 100644 --- a/WebSocketClient.cs +++ b/WebSocketClient.cs @@ -1,5 +1,5 @@ /* -Copyright 2009-2020 Intel Corporation +Copyright 2009-2021 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/Win32Api.cs b/Win32Api.cs index 2f24963..b299cbf 100644 --- a/Win32Api.cs +++ b/Win32Api.cs @@ -1,5 +1,5 @@ /* -Copyright 2009-2018 Intel Corporation +Copyright 2009-2021 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/altPortForm.cs b/altPortForm.cs index 91e3a66..29a2f21 100644 --- a/altPortForm.cs +++ b/altPortForm.cs @@ -1,4 +1,20 @@ -using System; +/* +Copyright 2009-2021 Intel 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. +*/ + +using System; using System.Windows.Forms; namespace MeshCentralRouter diff --git a/rdpPortForm.cs b/rdpPortForm.cs index ed7b10e..af56790 100644 --- a/rdpPortForm.cs +++ b/rdpPortForm.cs @@ -1,4 +1,20 @@ -using System; +/* +Copyright 2009-2021 Intel 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. +*/ + +using System; using System.Windows.Forms; namespace MeshCentralRouter