[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
This commit is contained in:
Giannis Adamopoulos
2018-11-16 13:24:03 +02:00
parent 0ab3a1f2d5
commit 8d47872ea0
7 changed files with 49 additions and 0 deletions

View File

@@ -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 <olectl.h>