diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-07-06 11:09:11 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-07-06 11:09:11 -0700 |
commit | 8ee2e244eb2d55f64b297efd13eed9137cb4ee43 (patch) | |
tree | 5c9ea8ab6edbf0b0adf227a8f9429431547f006c /parser.h | |
parent | 0bc3bf61dbf1c774a71965b7cc8f145d359d25b2 (diff) | |
download | nasm-8ee2e244eb2d55f64b297efd13eed9137cb4ee43.tar.gz |
NASM: relicense under the 2-clause BSD license
*To the best of my knowledge*, we now have authorization from everyone
who has significantly contributed to NASM in the past. As such,
change the license to the 2-clause BSD license.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'parser.h')
-rw-r--r-- | parser.h | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -4,18 +4,6 @@ * See the file AUTHORS included with the NASM distribution for * the specific copyright holders. * - * 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, Inc., - * 51 Franklin St, Fifth Floor, Boston MA 02110-1301, USA; version 2.1, - * or, at your option, any later version, incorporated herein by - * reference. - * - * Patches submitted to this file are required to be dual licensed - * under the LGPL 2.1+ and the 2-clause BSD license: - * - * Copyright 1996-2009 the NASM Authors - All rights reserved. - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following * conditions are met: |