diff --git a/ubuntu-setup.bash b/ubuntu-setup.bash
index a969d0fe39d878e8d0d320a470cc5172e40e9de7..f9d4ff9fb6997c71b429293803c1b60ad76d686f 100644
--- a/ubuntu-setup.bash
+++ b/ubuntu-setup.bash
@@ -1,7 +1,13 @@
 #!/bin/bash
 # Author : hemanth.hm@gmail.com
 # Site : www.h3manth.com
+# Contributions from: Mackenzie Morgan (maco) and Daniel Thomas (drt24)
 # This script helps to setup diaspora.
+#
+#   Copyright (c) 2010, Diaspora Inc.  This file is
+#   licensed under the Affero General Public License version 3.  See
+#   the COPYRIGHT file.
+
 
 # Set extented globbing 
 shopt -s extglob