diff --git a/bigbluebutton-config/bin/bbb-conf b/bigbluebutton-config/bin/bbb-conf
index 25322143fe10146304e81ae8fbd0a3c26dda7e3b..c12f0ae5db03fd0211fd066717db805db9e4e68b 100755
--- a/bigbluebutton-config/bin/bbb-conf
+++ b/bigbluebutton-config/bin/bbb-conf
@@ -1,12 +1,12 @@
 #!/bin/bash
 #
-# Copyright (c) 2008-2010 by BigBlueButton Inc.
+# BlueButton open source conferencing system - http://www.bigbluebutton.org/
 #
-# This file is part of BigBlueButton - http://www.bigbluebutton.org
-# 
-# BigBlueButton is free software; you can redistribute it and/or modify it under the
+# Copyright (c) 2012 BigBlueButton Inc. and by respective authors (see below).
+#
+# This program is free software; you can redistribute it and/or modify it under the
 # terms of the GNU Lesser General Public License as published by the Free Software
-# Foundation; either version 2 of the License, or (at your option) any later
+# Foundation; either version 3.0 of the License, or (at your option) any later
 # version.
 #
 # BigBlueButton is distributed in the hope that it will be useful, but WITHOUT ANY
@@ -18,6 +18,7 @@
 #
 # Author(s):
 #       Fred Dixon <ffdixon@bigbluebutton.org>
+#	Sebastian Schneider <seb.sschneider@gmail.com>
 #
 # Changelog:
 #   2009-10-18 FFD  Inital Version   
diff --git a/bigbluebutton-config/bin/bbb-record b/bigbluebutton-config/bin/bbb-record
index bc2efb3b3c924611079989cb40547146e9093ba4..7880d03eef99972468576a136d0ef228f2293283 100755
--- a/bigbluebutton-config/bin/bbb-record
+++ b/bigbluebutton-config/bin/bbb-record
@@ -1,12 +1,12 @@
 #!/bin/bash
 #
-# Copyright (c) 2008-2011 by BigBlueButton Inc.
+# BigBlueButton open source conferencing system - http://www.bigbluebutton.org/
 #
-# This file is part of BigBlueButton - http://www.bigbluebutton.org
+# Copyright (c) 2012 BigBlueButton Inc. and by respective authors (see below).
 #
-# BigBlueButton is free software; you can redistribute it and/or modify it under the
+# This program is free software; you can redistribute it and/or modify it under the
 # terms of the GNU Lesser General Public License as published by the Free Software
-# Foundation; either version 2 of the License, or (at your option) any later
+# Foundation; either version 3.0 of the License, or (at your option) any later
 # version.
 #
 # BigBlueButton is distributed in the hope that it will be useful, but WITHOUT ANY
@@ -18,6 +18,7 @@
 #
 # Author(s):
 #       Fred Dixon <ffdixon@bigbluebutton.org>
+#       Gustavo Salazar <guga.salazar.loor@gmail.com>
 #
 # Changelog:
 #   2011-08-18 FFD  Inital Version
diff --git a/bigbluebutton-config/cron.daily/bigbluebutton b/bigbluebutton-config/cron.daily/bigbluebutton
index 4b50a9c37cc02c0b1f623eb2e401f30c5d51b91d..837fe5c18762f124b059e29aadbef44d95d04eb0 100755
--- a/bigbluebutton-config/cron.daily/bigbluebutton
+++ b/bigbluebutton-config/cron.daily/bigbluebutton
@@ -3,11 +3,11 @@
 #
 # BigBlueButton open source conferencing system - http://www.bigbluebutton.org/
 #
-# Copyright (c) 2010 BigBlueButton Inc. and by respective authors (see below).
+# Copyright (c) 2012 BigBlueButton Inc. and by respective authors (see below).
 #
 # This program is free software; you can redistribute it and/or modify it under the
 # terms of the GNU Lesser General Public License as published by the Free Software
-# Foundation; either version 2.1 of the License, or (at your option) any later
+# Foundation; either version 3.0 of the License, or (at your option) any later
 # version.
 #
 # BigBlueButton is distributed in the hope that it will be useful, but WITHOUT ANY
@@ -16,7 +16,7 @@
 #
 # You should have received a copy of the GNU Lesser General Public License along
 # with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
-# 
+#
 
 test -x /var/bigbluebutton || exit 0
 
diff --git a/labs/bbb-api-php/includes/bbb-api.php b/labs/bbb-api-php/includes/bbb-api.php
index 0caccbc8b8c7a11497877c7435f318490ab69c9b..53b791ec234d496d830589117cbc61373d577179 100644
--- a/labs/bbb-api-php/includes/bbb-api.php
+++ b/labs/bbb-api-php/includes/bbb-api.php
@@ -1,20 +1,21 @@
 <?php 
 /*
-Copyright 2010 Blindside Networks
 
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2 of the License, or
-(at your option) any later version.
+BigBlueButton open source conferencing system - http://www.bigbluebutton.org/
 
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
+Copyright (c) 2012 BigBlueButton Inc. and by respective authors (see below).
 
-You should have received a copy of the GNU General Public License
-along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+This program is free software; you can redistribute it and/or modify it under the
+terms of the GNU Lesser General Public License as published by the Free Software
+Foundation; either version 3.0 of the License, or (at your option) any later
+version.
+
+BigBlueButton is distributed in the hope that it will be useful, but WITHOUT ANY
+WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public License along
+with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
 
 Versions:
    1.0  --  Initial version written by DJP