overall copyright header corrections

This commit is contained in:
Amin Ben Ramdhane 2020-04-11 18:41:06 +01:00
parent 358e068081
commit e0a1a20f69
2 changed files with 4 additions and 9 deletions

View file

@ -349,7 +349,7 @@ def cprinttopfile (fp, filename):
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, " * Author: <Name> <Surname> <name.surname@iopsys.eu>"
print >> fp, " */"
print >> fp, ""
print >> fp, "#include \"%s.h\"" % filename.lower()
@ -363,7 +363,7 @@ def hprinttopfile (fp, filename):
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, " * Author: <Name> <Surname> <name.surname@iopsys.eu>"
print >> fp, " */"
print >> fp, ""
print >> fp, "#ifndef __%s_H" % filename.upper()

View file

@ -1,10 +1,5 @@
#!/usr/bin/python
# 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.
#
# Copyright (C) 2019 iopsys Software Solutions AB
# Author: Amin Ben Ramdhane <amin.benramdhane@pivasoftware.com>
@ -123,7 +118,7 @@ def objhasparam (dmobject):
def cprinttopfile (fp, filename):
print >> fp, "/*"
print >> fp, "* Copyright (C) 2020 iopsys Software Solutions AB
print >> fp, "* Copyright (C) 2020 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"
@ -139,7 +134,7 @@ def cprinttopfile (fp, filename):
def hprinttopfile (fp, filename):
print >> fp, "/*"
print >> fp, "* Copyright (C) 2020 iopsys Software Solutions AB
print >> fp, "* Copyright (C) 2020 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"