|
1 | 1 | /* |
2 | | - * eXist Open Source Native XML Database |
3 | | - * Copyright (C) 2001-2018 The eXist Project |
4 | | - * http://exist-db.org |
| 2 | + * eXist-db Open Source Native XML Database |
| 3 | + * Copyright (C) 2017 The eXist-db Authors |
5 | 4 | * |
6 | | - * This program is free software; you can redistribute it and/or |
7 | | - * modify it under the terms of the GNU Lesser General Public License |
8 | | - * as published by the Free Software Foundation; either version 2 |
9 | | - * of the License, or (at your option) any later version. |
| 5 | + * info@exist-db.org |
| 6 | + * https://www.exist-db.org |
10 | 7 | * |
11 | | - * This program is distributed in the hope that it will be useful, |
| 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; either |
| 11 | + * version 2.1 of the License, or (at your option) any later version. |
| 12 | + * |
| 13 | + * This library is distributed in the hope that it will be useful, |
12 | 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | | - * GNU Lesser General Public License for more details. |
| 15 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 16 | + * Lesser General Public License for more details. |
15 | 17 | * |
16 | | - * You should have received a copy of the GNU Lesser General Public License |
17 | | - * along with this program; if not, write to the Free Software Foundation |
18 | | - * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 18 | + * You should have received a copy of the GNU Lesser General Public |
| 19 | + * License along with this library; if not, write to the Free Software |
| 20 | + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
19 | 21 | */ |
20 | 22 | package org.exist.console.xquery; |
21 | 23 |
|
|
0 commit comments