src: Adding LICENSE file and updating license statements in several files
diff --git a/wscript b/wscript
index db310d3..52f2892 100644
--- a/wscript
+++ b/wscript
@@ -1,4 +1,12 @@
 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
+# 
+# Copyright (c) 2011-2013, Regents of the University of California
+#                          Alexander Afanasyev
+# 
+# GNU 3.0 license, See the LICENSE file for more information
+# 
+# Author: Alexander Afanasyev <alexander.afanasyev@ucla.edu>
+# 
 
 import os
 from waflib import Logs, Utils, Options, TaskGen, Task