瀏覽代碼

[pxe] Dual-license pxe_api.h under the MIT license

pxe_api.h is just a description of API functions, it's actively
undesirable to have more implementations than necessary.  Allowing it
under the MIT license lets the Syslinux libraries use it.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Michael Brown <mcb30@etherboot.org>
tags/v0.9.8
H. Peter Anvin 15 年之前
父節點
當前提交
193d545903
共有 1 個檔案被更改,包括 25 行新增0 行删除
  1. 25
    0
      src/arch/i386/include/pxe_api.h

+ 25
- 0
src/arch/i386/include/pxe_api.h 查看文件

@@ -15,6 +15,31 @@
15 15
  * You should have received a copy of the GNU General Public License
16 16
  * along with this program; if not, write to the Free Software
17 17
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
+ *
19
+ * As an alternative, at your option, you may use this file under the
20
+ * following terms, known as the "MIT license":
21
+ *
22
+ * Copyright (c) 2005-2009 Michael Brown <mbrown@fensystems.co.uk>
23
+ *
24
+ * Permission is hereby granted, free of charge, to any person
25
+ * obtaining a copy of this software and associated documentation
26
+ * files (the "Software"), to deal in the Software without
27
+ * restriction, including without limitation the rights to use, copy,
28
+ * modify, merge, publish, distribute, sublicense, and/or sell copies
29
+ * of the Software, and to permit persons to whom the Software is
30
+ * furnished to do so, subject to the following conditions:
31
+ *
32
+ * The above copyright notice and this permission notice shall be
33
+ * included in all copies or substantial portions of the Software.
34
+ *
35
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
36
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
37
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
38
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
39
+ * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
40
+ * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
41
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
42
+ * SOFTWARE.
18 43
  */
19 44
 
20 45
 /** @file

Loading…
取消
儲存