From 973ad606fde0f7b553a413409b28096032d4aa95 Mon Sep 17 00:00:00 2001 From: James Clark Date: Sat, 29 May 1999 02:19:21 +0000 Subject: [PATCH] Change license to MPL 1.1 --- expat/gennmtab/gennmtab.c | 14 ++++++++++++-- expat/xmlparse/hashtable.c | 14 ++++++++++++-- expat/xmlparse/hashtable.h | 14 ++++++++++++-- expat/xmlparse/xmlparse.h | 14 ++++++++++++-- expat/xmltok/asciitab.h | 14 ++++++++++++-- expat/xmltok/dllmain.c | 14 ++++++++++++-- expat/xmltok/iasciitab.h | 14 ++++++++++++-- expat/xmltok/latin1tab.h | 14 ++++++++++++-- expat/xmltok/utf8tab.h | 14 ++++++++++++-- expat/xmltok/xmldef.h | 14 ++++++++++++-- expat/xmltok/xmlrole.c | 14 ++++++++++++-- expat/xmltok/xmlrole.h | 14 ++++++++++++-- expat/xmltok/xmltok_impl.h | 14 ++++++++++++-- expat/xmlwf/codepage.c | 14 ++++++++++++-- expat/xmlwf/codepage.h | 14 ++++++++++++-- expat/xmlwf/filemap.h | 14 ++++++++++++-- expat/xmlwf/readfilemap.c | 14 ++++++++++++-- expat/xmlwf/unixfilemap.c | 14 ++++++++++++-- expat/xmlwf/win32filemap.c | 14 ++++++++++++-- expat/xmlwf/xmlfile.c | 14 ++++++++++++-- expat/xmlwf/xmlfile.h | 14 ++++++++++++-- expat/xmlwf/xmlwf.c | 14 ++++++++++++-- 22 files changed, 264 insertions(+), 44 deletions(-) diff --git a/expat/gennmtab/gennmtab.c b/expat/gennmtab/gennmtab.c index 95a35eac..5ca453e4 100755 --- a/expat/gennmtab/gennmtab.c +++ b/expat/gennmtab/gennmtab.c @@ -1,6 +1,6 @@ /* The contents of this file are subject to the Mozilla Public License -Version 1.0 (the "License"); you may not use this file except in +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/ @@ -12,10 +12,20 @@ under the License. The Original Code is expat. The Initial Developer of the Original Code is James Clark. -Portions created by James Clark are Copyright (C) 1998 +Portions created by James Clark are Copyright (C) 1998, 1999 James Clark. All Rights Reserved. Contributor(s): + +Alternatively, the contents of this file may be used under the terms +of the GNU General Public License (the "GPL"), in which case the +provisions of the GPL are applicable instead of those above. If you +wish to allow use of your version of this file only under the terms of +the GPL and not to allow others to use your version of this file under +the MPL, indicate your decision by deleting the provisions above and +replace them with the notice and other provisions required by the +GPL. If you do not delete the provisions above, a recipient may use +your version of this file under either the MPL or the GPL. */ #include diff --git a/expat/xmlparse/hashtable.c b/expat/xmlparse/hashtable.c index e39f82ad..780a0610 100755 --- a/expat/xmlparse/hashtable.c +++ b/expat/xmlparse/hashtable.c @@ -1,6 +1,6 @@ /* The contents of this file are subject to the Mozilla Public License -Version 1.0 (the "License"); you may not use this file except in +Version 1.1 (the "License"); you may not use this file except in csompliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ @@ -12,10 +12,20 @@ under the License. The Original Code is expat. The Initial Developer of the Original Code is James Clark. -Portions created by James Clark are Copyright (C) 1998 +Portions created by James Clark are Copyright (C) 1998, 1999 James Clark. All Rights Reserved. Contributor(s): + +Alternatively, the contents of this file may be used under the terms +of the GNU General Public License (the "GPL"), in which case the +provisions of the GPL are applicable instead of those above. If you +wish to allow use of your version of this file only under the terms of +the GPL and not to allow others to use your version of this file under +the MPL, indicate your decision by deleting the provisions above and +replace them with the notice and other provisions required by the +GPL. If you do not delete the provisions above, a recipient may use +your version of this file under either the MPL or the GPL. */ #include "xmldef.h" diff --git a/expat/xmlparse/hashtable.h b/expat/xmlparse/hashtable.h index 02da97e0..df8ab8a4 100755 --- a/expat/xmlparse/hashtable.h +++ b/expat/xmlparse/hashtable.h @@ -1,6 +1,6 @@ /* The contents of this file are subject to the Mozilla Public License -Version 1.0 (the "License"); you may not use this file except in +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/ @@ -12,10 +12,20 @@ under the License. The Original Code is expat. The Initial Developer of the Original Code is James Clark. -Portions created by James Clark are Copyright (C) 1998 +Portions created by James Clark are Copyright (C) 1998, 1999 James Clark. All Rights Reserved. Contributor(s): + +Alternatively, the contents of this file may be used under the terms +of the GNU General Public License (the "GPL"), in which case the +provisions of the GPL are applicable instead of those above. If you +wish to allow use of your version of this file only under the terms of +the GPL and not to allow others to use your version of this file under +the MPL, indicate your decision by deleting the provisions above and +replace them with the notice and other provisions required by the +GPL. If you do not delete the provisions above, a recipient may use +your version of this file under either the MPL or the GPL. */ diff --git a/expat/xmlparse/xmlparse.h b/expat/xmlparse/xmlparse.h index 2c8f7d43..f2f9c9be 100755 --- a/expat/xmlparse/xmlparse.h +++ b/expat/xmlparse/xmlparse.h @@ -1,6 +1,6 @@ /* The contents of this file are subject to the Mozilla Public License -Version 1.0 (the "License"); you may not use this file except in +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/ @@ -12,10 +12,20 @@ under the License. The Original Code is expat. The Initial Developer of the Original Code is James Clark. -Portions created by James Clark are Copyright (C) 1998 +Portions created by James Clark are Copyright (C) 1998, 1999 James Clark. All Rights Reserved. Contributor(s): + +Alternatively, the contents of this file may be used under the terms +of the GNU General Public License (the "GPL"), in which case the +provisions of the GPL are applicable instead of those above. If you +wish to allow use of your version of this file only under the terms of +the GPL and not to allow others to use your version of this file under +the MPL, indicate your decision by deleting the provisions above and +replace them with the notice and other provisions required by the +GPL. If you do not delete the provisions above, a recipient may use +your version of this file under either the MPL or the GPL. */ #ifndef XmlParse_INCLUDED diff --git a/expat/xmltok/asciitab.h b/expat/xmltok/asciitab.h index 500ff66c..8a8a2dd3 100755 --- a/expat/xmltok/asciitab.h +++ b/expat/xmltok/asciitab.h @@ -1,6 +1,6 @@ /* The contents of this file are subject to the Mozilla Public License -Version 1.0 (the "License"); you may not use this file except in +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/ @@ -12,10 +12,20 @@ under the License. The Original Code is expat. The Initial Developer of the Original Code is James Clark. -Portions created by James Clark are Copyright (C) 1998 +Portions created by James Clark are Copyright (C) 1998, 1999 James Clark. All Rights Reserved. Contributor(s): + +Alternatively, the contents of this file may be used under the terms +of the GNU General Public License (the "GPL"), in which case the +provisions of the GPL are applicable instead of those above. If you +wish to allow use of your version of this file only under the terms of +the GPL and not to allow others to use your version of this file under +the MPL, indicate your decision by deleting the provisions above and +replace them with the notice and other provisions required by the +GPL. If you do not delete the provisions above, a recipient may use +your version of this file under either the MPL or the GPL. */ /* 0x00 */ BT_NONXML, BT_NONXML, BT_NONXML, BT_NONXML, diff --git a/expat/xmltok/dllmain.c b/expat/xmltok/dllmain.c index f508a452..deb7fafc 100755 --- a/expat/xmltok/dllmain.c +++ b/expat/xmltok/dllmain.c @@ -1,6 +1,6 @@ /* The contents of this file are subject to the Mozilla Public License -Version 1.0 (the "License"); you may not use this file except in +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/ @@ -12,10 +12,20 @@ under the License. The Original Code is expat. The Initial Developer of the Original Code is James Clark. -Portions created by James Clark are Copyright (C) 1998 +Portions created by James Clark are Copyright (C) 1998, 1999 James Clark. All Rights Reserved. Contributor(s): + +Alternatively, the contents of this file may be used under the terms +of the GNU General Public License (the "GPL"), in which case the +provisions of the GPL are applicable instead of those above. If you +wish to allow use of your version of this file only under the terms of +the GPL and not to allow others to use your version of this file under +the MPL, indicate your decision by deleting the provisions above and +replace them with the notice and other provisions required by the +GPL. If you do not delete the provisions above, a recipient may use +your version of this file under either the MPL or the GPL. */ #define STRICT 1 diff --git a/expat/xmltok/iasciitab.h b/expat/xmltok/iasciitab.h index c9ca02b7..333d6bb7 100755 --- a/expat/xmltok/iasciitab.h +++ b/expat/xmltok/iasciitab.h @@ -1,6 +1,6 @@ /* The contents of this file are subject to the Mozilla Public License -Version 1.0 (the "License"); you may not use this file except in +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/ @@ -12,10 +12,20 @@ under the License. The Original Code is expat. The Initial Developer of the Original Code is James Clark. -Portions created by James Clark are Copyright (C) 1998 +Portions created by James Clark are Copyright (C) 1998, 1999 James Clark. All Rights Reserved. Contributor(s): + +Alternatively, the contents of this file may be used under the terms +of the GNU General Public License (the "GPL"), in which case the +provisions of the GPL are applicable instead of those above. If you +wish to allow use of your version of this file only under the terms of +the GPL and not to allow others to use your version of this file under +the MPL, indicate your decision by deleting the provisions above and +replace them with the notice and other provisions required by the +GPL. If you do not delete the provisions above, a recipient may use +your version of this file under either the MPL or the GPL. */ /* Like asciitab.h, except that 0xD has code BT_S rather than BT_CR */ diff --git a/expat/xmltok/latin1tab.h b/expat/xmltok/latin1tab.h index 37869751..48609aa8 100755 --- a/expat/xmltok/latin1tab.h +++ b/expat/xmltok/latin1tab.h @@ -1,6 +1,6 @@ /* The contents of this file are subject to the Mozilla Public License -Version 1.0 (the "License"); you may not use this file except in +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/ @@ -12,10 +12,20 @@ under the License. The Original Code is expat. The Initial Developer of the Original Code is James Clark. -Portions created by James Clark are Copyright (C) 1998 +Portions created by James Clark are Copyright (C) 1998, 1999 James Clark. All Rights Reserved. Contributor(s): + +Alternatively, the contents of this file may be used under the terms +of the GNU General Public License (the "GPL"), in which case the +provisions of the GPL are applicable instead of those above. If you +wish to allow use of your version of this file only under the terms of +the GPL and not to allow others to use your version of this file under +the MPL, indicate your decision by deleting the provisions above and +replace them with the notice and other provisions required by the +GPL. If you do not delete the provisions above, a recipient may use +your version of this file under either the MPL or the GPL. */ /* 0x80 */ BT_OTHER, BT_OTHER, BT_OTHER, BT_OTHER, diff --git a/expat/xmltok/utf8tab.h b/expat/xmltok/utf8tab.h index 57ff8074..a38fe624 100755 --- a/expat/xmltok/utf8tab.h +++ b/expat/xmltok/utf8tab.h @@ -1,6 +1,6 @@ /* The contents of this file are subject to the Mozilla Public License -Version 1.0 (the "License"); you may not use this file except in +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/ @@ -12,10 +12,20 @@ under the License. The Original Code is expat. The Initial Developer of the Original Code is James Clark. -Portions created by James Clark are Copyright (C) 1998 +Portions created by James Clark are Copyright (C) 1998, 1999 James Clark. All Rights Reserved. Contributor(s): + +Alternatively, the contents of this file may be used under the terms +of the GNU General Public License (the "GPL"), in which case the +provisions of the GPL are applicable instead of those above. If you +wish to allow use of your version of this file only under the terms of +the GPL and not to allow others to use your version of this file under +the MPL, indicate your decision by deleting the provisions above and +replace them with the notice and other provisions required by the +GPL. If you do not delete the provisions above, a recipient may use +your version of this file under either the MPL or the GPL. */ diff --git a/expat/xmltok/xmldef.h b/expat/xmltok/xmldef.h index b2370591..49ce9ed6 100755 --- a/expat/xmltok/xmldef.h +++ b/expat/xmltok/xmldef.h @@ -1,6 +1,6 @@ /* The contents of this file are subject to the Mozilla Public License -Version 1.0 (the "License"); you may not use this file except in +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/ @@ -12,10 +12,20 @@ under the License. The Original Code is expat. The Initial Developer of the Original Code is James Clark. -Portions created by James Clark are Copyright (C) 1998 +Portions created by James Clark are Copyright (C) 1998, 1999 James Clark. All Rights Reserved. Contributor(s): + +Alternatively, the contents of this file may be used under the terms +of the GNU General Public License (the "GPL"), in which case the +provisions of the GPL are applicable instead of those above. If you +wish to allow use of your version of this file only under the terms of +the GPL and not to allow others to use your version of this file under +the MPL, indicate your decision by deleting the provisions above and +replace them with the notice and other provisions required by the +GPL. If you do not delete the provisions above, a recipient may use +your version of this file under either the MPL or the GPL. */ #include diff --git a/expat/xmltok/xmlrole.c b/expat/xmltok/xmlrole.c index 56c6d89f..b18e35eb 100755 --- a/expat/xmltok/xmlrole.c +++ b/expat/xmltok/xmlrole.c @@ -1,6 +1,6 @@ /* The contents of this file are subject to the Mozilla Public License -Version 1.0 (the "License"); you may not use this file except in +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/ @@ -12,10 +12,20 @@ under the License. The Original Code is expat. The Initial Developer of the Original Code is James Clark. -Portions created by James Clark are Copyright (C) 1998 +Portions created by James Clark are Copyright (C) 1998, 1999 James Clark. All Rights Reserved. Contributor(s): + +Alternatively, the contents of this file may be used under the terms +of the GNU General Public License (the "GPL"), in which case the +provisions of the GPL are applicable instead of those above. If you +wish to allow use of your version of this file only under the terms of +the GPL and not to allow others to use your version of this file under +the MPL, indicate your decision by deleting the provisions above and +replace them with the notice and other provisions required by the +GPL. If you do not delete the provisions above, a recipient may use +your version of this file under either the MPL or the GPL. */ #include "xmldef.h" diff --git a/expat/xmltok/xmlrole.h b/expat/xmltok/xmlrole.h index ecbcc26d..877c40ba 100755 --- a/expat/xmltok/xmlrole.h +++ b/expat/xmltok/xmlrole.h @@ -1,6 +1,6 @@ /* The contents of this file are subject to the Mozilla Public License -Version 1.0 (the "License"); you may not use this file except in +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/ @@ -12,10 +12,20 @@ under the License. The Original Code is expat. The Initial Developer of the Original Code is James Clark. -Portions created by James Clark are Copyright (C) 1998 +Portions created by James Clark are Copyright (C) 1998, 1999 James Clark. All Rights Reserved. Contributor(s): + +Alternatively, the contents of this file may be used under the terms +of the GNU General Public License (the "GPL"), in which case the +provisions of the GPL are applicable instead of those above. If you +wish to allow use of your version of this file only under the terms of +the GPL and not to allow others to use your version of this file under +the MPL, indicate your decision by deleting the provisions above and +replace them with the notice and other provisions required by the +GPL. If you do not delete the provisions above, a recipient may use +your version of this file under either the MPL or the GPL. */ #ifndef XmlRole_INCLUDED diff --git a/expat/xmltok/xmltok_impl.h b/expat/xmltok/xmltok_impl.h index 4c652545..e72b225c 100755 --- a/expat/xmltok/xmltok_impl.h +++ b/expat/xmltok/xmltok_impl.h @@ -1,6 +1,6 @@ /* The contents of this file are subject to the Mozilla Public License -Version 1.0 (the "License"); you may not use this file except in +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/ @@ -12,10 +12,20 @@ under the License. The Original Code is expat. The Initial Developer of the Original Code is James Clark. -Portions created by James Clark are Copyright (C) 1998 +Portions created by James Clark are Copyright (C) 1998, 1999 James Clark. All Rights Reserved. Contributor(s): + +Alternatively, the contents of this file may be used under the terms +of the GNU General Public License (the "GPL"), in which case the +provisions of the GPL are applicable instead of those above. If you +wish to allow use of your version of this file only under the terms of +the GPL and not to allow others to use your version of this file under +the MPL, indicate your decision by deleting the provisions above and +replace them with the notice and other provisions required by the +GPL. If you do not delete the provisions above, a recipient may use +your version of this file under either the MPL or the GPL. */ enum { diff --git a/expat/xmlwf/codepage.c b/expat/xmlwf/codepage.c index b8d89e9c..ac7c3e95 100755 --- a/expat/xmlwf/codepage.c +++ b/expat/xmlwf/codepage.c @@ -1,6 +1,6 @@ /* The contents of this file are subject to the Mozilla Public License -Version 1.0 (the "License"); you may not use this file except in +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/ @@ -12,10 +12,20 @@ under the License. The Original Code is expat. The Initial Developer of the Original Code is James Clark. -Portions created by James Clark are Copyright (C) 1998 +Portions created by James Clark are Copyright (C) 1998, 1999 James Clark. All Rights Reserved. Contributor(s): + +Alternatively, the contents of this file may be used under the terms +of the GNU General Public License (the "GPL"), in which case the +provisions of the GPL are applicable instead of those above. If you +wish to allow use of your version of this file only under the terms of +the GPL and not to allow others to use your version of this file under +the MPL, indicate your decision by deleting the provisions above and +replace them with the notice and other provisions required by the +GPL. If you do not delete the provisions above, a recipient may use +your version of this file under either the MPL or the GPL. */ #include "codepage.h" diff --git a/expat/xmlwf/codepage.h b/expat/xmlwf/codepage.h index 94c66f56..bd8eba01 100755 --- a/expat/xmlwf/codepage.h +++ b/expat/xmlwf/codepage.h @@ -1,6 +1,6 @@ /* The contents of this file are subject to the Mozilla Public License -Version 1.0 (the "License"); you may not use this file except in +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/ @@ -12,10 +12,20 @@ under the License. The Original Code is expat. The Initial Developer of the Original Code is James Clark. -Portions created by James Clark are Copyright (C) 1998 +Portions created by James Clark are Copyright (C) 1998, 1999 James Clark. All Rights Reserved. Contributor(s): + +Alternatively, the contents of this file may be used under the terms +of the GNU General Public License (the "GPL"), in which case the +provisions of the GPL are applicable instead of those above. If you +wish to allow use of your version of this file only under the terms of +the GPL and not to allow others to use your version of this file under +the MPL, indicate your decision by deleting the provisions above and +replace them with the notice and other provisions required by the +GPL. If you do not delete the provisions above, a recipient may use +your version of this file under either the MPL or the GPL. */ int codepageMap(int cp, int *map); diff --git a/expat/xmlwf/filemap.h b/expat/xmlwf/filemap.h index 60a1f677..d4e9b598 100755 --- a/expat/xmlwf/filemap.h +++ b/expat/xmlwf/filemap.h @@ -1,6 +1,6 @@ /* The contents of this file are subject to the Mozilla Public License -Version 1.0 (the "License"); you may not use this file except in +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/ @@ -12,10 +12,20 @@ under the License. The Original Code is expat. The Initial Developer of the Original Code is James Clark. -Portions created by James Clark are Copyright (C) 1998 +Portions created by James Clark are Copyright (C) 1998, 1999 James Clark. All Rights Reserved. Contributor(s): + +Alternatively, the contents of this file may be used under the terms +of the GNU General Public License (the "GPL"), in which case the +provisions of the GPL are applicable instead of those above. If you +wish to allow use of your version of this file only under the terms of +the GPL and not to allow others to use your version of this file under +the MPL, indicate your decision by deleting the provisions above and +replace them with the notice and other provisions required by the +GPL. If you do not delete the provisions above, a recipient may use +your version of this file under either the MPL or the GPL. */ diff --git a/expat/xmlwf/readfilemap.c b/expat/xmlwf/readfilemap.c index cfdfa2a7..c9bbb243 100755 --- a/expat/xmlwf/readfilemap.c +++ b/expat/xmlwf/readfilemap.c @@ -1,6 +1,6 @@ /* The contents of this file are subject to the Mozilla Public License -Version 1.0 (the "License"); you may not use this file except in +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/ @@ -12,10 +12,20 @@ under the License. The Original Code is expat. The Initial Developer of the Original Code is James Clark. -Portions created by James Clark are Copyright (C) 1998 +Portions created by James Clark are Copyright (C) 1998, 1999 James Clark. All Rights Reserved. Contributor(s): + +Alternatively, the contents of this file may be used under the terms +of the GNU General Public License (the "GPL"), in which case the +provisions of the GPL are applicable instead of those above. If you +wish to allow use of your version of this file only under the terms of +the GPL and not to allow others to use your version of this file under +the MPL, indicate your decision by deleting the provisions above and +replace them with the notice and other provisions required by the +GPL. If you do not delete the provisions above, a recipient may use +your version of this file under either the MPL or the GPL. */ #include diff --git a/expat/xmlwf/unixfilemap.c b/expat/xmlwf/unixfilemap.c index 1207d12b..0ff677d5 100755 --- a/expat/xmlwf/unixfilemap.c +++ b/expat/xmlwf/unixfilemap.c @@ -1,6 +1,6 @@ /* The contents of this file are subject to the Mozilla Public License -Version 1.0 (the "License"); you may not use this file except in +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/ @@ -12,10 +12,20 @@ under the License. The Original Code is expat. The Initial Developer of the Original Code is James Clark. -Portions created by James Clark are Copyright (C) 1998 +Portions created by James Clark are Copyright (C) 1998, 1999 James Clark. All Rights Reserved. Contributor(s): + +Alternatively, the contents of this file may be used under the terms +of the GNU General Public License (the "GPL"), in which case the +provisions of the GPL are applicable instead of those above. If you +wish to allow use of your version of this file only under the terms of +the GPL and not to allow others to use your version of this file under +the MPL, indicate your decision by deleting the provisions above and +replace them with the notice and other provisions required by the +GPL. If you do not delete the provisions above, a recipient may use +your version of this file under either the MPL or the GPL. */ #include diff --git a/expat/xmlwf/win32filemap.c b/expat/xmlwf/win32filemap.c index 587fe28c..acbc6274 100755 --- a/expat/xmlwf/win32filemap.c +++ b/expat/xmlwf/win32filemap.c @@ -1,6 +1,6 @@ /* The contents of this file are subject to the Mozilla Public License -Version 1.0 (the "License"); you may not use this file except in +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/ @@ -12,10 +12,20 @@ under the License. The Original Code is expat. The Initial Developer of the Original Code is James Clark. -Portions created by James Clark are Copyright (C) 1998 +Portions created by James Clark are Copyright (C) 1998, 1999 James Clark. All Rights Reserved. Contributor(s): + +Alternatively, the contents of this file may be used under the terms +of the GNU General Public License (the "GPL"), in which case the +provisions of the GPL are applicable instead of those above. If you +wish to allow use of your version of this file only under the terms of +the GPL and not to allow others to use your version of this file under +the MPL, indicate your decision by deleting the provisions above and +replace them with the notice and other provisions required by the +GPL. If you do not delete the provisions above, a recipient may use +your version of this file under either the MPL or the GPL. */ #define STRICT 1 diff --git a/expat/xmlwf/xmlfile.c b/expat/xmlwf/xmlfile.c index 954c77ff..d15d1a5e 100755 --- a/expat/xmlwf/xmlfile.c +++ b/expat/xmlwf/xmlfile.c @@ -1,6 +1,6 @@ /* The contents of this file are subject to the Mozilla Public License -Version 1.0 (the "License"); you may not use this file except in +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/ @@ -12,10 +12,20 @@ under the License. The Original Code is expat. The Initial Developer of the Original Code is James Clark. -Portions created by James Clark are Copyright (C) 1998 +Portions created by James Clark are Copyright (C) 1998, 1999 James Clark. All Rights Reserved. Contributor(s): + +Alternatively, the contents of this file may be used under the terms +of the GNU General Public License (the "GPL"), in which case the +provisions of the GPL are applicable instead of those above. If you +wish to allow use of your version of this file only under the terms of +the GPL and not to allow others to use your version of this file under +the MPL, indicate your decision by deleting the provisions above and +replace them with the notice and other provisions required by the +GPL. If you do not delete the provisions above, a recipient may use +your version of this file under either the MPL or the GPL. */ #include diff --git a/expat/xmlwf/xmlfile.h b/expat/xmlwf/xmlfile.h index adfac5a4..5a1af2e4 100755 --- a/expat/xmlwf/xmlfile.h +++ b/expat/xmlwf/xmlfile.h @@ -1,6 +1,6 @@ /* The contents of this file are subject to the Mozilla Public License -Version 1.0 (the "License"); you may not use this file except in +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/ @@ -12,10 +12,20 @@ under the License. The Original Code is expat. The Initial Developer of the Original Code is James Clark. -Portions created by James Clark are Copyright (C) 1998 +Portions created by James Clark are Copyright (C) 1998, 1999 James Clark. All Rights Reserved. Contributor(s): + +Alternatively, the contents of this file may be used under the terms +of the GNU General Public License (the "GPL"), in which case the +provisions of the GPL are applicable instead of those above. If you +wish to allow use of your version of this file only under the terms of +the GPL and not to allow others to use your version of this file under +the MPL, indicate your decision by deleting the provisions above and +replace them with the notice and other provisions required by the +GPL. If you do not delete the provisions above, a recipient may use +your version of this file under either the MPL or the GPL. */ #define XML_MAP_FILE 01 diff --git a/expat/xmlwf/xmlwf.c b/expat/xmlwf/xmlwf.c index 5580afa9..ea30402b 100755 --- a/expat/xmlwf/xmlwf.c +++ b/expat/xmlwf/xmlwf.c @@ -1,6 +1,6 @@ /* The contents of this file are subject to the Mozilla Public License -Version 1.0 (the "License"); you may not use this file except in +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/ @@ -12,10 +12,20 @@ under the License. The Original Code is expat. The Initial Developer of the Original Code is James Clark. -Portions created by James Clark are Copyright (C) 1998 +Portions created by James Clark are Copyright (C) 1998, 1999 James Clark. All Rights Reserved. Contributor(s): + +Alternatively, the contents of this file may be used under the terms +of the GNU General Public License (the "GPL"), in which case the +provisions of the GPL are applicable instead of those above. If you +wish to allow use of your version of this file only under the terms of +the GPL and not to allow others to use your version of this file under +the MPL, indicate your decision by deleting the provisions above and +replace them with the notice and other provisions required by the +GPL. If you do not delete the provisions above, a recipient may use +your version of this file under either the MPL or the GPL. */ #include -- 2.40.0