mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 22:46:15 +01:00
gdbus-codegen: Clarify license of generated code
https://bugzilla.gnome.org/show_bug.cgi?id=780893
This commit is contained in:
parent
b6b74402d6
commit
f5804275af
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user