diff --git a/generator/Constant.cs b/generator/Constant.cs index 2b197d782..f06e4867f 100644 --- a/generator/Constant.cs +++ b/generator/Constant.cs @@ -1,3 +1,22 @@ +// Authors: +// Stephan Sundermann +// +// Copyright (c) 2013 Stephan Sundermann +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the GNU General Public +// License as published by the Free Software Foundation. +// +// 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. + using System; using System.Xml; using System.IO; diff --git a/generator/NativeStructGen.cs b/generator/NativeStructGen.cs index f75ea0306..27351db32 100644 --- a/generator/NativeStructGen.cs +++ b/generator/NativeStructGen.cs @@ -1,3 +1,22 @@ +// Authors: +// Stephan Sundermann +// +// Copyright (c) 2013 Stephan Sundermann +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the GNU General Public +// License as published by the Free Software Foundation. +// +// 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. + using System; using System.Collections.Generic; using System.IO; diff --git a/generator/UnionGen.cs b/generator/UnionGen.cs index 15589b262..66b4f19fc 100644 --- a/generator/UnionGen.cs +++ b/generator/UnionGen.cs @@ -1,3 +1,21 @@ +// Authors: +// Stephan Sundermann +// +// Copyright (c) 2013 Stephan Sundermann +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the GNU General Public +// License as published by the Free Software Foundation. +// +// 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. using System.Xml;