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.h | |
parent | 2d01d7f2e33a1273acc11c40021e73919eb539d5 (diff) | |
download | vcxsrv-e99c3e5c94628984d5f1f38b38ce3ed0363e3935.tar.gz vcxsrv-e99c3e5c94628984d5f1f38b38ce3ed0363e3935.tar.bz2 vcxsrv-e99c3e5c94628984d5f1f38b38ce3ed0363e3935.zip |
Added copyright
Diffstat (limited to 'tools/mhmake/src/commandqueue.h')
-rw-r--r-- | tools/mhmake/src/commandqueue.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/mhmake/src/commandqueue.h b/tools/mhmake/src/commandqueue.h index 54a22e98e..1e70e3cb6 100644 --- a/tools/mhmake/src/commandqueue.h +++ b/tools/mhmake/src/commandqueue.h @@ -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$ */
+
#ifndef __COMMANDQUEUE_H__
#define __COMMANDQUEUE_H__
|