Skip to content

Commit a92f4be

Browse files
geroplroboquat
authored andcommitted
[db] Licence headers
1 parent cf38fac commit a92f4be

4 files changed

+24
-0
lines changed

components/gitpod-db/src/typeorm/migration/1637586292251-IndexTokenEntryExpiryDate.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
* Copyright (c) 2021 Gitpod GmbH. All rights reserved.
3+
* Licensed under the GNU Affero General Public License (AGPL).
4+
* See License-AGPL.txt in the project root for license information.
5+
*/
6+
17
import {MigrationInterface, QueryRunner} from "typeorm";
28
import { indexExists } from "./helper/helper";
39

components/gitpod-db/src/typeorm/migration/1637586576910-IndexSubscriptionTsSlotId.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
* Copyright (c) 2021 Gitpod GmbH. All rights reserved.
3+
* Licensed under the GNU Affero General Public License (AGPL).
4+
* See License-AGPL.txt in the project root for license information.
5+
*/
6+
17
import {MigrationInterface, QueryRunner} from "typeorm";
28
import { indexExists } from "./helper/helper";
39

components/gitpod-db/src/typeorm/migration/1637587163581-IndexPWSProjectId.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
* Copyright (c) 2021 Gitpod GmbH. All rights reserved.
3+
* Licensed under the GNU Affero General Public License (AGPL).
4+
* See License-AGPL.txt in the project root for license information.
5+
*/
6+
17
import {MigrationInterface, QueryRunner} from "typeorm";
28
import { indexExists } from "./helper/helper";
39

components/gitpod-db/src/typeorm/migration/1637587650752-IndexWorkspaceGCQueries.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
* Copyright (c) 2021 Gitpod GmbH. All rights reserved.
3+
* Licensed under the GNU Affero General Public License (AGPL).
4+
* See License-AGPL.txt in the project root for license information.
5+
*/
6+
17
import {MigrationInterface, QueryRunner} from "typeorm";
28
import { indexExists } from "./helper/helper";
39

0 commit comments

Comments
 (0)