Voting: License the code under GPLv2+
As per discussion on foundation-list: <http://mail.gnome.org/archives/foundation-list/2010-June/msg00107.html> this code is now licensed under the terms of GPLv2+.
This commit is contained in:
parent
e874e1f957
commit
5a05013072
1 changed files with 9 additions and 0 deletions
|
@ -123,6 +123,15 @@ if ($step==2)
|
||||||
?>
|
?>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
//<![CDATA[
|
//<![CDATA[
|
||||||
|
// @licstart The following is the entire license notice for the JavaScript code in this page.
|
||||||
|
// The JavaScript code in this page is free software: you can
|
||||||
|
// redistribute it and/or modify it under the terms of the GNU
|
||||||
|
// General Public License (GNU GPL) as published by the Free Software
|
||||||
|
// Foundation, either version 2 of the License, or (at your option)
|
||||||
|
// any later version. The code is distributed WITHOUT ANY WARRANTY;
|
||||||
|
// without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
// FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
|
||||||
|
// @licend The above is the entire license notice for the JavaScript code in this page.
|
||||||
function addPreference(listItem)
|
function addPreference(listItem)
|
||||||
{
|
{
|
||||||
var preferenceList = document.getElementById('preferences');
|
var preferenceList = document.getElementById('preferences');
|
||||||
|
|
Loading…
Reference in a new issue