Change License to LGPLv2.1 in the generator code file

This commit is contained in:
Amin Ben Ramdhane 2019-12-20 23:19:25 +01:00
parent 1c4ac9eb9e
commit 31b2dc70ca

View file

@ -179,14 +179,14 @@ def hprintheaderOBJS( objname ):
def cprinttopfile (fp, filename):
print >> fp, "/*"
print >> fp, "* This program is free software: you can redistribute it and/or modify"
print >> fp, "* it under the terms of the GNU General Public License as published by"
print >> fp, "* the Free Software Foundation, either version 2 of the License, or"
print >> fp, "* (at your option) any later version."
print >> fp, "*"
print >> fp, "* Copyright (C) 2019 iopsys Software Solutions AB"
print >> fp, "* Author: Amin Ben Ramdhane <amin.benramdhane@pivasoftware.com>"
print >> fp, "*/"
print >> fp, " * Copyright (C) 2019 iopsys Software Solutions AB"
print >> fp, " *"
print >> fp, " * This program is free software; you can redistribute it and/or modify"
print >> fp, " * it under the terms of the GNU Lesser General Public License version 2.1"
print >> fp, " * as published by the Free Software Foundation"
print >> fp, " *"
print >> fp, " * Author: Amin Ben Ramdhane <amin.benramdhane@pivasoftware.com>"
print >> fp, " */"
print >> fp, ""
print >> fp, "#include \"dmbbf.h\""
print >> fp, "#include \"dmcommon.h\""
@ -199,14 +199,14 @@ def cprinttopfile (fp, filename):
def hprinttopfile (fp, filename):
print >> fp, "/*"
print >> fp, "* This program is free software: you can redistribute it and/or modify"
print >> fp, "* it under the terms of the GNU General Public License as published by"
print >> fp, "* the Free Software Foundation, either version 2 of the License, or"
print >> fp, "* (at your option) any later version."
print >> fp, "*"
print >> fp, "* Copyright (C) 2019 iopsys Software Solutions AB"
print >> fp, "* Author: Amin Ben Ramdhane <amin.benramdhane@pivasoftware.com>"
print >> fp, "*/"
print >> fp, " * Copyright (C) 2019 iopsys Software Solutions AB"
print >> fp, " *"
print >> fp, " * This program is free software; you can redistribute it and/or modify"
print >> fp, " * it under the terms of the GNU Lesser General Public License version 2.1"
print >> fp, " * as published by the Free Software Foundation"
print >> fp, " *"
print >> fp, " * Author: Amin Ben Ramdhane <amin.benramdhane@pivasoftware.com>"
print >> fp, " */"
print >> fp, ""
print >> fp, "#ifndef __%s_H" % filename.upper()
print >> fp, "#define __%s_H" % filename.upper()