Skip to content

Commit 48306e8

Browse files
style: add license header
Signed-off-by: Andreas Reichel <[email protected]>
1 parent 58e863c commit 48306e8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/main/java/net/sf/jsqlparser/statement/create/table/PartitionDefinition.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*-
2+
* #%L
3+
* JSQLParser library
4+
* %%
5+
* Copyright (C) 2004 - 2024 JSQLParser
6+
* %%
7+
* Dual licensed under GNU LGPL 2.1 or Apache License 2.0
8+
* #L%
9+
*/
110
package net.sf.jsqlparser.statement.create.table;
211

312
import java.io.Serializable;

0 commit comments

Comments
 (0)