Skip to content

Commit 96c862e

Browse files
committed
[bugfix] Fix licence.
1 parent b82298e commit 96c862e

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

exist-core/src/test/xquery/xquery3/castable.xqm

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
(:
2+
: eXist-db Open Source Native XML Database
3+
: Copyright (C) 2001 The eXist-db Authors
4+
:
5+
6+
: http://www.exist-db.org
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; 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,
14+
: but WITHOUT ANY WARRANTY; without even the implied warranty of
15+
: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16+
: Lesser General Public License for more details.
17+
:
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
21+
:)
22+
(:~
23+
: @see https://github.com/eXist-db/exist/issues/3390
24+
:)
125
xquery version "3.1";
226

327
module namespace t="http://exist-db.org/xquery/test";

0 commit comments

Comments
 (0)