https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8d47872ea087497a11d0c1614c893bfb4e682679

commit 8d47872ea087497a11d0c1614c893bfb4e682679
Author:     Giannis Adamopoulos <[email protected]>
AuthorDate: Fri Nov 16 13:24:03 2018 +0200
Commit:     Giannis Adamopoulos <[email protected]>
CommitDate: Sun Nov 18 14:01:54 2018 +0200

    [NETSHELL] Add missing license headers
    Since one of the first files in the module (shfldr_netconnect.c) used the 
LGPL2.1+ license, all the other files have the same license
---
 dll/shellext/netshell/connectmanager.cpp    | 7 +++++++
 dll/shellext/netshell/enumlist.cpp          | 7 +++++++
 dll/shellext/netshell/lanconnectui.cpp      | 7 +++++++
 dll/shellext/netshell/lanstatusui.cpp       | 7 +++++++
 dll/shellext/netshell/netshell.cpp          | 7 +++++++
 dll/shellext/netshell/setup.cpp             | 7 +++++++
 dll/shellext/netshell/shfldr_netconnect.cpp | 7 +++++++
 7 files changed, 49 insertions(+)

diff --git a/dll/shellext/netshell/connectmanager.cpp 
b/dll/shellext/netshell/connectmanager.cpp
index 8b33b59ce0..f71d58f81a 100644
--- a/dll/shellext/netshell/connectmanager.cpp
+++ b/dll/shellext/netshell/connectmanager.cpp
@@ -1,3 +1,10 @@
+/*
+ * PROJECT:     ReactOS Shell
+ * LICENSE:     LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
+ * PURPOSE:     CNetConnectionManager class
+ * COPYRIGHT:   Copyright 2008 Johannes Anderwald 
([email protected])
+ */
+
 #include "precomp.h"
 
 typedef struct tagINetConnectionItem
diff --git a/dll/shellext/netshell/enumlist.cpp 
b/dll/shellext/netshell/enumlist.cpp
index fa1f479f51..9dc629cccc 100644
--- a/dll/shellext/netshell/enumlist.cpp
+++ b/dll/shellext/netshell/enumlist.cpp
@@ -1,3 +1,10 @@
+/*
+ * PROJECT:     ReactOS Shell
+ * LICENSE:     LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
+ * PURPOSE:     CNetworkConnections Shell Folder items enumerator
+ * COPYRIGHT:   Copyright 2008 Johannes Anderwald 
([email protected])
+ */
+
 #include "precomp.h"
 
 /**************************************************************************
diff --git a/dll/shellext/netshell/lanconnectui.cpp 
b/dll/shellext/netshell/lanconnectui.cpp
index 6d1037f6bf..4722b914f5 100644
--- a/dll/shellext/netshell/lanconnectui.cpp
+++ b/dll/shellext/netshell/lanconnectui.cpp
@@ -1,3 +1,10 @@
+/*
+ * PROJECT:     ReactOS Shell
+ * LICENSE:     LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
+ * PURPOSE:     CNetConnectionPropertyUi: Network connection configuration 
dialog
+ * COPYRIGHT:   Copyright 2008 Johannes Anderwald 
([email protected])
+ */
+
 #include "precomp.h"
 
 #include <netcfgx.h>
diff --git a/dll/shellext/netshell/lanstatusui.cpp 
b/dll/shellext/netshell/lanstatusui.cpp
index 7c366444ea..19e3beca92 100644
--- a/dll/shellext/netshell/lanstatusui.cpp
+++ b/dll/shellext/netshell/lanstatusui.cpp
@@ -1,3 +1,10 @@
+/*
+ * PROJECT:     ReactOS Shell
+ * LICENSE:     LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
+ * PURPOSE:     CLanStatus: Lan connection status dialog
+ * COPYRIGHT:   Copyright 2008 Johannes Anderwald 
([email protected])
+ */
+
 #include "precomp.h"
 
 #include <winsock.h>
diff --git a/dll/shellext/netshell/netshell.cpp 
b/dll/shellext/netshell/netshell.cpp
index cc37a24102..0aaab32f6e 100644
--- a/dll/shellext/netshell/netshell.cpp
+++ b/dll/shellext/netshell/netshell.cpp
@@ -1,3 +1,10 @@
+/*
+ * PROJECT:     ReactOS Shell
+ * LICENSE:     LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
+ * PURPOSE:     ReactOS Networking Configuration
+ * COPYRIGHT:   Copyright 2008 Johannes Anderwald 
([email protected])
+ */
+
 #include "precomp.h"
 
 #include <olectl.h>
diff --git a/dll/shellext/netshell/setup.cpp b/dll/shellext/netshell/setup.cpp
index dc1264ac37..f6275cc90b 100644
--- a/dll/shellext/netshell/setup.cpp
+++ b/dll/shellext/netshell/setup.cpp
@@ -1,3 +1,10 @@
+/*
+ * PROJECT:     ReactOS Shell
+ * LICENSE:     LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
+ * PURPOSE:     ReactOS Networking Configuration
+ * COPYRIGHT:   Copyright 2016 Eric Kohl
+ */
+
 #include "precomp.h"
 
 #include <syssetup/syssetup.h>
diff --git a/dll/shellext/netshell/shfldr_netconnect.cpp 
b/dll/shellext/netshell/shfldr_netconnect.cpp
index 3866121424..91e12020d6 100644
--- a/dll/shellext/netshell/shfldr_netconnect.cpp
+++ b/dll/shellext/netshell/shfldr_netconnect.cpp
@@ -1,3 +1,10 @@
+/*
+ * PROJECT:     ReactOS Shell
+ * LICENSE:     LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
+ * PURPOSE:     CNetworkConnections Shell Folder
+ * COPYRIGHT:   Copyright 2008 Johannes Anderwald 
([email protected])
+ */
+
 /*
  * Network Connections Shell Folder
  *

Reply via email to