From 194c3e279c289803e05bad0b99ef557445208531 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Wed, 11 Nov 2015 22:40:37 +0100 Subject: [PATCH] licence copyright etc --- src/windows/execmd_w.cpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/windows/execmd_w.cpp b/src/windows/execmd_w.cpp index 8bce0d8f..a46fd923 100644 --- a/src/windows/execmd_w.cpp +++ b/src/windows/execmd_w.cpp @@ -1,3 +1,21 @@ +/* Copyright (C) 2014 J.F.Dockes + * Based on ideas and code contributions from Christian Motz + * + * This program 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 2 of the License, or + * (at your option) any later version. + * + * This program 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 this program; if not, write to the + * Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "autoconfig.h" #include "execmd.h"