diff --git a/dll/shellext/netshell/connectmanager.cpp b/dll/shellext/netshell/connectmanager.cpp index 8b33b59ce09..f71d58f81a8 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 (johannes.anderwald@reactos.org) + */ + #include "precomp.h" typedef struct tagINetConnectionItem diff --git a/dll/shellext/netshell/enumlist.cpp b/dll/shellext/netshell/enumlist.cpp index fa1f479f51c..9dc629cccca 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 (johannes.anderwald@reactos.org) + */ + #include "precomp.h" /************************************************************************** diff --git a/dll/shellext/netshell/lanconnectui.cpp b/dll/shellext/netshell/lanconnectui.cpp index 6d1037f6bfc..4722b914f5e 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 (johannes.anderwald@reactos.org) + */ + #include "precomp.h" #include diff --git a/dll/shellext/netshell/lanstatusui.cpp b/dll/shellext/netshell/lanstatusui.cpp index 7c366444eaf..19e3beca927 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 (johannes.anderwald@reactos.org) + */ + #include "precomp.h" #include diff --git a/dll/shellext/netshell/netshell.cpp b/dll/shellext/netshell/netshell.cpp index cc37a241020..0aaab32f6e8 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 (johannes.anderwald@reactos.org) + */ + #include "precomp.h" #include diff --git a/dll/shellext/netshell/setup.cpp b/dll/shellext/netshell/setup.cpp index dc1264ac370..f6275cc90b2 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 diff --git a/dll/shellext/netshell/shfldr_netconnect.cpp b/dll/shellext/netshell/shfldr_netconnect.cpp index 38661214248..91e12020d6c 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 (johannes.anderwald@reactos.org) + */ + /* * Network Connections Shell Folder *