[gnome-devel-docs] programming-guidelines: Add the licence to all pages



commit e9ff5751cf027146f0b62ee404142207157542f8
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Wed Feb 4 09:43:41 2015 +0000

    programming-guidelines: Add the licence to all pages
    
    Just to make things explicit.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=376123

 programming-guidelines/C/additional-materials.page |    2 ++
 programming-guidelines/C/c-coding-style.page       |    2 ++
 programming-guidelines/C/writing-good-code.page    |    2 ++
 3 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/programming-guidelines/C/additional-materials.page 
b/programming-guidelines/C/additional-materials.page
index 27670ee..626c435 100644
--- a/programming-guidelines/C/additional-materials.page
+++ b/programming-guidelines/C/additional-materials.page
@@ -12,6 +12,8 @@
       <years>2013</years>
     </credit>
 
+    <include href="cc-by-sa-3-0.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
     <desc>Other style guides and books about organizing free software
     projects</desc>
   </info>
diff --git a/programming-guidelines/C/c-coding-style.page b/programming-guidelines/C/c-coding-style.page
index a7ac5a0..3fe16e3 100644
--- a/programming-guidelines/C/c-coding-style.page
+++ b/programming-guidelines/C/c-coding-style.page
@@ -15,6 +15,8 @@
       <name>The GTK+ Team</name>
     </credit>
 
+    <include href="cc-by-sa-3-0.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
     <desc>Our guidelines for C code in GNOME</desc>
   </info>
 
diff --git a/programming-guidelines/C/writing-good-code.page b/programming-guidelines/C/writing-good-code.page
index 370397d..7173b3b 100644
--- a/programming-guidelines/C/writing-good-code.page
+++ b/programming-guidelines/C/writing-good-code.page
@@ -20,6 +20,8 @@
       <email its:translate="no">mortenw gnome org</email>
     </credit>
 
+    <include href="cc-by-sa-3-0.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
     <desc>Good, readable code keeps the project maintainable</desc>
   </info>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]