diff options
author | marha <marha@users.sourceforge.net> | 2010-02-18 11:07:22 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-02-18 11:07:22 +0000 |
commit | e99c3e5c94628984d5f1f38b38ce3ed0363e3935 (patch) | |
tree | ca7cfdaa19a21df34be9cd4fb724fbf956decb77 /tools/mhmake/src/commandqueue.cpp | |
parent | 2d01d7f2e33a1273acc11c40021e73919eb539d5 (diff) | |
download | vcxsrv-e99c3e5c94628984d5f1f38b38ce3ed0363e3935.tar.gz vcxsrv-e99c3e5c94628984d5f1f38b38ce3ed0363e3935.tar.bz2 vcxsrv-e99c3e5c94628984d5f1f38b38ce3ed0363e3935.zip |
Added copyright
Diffstat (limited to 'tools/mhmake/src/commandqueue.cpp')
-rw-r--r-- | tools/mhmake/src/commandqueue.cpp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/mhmake/src/commandqueue.cpp b/tools/mhmake/src/commandqueue.cpp index db14ac38d..484d577a5 100644 --- a/tools/mhmake/src/commandqueue.cpp +++ b/tools/mhmake/src/commandqueue.cpp @@ -1,3 +1,23 @@ +/* This file is part of mhmake.
+ *
+ * Copyright (C) 2001-2009 Marc Haesen
+ *
+ * Mhmake 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.
+ *
+ * Mhmake 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 Mhmake. If not, see <http://www.gnu.org/licenses/>.
+*/
+
+/* $Rev$ */
+
#include "stdafx.h"
#include "commandqueue.h"
|