[glib] gdbus-codegen: Clarify license of generated code
- From: Philip Withnall <pwithnall src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [glib] gdbus-codegen: Clarify license of generated code
 
- Date: Wed, 13 Dec 2017 14:09:30 +0000 (UTC)
 
commit f5804275afe39c41429c91c75b896251bab1a9c9
Author: Jens Georg <mail jensge org>
Date:   Tue Apr 4 10:23:20 2017 +0200
    gdbus-codegen: Clarify license of generated code
    
    https://bugzilla.gnome.org/show_bug.cgi?id=780893
 gio/gdbus-2.0/codegen/codegen.py |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/gio/gdbus-2.0/codegen/codegen.py b/gio/gdbus-2.0/codegen/codegen.py
index 97229c8..1dbf94d 100644
--- a/gio/gdbus-2.0/codegen/codegen.py
+++ b/gio/gdbus-2.0/codegen/codegen.py
@@ -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'
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]