Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit b99c69d

Browse files
Updated license doc
1 parent 713aa63 commit b99c69d

10 files changed

+130
-180
lines changed

src/main/java/xdev/db/h2/jdbc/H2ConnectionInformation.java

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,21 @@
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+
*
95
* 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+
*
1410
* This program is distributed in the hope that it will be useful,
1511
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1612
* 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/>.
2317
*/
18+
package xdev.db.h2.jdbc;
2419

2520
import xdev.db.ConnectionInformation;
2621

src/main/java/xdev/db/h2/jdbc/H2DDLMapper.java

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,21 @@
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+
*
95
* 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+
*
1410
* This program is distributed in the hope that it will be useful,
1511
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1612
* 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/>.
2317
*/
18+
package xdev.db.h2.jdbc;
2419

2520

2621
import com.xdev.jadoth.sqlengine.dbms.standard.StandardDDLMapper;

src/main/java/xdev/db/h2/jdbc/H2DMLAssembler.java

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,21 @@
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+
*
95
* 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+
*
1410
* This program is distributed in the hope that it will be useful,
1511
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1612
* 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/>.
2317
*/
18+
package xdev.db.h2.jdbc;
2419

2520

2621
import static com.xdev.jadoth.sqlengine.internal.QueryPart.ASEXPRESSION;

src/main/java/xdev/db/h2/jdbc/H2Dbms.java

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,21 @@
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+
*
95
* 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+
*
1410
* This program is distributed in the hope that it will be useful,
1511
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1612
* 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/>.
2317
*/
18+
package xdev.db.h2.jdbc;
2419

2520

2621
import com.xdev.jadoth.sqlengine.dbms.DbmsAdaptor;

src/main/java/xdev/db/h2/jdbc/H2ExceptionParser.java

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,21 @@
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+
*
95
* 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+
*
1410
* This program is distributed in the hope that it will be useful,
1511
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1612
* 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/>.
2317
*/
18+
package xdev.db.h2.jdbc;
2419

2520

2621
import java.sql.SQLException;

src/main/java/xdev/db/h2/jdbc/H2JDBCConnection.java

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,21 @@
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+
*
95
* 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+
*
1410
* This program is distributed in the hope that it will be useful,
1511
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1612
* 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/>.
2317
*/
18+
package xdev.db.h2.jdbc;
2419

2520

2621
import java.sql.Connection;

src/main/java/xdev/db/h2/jdbc/H2JDBCDataSource.java

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,21 @@
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+
*
95
* 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+
*
1410
* This program is distributed in the hope that it will be useful,
1511
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1612
* 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/>.
2317
*/
18+
package xdev.db.h2.jdbc;
2419

2520

2621
import xdev.db.DBException;

src/main/java/xdev/db/h2/jdbc/H2JDBCMetaData.java

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,21 @@
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+
*
95
* 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+
*
1410
* This program is distributed in the hope that it will be useful,
1511
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1612
* 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/>.
2317
*/
18+
package xdev.db.h2.jdbc;
2419

2520

2621
import java.sql.DatabaseMetaData;

src/main/java/xdev/db/h2/jdbc/H2RetrospectionAccessor.java

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,21 @@
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+
*
95
* 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+
*
1410
* This program is distributed in the hope that it will be useful,
1511
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1612
* 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/>.
2317
*/
18+
package xdev.db.h2.jdbc;
2419

2520

2621
import com.xdev.jadoth.sqlengine.dbms.standard.StandardRetrospectionAccessor;

src/main/java/xdev/db/h2/jdbc/H2Syntax.java

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,21 @@
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+
*
95
* 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+
*
1410
* This program is distributed in the hope that it will be useful,
1511
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1612
* 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/>.
2317
*/
18+
package xdev.db.h2.jdbc;
2419

2520

2621
import com.xdev.jadoth.sqlengine.dbms.DbmsSyntax;

0 commit comments

Comments
 (0)