gdbus-codegen: Clarify license of generated code

https://bugzilla.gnome.org/show_bug.cgi?id=780893
This commit is contained in:
Jens Georg 2017-04-04 10:23:20 +02:00 committed by Philip Withnall
parent b6b74402d6
commit f5804275af

View File

@ -58,7 +58,8 @@ class CodeGenerator:
self.c.write('/*\n'
' * Generated by gdbus-codegen %s. DO NOT EDIT.\n'
' *\n'
' * The license of this code is the same as for the source it was derived from.\n'
' * The license of this code is the same as for the D-Bus interface description\n'
' * it was derived from.\n'
' */\n'
'\n'
%(config.VERSION))
@ -222,7 +223,8 @@ class CodeGenerator:
self.h.write('/*\n'
' * Generated by gdbus-codegen %s. DO NOT EDIT.\n'
' *\n'
' * The license of this code is the same as for the source it was derived from.\n'
' * The license of this code is the same as for the D-Bus interface description\n'
' * it was derived from.\n'
' */\n'
'\n'
'#ifndef __%s__\n'