From 48ad90e49adc84990701cc6e565940f6480a41bb Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Mon, 17 Jan 2022 11:54:52 +0100 Subject: [PATCH] MAINT: update license headers --- src/Entity.js | 3 --- src/EntityApi.js | 3 --- src/Property.js | 3 --- src/TransactionService.js | 3 --- src/index.js | 3 --- 5 files changed, 15 deletions(-) diff --git a/src/Entity.js b/src/Entity.js index 13f88ff..8ebdae9 100644 --- a/src/Entity.js +++ b/src/Entity.js @@ -1,5 +1,4 @@ /* - * ** header v3.0 * This file is a part of the CaosDB Project. * * Copyright (C) 2021 IndiScale GmbH <info@indiscale.com> @@ -17,8 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see <https://www.gnu.org/licenses/>. - * - * ** end header */ import { api diff --git a/src/EntityApi.js b/src/EntityApi.js index fd3455e..01c0202 100644 --- a/src/EntityApi.js +++ b/src/EntityApi.js @@ -1,5 +1,4 @@ /* - * ** header v3.0 * This file is a part of the CaosDB Project. * * Copyright (C) 2021 IndiScale GmbH <info@indiscale.com> @@ -17,8 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see <https://www.gnu.org/licenses/>. - * - * ** end header */ const api = {}; diff --git a/src/Property.js b/src/Property.js index 946baf6..2fa7a5c 100644 --- a/src/Property.js +++ b/src/Property.js @@ -1,5 +1,4 @@ /* - * ** header v3.0 * This file is a part of the CaosDB Project. * * Copyright (C) 2021 IndiScale GmbH <info@indiscale.com> @@ -17,8 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see <https://www.gnu.org/licenses/>. - * - * ** end header */ import { api diff --git a/src/TransactionService.js b/src/TransactionService.js index 3d2e9ed..cfe1328 100644 --- a/src/TransactionService.js +++ b/src/TransactionService.js @@ -1,5 +1,4 @@ /* - * ** header v3.0 * This file is a part of the CaosDB Project. * * Copyright (C) 2021 IndiScale GmbH <info@indiscale.com> @@ -17,8 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see <https://www.gnu.org/licenses/>. - * - * ** end header */ import { api diff --git a/src/index.js b/src/index.js index 979dfc1..3bf2d0d 100644 --- a/src/index.js +++ b/src/index.js @@ -1,5 +1,4 @@ /* - * ** header v3.0 * This file is a part of the CaosDB Project. * * Copyright (C) 2021 IndiScale GmbH <info@indiscale.com> @@ -17,8 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see <https://www.gnu.org/licenses/>. - * - * ** end header */ export { Entity -- GitLab