[kupfer] Author notice in wscript files



commit 8d7a4d943c4187b20461ea50a9e6d408ae81c64f
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date:   Wed Jun 2 14:22:25 2010 +0200

    Author notice in wscript files

 help/wscript |    5 +++++
 wscript      |    3 +++
 2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/help/wscript b/help/wscript
index ee6de9b..33a7bd3 100644
--- a/help/wscript
+++ b/help/wscript
@@ -1,10 +1,15 @@
 #!/usr/bin/env python
 
+# Mallard waf adaptor written by Ulrik Sverdrup
+# may be distributed, changed, used, etc freely for any purpose
+
 ## Mallard functionality definitions ##
 import os
 import Task
 import TaskGen
 
+# FIXME: Support for figures
+
 def _read_makefile_am(filename):
 	"read a Makefile.am file for DOC_* variable definitions, return a dict"
 	varstring = open(filename).read()
diff --git a/wscript b/wscript
index 31c5c44..e3af4a3 100644
--- a/wscript
+++ b/wscript
@@ -1,6 +1,9 @@
 #! /usr/bin/env python
 # encoding: utf-8
 
+# Kupfer's main wscript description file for Waf, written by Ulrik Sverdrup
+# may be distributed, changed, used, etc freely for any purpose
+
 import os
 import sys
 import Configure



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