|
1 | | -package xdev.db.h2.jdbc; |
2 | | - |
3 | | -/*- |
4 | | - * #%L |
5 | | - * SqlEngine Database Adapter H2 |
6 | | - * %% |
7 | | - * Copyright (C) 2003 - 2021 XDEV Software |
8 | | - * %% |
| 1 | +/* |
| 2 | + * SqlEngine Database Adapter H2 - XAPI SqlEngine Database Adapter for H2 |
| 3 | + * Copyright © 2003 XDEV Software (https://xdev.software) |
| 4 | + * |
9 | 5 | * This program is free software: you can redistribute it and/or modify |
10 | | - * it under the terms of the GNU Lesser General Public License as |
11 | | - * published by the Free Software Foundation, either version 3 of the |
12 | | - * License, or (at your option) any later version. |
13 | | - * |
| 6 | + * it under the terms of the GNU Lesser General Public License as published by |
| 7 | + * the Free Software Foundation, either version 3 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
14 | 10 | * This program is distributed in the hope that it will be useful, |
15 | 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
16 | 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
17 | | - * GNU General Lesser Public License for more details. |
18 | | - * |
19 | | - * You should have received a copy of the GNU General Lesser Public |
20 | | - * License along with this program. If not, see |
21 | | - * <http://www.gnu.org/licenses/lgpl-3.0.html>. |
22 | | - * #L% |
| 13 | + * GNU Lesser General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU Lesser General Public License |
| 16 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. |
23 | 17 | */ |
| 18 | +package xdev.db.h2.jdbc; |
24 | 19 |
|
25 | 20 |
|
26 | 21 | import com.xdev.jadoth.sqlengine.dbms.standard.StandardRetrospectionAccessor; |
|
0 commit comments