diff options
author | Martin Stubenschrott <maxauthority@vimperator.org> | 2009-10-03 00:32:29 +0200 |
---|---|---|
committer | Martin Stubenschrott <maxauthority@vimperator.org> | 2009-10-03 00:32:29 +0200 |
commit | 3910c0604b90cf8f7182e903d3f9e99b9179e3d6 (patch) | |
tree | f7aebdc5915461887d6dcebd03c0f2021f6073f5 /common/content/options.js | |
parent | 2b5067dc836b7298513f540e3c2684be1cb1373f (diff) | |
download | pentadactyl-3910c0604b90cf8f7182e903d3f9e99b9179e3d6.tar.gz |
Move all files to a MIT license
Diffstat (limited to 'common/content/options.js')
-rw-r--r-- | common/content/options.js | 31 |
1 files changed, 4 insertions, 27 deletions
diff --git a/common/content/options.js b/common/content/options.js index 8eeb6ea8..1fff33be 100644 --- a/common/content/options.js +++ b/common/content/options.js @@ -1,30 +1,7 @@ -/***** BEGIN LICENSE BLOCK ***** {{{ -Version: MPL 1.1/GPL 2.0/LGPL 2.1 - -The contents of this file are subject to the Mozilla Public License Version -1.1 (the "License"); you may not use this file except in compliance with -the License. You may obtain a copy of the License at -http://www.mozilla.org/MPL/ - -Software distributed under the License is distributed on an "AS IS" basis, -WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -for the specific language governing rights and limitations under the -License. - -Copyright (c) 2006-2009 by Martin Stubenschrott <stubenschrott@vimperator.org> - -Alternatively, the contents of this file may be used under the terms of -either the GNU General Public License Version 2 or later (the "GPL"), or -the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), -in which case the provisions of the GPL or the LGPL are applicable instead -of those above. If you wish to allow use of your version of this file only -under the terms of either the GPL or the LGPL, and not to allow others to -use your version of this file under the terms of the MPL, indicate your -decision by deleting the provisions above and replace them with the notice -and other provisions required by the GPL or the LGPL. If you do not delete -the provisions above, a recipient may use your version of this file under -the terms of any one of the MPL, the GPL or the LGPL. -}}} ***** END LICENSE BLOCK *****/ +// Copyright (c) 2006-2009 by Martin Stubenschrott <stubenschrott@vimperator.org> +// +// This work is licensed for reuse under an MIT license. Details are +// given in the LICENSE.txt file included with this file. /** @scope modules */ |