mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-02-09 21:32:57 +01:00
Change License to LGPLv2.1 in the generator code file
This commit is contained in:
parent
1c4ac9eb9e
commit
31b2dc70ca
1 changed files with 16 additions and 16 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue