Updated license header to LGPL 3.0

This commit is contained in:
Fred Dixon 2013-01-27 09:44:40 -05:00
parent ac6679563b
commit de47e2e65e
4 changed files with 27 additions and 24 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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