From 57938c321e13c5b6acdf17139435d6d8f0f6c947 Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Thu, 10 Oct 2013 23:38:03 +0200 Subject: [PATCH] generator: Add missing copyright headers in files added by Stephan --- generator/Constant.cs | 19 +++++++++++++++++++ generator/NativeStructGen.cs | 19 +++++++++++++++++++ generator/UnionGen.cs | 18 ++++++++++++++++++ 3 files changed, 56 insertions(+) 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;