diff --git a/modules/commons/commons-api/src/main/java/org/eclipse/dirigible/commons/api/helpers/DateTimeUtils.java b/modules/commons/commons-api/src/main/java/org/eclipse/dirigible/commons/api/helpers/DateTimeUtils.java index 6062b291dad..c5f8bf2cb51 100644 --- a/modules/commons/commons-api/src/main/java/org/eclipse/dirigible/commons/api/helpers/DateTimeUtils.java +++ b/modules/commons/commons-api/src/main/java/org/eclipse/dirigible/commons/api/helpers/DateTimeUtils.java @@ -1,3 +1,14 @@ +/* + * Copyright (c) 2010-2021 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v20.html + * + * SPDX-FileCopyrightText: 2010-2021 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors + * SPDX-License-Identifier: EPL-2.0 + */ package org.eclipse.dirigible.commons.api.helpers; import java.sql.Date; diff --git a/modules/database/database-data-models/src/main/java/org/eclipse/dirigible/database/ds/model/DataStructureContentModel.java b/modules/database/database-data-models/src/main/java/org/eclipse/dirigible/database/ds/model/DataStructureContentModel.java index 4d1b6181f1d..d3e5a18bee2 100644 --- a/modules/database/database-data-models/src/main/java/org/eclipse/dirigible/database/ds/model/DataStructureContentModel.java +++ b/modules/database/database-data-models/src/main/java/org/eclipse/dirigible/database/ds/model/DataStructureContentModel.java @@ -1,12 +1,12 @@ /* - * Copyright (c) 2010-2020 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors + * Copyright (c) 2010-2021 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v20.html * - * SPDX-FileCopyrightText: 2010-2020 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors + * SPDX-FileCopyrightText: 2010-2021 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors * SPDX-License-Identifier: EPL-2.0 */ package org.eclipse.dirigible.database.ds.model; diff --git a/modules/database/database-data-models/src/main/java/org/eclipse/dirigible/database/ds/model/DataStructureModel.java b/modules/database/database-data-models/src/main/java/org/eclipse/dirigible/database/ds/model/DataStructureModel.java index d7257d403f8..912c282b668 100644 --- a/modules/database/database-data-models/src/main/java/org/eclipse/dirigible/database/ds/model/DataStructureModel.java +++ b/modules/database/database-data-models/src/main/java/org/eclipse/dirigible/database/ds/model/DataStructureModel.java @@ -1,12 +1,12 @@ /* - * Copyright (c) 2010-2020 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors + * Copyright (c) 2010-2021 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v20.html * - * SPDX-FileCopyrightText: 2010-2020 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors + * SPDX-FileCopyrightText: 2010-2021 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors * SPDX-License-Identifier: EPL-2.0 */ package org.eclipse.dirigible.database.ds.model; diff --git a/modules/database/database-data-models/src/main/java/org/eclipse/dirigible/database/ds/model/DataStructureSchemaModel.java b/modules/database/database-data-models/src/main/java/org/eclipse/dirigible/database/ds/model/DataStructureSchemaModel.java index e4c6072b399..3a48bb5908e 100644 --- a/modules/database/database-data-models/src/main/java/org/eclipse/dirigible/database/ds/model/DataStructureSchemaModel.java +++ b/modules/database/database-data-models/src/main/java/org/eclipse/dirigible/database/ds/model/DataStructureSchemaModel.java @@ -1,12 +1,12 @@ /* - * Copyright (c) 2010-2020 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors + * Copyright (c) 2010-2021 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v20.html * - * SPDX-FileCopyrightText: 2010-2020 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors + * SPDX-FileCopyrightText: 2010-2021 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors * SPDX-License-Identifier: EPL-2.0 */ package org.eclipse.dirigible.database.ds.model; diff --git a/modules/database/database-data-models/src/main/java/org/eclipse/dirigible/database/ds/model/DataStructureTableModel.java b/modules/database/database-data-models/src/main/java/org/eclipse/dirigible/database/ds/model/DataStructureTableModel.java index 40220125d6a..b75531c13ed 100644 --- a/modules/database/database-data-models/src/main/java/org/eclipse/dirigible/database/ds/model/DataStructureTableModel.java +++ b/modules/database/database-data-models/src/main/java/org/eclipse/dirigible/database/ds/model/DataStructureTableModel.java @@ -1,12 +1,12 @@ /* - * Copyright (c) 2010-2020 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors + * Copyright (c) 2010-2021 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v20.html * - * SPDX-FileCopyrightText: 2010-2020 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors + * SPDX-FileCopyrightText: 2010-2021 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors * SPDX-License-Identifier: EPL-2.0 */ package org.eclipse.dirigible.database.ds.model; diff --git a/modules/database/database-data-models/src/main/java/org/eclipse/dirigible/database/ds/model/DataStructureViewModel.java b/modules/database/database-data-models/src/main/java/org/eclipse/dirigible/database/ds/model/DataStructureViewModel.java index ddaebe23bde..78d05100535 100644 --- a/modules/database/database-data-models/src/main/java/org/eclipse/dirigible/database/ds/model/DataStructureViewModel.java +++ b/modules/database/database-data-models/src/main/java/org/eclipse/dirigible/database/ds/model/DataStructureViewModel.java @@ -1,12 +1,12 @@ /* - * Copyright (c) 2010-2020 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors + * Copyright (c) 2010-2021 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v20.html * - * SPDX-FileCopyrightText: 2010-2020 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors + * SPDX-FileCopyrightText: 2010-2021 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors * SPDX-License-Identifier: EPL-2.0 */ package org.eclipse.dirigible.database.ds.model; diff --git a/modules/database/database-data-models/src/main/java/org/eclipse/dirigible/database/ds/model/transfer/TableImporter.java b/modules/database/database-data-models/src/main/java/org/eclipse/dirigible/database/ds/model/transfer/TableImporter.java index bf7695f48c1..dd250bbbfe4 100644 --- a/modules/database/database-data-models/src/main/java/org/eclipse/dirigible/database/ds/model/transfer/TableImporter.java +++ b/modules/database/database-data-models/src/main/java/org/eclipse/dirigible/database/ds/model/transfer/TableImporter.java @@ -1,12 +1,12 @@ /* - * Copyright (c) 2010-2020 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors + * Copyright (c) 2010-2021 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v20.html * - * SPDX-FileCopyrightText: 2010-2020 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors + * SPDX-FileCopyrightText: 2010-2021 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors * SPDX-License-Identifier: EPL-2.0 */ package org.eclipse.dirigible.database.ds.model.transfer; diff --git a/modules/database/database-data-models/src/test/java/org/eclipse/dirigible/database/ds/model/test/DataStructureTableImportTest.java b/modules/database/database-data-models/src/test/java/org/eclipse/dirigible/database/ds/model/test/DataStructureTableImportTest.java index 64ce308dcfd..dd559bedcb5 100644 --- a/modules/database/database-data-models/src/test/java/org/eclipse/dirigible/database/ds/model/test/DataStructureTableImportTest.java +++ b/modules/database/database-data-models/src/test/java/org/eclipse/dirigible/database/ds/model/test/DataStructureTableImportTest.java @@ -1,12 +1,12 @@ /* - * Copyright (c) 2010-2020 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors + * Copyright (c) 2010-2021 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v20.html * - * SPDX-FileCopyrightText: 2010-2020 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors + * SPDX-FileCopyrightText: 2010-2021 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors * SPDX-License-Identifier: EPL-2.0 */ package org.eclipse.dirigible.database.ds.model.test; diff --git a/modules/database/database-persistence/src/main/java/org/eclipse/dirigible/database/persistence/parser/PersistenceAnnotationsParser.java b/modules/database/database-persistence/src/main/java/org/eclipse/dirigible/database/persistence/parser/PersistenceAnnotationsParser.java index ab1e418a92b..efb733cb09d 100644 --- a/modules/database/database-persistence/src/main/java/org/eclipse/dirigible/database/persistence/parser/PersistenceAnnotationsParser.java +++ b/modules/database/database-persistence/src/main/java/org/eclipse/dirigible/database/persistence/parser/PersistenceAnnotationsParser.java @@ -1,12 +1,12 @@ /* - * Copyright (c) 2010-2020 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors + * Copyright (c) 2010-2021 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v20.html * - * SPDX-FileCopyrightText: 2010-2020 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors + * SPDX-FileCopyrightText: 2010-2021 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors * SPDX-License-Identifier: EPL-2.0 */ package org.eclipse.dirigible.database.persistence.parser; diff --git a/modules/database/database-persistence/src/main/java/org/eclipse/dirigible/database/persistence/processors/table/PersistenceCreateTableProcessor.java b/modules/database/database-persistence/src/main/java/org/eclipse/dirigible/database/persistence/processors/table/PersistenceCreateTableProcessor.java index 1f6001d643f..f97a581f01b 100644 --- a/modules/database/database-persistence/src/main/java/org/eclipse/dirigible/database/persistence/processors/table/PersistenceCreateTableProcessor.java +++ b/modules/database/database-persistence/src/main/java/org/eclipse/dirigible/database/persistence/processors/table/PersistenceCreateTableProcessor.java @@ -1,12 +1,12 @@ /* - * Copyright (c) 2010-2020 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors + * Copyright (c) 2010-2021 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v20.html * - * SPDX-FileCopyrightText: 2010-2020 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors + * SPDX-FileCopyrightText: 2010-2021 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors * SPDX-License-Identifier: EPL-2.0 */ package org.eclipse.dirigible.database.persistence.processors.table; diff --git a/modules/database/database-sql/src/main/java/org/eclipse/dirigible/database/sql/DataType.java b/modules/database/database-sql/src/main/java/org/eclipse/dirigible/database/sql/DataType.java index 4907fb170f9..49fb1d6e40d 100644 --- a/modules/database/database-sql/src/main/java/org/eclipse/dirigible/database/sql/DataType.java +++ b/modules/database/database-sql/src/main/java/org/eclipse/dirigible/database/sql/DataType.java @@ -1,12 +1,12 @@ /* - * Copyright (c) 2010-2020 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors + * Copyright (c) 2010-2021 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v20.html * - * SPDX-FileCopyrightText: 2010-2020 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors + * SPDX-FileCopyrightText: 2010-2021 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors * SPDX-License-Identifier: EPL-2.0 */ package org.eclipse.dirigible.database.sql; diff --git a/modules/database/database-sql/src/main/java/org/eclipse/dirigible/database/sql/DataTypeUtils.java b/modules/database/database-sql/src/main/java/org/eclipse/dirigible/database/sql/DataTypeUtils.java index 452a81f3f76..69f436370b0 100644 --- a/modules/database/database-sql/src/main/java/org/eclipse/dirigible/database/sql/DataTypeUtils.java +++ b/modules/database/database-sql/src/main/java/org/eclipse/dirigible/database/sql/DataTypeUtils.java @@ -1,12 +1,12 @@ /* - * Copyright (c) 2010-2020 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors + * Copyright (c) 2010-2021 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v20.html * - * SPDX-FileCopyrightText: 2010-2020 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors + * SPDX-FileCopyrightText: 2010-2021 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors * SPDX-License-Identifier: EPL-2.0 */ package org.eclipse.dirigible.database.sql; diff --git a/modules/database/database-sql/src/main/java/org/eclipse/dirigible/database/sql/builders/table/AbstractTableBuilder.java b/modules/database/database-sql/src/main/java/org/eclipse/dirigible/database/sql/builders/table/AbstractTableBuilder.java index 5378b1225e4..8819774a5c5 100644 --- a/modules/database/database-sql/src/main/java/org/eclipse/dirigible/database/sql/builders/table/AbstractTableBuilder.java +++ b/modules/database/database-sql/src/main/java/org/eclipse/dirigible/database/sql/builders/table/AbstractTableBuilder.java @@ -1,12 +1,12 @@ /* - * Copyright (c) 2010-2020 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors + * Copyright (c) 2010-2021 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v20.html * - * SPDX-FileCopyrightText: 2010-2020 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors + * SPDX-FileCopyrightText: 2010-2021 SAP SE or an SAP affiliate company and Eclipse Dirigible contributors * SPDX-License-Identifier: EPL-2.0 */ package org.eclipse.dirigible.database.sql.builders.table;