diff -r e8bb372ae58b -r 831ebeeecfdf Win32AppCommand.cs --- a/Win32AppCommand.cs Sun Mar 15 14:07:17 2015 +0100 +++ b/Win32AppCommand.cs Sun Mar 15 14:39:21 2015 +0100 @@ -1,3 +1,22 @@ +// +// Copyright (C) 2014-2015 Stéphane Lenclud. +// +// This file is part of SharpLibHid. +// +// SharpDisplayManager is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// SharpDisplayManager is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with SharpDisplayManager. If not, see . +// + using System; using System.Runtime.InteropServices;