Skip to content

Commit ddd8d6d

Browse files
committed
Update license headers with new year
1 parent 76cca6c commit ddd8d6d

File tree

74 files changed

+74
-143
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+74
-143
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3636
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
3737
<license.dir>${basedir}</license.dir>
38-
<currentYear>2021</currentYear>
38+
<currentYear>2022</currentYear>
3939
<testcontainers.version>1.16.0</testcontainers.version>
4040
</properties>
4141

src/main/java/org/qstd/ColumnMappingPart.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2021-2021 the original author or authors.
11+
* Copyright 2021-2022 the original author or authors.
1212
*/
13-
1413
package org.qstd;
1514

1615
public class ColumnMappingPart {

src/main/java/org/qstd/ColumnNamesComparator.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2021-2021 the original author or authors.
11+
* Copyright 2021-2022 the original author or authors.
1212
*/
13-
1413
package org.qstd;
1514

1615
import java.util.Comparator;

src/main/java/org/qstd/ColumnNamesExtractor.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2021-2021 the original author or authors.
11+
* Copyright 2021-2022 the original author or authors.
1212
*/
13-
1413
package org.qstd;
1514

1615
import net.sf.jsqlparser.expression.BinaryExpression;

src/main/java/org/qstd/ColumnOrdersFinder.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2021-2021 the original author or authors.
11+
* Copyright 2021-2022 the original author or authors.
1212
*/
13-
1413
package org.qstd;
1514

1615
import java.util.List;

src/main/java/org/qstd/ColumnValueFormatter.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2021-2021 the original author or authors.
11+
* Copyright 2021-2022 the original author or authors.
1212
*/
13-
1413
package org.qstd;
1514

1615
import java.time.OffsetDateTime;

src/main/java/org/qstd/ColumnsMapping.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2021-2021 the original author or authors.
11+
* Copyright 2021-2022 the original author or authors.
1212
*/
13-
1413
package org.qstd;
1514

1615
public class ColumnsMapping {

src/main/java/org/qstd/ColumnsMappingGroup.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2021-2021 the original author or authors.
11+
* Copyright 2021-2022 the original author or authors.
1212
*/
13-
1413
package org.qstd;
1514

1615
import java.util.ArrayList;

src/main/java/org/qstd/ColumnsMappingsFinder.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2021-2021 the original author or authors.
11+
* Copyright 2021-2022 the original author or authors.
1212
*/
13-
1413
package org.qstd;
1514

1615
public interface ColumnsMappingsFinder {

src/main/java/org/qstd/DatabaseMetadataFinder.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2021-2021 the original author or authors.
11+
* Copyright 2021-2022 the original author or authors.
1212
*/
13-
1413
package org.qstd;
1514

1615
import org.qstd.dbtype.DatabaseMetadataFinderFactory;

0 commit comments

Comments
 (0)