diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-06-28 16:52:56 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-06-28 16:54:44 -0700 |
commit | e6ee1a859bec88f72123c2e8efa350f5db1fd18f (patch) | |
tree | bff844fe5a8a444571d2670434d43e91fc4ba757 /LICENSE | |
parent | 5c82b12169b462dfbfe01201b8ff3e9033aa811e (diff) | |
download | nasm-e6ee1a859bec88f72123c2e8efa350f5db1fd18f.tar.gz |
Add copyright verbiage to Perl scripts; update LICENSE
This adds copyright verbiage to the Perl scripts. Scripts that are
known to be clean w.r.t. the 2-clause BSD license are given that
license; unclear ones are given the "LGPL for now".
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,8 +1,10 @@ -NASM is licensed under the GNU Lesser General Public License (LGPL) -version 2.1 or, at your option, any later version. +Most of NASM is licensed under the GNU Lesser General Public License +(LGPL) version 2.1 or, at your option, any later version. We are trying to shift the license to the 2-clause BSD license, so any patches submitted are required to be dual-licensed under those two licenses. +Many files are already switched to the 2-clause BSD license. + Please read the "COPYING" file in the archive root, or visit http://www.gnu.org/licenses/lgpl.html, for information about the LGPL. |