mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 16:38:54 +02:00
gdbus-codegen: Clarify license of generated code
https://bugzilla.gnome.org/show_bug.cgi?id=780893
This commit is contained in:
committed by
Philip Withnall
parent
b6b74402d6
commit
f5804275af
@@ -58,7 +58,8 @@ class CodeGenerator:
|
|||||||
self.c.write('/*\n'
|
self.c.write('/*\n'
|
||||||
' * Generated by gdbus-codegen %s. DO NOT EDIT.\n'
|
' * Generated by gdbus-codegen %s. DO NOT EDIT.\n'
|
||||||
' *\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'
|
||||||
'\n'
|
'\n'
|
||||||
%(config.VERSION))
|
%(config.VERSION))
|
||||||
@@ -222,7 +223,8 @@ class CodeGenerator:
|
|||||||
self.h.write('/*\n'
|
self.h.write('/*\n'
|
||||||
' * Generated by gdbus-codegen %s. DO NOT EDIT.\n'
|
' * Generated by gdbus-codegen %s. DO NOT EDIT.\n'
|
||||||
' *\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'
|
||||||
'\n'
|
'\n'
|
||||||
'#ifndef __%s__\n'
|
'#ifndef __%s__\n'
|
||||||
|
Reference in New Issue
Block a user