|
1 | 1 | /* |
2 | | - * NOTE: This file is in part based on code from Mort Bay Consulting. |
3 | | - * The original license statement is also included below. |
| 2 | + * Elemental |
| 3 | + * Copyright (C) 2024, Evolved Binary Ltd |
| 4 | + * |
| 5 | + |
| 6 | + * https://www.evolvedbinary.com | https://www.elemental.xyz |
| 7 | + * |
| 8 | + * This library is free software; you can redistribute it and/or |
| 9 | + * modify it under the terms of the GNU Lesser General Public |
| 10 | + * License as published by the Free Software Foundation; version 2.1. |
| 11 | + * |
| 12 | + * This library is distributed in the hope that it will be useful, |
| 13 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 15 | + * Lesser General Public License for more details. |
| 16 | + * |
| 17 | + * You should have received a copy of the GNU Lesser General Public |
| 18 | + * License along with this library; if not, write to the Free Software |
| 19 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 20 | + * |
| 21 | + * NOTE: Parts of this file contain code from 'The eXist-db Authors'. |
| 22 | + * The original license header is included below. |
| 23 | + * |
| 24 | + * ===================================================================== |
4 | 25 | * |
5 | 26 | * eXist-db Open Source Native XML Database |
6 | 27 | * Copyright (C) 2001 The eXist-db Authors |
|
22 | 43 | * License along with this library; if not, write to the Free Software |
23 | 44 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
24 | 45 | * |
25 | | - * --------------------------------------------------------------------- |
| 46 | + * NOTE: Parts of this file contain code from 'Mort Bay Consulting Pty. Ltd.'. |
| 47 | + * The original license header is included below. |
| 48 | + * |
| 49 | + * ===================================================================== |
26 | 50 | * |
27 | 51 | * Copyright 2002-2005 Mort Bay Consulting Pty. Ltd. |
28 | 52 | * |
|
0 commit comments