From 59f03e9eb4ee65111741d8863f60e542f1ffe493 Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Fri, 28 Oct 2022 20:25:11 +0800 Subject: [PATCH] refactor: remove copyright block as CLA covers it --- packages/nc-cli/src/index.ts | 23 +-- packages/nc-cli/src/lib/CliMgr.ts | 23 +-- packages/nc-cli/src/lib/mgr/AppMgr.ts | 23 +-- packages/nc-cli/src/lib/mgr/Client.ts | 23 +-- packages/nc-cli/src/lib/mgr/ComponentMgr.ts | 23 +-- packages/nc-cli/src/lib/mgr/DockerMgr.ts | 23 +-- packages/nc-cli/src/lib/mgr/InstantMgr.ts | 23 +-- packages/nc-cli/src/lib/mgr/MigrationMgr.ts | 23 +-- packages/nc-cli/src/lib/mgr/ModelMgr.ts | 23 +-- packages/nc-cli/src/lib/mgr/NewMgr.ts | 23 +-- packages/nc-cli/src/lib/mgr/OldNewMgr.ts | 23 +-- packages/nc-cli/src/lib/mgr/PermissionsMgr.ts | 23 +-- .../nc-cli/src/lib/mgr/PermissionsMgrJs.ts | 23 +-- packages/nc-cli/src/lib/mgr/SocialMgr.ts | 23 +-- packages/nc-cli/src/lib/mgr/SocialText.ts | 23 +-- packages/nc-cli/src/lib/mgr/TryMgr.ts | 23 +-- packages/nc-cli/src/lib/mgr/XcInstantMgr.ts | 23 +-- packages/nc-cli/src/lib/prompts/Menu.ts | 23 +-- .../nc-cli/src/lib/prompts/RunOrDownload.ts | 23 +-- packages/nc-cli/src/lib/util/Lang.ts | 23 --- packages/nc-cli/src/lib/util/Locales.ts | 23 +-- packages/nc-cli/src/lib/util/Util.ts | 23 +-- packages/nc-cli/src/lib/util/config.ts | 23 +-- packages/nc-gui/components/cell/Duration.vue | 21 --- .../nc-gui/components/cell/MultiSelect.vue | 23 +-- .../nc-gui/components/cell/SingleSelect.vue | 23 +-- packages/nc-gui/components/cell/Url.vue | 23 --- packages/nc-gui/utils/columnUtils.ts | 23 --- packages/nc-gui/utils/durationUtils.ts | 22 --- .../nc-lib-gui/__tests__/xc-tool-web.test.js | 23 +-- packages/nc-lib-gui/lib/XcLibGui.js | 23 +-- packages/nc-lib-gui/license.txt | 23 +-- packages/nc-plugin/src/lib/IEmailAdapter.ts | 23 +-- packages/nc-plugin/src/lib/IStorageAdapter.ts | 23 +-- .../nc-plugin/src/lib/IStorageAdapterV2.ts | 22 --- .../src/lib/IWebhookNotificationAdapter.ts | 23 +-- packages/nocodb-sdk/src/lib/sqlUi/MssqlUi.ts | 23 +-- packages/nocodb-sdk/src/lib/sqlUi/MysqlUi.ts | 23 +-- packages/nocodb-sdk/src/lib/sqlUi/OracleUi.ts | 23 +-- packages/nocodb-sdk/src/lib/sqlUi/PgUi.ts | 23 +-- .../nocodb-sdk/src/lib/sqlUi/SqlUiFactory.ts | 23 +-- packages/nocodb-sdk/src/lib/sqlUi/SqliteUi.ts | 23 +-- packages/nocodb/license.txt | 23 +-- packages/nocodb/src/__tests__/formula.test.ts | 22 --- packages/nocodb/src/__tests__/graphql.test.ts | 22 --- .../nocodb/src/__tests__/meta.apisv2.test.ts | 22 --- packages/nocodb/src/__tests__/rest.test.ts | 22 --- packages/nocodb/src/__tests__/restv2.test.ts | 22 --- .../nocodb/src/interface/IEmailAdapter.ts | 23 --- .../nocodb/src/interface/IStorageAdapter.ts | 23 --- .../nocodb/src/interface/XcDynamicChanges.ts | 23 --- packages/nocodb/src/interface/XcMetaMgr.ts | 22 --- packages/nocodb/src/interface/config.ts | 23 --- packages/nocodb/src/lib/Noco.ts | 23 --- .../src/lib/db/sql-data-mapper/index.ts | 22 --- .../lib/db/sql-data-mapper/lib/BaseModel.ts | 22 --- .../lib/db/sql-data-mapper/lib/DbFactory.ts | 22 --- .../sql-data-mapper/lib/sql/BaseModelSql.ts | 22 --- .../sql-data-mapper/lib/sql/BaseModelSqlv2.ts | 23 --- .../db/sql-data-mapper/lib/sql/CustomKnex.ts | 23 --- .../lib/db/sql-migrator/lib/KnexMigrator.ts | 23 --- .../lib/db/sql-migrator/lib/KnexMigratorv2.ts | 23 --- .../db/sql-migrator/lib/KnexMigratorv2Tans.ts | 23 --- .../lib/db/sql-migrator/lib/SqlMigrator.ts | 23 --- .../db/sql-migrator/lib/SqlMigratorFactory.ts | 23 --- .../lib/templates/mssql.template.ts | 22 --- .../lib/templates/mysql.template.ts | 22 --- .../sql-migrator/lib/templates/pg.template.ts | 22 --- .../lib/templates/sqlite.template.ts | 22 --- .../db/sql-migrator/tests/sqlmigrator.test.ts | 22 --- packages/nocodb/src/lib/db/util/Debug.ts | 23 --- packages/nocodb/src/lib/db/util/DebugMgr.ts | 23 --- .../nocodb/src/lib/db/util/FileCollection.ts | 23 --- packages/nocodb/src/lib/db/util/Result.ts | 23 --- packages/nocodb/src/lib/db/util/emit.ts | 22 --- packages/nocodb/src/lib/db/util/file.help.ts | 22 --- packages/nocodb/src/lib/index.ts | 23 --- packages/nocodb/src/lib/meta/NcMetaIO.ts | 23 --- packages/nocodb/src/lib/meta/NcMetaIOImpl.ts | 23 --- .../nocodb/src/lib/meta/NcMetaIOImplEE.ts | 22 --- packages/nocodb/src/lib/meta/NcMetaMgr.ts | 23 --- packages/nocodb/src/lib/meta/NcMetaMgrEE.ts | 23 --- packages/nocodb/src/lib/meta/NcMetaMgrv2.ts | 23 --- .../lib/meta/api/sync/helpers/EntityMap.ts | 111 +++++++------ .../src/lib/meta/api/sync/helpers/job.ts | 9 +- .../api/sync/helpers/readAndProcessData.ts | 146 +++++++++++------- .../lib/meta/api/userApi/initAdminFromEnv.ts | 4 +- .../meta/api/userApi/ui/auth/emailVerify.ts | 23 --- .../meta/api/userApi/ui/auth/resetPassword.ts | 23 --- .../ui/emailTemplates/forgotPassword.ts | 22 --- .../api/userApi/ui/emailTemplates/invite.ts | 23 --- .../api/userApi/ui/emailTemplates/verify.ts | 23 --- .../src/lib/meta/helpers/NcPluginMgrv2.ts | 23 --- .../src/lib/migrations/XcMigrationSource.ts | 24 --- .../src/lib/migrations/XcMigrationSourcev2.ts | 24 --- .../src/lib/migrations/v1/nc_002_add_m2m.ts | 23 --- .../migrations/v1/nc_003_add_fkn_column.ts | 23 --- .../v1/nc_004_add_view_type_column.ts | 23 --- .../v1/nc_005_add_view_name_column.ts | 23 --- .../v1/nc_006_alter_nc_shared_views.ts | 23 --- .../v1/nc_007_alter_nc_shared_views_1.ts | 23 --- .../v1/nc_008_add_nc_shared_bases.ts | 23 --- .../migrations/v1/nc_009_add_model_order.ts | 23 --- .../v1/nc_010_add_parent_title_column.ts | 23 --- .../v1/nc_011_remove_old_ses_plugin.ts | 22 --- .../v2/nc_012_alter_column_data_types.ts | 22 --- .../lib/migrations/v2/nc_013_sync_source.ts | 22 --- .../v2/nc_014_alter_column_data_types.ts | 22 --- .../v2/nc_015_add_meta_col_in_column_table.ts | 22 --- .../v2/nc_016_alter_hooklog_payload_types.ts | 22 --- .../nc_017_add_user_token_version_column.ts | 22 --- .../migrations/v2/nc_018_add_meta_in_view.ts | 22 --- .../lib/migrations/v2/nc_020_kanban_view.ts | 22 --- .../src/lib/plugins/backblaze/Backblaze.ts | 23 --- .../nocodb/src/lib/plugins/discord/Discord.ts | 23 --- packages/nocodb/src/lib/plugins/gcs/Gcs.ts | 22 --- .../lib/plugins/linode/LinodeObjectStorage.ts | 23 --- .../src/lib/plugins/mailerSend/MailerSend.ts | 23 --- .../src/lib/plugins/mattermost/Mattermost.ts | 23 --- packages/nocodb/src/lib/plugins/mino/Minio.ts | 23 --- .../src/lib/plugins/ovhCloud/OvhCloud.ts | 23 --- packages/nocodb/src/lib/plugins/s3/S3.ts | 23 --- .../scaleway/ScalewayObjectStoragePlugin.ts | 22 --- .../nocodb/src/lib/plugins/scaleway/index.ts | 22 --- packages/nocodb/src/lib/plugins/ses/SES.ts | 22 --- .../nocodb/src/lib/plugins/slack/Slack.ts | 23 --- packages/nocodb/src/lib/plugins/smtp/SMTP.ts | 23 --- .../nocodb/src/lib/plugins/spaces/Spaces.ts | 23 --- .../nocodb/src/lib/plugins/teams/Teams.ts | 23 --- .../nocodb/src/lib/plugins/twilio/Twilio.ts | 23 --- .../plugins/twilioWhatsapp/TwilioWhatsapp.ts | 23 --- .../src/lib/plugins/upcloud/UpoCloud.ts | 23 --- .../nocodb/src/lib/plugins/vultr/Vultr.ts | 23 --- packages/nocodb/src/lib/utils/Lang.ts | 23 --- .../nocodb/src/lib/utils/NcConfigFactory.ts | 23 --- packages/nocodb/src/lib/utils/NcHelp.ts | 22 --- .../src/lib/utils/common/BaseApiBuilder.ts | 23 --- .../nocodb/src/lib/utils/common/BaseModel.ts | 23 --- .../src/lib/utils/common/BaseProcedure.ts | 23 --- .../nocodb/src/lib/utils/common/XcCron.ts | 22 --- .../src/lib/utils/common/XcProcedure.ts | 22 --- .../common/formSubmissionEmailTemplate.ts | 23 --- packages/nocodb/src/lib/utils/mimeTypes.ts | 22 --- packages/nocodb/src/lib/utils/projectAcl.ts | 23 --- .../src/lib/v1-legacy/NcProjectBuilder.ts | 23 --- .../src/lib/v1-legacy/NcProjectBuilderEE.ts | 23 --- .../src/lib/v1-legacy/gql/GqlApiBuilder.ts | 23 --- .../src/lib/v1-legacy/gql/GqlAuthResolver.ts | 22 --- .../src/lib/v1-legacy/gql/GqlBaseResolver.ts | 22 --- .../lib/v1-legacy/gql/GqlCommonResolvers.ts | 23 --- .../src/lib/v1-legacy/gql/GqlMiddleware.ts | 22 --- .../lib/v1-legacy/gql/GqlProcedureResolver.ts | 23 --- .../src/lib/v1-legacy/gql/GqlResolver.ts | 22 --- .../src/lib/v1-legacy/gql/auth/schema.ts | 22 --- .../src/lib/v1-legacy/gql/common.schema.ts | 22 --- .../gql/emailTemplate/forgotPassword.ts | 22 --- .../lib/v1-legacy/gql/emailTemplate/verify.ts | 23 --- packages/nocodb/src/lib/v1-legacy/nc.try.ts | 23 --- .../src/lib/v1-legacy/plugins/NcPluginMgr.ts | 23 --- .../plugins/adapters/email/EmailFactory.ts | 23 --- .../v1-legacy/plugins/adapters/email/SES.ts | 23 --- .../v1-legacy/plugins/adapters/email/SMTP.ts | 23 --- .../plugins/adapters/storage/Local.ts | 22 --- .../src/lib/v1-legacy/rest/RestApiBuilder.ts | 23 --- .../src/lib/v1-legacy/rest/RestAuthCtrl.ts | 24 --- .../src/lib/v1-legacy/rest/RestAuthCtrlEE.ts | 23 --- .../src/lib/v1-legacy/rest/RestBaseCtrl.ts | 23 --- .../nocodb/src/lib/v1-legacy/rest/RestCtrl.ts | 23 --- .../lib/v1-legacy/rest/RestCtrlBelongsTo.ts | 23 --- .../src/lib/v1-legacy/rest/RestCtrlCustom.ts | 22 --- .../src/lib/v1-legacy/rest/RestCtrlHasMany.ts | 22 --- .../src/lib/v1-legacy/rest/RestCtrlMin.ts | 23 --- .../lib/v1-legacy/rest/RestCtrlProcedure.ts | 22 --- .../src/lib/v1-legacy/rest/RestCtrlv2.ts | 23 --- .../lib/v1-legacy/rest/ui/auth/emailVerify.ts | 22 --- .../v1-legacy/rest/ui/auth/resetPassword.ts | 22 --- .../src/lib/v1-legacy/rest/ui/auth/signin.ts | 22 --- .../src/lib/v1-legacy/rest/ui/auth/signup.ts | 22 --- .../src/lib/v1-legacy/rest/ui/auth/swagger.ts | 23 --- .../rest/ui/emailTemplates/forgotPassword.ts | 22 --- .../rest/ui/emailTemplates/invite.ts | 23 --- .../rest/ui/emailTemplates/verify.ts | 23 --- packages/nocodb/src/run/docker.ts | 23 --- packages/nocodb/src/run/dockerRunMysql.ts | 23 --- packages/nocodb/src/run/dockerRunPG.ts | 23 --- .../nocodb/src/run/dockerRunPG_CyQuick.ts | 23 --- packages/nocodb/src/run/try.ts | 23 --- .../tests/export-import/exportSchema.js | 22 --- .../tests/export-import/importSchema.js | 22 --- .../common/00_pre_configurations.js | 24 +-- .../integration/common/1a_table_operations.js | 25 +-- .../common/1b_table_column_operations.js | 23 --- .../cypress/integration/common/1c_sql_view.js | 23 --- .../1d_pg_table_view_drag_drop_reorder.js | 23 --- .../common/1d_table_view_drag_drop_reorder.js | 23 --- .../integration/common/1e_meta_sync.js | 23 --- .../integration/common/1e_pg_meta_sync.js | 23 --- .../2a_table_with_belongs_to_colulmn.js | 23 --- .../common/2b_table_with_m2m_column.js | 23 --- .../3a_filter_sort_fields_operations.js | 22 +-- .../integration/common/3b_formula_column.js | 24 --- .../integration/common/3c_lookup_column.js | 23 --- .../integration/common/3d_rollup_column.js | 23 --- .../integration/common/3e_duration_column.js | 22 --- .../common/3f_link_to_another_record.js | 23 --- .../common/4a_table_view_grid_gallery_form.js | 24 --- .../integration/common/4b_table_view_share.js | 23 --- .../common/4c_form_view_detailed.js | 23 --- .../common/4d_table_view_grid_locked.js | 23 --- .../integration/common/4e_form_view_share.js | 23 --- .../integration/common/4f_grid_view_share.js | 23 --- .../common/4f_pg_grid_view_share.js | 23 --- .../cypress/integration/common/4h_kanban.js | 23 --- .../integration/common/5a_user_role.js | 23 --- .../integration/common/5b_preview_role.js | 23 --- .../integration/common/6b_downloadCsv.js | 22 +-- .../integration/common/6c_swagger_api.js | 22 +-- .../common/6d_language_validation.js | 22 +-- .../common/6e_project_operations.js | 22 --- .../integration/common/6f_attachments.js | 22 +-- .../integration/common/6g_base_share.js | 22 +-- .../common/7a_create_project_from_excel.js | 22 +-- .../common/7b_import_from_airtable.js | 22 +-- .../cypress/integration/common/8a_webhook.js | 22 +-- .../integration/common/9a_QuickTest.js | 22 +-- scripts/cypress/integration/common/9b_ERD.js | 21 --- .../cypress/integration/test/explicitLogin.js | 23 --- .../cypress/integration/test/pg-restMisc.js | 22 +-- .../cypress/integration/test/pg-restRoles.js | 22 +-- .../integration/test/pg-restTableOps.js | 23 --- .../cypress/integration/test/pg-restViews.js | 22 +-- scripts/cypress/integration/test/quickTest.js | 22 +-- scripts/cypress/integration/test/restMisc.js | 22 +-- scripts/cypress/integration/test/restRoles.js | 22 +-- .../cypress/integration/test/restTableOps.js | 23 --- scripts/cypress/integration/test/restViews.js | 22 +-- .../cypress/integration/test/xcdb-restMisc.js | 22 +-- .../integration/test/xcdb-restRoles.js | 22 +-- .../integration/test/xcdb-restTableOps.js | 23 --- .../integration/test/xcdb-restViews.js | 22 +-- scripts/cypress/plugins/index.js | 22 +-- scripts/cypress/plugins/server.js | 22 +-- .../cypress/support/page_objects/mainPage.js | 22 +-- .../support/page_objects/navigation.js | 22 +-- 244 files changed, 227 insertions(+), 5485 deletions(-) diff --git a/packages/nc-cli/src/index.ts b/packages/nc-cli/src/index.ts index 0af6774be1..667bb54b69 100644 --- a/packages/nc-cli/src/index.ts +++ b/packages/nc-cli/src/index.ts @@ -50,25 +50,4 @@ args.folder = process.cwd(); console.error('\n\nThere was an error processing command:'); console.error(err); }); -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nc-cli/src/lib/CliMgr.ts b/packages/nc-cli/src/lib/CliMgr.ts index c28d69e91c..31a7832c90 100644 --- a/packages/nc-cli/src/lib/CliMgr.ts +++ b/packages/nc-cli/src/lib/CliMgr.ts @@ -427,25 +427,4 @@ class CliMgr { } export default CliMgr; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nc-cli/src/lib/mgr/AppMgr.ts b/packages/nc-cli/src/lib/mgr/AppMgr.ts index a1be8a5882..7c32b8e56f 100644 --- a/packages/nc-cli/src/lib/mgr/AppMgr.ts +++ b/packages/nc-cli/src/lib/mgr/AppMgr.ts @@ -146,25 +146,4 @@ class AppMgr { export default AppMgr; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nc-cli/src/lib/mgr/Client.ts b/packages/nc-cli/src/lib/mgr/Client.ts index 9048829bc0..4526025e38 100644 --- a/packages/nc-cli/src/lib/mgr/Client.ts +++ b/packages/nc-cli/src/lib/mgr/Client.ts @@ -162,25 +162,4 @@ class Client { // export default Client; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nc-cli/src/lib/mgr/ComponentMgr.ts b/packages/nc-cli/src/lib/mgr/ComponentMgr.ts index e4f3834ba0..2608e215a3 100644 --- a/packages/nc-cli/src/lib/mgr/ComponentMgr.ts +++ b/packages/nc-cli/src/lib/mgr/ComponentMgr.ts @@ -34,25 +34,4 @@ class ComponentMgr { export default ComponentMgr; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nc-cli/src/lib/mgr/DockerMgr.ts b/packages/nc-cli/src/lib/mgr/DockerMgr.ts index 0941c6e92c..73e4e57df2 100644 --- a/packages/nc-cli/src/lib/mgr/DockerMgr.ts +++ b/packages/nc-cli/src/lib/mgr/DockerMgr.ts @@ -41,25 +41,4 @@ ${ } export default DockerMgr; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nc-cli/src/lib/mgr/InstantMgr.ts b/packages/nc-cli/src/lib/mgr/InstantMgr.ts index 75679f6cde..a5579cab2c 100644 --- a/packages/nc-cli/src/lib/mgr/InstantMgr.ts +++ b/packages/nc-cli/src/lib/mgr/InstantMgr.ts @@ -257,25 +257,4 @@ class InstantMgr { } export default InstantMgr; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nc-cli/src/lib/mgr/MigrationMgr.ts b/packages/nc-cli/src/lib/mgr/MigrationMgr.ts index 104d967e81..31a876a687 100644 --- a/packages/nc-cli/src/lib/mgr/MigrationMgr.ts +++ b/packages/nc-cli/src/lib/mgr/MigrationMgr.ts @@ -135,25 +135,4 @@ class MigrationMgr { // expose class export default MigrationMgr; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nc-cli/src/lib/mgr/ModelMgr.ts b/packages/nc-cli/src/lib/mgr/ModelMgr.ts index 9191cfc98d..b2487c8674 100644 --- a/packages/nc-cli/src/lib/mgr/ModelMgr.ts +++ b/packages/nc-cli/src/lib/mgr/ModelMgr.ts @@ -39,25 +39,4 @@ class ModelMgr { export default ModelMgr; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nc-cli/src/lib/mgr/NewMgr.ts b/packages/nc-cli/src/lib/mgr/NewMgr.ts index c1a15be316..92160a5b89 100644 --- a/packages/nc-cli/src/lib/mgr/NewMgr.ts +++ b/packages/nc-cli/src/lib/mgr/NewMgr.ts @@ -715,25 +715,4 @@ ${`Note: ${'app'.bold} - refers to your express server instance`} } export default NewMgr; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nc-cli/src/lib/mgr/OldNewMgr.ts b/packages/nc-cli/src/lib/mgr/OldNewMgr.ts index 87ac6199b8..8d684ce00a 100644 --- a/packages/nc-cli/src/lib/mgr/OldNewMgr.ts +++ b/packages/nc-cli/src/lib/mgr/OldNewMgr.ts @@ -297,25 +297,4 @@ class OldNewMgr { } export default OldNewMgr; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nc-cli/src/lib/mgr/PermissionsMgr.ts b/packages/nc-cli/src/lib/mgr/PermissionsMgr.ts index d83f44c4cc..124c3fcb1b 100644 --- a/packages/nc-cli/src/lib/mgr/PermissionsMgr.ts +++ b/packages/nc-cli/src/lib/mgr/PermissionsMgr.ts @@ -673,25 +673,4 @@ export interface GroupedRoutes { } } } -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nc-cli/src/lib/mgr/PermissionsMgrJs.ts b/packages/nc-cli/src/lib/mgr/PermissionsMgrJs.ts index 8a8f4f4c66..51cdb221c9 100644 --- a/packages/nc-cli/src/lib/mgr/PermissionsMgrJs.ts +++ b/packages/nc-cli/src/lib/mgr/PermissionsMgrJs.ts @@ -686,25 +686,4 @@ class PermissionsMgr { export default PermissionsMgr; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nc-cli/src/lib/mgr/SocialMgr.ts b/packages/nc-cli/src/lib/mgr/SocialMgr.ts index 59767e72d3..02a0430544 100644 --- a/packages/nc-cli/src/lib/mgr/SocialMgr.ts +++ b/packages/nc-cli/src/lib/mgr/SocialMgr.ts @@ -195,25 +195,4 @@ class SocialMgr { export default SocialMgr; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nc-cli/src/lib/mgr/SocialText.ts b/packages/nc-cli/src/lib/mgr/SocialText.ts index 4f4f468aba..32e5c555d4 100644 --- a/packages/nc-cli/src/lib/mgr/SocialText.ts +++ b/packages/nc-cli/src/lib/mgr/SocialText.ts @@ -99,25 +99,4 @@ export default { 'www.nocodb.com' ] } -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nc-cli/src/lib/mgr/TryMgr.ts b/packages/nc-cli/src/lib/mgr/TryMgr.ts index 3d1f6fd7d5..b8db5a41f5 100644 --- a/packages/nc-cli/src/lib/mgr/TryMgr.ts +++ b/packages/nc-cli/src/lib/mgr/TryMgr.ts @@ -268,25 +268,4 @@ class TryMgr { } export default TryMgr; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nc-cli/src/lib/mgr/XcInstantMgr.ts b/packages/nc-cli/src/lib/mgr/XcInstantMgr.ts index a1be8a5882..7c32b8e56f 100644 --- a/packages/nc-cli/src/lib/mgr/XcInstantMgr.ts +++ b/packages/nc-cli/src/lib/mgr/XcInstantMgr.ts @@ -146,25 +146,4 @@ class AppMgr { export default AppMgr; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nc-cli/src/lib/prompts/Menu.ts b/packages/nc-cli/src/lib/prompts/Menu.ts index 6ade20bfdc..f980cb9055 100644 --- a/packages/nc-cli/src/lib/prompts/Menu.ts +++ b/packages/nc-cli/src/lib/prompts/Menu.ts @@ -112,25 +112,4 @@ class RunOrDownload { export default RunOrDownload; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nc-cli/src/lib/prompts/RunOrDownload.ts b/packages/nc-cli/src/lib/prompts/RunOrDownload.ts index b366d33d58..98ee29ef8c 100644 --- a/packages/nc-cli/src/lib/prompts/RunOrDownload.ts +++ b/packages/nc-cli/src/lib/prompts/RunOrDownload.ts @@ -39,25 +39,4 @@ class RunOrDownload { export default RunOrDownload; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nc-cli/src/lib/util/Lang.ts b/packages/nc-cli/src/lib/util/Lang.ts index 2d01aa943c..5c5015629e 100644 --- a/packages/nc-cli/src/lib/util/Lang.ts +++ b/packages/nc-cli/src/lib/util/Lang.ts @@ -152,26 +152,3 @@ export default Lang; export { STR }; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * @author Wing-Kam Wong - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nc-cli/src/lib/util/Locales.ts b/packages/nc-cli/src/lib/util/Locales.ts index 4c310c2b79..402910b7b1 100644 --- a/packages/nc-cli/src/lib/util/Locales.ts +++ b/packages/nc-cli/src/lib/util/Locales.ts @@ -520,25 +520,4 @@ class Locales { export default Locales; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nc-cli/src/lib/util/Util.ts b/packages/nc-cli/src/lib/util/Util.ts index 825abcb4b5..63404e34d0 100644 --- a/packages/nc-cli/src/lib/util/Util.ts +++ b/packages/nc-cli/src/lib/util/Util.ts @@ -911,25 +911,4 @@ ${'VARIATIONS :'.bold} export default Util; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nc-cli/src/lib/util/config.ts b/packages/nc-cli/src/lib/util/config.ts index 0954e014cc..cc9def3266 100644 --- a/packages/nc-cli/src/lib/util/config.ts +++ b/packages/nc-cli/src/lib/util/config.ts @@ -1,25 +1,4 @@ export default { port: 23917, } -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nc-gui/components/cell/Duration.vue b/packages/nc-gui/components/cell/Duration.vue index 4730eaacf1..4a8a833369 100644 --- a/packages/nc-gui/components/cell/Duration.vue +++ b/packages/nc-gui/components/cell/Duration.vue @@ -102,25 +102,4 @@ const focus: VNodeRef = (el) => (el as HTMLInputElement)?.focus() diff --git a/packages/nc-gui/components/cell/MultiSelect.vue b/packages/nc-gui/components/cell/MultiSelect.vue index a5cc692556..03004633f5 100644 --- a/packages/nc-gui/components/cell/MultiSelect.vue +++ b/packages/nc-gui/components/cell/MultiSelect.vue @@ -235,26 +235,5 @@ watch(isOpen, (n, _o) => { } diff --git a/packages/nc-gui/components/cell/SingleSelect.vue b/packages/nc-gui/components/cell/SingleSelect.vue index 07a5e119a3..7bb0971481 100644 --- a/packages/nc-gui/components/cell/SingleSelect.vue +++ b/packages/nc-gui/components/cell/SingleSelect.vue @@ -111,26 +111,5 @@ watch(isOpen, (n, _o) => { } diff --git a/packages/nc-gui/components/cell/Url.vue b/packages/nc-gui/components/cell/Url.vue index f142a39de8..31d0b99be7 100644 --- a/packages/nc-gui/components/cell/Url.vue +++ b/packages/nc-gui/components/cell/Url.vue @@ -117,27 +117,4 @@ watch( diff --git a/packages/nc-gui/utils/columnUtils.ts b/packages/nc-gui/utils/columnUtils.ts index e6dbf29861..7569e53ee3 100644 --- a/packages/nc-gui/utils/columnUtils.ts +++ b/packages/nc-gui/utils/columnUtils.ts @@ -184,26 +184,3 @@ const isColumnRequiredAndNull = (col: ColumnType, row: Record) => { } export { uiTypes, getUIDTIcon, isColumnRequiredAndNull, isColumnRequired, isVirtualColRequired } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nc-gui/utils/durationUtils.ts b/packages/nc-gui/utils/durationUtils.ts index f3928ef5ac..c732d673b2 100644 --- a/packages/nc-gui/utils/durationUtils.ts +++ b/packages/nc-gui/utils/durationUtils.ts @@ -171,25 +171,3 @@ export const convertDurationToSeconds = (val: any, durationType: number) => { } return res } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Wing-Kam Wong - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nc-lib-gui/__tests__/xc-tool-web.test.js b/packages/nc-lib-gui/__tests__/xc-tool-web.test.js index 786c45c217..3785a35c0a 100644 --- a/packages/nc-lib-gui/__tests__/xc-tool-web.test.js +++ b/packages/nc-lib-gui/__tests__/xc-tool-web.test.js @@ -6,25 +6,4 @@ describe('xc-tool-web', () => { it('needs tests'); }); -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nc-lib-gui/lib/XcLibGui.js b/packages/nc-lib-gui/lib/XcLibGui.js index 0f75533619..661e321f96 100644 --- a/packages/nc-lib-gui/lib/XcLibGui.js +++ b/packages/nc-lib-gui/lib/XcLibGui.js @@ -16,25 +16,4 @@ class XcLibGui { module.exports = XcLibGui; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nc-lib-gui/license.txt b/packages/nc-lib-gui/license.txt index 6a42840830..8b13789179 100644 --- a/packages/nc-lib-gui/license.txt +++ b/packages/nc-lib-gui/license.txt @@ -1,22 +1 @@ -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nc-plugin/src/lib/IEmailAdapter.ts b/packages/nc-plugin/src/lib/IEmailAdapter.ts index b5218c2b44..05c9f22cbf 100644 --- a/packages/nc-plugin/src/lib/IEmailAdapter.ts +++ b/packages/nc-plugin/src/lib/IEmailAdapter.ts @@ -17,25 +17,4 @@ export { XcEmail } -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nc-plugin/src/lib/IStorageAdapter.ts b/packages/nc-plugin/src/lib/IStorageAdapter.ts index 1ab5b8da36..572157561a 100644 --- a/packages/nc-plugin/src/lib/IStorageAdapter.ts +++ b/packages/nc-plugin/src/lib/IStorageAdapter.ts @@ -18,25 +18,4 @@ export { XcFile } -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nc-plugin/src/lib/IStorageAdapterV2.ts b/packages/nc-plugin/src/lib/IStorageAdapterV2.ts index 61d31587ea..bbf90d68ce 100644 --- a/packages/nc-plugin/src/lib/IStorageAdapterV2.ts +++ b/packages/nc-plugin/src/lib/IStorageAdapterV2.ts @@ -10,25 +10,3 @@ interface FileMeta { mimetype?: string; size?: number | string; } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nc-plugin/src/lib/IWebhookNotificationAdapter.ts b/packages/nc-plugin/src/lib/IWebhookNotificationAdapter.ts index 3a5677da49..931e26f487 100644 --- a/packages/nc-plugin/src/lib/IWebhookNotificationAdapter.ts +++ b/packages/nc-plugin/src/lib/IWebhookNotificationAdapter.ts @@ -7,25 +7,4 @@ export default interface IWebhookNotificationAdapter { } -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nocodb-sdk/src/lib/sqlUi/MssqlUi.ts b/packages/nocodb-sdk/src/lib/sqlUi/MssqlUi.ts index 3f2f84b26f..80bf6099d6 100644 --- a/packages/nocodb-sdk/src/lib/sqlUi/MssqlUi.ts +++ b/packages/nocodb-sdk/src/lib/sqlUi/MssqlUi.ts @@ -1346,25 +1346,4 @@ export class MssqlUi { } // module.exports = PgUiHelp; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nocodb-sdk/src/lib/sqlUi/MysqlUi.ts b/packages/nocodb-sdk/src/lib/sqlUi/MysqlUi.ts index 79dc5a25cc..d0badc9535 100644 --- a/packages/nocodb-sdk/src/lib/sqlUi/MysqlUi.ts +++ b/packages/nocodb-sdk/src/lib/sqlUi/MysqlUi.ts @@ -1281,25 +1281,4 @@ export class MysqlUi { } // module.exports = MysqlUiHelp; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nocodb-sdk/src/lib/sqlUi/OracleUi.ts b/packages/nocodb-sdk/src/lib/sqlUi/OracleUi.ts index 608b6d74c2..cee2795764 100644 --- a/packages/nocodb-sdk/src/lib/sqlUi/OracleUi.ts +++ b/packages/nocodb-sdk/src/lib/sqlUi/OracleUi.ts @@ -934,25 +934,4 @@ export class OracleUi { } // module.exports = PgUiHelp; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nocodb-sdk/src/lib/sqlUi/PgUi.ts b/packages/nocodb-sdk/src/lib/sqlUi/PgUi.ts index d6d24fb568..f8f99cb224 100644 --- a/packages/nocodb-sdk/src/lib/sqlUi/PgUi.ts +++ b/packages/nocodb-sdk/src/lib/sqlUi/PgUi.ts @@ -1978,25 +1978,4 @@ export class PgUi { } // module.exports = PgUiHelp; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nocodb-sdk/src/lib/sqlUi/SqlUiFactory.ts b/packages/nocodb-sdk/src/lib/sqlUi/SqlUiFactory.ts index 5f8a1d6160..fff5bb0631 100644 --- a/packages/nocodb-sdk/src/lib/sqlUi/SqlUiFactory.ts +++ b/packages/nocodb-sdk/src/lib/sqlUi/SqlUiFactory.ts @@ -68,25 +68,4 @@ export type SqlUIColumn = { uicn?: string; altered?: number; }; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nocodb-sdk/src/lib/sqlUi/SqliteUi.ts b/packages/nocodb-sdk/src/lib/sqlUi/SqliteUi.ts index 53672e4166..efde62213d 100644 --- a/packages/nocodb-sdk/src/lib/sqlUi/SqliteUi.ts +++ b/packages/nocodb-sdk/src/lib/sqlUi/SqliteUi.ts @@ -1119,25 +1119,4 @@ export class SqliteUi { } // module.exports = PgUiHelp; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nocodb/license.txt b/packages/nocodb/license.txt index 6a42840830..8b13789179 100644 --- a/packages/nocodb/license.txt +++ b/packages/nocodb/license.txt @@ -1,22 +1 @@ -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/packages/nocodb/src/__tests__/formula.test.ts b/packages/nocodb/src/__tests__/formula.test.ts index 4b53d51b02..64c19e9358 100644 --- a/packages/nocodb/src/__tests__/formula.test.ts +++ b/packages/nocodb/src/__tests__/formula.test.ts @@ -120,25 +120,3 @@ describe('{Auth, CRUD, HasMany, Belongs} Tests', () => { }); }); }); -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - *"concat(city, ' _ ',city_id+country_id)", 'a' - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/__tests__/graphql.test.ts b/packages/nocodb/src/__tests__/graphql.test.ts index 26649feb14..008258fab2 100644 --- a/packages/nocodb/src/__tests__/graphql.test.ts +++ b/packages/nocodb/src/__tests__/graphql.test.ts @@ -867,25 +867,3 @@ describe('{Auth, CRUD, HasMany, Belongs} Tests', () => { /**** country : END ****/ }); }); -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/__tests__/meta.apisv2.test.ts b/packages/nocodb/src/__tests__/meta.apisv2.test.ts index 6d4dd9a419..7f0999f6cd 100644 --- a/packages/nocodb/src/__tests__/meta.apisv2.test.ts +++ b/packages/nocodb/src/__tests__/meta.apisv2.test.ts @@ -511,25 +511,3 @@ // console.log(data); // }); // }); -// /** -// * @copyright Copyright (c) 2021, Xgene Cloud Ltd -// * -// * @author Naveen MR -// * @author Pranav C Balan -// * -// * @license GNU AGPL version 3 or any later version -// * -// * This program is free software: you can redistribute it and/or modify -// * it under the terms of the GNU Affero General Public License as -// * published by the Free Software Foundation, either version 3 of the -// * License, or (at your option) any later version. -// * -// * This program is distributed in the hope that it will be useful, -// * but WITHOUT ANY WARRANTY; without even the implied warranty of -// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// * GNU Affero General Public License for more details. -// * -// * You should have received a copy of the GNU Affero General Public License -// * along with this program. If not, see . -// * -// */ diff --git a/packages/nocodb/src/__tests__/rest.test.ts b/packages/nocodb/src/__tests__/rest.test.ts index 22c4637da6..4253a3d6fe 100644 --- a/packages/nocodb/src/__tests__/rest.test.ts +++ b/packages/nocodb/src/__tests__/rest.test.ts @@ -919,25 +919,3 @@ describe('{Auth, CRUD, HasMany, Belongs} Tests', () => { } }); }); -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/__tests__/restv2.test.ts b/packages/nocodb/src/__tests__/restv2.test.ts index b93445e3a1..8c99f649f5 100644 --- a/packages/nocodb/src/__tests__/restv2.test.ts +++ b/packages/nocodb/src/__tests__/restv2.test.ts @@ -1537,25 +1537,3 @@ describe('Noco v2 Tests', () => { // End }); }); -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/interface/IEmailAdapter.ts b/packages/nocodb/src/interface/IEmailAdapter.ts index c49f6b1b47..0e49f30f72 100644 --- a/packages/nocodb/src/interface/IEmailAdapter.ts +++ b/packages/nocodb/src/interface/IEmailAdapter.ts @@ -13,26 +13,3 @@ interface XcEmail { } export { XcEmail }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/interface/IStorageAdapter.ts b/packages/nocodb/src/interface/IStorageAdapter.ts index 847cd5f5bb..4d0c1152b2 100644 --- a/packages/nocodb/src/interface/IStorageAdapter.ts +++ b/packages/nocodb/src/interface/IStorageAdapter.ts @@ -15,26 +15,3 @@ interface XcFile { } export { XcFile }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/interface/XcDynamicChanges.ts b/packages/nocodb/src/interface/XcDynamicChanges.ts index 719c36e5e0..15248ed68a 100644 --- a/packages/nocodb/src/interface/XcDynamicChanges.ts +++ b/packages/nocodb/src/interface/XcDynamicChanges.ts @@ -6,26 +6,3 @@ export default interface XcDynamicChanges { onHandlerCodeUpdate(tn: string): Promise; onMetaUpdate(tn: string): Promise; } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/interface/XcMetaMgr.ts b/packages/nocodb/src/interface/XcMetaMgr.ts index ac58bf0261..94d938a5a8 100644 --- a/packages/nocodb/src/interface/XcMetaMgr.ts +++ b/packages/nocodb/src/interface/XcMetaMgr.ts @@ -1,24 +1,2 @@ // eslint-disable-next-line @typescript-eslint/no-empty-interface export default interface XcMetaMgr {} -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/interface/config.ts b/packages/nocodb/src/interface/config.ts index 4e72c51764..dad8d50834 100644 --- a/packages/nocodb/src/interface/config.ts +++ b/packages/nocodb/src/interface/config.ts @@ -291,26 +291,3 @@ export interface XcRoute { dbAlias?: string; isCustom?: boolean; } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/Noco.ts b/packages/nocodb/src/lib/Noco.ts index 5b6ddc0042..e9a7f0e57b 100644 --- a/packages/nocodb/src/lib/Noco.ts +++ b/packages/nocodb/src/lib/Noco.ts @@ -544,26 +544,3 @@ export default class Noco { return Noco.config; } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/db/sql-data-mapper/index.ts b/packages/nocodb/src/lib/db/sql-data-mapper/index.ts index e67cd99537..a29d7231d3 100644 --- a/packages/nocodb/src/lib/db/sql-data-mapper/index.ts +++ b/packages/nocodb/src/lib/db/sql-data-mapper/index.ts @@ -4,25 +4,3 @@ export { BaseModelSql } from './lib/sql/BaseModelSql'; import XKnex, { Knex } from './lib/sql/CustomKnex'; export { XKnex, Knex }; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/db/sql-data-mapper/lib/BaseModel.ts b/packages/nocodb/src/lib/db/sql-data-mapper/lib/BaseModel.ts index 8014e39977..d5ce42bae6 100644 --- a/packages/nocodb/src/lib/db/sql-data-mapper/lib/BaseModel.ts +++ b/packages/nocodb/src/lib/db/sql-data-mapper/lib/BaseModel.ts @@ -1533,25 +1533,3 @@ export interface XcFilterWithAlias extends XcFilter { } export default BaseModel; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/db/sql-data-mapper/lib/DbFactory.ts b/packages/nocodb/src/lib/db/sql-data-mapper/lib/DbFactory.ts index 6ac30d73c2..a65f2faa36 100644 --- a/packages/nocodb/src/lib/db/sql-data-mapper/lib/DbFactory.ts +++ b/packages/nocodb/src/lib/db/sql-data-mapper/lib/DbFactory.ts @@ -12,25 +12,3 @@ export class DbFactory { throw new Error('Database not supported'); } } -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/db/sql-data-mapper/lib/sql/BaseModelSql.ts b/packages/nocodb/src/lib/db/sql-data-mapper/lib/sql/BaseModelSql.ts index ecf2e73aed..3f4e8f0bdb 100644 --- a/packages/nocodb/src/lib/db/sql-data-mapper/lib/sql/BaseModelSql.ts +++ b/packages/nocodb/src/lib/db/sql-data-mapper/lib/sql/BaseModelSql.ts @@ -2662,25 +2662,3 @@ class BaseModelSql extends BaseModel { } export { BaseModelSql }; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/db/sql-data-mapper/lib/sql/BaseModelSqlv2.ts b/packages/nocodb/src/lib/db/sql-data-mapper/lib/sql/BaseModelSqlv2.ts index e3295ef988..185bf3bf0e 100644 --- a/packages/nocodb/src/lib/db/sql-data-mapper/lib/sql/BaseModelSqlv2.ts +++ b/packages/nocodb/src/lib/db/sql-data-mapper/lib/sql/BaseModelSqlv2.ts @@ -2777,26 +2777,3 @@ function getCompositePk(primaryKeys: Column[], row) { } export { BaseModelSqlv2 }; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * @author Wing-Kam Wong - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/db/sql-data-mapper/lib/sql/CustomKnex.ts b/packages/nocodb/src/lib/db/sql-data-mapper/lib/sql/CustomKnex.ts index 245d04d1b7..9cb2fd9595 100644 --- a/packages/nocodb/src/lib/db/sql-data-mapper/lib/sql/CustomKnex.ts +++ b/packages/nocodb/src/lib/db/sql-data-mapper/lib/sql/CustomKnex.ts @@ -1295,26 +1295,3 @@ const parseConditionv2 = (obj: Filter, qb: QueryBuilder) => { export default CustomKnex; export { Knex }; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * @author Wing-Kam Wong - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/db/sql-migrator/lib/KnexMigrator.ts b/packages/nocodb/src/lib/db/sql-migrator/lib/KnexMigrator.ts index 3cf6366cb8..d935f86e1f 100644 --- a/packages/nocodb/src/lib/db/sql-migrator/lib/KnexMigrator.ts +++ b/packages/nocodb/src/lib/db/sql-migrator/lib/KnexMigrator.ts @@ -1732,26 +1732,3 @@ export default class KnexMigrator extends SqlMigrator { return ''; } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/db/sql-migrator/lib/KnexMigratorv2.ts b/packages/nocodb/src/lib/db/sql-migrator/lib/KnexMigratorv2.ts index cb85237a3a..79e762653f 100644 --- a/packages/nocodb/src/lib/db/sql-migrator/lib/KnexMigratorv2.ts +++ b/packages/nocodb/src/lib/db/sql-migrator/lib/KnexMigratorv2.ts @@ -1792,26 +1792,3 @@ export default class KnexMigratorv2 { return ''; } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/db/sql-migrator/lib/KnexMigratorv2Tans.ts b/packages/nocodb/src/lib/db/sql-migrator/lib/KnexMigratorv2Tans.ts index 25d7ab86a1..18a7607e2a 100644 --- a/packages/nocodb/src/lib/db/sql-migrator/lib/KnexMigratorv2Tans.ts +++ b/packages/nocodb/src/lib/db/sql-migrator/lib/KnexMigratorv2Tans.ts @@ -28,26 +28,3 @@ export default class KnexMigratorv2Tans extends KnexMigratorv2 { return this.sqlClient || NcConnectionMgrv2.getSqlClient(base); } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/db/sql-migrator/lib/SqlMigrator.ts b/packages/nocodb/src/lib/db/sql-migrator/lib/SqlMigrator.ts index ea5c979cab..62fbefd959 100644 --- a/packages/nocodb/src/lib/db/sql-migrator/lib/SqlMigrator.ts +++ b/packages/nocodb/src/lib/db/sql-migrator/lib/SqlMigrator.ts @@ -35,26 +35,3 @@ export default class SqlMigrator { // // } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/db/sql-migrator/lib/SqlMigratorFactory.ts b/packages/nocodb/src/lib/db/sql-migrator/lib/SqlMigratorFactory.ts index 6f6d5912b7..6393184eb4 100644 --- a/packages/nocodb/src/lib/db/sql-migrator/lib/SqlMigratorFactory.ts +++ b/packages/nocodb/src/lib/db/sql-migrator/lib/SqlMigratorFactory.ts @@ -17,26 +17,3 @@ export default class SqlMigratorFactory { } } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/db/sql-migrator/lib/templates/mssql.template.ts b/packages/nocodb/src/lib/db/sql-migrator/lib/templates/mssql.template.ts index 625aa50dda..9976d644aa 100644 --- a/packages/nocodb/src/lib/db/sql-migrator/lib/templates/mssql.template.ts +++ b/packages/nocodb/src/lib/db/sql-migrator/lib/templates/mssql.template.ts @@ -52,25 +52,3 @@ module.exports = { router: 'express', }, }; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/db/sql-migrator/lib/templates/mysql.template.ts b/packages/nocodb/src/lib/db/sql-migrator/lib/templates/mysql.template.ts index a2f097c3d1..10bcdca73e 100644 --- a/packages/nocodb/src/lib/db/sql-migrator/lib/templates/mysql.template.ts +++ b/packages/nocodb/src/lib/db/sql-migrator/lib/templates/mysql.template.ts @@ -49,25 +49,3 @@ module.exports = { router: 'express', }, }; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/db/sql-migrator/lib/templates/pg.template.ts b/packages/nocodb/src/lib/db/sql-migrator/lib/templates/pg.template.ts index 43a8618bfc..e508ff5e2b 100644 --- a/packages/nocodb/src/lib/db/sql-migrator/lib/templates/pg.template.ts +++ b/packages/nocodb/src/lib/db/sql-migrator/lib/templates/pg.template.ts @@ -50,25 +50,3 @@ module.exports = { router: 'express', }, }; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/db/sql-migrator/lib/templates/sqlite.template.ts b/packages/nocodb/src/lib/db/sql-migrator/lib/templates/sqlite.template.ts index d8ef8050dd..645920ce58 100644 --- a/packages/nocodb/src/lib/db/sql-migrator/lib/templates/sqlite.template.ts +++ b/packages/nocodb/src/lib/db/sql-migrator/lib/templates/sqlite.template.ts @@ -57,25 +57,3 @@ module.exports = { router: 'express', }, }; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/db/sql-migrator/tests/sqlmigrator.test.ts b/packages/nocodb/src/lib/db/sql-migrator/tests/sqlmigrator.test.ts index 6a42840830..e69de29bb2 100644 --- a/packages/nocodb/src/lib/db/sql-migrator/tests/sqlmigrator.test.ts +++ b/packages/nocodb/src/lib/db/sql-migrator/tests/sqlmigrator.test.ts @@ -1,22 +0,0 @@ -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/db/util/Debug.ts b/packages/nocodb/src/lib/db/util/Debug.ts index 111ebb0b62..d7f3d8ec84 100644 --- a/packages/nocodb/src/lib/db/util/Debug.ts +++ b/packages/nocodb/src/lib/db/util/Debug.ts @@ -53,26 +53,3 @@ export default class Debug { return this.ppException(e, func); } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/db/util/DebugMgr.ts b/packages/nocodb/src/lib/db/util/DebugMgr.ts index c7de48b4b3..643a62cc08 100644 --- a/packages/nocodb/src/lib/db/util/DebugMgr.ts +++ b/packages/nocodb/src/lib/db/util/DebugMgr.ts @@ -96,26 +96,3 @@ export default class DebugMgr { } } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/db/util/FileCollection.ts b/packages/nocodb/src/lib/db/util/FileCollection.ts index 749c01cf17..f2c77e6df7 100644 --- a/packages/nocodb/src/lib/db/util/FileCollection.ts +++ b/packages/nocodb/src/lib/db/util/FileCollection.ts @@ -35,26 +35,3 @@ export default class FileCollection { }); } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/db/util/Result.ts b/packages/nocodb/src/lib/db/util/Result.ts index bdd8d6aa3f..3707837f3f 100644 --- a/packages/nocodb/src/lib/db/util/Result.ts +++ b/packages/nocodb/src/lib/db/util/Result.ts @@ -9,26 +9,3 @@ export default class Result { this.data = data; } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/db/util/emit.ts b/packages/nocodb/src/lib/db/util/emit.ts index 431ddb257e..b5642c3b03 100644 --- a/packages/nocodb/src/lib/db/util/emit.ts +++ b/packages/nocodb/src/lib/db/util/emit.ts @@ -11,25 +11,3 @@ export default class Emit { emitSingleton = this; } } -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/db/util/file.help.ts b/packages/nocodb/src/lib/db/util/file.help.ts index 8275a1a587..2ac9f799e3 100644 --- a/packages/nocodb/src/lib/db/util/file.help.ts +++ b/packages/nocodb/src/lib/db/util/file.help.ts @@ -13,25 +13,3 @@ const getFilenameForDown = function (prefix) { }; export { getUniqFilenamePrefix, getFilenameForUp, getFilenameForDown }; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/index.ts b/packages/nocodb/src/lib/index.ts index b9a70bed48..1e105f22df 100644 --- a/packages/nocodb/src/lib/index.ts +++ b/packages/nocodb/src/lib/index.ts @@ -5,26 +5,3 @@ import NcConfigFactory from './utils/NcConfigFactory'; export default Noco; export { Noco, NcConfigFactory, XcTry }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/meta/NcMetaIO.ts b/packages/nocodb/src/lib/meta/NcMetaIO.ts index 70c5bf2444..305e2b0132 100644 --- a/packages/nocodb/src/lib/meta/NcMetaIO.ts +++ b/packages/nocodb/src/lib/meta/NcMetaIO.ts @@ -285,26 +285,3 @@ interface XcCondition { } export { META_TABLES }; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * @author Wing-Kam Wong - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/meta/NcMetaIOImpl.ts b/packages/nocodb/src/lib/meta/NcMetaIOImpl.ts index 5bfc7208b2..e2b3e87a0c 100644 --- a/packages/nocodb/src/lib/meta/NcMetaIOImpl.ts +++ b/packages/nocodb/src/lib/meta/NcMetaIOImpl.ts @@ -868,26 +868,3 @@ export default class NcMetaIOImpl extends NcMetaIO { return `${prefix}${nanoidv2()}`; } } -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * @author Wing-Kam Wong - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/meta/NcMetaIOImplEE.ts b/packages/nocodb/src/lib/meta/NcMetaIOImplEE.ts index b92cfe6cb9..d67aeed000 100644 --- a/packages/nocodb/src/lib/meta/NcMetaIOImplEE.ts +++ b/packages/nocodb/src/lib/meta/NcMetaIOImplEE.ts @@ -10,25 +10,3 @@ export default class NcMetaIOImplEE extends NcMetaIOImpl { return this.metaInsert(project_id, dbAlias, target, data); } } -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/meta/NcMetaMgr.ts b/packages/nocodb/src/lib/meta/NcMetaMgr.ts index 4f6a7293e5..5f43431f9d 100644 --- a/packages/nocodb/src/lib/meta/NcMetaMgr.ts +++ b/packages/nocodb/src/lib/meta/NcMetaMgr.ts @@ -5703,26 +5703,3 @@ export class XCEeError extends Error { throw new XCEeError('Upgrade to Enterprise Edition'); } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/meta/NcMetaMgrEE.ts b/packages/nocodb/src/lib/meta/NcMetaMgrEE.ts index 5f80398aa9..39f82ca579 100644 --- a/packages/nocodb/src/lib/meta/NcMetaMgrEE.ts +++ b/packages/nocodb/src/lib/meta/NcMetaMgrEE.ts @@ -603,26 +603,3 @@ export default class NcMetaMgrEE extends NcMetaMgr { } } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/meta/NcMetaMgrv2.ts b/packages/nocodb/src/lib/meta/NcMetaMgrv2.ts index 01d2e1d19c..f71b00865b 100644 --- a/packages/nocodb/src/lib/meta/NcMetaMgrv2.ts +++ b/packages/nocodb/src/lib/meta/NcMetaMgrv2.ts @@ -443,26 +443,3 @@ export class XCEeError extends Error { throw new XCEeError('Upgrade to Enterprise Edition'); } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/meta/api/sync/helpers/EntityMap.ts b/packages/nocodb/src/lib/meta/api/sync/helpers/EntityMap.ts index 54cfd8422b..bd0bdd86ca 100644 --- a/packages/nocodb/src/lib/meta/api/sync/helpers/EntityMap.ts +++ b/packages/nocodb/src/lib/meta/api/sync/helpers/EntityMap.ts @@ -12,18 +12,21 @@ class EntityMap { this.db = new Promise((resolve, reject) => { const db = new sqlite3.Database(':memory:'); - const colStatement = this.cols.length > 0 ? this.cols.join(' TEXT, ') + ' TEXT' : 'mappingPlaceholder TEXT'; + const colStatement = + this.cols.length > 0 + ? this.cols.join(' TEXT, ') + ' TEXT' + : 'mappingPlaceholder TEXT'; db.run(`CREATE TABLE mapping (${colStatement})`, (err) => { if (err) { console.log(err); reject(err); } - resolve(db) + resolve(db); }); }); } - async init () { + async init() { if (!this.initialized) { this.db = await this.db; this.initialized = true; @@ -40,29 +43,31 @@ class EntityMap { if (!this.initialized) { throw 'Please initialize first!'; } - + const cols = Object.keys(row).map((key) => processKey(key)); const colStatement = cols.map((key) => `'${key}'`).join(', '); const questionMarks = cols.map(() => '?').join(', '); - + const promises = []; for (const col of cols.filter((col) => !this.cols.includes(col))) { - promises.push(new Promise((resolve, reject) => { - this.db.run(`ALTER TABLE mapping ADD '${col}' TEXT;`, (err) => { - if (err) { - console.log(err); - reject(err); - } - this.cols.push(col); - resolve(true); - }); - })); + promises.push( + new Promise((resolve, reject) => { + this.db.run(`ALTER TABLE mapping ADD '${col}' TEXT;`, (err) => { + if (err) { + console.log(err); + reject(err); + } + this.cols.push(col); + resolve(true); + }); + }) + ); } await Promise.all(promises); - const values = Object.values(row).map((val) => { + const values = Object.values(row).map((val) => { if (typeof val === 'object') { return `JSON::${JSON.stringify(val)}`; } @@ -70,13 +75,17 @@ class EntityMap { }); return new Promise((resolve, reject) => { - this.db.run(`INSERT INTO mapping (${colStatement}) VALUES (${questionMarks})`, values, (err) => { - if (err) { - console.log(err); - reject(err); + this.db.run( + `INSERT INTO mapping (${colStatement}) VALUES (${questionMarks})`, + values, + (err) => { + if (err) { + console.log(err); + reject(err); + } + resolve(true); } - resolve(true); - }); + ); }); } @@ -87,16 +96,22 @@ class EntityMap { return new Promise((resolve, reject) => { col = processKey(col); res = res.map((r) => processKey(r)); - this.db.get(`SELECT ${res.length ? res.join(', ') : '*'} FROM mapping WHERE ${col} = ?`, [val], (err, rs) => { - if (err) { - console.log(err); - reject(err); - } - if (rs) { - rs = processResponseRow(rs); + this.db.get( + `SELECT ${ + res.length ? res.join(', ') : '*' + } FROM mapping WHERE ${col} = ?`, + [val], + (err, rs) => { + if (err) { + console.log(err); + reject(err); + } + if (rs) { + rs = processResponseRow(rs); + } + resolve(rs); } - resolve(rs) - }); + ); }); } @@ -110,7 +125,7 @@ class EntityMap { console.log(err); reject(err); } - resolve(rs.count) + resolve(rs.count); }); }); } @@ -120,7 +135,10 @@ class EntityMap { throw 'Please initialize first!'; } res = res.map((r) => processKey(r)); - return new DBStream(this.db, `SELECT ${res.length ? res.join(', ') : '*'} FROM mapping`); + return new DBStream( + this.db, + `SELECT ${res.length ? res.join(', ') : '*'} FROM mapping` + ); } getLimit(limit, offset, res = []): Promise[]> { @@ -129,16 +147,21 @@ class EntityMap { } return new Promise((resolve, reject) => { res = res.map((r) => processKey(r)); - this.db.all(`SELECT ${res.length ? res.join(', ') : '*'} FROM mapping LIMIT ${limit} OFFSET ${offset}`, (err, rs) => { - if (err) { - console.log(err); - reject(err); - } - for (let row of rs) { - row = processResponseRow(row); + this.db.all( + `SELECT ${ + res.length ? res.join(', ') : '*' + } FROM mapping LIMIT ${limit} OFFSET ${offset}`, + (err, rs) => { + if (err) { + console.log(err); + reject(err); + } + for (let row of rs) { + row = processResponseRow(row); + } + resolve(rs); } - resolve(rs) - }); + ); }); } } @@ -149,7 +172,7 @@ class DBStream extends Readable { sql: any; constructor(db, sql) { - super({ objectMode: true}); + super({ objectMode: true }); this.db = db; this.sql = sql; this.stmt = this.db.prepare(this.sql); @@ -165,7 +188,7 @@ class DBStream extends Readable { if (result) { result = processResponseRow(result); } - stream.push(result || null) + stream.push(result || null); } }); } diff --git a/packages/nocodb/src/lib/meta/api/sync/helpers/job.ts b/packages/nocodb/src/lib/meta/api/sync/helpers/job.ts index fff1399f7f..bd82f8f26c 100644 --- a/packages/nocodb/src/lib/meta/api/sync/helpers/job.ts +++ b/packages/nocodb/src/lib/meta/api/sync/helpers/job.ts @@ -1338,9 +1338,14 @@ export default async ( for (const [key, value] of Object.entries(rec as { [key: string]: any })) { // retrieve datatype const dt = table.columns.find((x) => x.title === key)?.uidt; - + // always process LTAR, Lookup, and Rollup columns as we delete the key after processing - if (!value && dt !== UITypes.LinkToAnotherRecord && dt !== UITypes.Lookup && dt !== UITypes.Rollup) { + if ( + !value && + dt !== UITypes.LinkToAnotherRecord && + dt !== UITypes.Lookup && + dt !== UITypes.Rollup + ) { rec[key] = null; continue; } diff --git a/packages/nocodb/src/lib/meta/api/sync/helpers/readAndProcessData.ts b/packages/nocodb/src/lib/meta/api/sync/helpers/readAndProcessData.ts index d24a31c011..5fe7f76b5d 100644 --- a/packages/nocodb/src/lib/meta/api/sync/helpers/readAndProcessData.ts +++ b/packages/nocodb/src/lib/meta/api/sync/helpers/readAndProcessData.ts @@ -2,7 +2,6 @@ import { AirtableBase } from 'airtable/lib/airtable_base'; import { Api, RelationTypes, TableType, UITypes } from 'nocodb-sdk'; import EntityMap from './EntityMap'; - const BULK_DATA_BATCH_SIZE = 500; const ASSOC_BULK_DATA_BATCH_SIZE = 1000; const BULK_PARALLEL_PROCESS = 100; @@ -94,7 +93,7 @@ export async function importData({ logDetailed, logBasic, }); - + await new Promise(async (resolve) => { const readable = records.getStream(); const allRecordsCount = await records.getCount(); @@ -103,33 +102,58 @@ export async function importData({ let importedCount = 0; let activeProcess = 0; readable.on('data', async (record) => { - promises.push(new Promise(async (resolve) => { - activeProcess++; - if (activeProcess >= BULK_PARALLEL_PROCESS) readable.pause(); - const { id: rid, ...fields } = record; - const r = await nocoBaseDataProcessing_v2(sDB, table, { id: rid, fields }); - tempData.push(r); + promises.push( + new Promise(async (resolve) => { + activeProcess++; + if (activeProcess >= BULK_PARALLEL_PROCESS) readable.pause(); + const { id: rid, ...fields } = record; + const r = await nocoBaseDataProcessing_v2(sDB, table, { + id: rid, + fields, + }); + tempData.push(r); - if (tempData.length >= BULK_DATA_BATCH_SIZE) { - let insertArray = tempData.splice(0, tempData.length); - await api.dbTableRow.bulkCreate('nc', projectName, table.id, insertArray); - logBasic( - `:: Importing '${table.title}' data :: ${importedCount} - ${Math.min(importedCount + BULK_DATA_BATCH_SIZE, allRecordsCount)}` - ); - importedCount += insertArray.length; - insertArray = []; - } - activeProcess--; - if (activeProcess < BULK_PARALLEL_PROCESS) readable.resume(); - resolve(true); - })); + if (tempData.length >= BULK_DATA_BATCH_SIZE) { + let insertArray = tempData.splice(0, tempData.length); + await api.dbTableRow.bulkCreate( + 'nc', + projectName, + table.id, + insertArray + ); + logBasic( + `:: Importing '${ + table.title + }' data :: ${importedCount} - ${Math.min( + importedCount + BULK_DATA_BATCH_SIZE, + allRecordsCount + )}` + ); + importedCount += insertArray.length; + insertArray = []; + } + activeProcess--; + if (activeProcess < BULK_PARALLEL_PROCESS) readable.resume(); + resolve(true); + }) + ); }); readable.on('end', async () => { await Promise.all(promises); if (tempData.length > 0) { - await api.dbTableRow.bulkCreate('nc', projectName, table.id, tempData); + await api.dbTableRow.bulkCreate( + 'nc', + projectName, + table.id, + tempData + ); logBasic( - `:: Importing '${table.title}' data :: ${importedCount} - ${Math.min(importedCount + BULK_DATA_BATCH_SIZE, allRecordsCount)}` + `:: Importing '${ + table.title + }' data :: ${importedCount} - ${Math.min( + importedCount + BULK_DATA_BATCH_SIZE, + allRecordsCount + )}` ); importedCount += tempData.length; tempData = []; @@ -239,55 +263,61 @@ export async function importLTARData({ const readable = allData.getStream(); let activeProcess = 0; readable.on('data', async (record) => { - promises.push(new Promise(async (resolve) => { - activeProcess++; - if (activeProcess >= BULK_PARALLEL_PROCESS) readable.pause(); - const { id: _atId, ...rec } = record; + promises.push( + new Promise(async (resolve) => { + activeProcess++; + if (activeProcess >= BULK_PARALLEL_PROCESS) readable.pause(); + const { id: _atId, ...rec } = record; - // todo: use actual alias instead of sanitized - assocTableData.push( - ...(rec?.[atNcAliasRef[table.id][assocMeta.colMeta.title]] || []).map( - (id) => ({ + // todo: use actual alias instead of sanitized + assocTableData.push( + ...( + rec?.[atNcAliasRef[table.id][assocMeta.colMeta.title]] || [] + ).map((id) => ({ [assocMeta.curCol.title]: record.id, [assocMeta.refCol.title]: id, - }) - ) - ); - - if (assocTableData.length >= ASSOC_BULK_DATA_BATCH_SIZE) { - let insertArray = assocTableData.splice(0, assocTableData.length); - logBasic( - `:: Importing '${table.title}' LTAR data :: ${importedCount} - ${Math.min( - importedCount + ASSOC_BULK_DATA_BATCH_SIZE, - insertArray.length - )}` - ); - - await api.dbTableRow.bulkCreate( - 'nc', - projectName, - assocMeta.modelMeta.id, - insertArray + })) ); - importedCount += insertArray.length; - insertArray = []; - } - activeProcess--; - if (activeProcess < BULK_PARALLEL_PROCESS) readable.resume(); - resolve(true); - })); + if (assocTableData.length >= ASSOC_BULK_DATA_BATCH_SIZE) { + let insertArray = assocTableData.splice(0, assocTableData.length); + logBasic( + `:: Importing '${ + table.title + }' LTAR data :: ${importedCount} - ${Math.min( + importedCount + ASSOC_BULK_DATA_BATCH_SIZE, + insertArray.length + )}` + ); + + await api.dbTableRow.bulkCreate( + 'nc', + projectName, + assocMeta.modelMeta.id, + insertArray + ); + + importedCount += insertArray.length; + insertArray = []; + } + activeProcess--; + if (activeProcess < BULK_PARALLEL_PROCESS) readable.resume(); + resolve(true); + }) + ); }); readable.on('end', async () => { await Promise.all(promises); if (assocTableData.length >= 0) { logBasic( - `:: Importing '${table.title}' LTAR data :: ${importedCount} - ${Math.min( + `:: Importing '${ + table.title + }' LTAR data :: ${importedCount} - ${Math.min( importedCount + ASSOC_BULK_DATA_BATCH_SIZE, assocTableData.length )}` ); - + await api.dbTableRow.bulkCreate( 'nc', projectName, diff --git a/packages/nocodb/src/lib/meta/api/userApi/initAdminFromEnv.ts b/packages/nocodb/src/lib/meta/api/userApi/initAdminFromEnv.ts index fc8e08264e..62f096019b 100644 --- a/packages/nocodb/src/lib/meta/api/userApi/initAdminFromEnv.ts +++ b/packages/nocodb/src/lib/meta/api/userApi/initAdminFromEnv.ts @@ -95,7 +95,7 @@ export default async function initAdminFromEnv(_ncMeta = Noco.ncMeta) { const superUser = await ncMeta.metaGet2(null, null, MetaTable.USERS, { roles: 'user,super', }); - + if (!superUser?.id) { const existingUserWithNewEmail = await User.getByEmail(email, ncMeta); if (existingUserWithNewEmail?.id) { @@ -130,7 +130,7 @@ export default async function initAdminFromEnv(_ncMeta = Noco.ncMeta) { evt_type: 'project:invite', count: 1, }); - + await User.insert( { firstname: '', diff --git a/packages/nocodb/src/lib/meta/api/userApi/ui/auth/emailVerify.ts b/packages/nocodb/src/lib/meta/api/userApi/ui/auth/emailVerify.ts index 17275b3d36..7d6d78729a 100644 --- a/packages/nocodb/src/lib/meta/api/userApi/ui/auth/emailVerify.ts +++ b/packages/nocodb/src/lib/meta/api/userApi/ui/auth/emailVerify.ts @@ -69,26 +69,3 @@ export default ` `; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * @author Wing-Kam Wong - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/meta/api/userApi/ui/auth/resetPassword.ts b/packages/nocodb/src/lib/meta/api/userApi/ui/auth/resetPassword.ts index 36ce73b3e3..cc51d0af4b 100644 --- a/packages/nocodb/src/lib/meta/api/userApi/ui/auth/resetPassword.ts +++ b/packages/nocodb/src/lib/meta/api/userApi/ui/auth/resetPassword.ts @@ -103,26 +103,3 @@ export default ` `; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * @author Wing-Kam Wong - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/meta/api/userApi/ui/emailTemplates/forgotPassword.ts b/packages/nocodb/src/lib/meta/api/userApi/ui/emailTemplates/forgotPassword.ts index ad431383fd..afb2f5849a 100644 --- a/packages/nocodb/src/lib/meta/api/userApi/ui/emailTemplates/forgotPassword.ts +++ b/packages/nocodb/src/lib/meta/api/userApi/ui/emailTemplates/forgotPassword.ts @@ -169,25 +169,3 @@ table[class=body] .article { `; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/meta/api/userApi/ui/emailTemplates/invite.ts b/packages/nocodb/src/lib/meta/api/userApi/ui/emailTemplates/invite.ts index 8e143bd938..fc81f9409e 100644 --- a/packages/nocodb/src/lib/meta/api/userApi/ui/emailTemplates/invite.ts +++ b/packages/nocodb/src/lib/meta/api/userApi/ui/emailTemplates/invite.ts @@ -206,26 +206,3 @@ export default ` `; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/meta/api/userApi/ui/emailTemplates/verify.ts b/packages/nocodb/src/lib/meta/api/userApi/ui/emailTemplates/verify.ts index 6b5e76ab54..11702cc659 100644 --- a/packages/nocodb/src/lib/meta/api/userApi/ui/emailTemplates/verify.ts +++ b/packages/nocodb/src/lib/meta/api/userApi/ui/emailTemplates/verify.ts @@ -205,26 +205,3 @@ export default ` `; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/meta/helpers/NcPluginMgrv2.ts b/packages/nocodb/src/lib/meta/helpers/NcPluginMgrv2.ts index 41075d2993..8e224899a7 100644 --- a/packages/nocodb/src/lib/meta/helpers/NcPluginMgrv2.ts +++ b/packages/nocodb/src/lib/meta/helpers/NcPluginMgrv2.ts @@ -279,26 +279,3 @@ class NcPluginMgrv2 { } export default NcPluginMgrv2; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Pranav C Balan - * @author Bhanu P Chaudhary - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/migrations/XcMigrationSource.ts b/packages/nocodb/src/lib/migrations/XcMigrationSource.ts index 12e9134e9e..ba61e5e119 100644 --- a/packages/nocodb/src/lib/migrations/XcMigrationSource.ts +++ b/packages/nocodb/src/lib/migrations/XcMigrationSource.ts @@ -63,27 +63,3 @@ export default class XcMigrationSource { } } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * @author Wing-Kam Wong - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/migrations/XcMigrationSourcev2.ts b/packages/nocodb/src/lib/migrations/XcMigrationSourcev2.ts index a724a73e4c..cbe127f711 100644 --- a/packages/nocodb/src/lib/migrations/XcMigrationSourcev2.ts +++ b/packages/nocodb/src/lib/migrations/XcMigrationSourcev2.ts @@ -59,27 +59,3 @@ export default class XcMigrationSourcev2 { } } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * @author Wing-Kam Wong - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/migrations/v1/nc_002_add_m2m.ts b/packages/nocodb/src/lib/migrations/v1/nc_002_add_m2m.ts index e09e65a58b..d9d83cd861 100644 --- a/packages/nocodb/src/lib/migrations/v1/nc_002_add_m2m.ts +++ b/packages/nocodb/src/lib/migrations/v1/nc_002_add_m2m.ts @@ -14,26 +14,3 @@ const down = async (knex) => { }; export { up, down }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/migrations/v1/nc_003_add_fkn_column.ts b/packages/nocodb/src/lib/migrations/v1/nc_003_add_fkn_column.ts index 96c1ff6c6f..9dafa28bf3 100644 --- a/packages/nocodb/src/lib/migrations/v1/nc_003_add_fkn_column.ts +++ b/packages/nocodb/src/lib/migrations/v1/nc_003_add_fkn_column.ts @@ -13,26 +13,3 @@ const down = async (knex) => { }; export { up, down }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/migrations/v1/nc_004_add_view_type_column.ts b/packages/nocodb/src/lib/migrations/v1/nc_004_add_view_type_column.ts index 7a196f5675..dfa4ef4ac8 100644 --- a/packages/nocodb/src/lib/migrations/v1/nc_004_add_view_type_column.ts +++ b/packages/nocodb/src/lib/migrations/v1/nc_004_add_view_type_column.ts @@ -13,26 +13,3 @@ const down = async (knex) => { }; export { up, down }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/migrations/v1/nc_005_add_view_name_column.ts b/packages/nocodb/src/lib/migrations/v1/nc_005_add_view_name_column.ts index 516886b131..40b7b01d82 100644 --- a/packages/nocodb/src/lib/migrations/v1/nc_005_add_view_name_column.ts +++ b/packages/nocodb/src/lib/migrations/v1/nc_005_add_view_name_column.ts @@ -13,26 +13,3 @@ const down = async (knex) => { }; export { up, down }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/migrations/v1/nc_006_alter_nc_shared_views.ts b/packages/nocodb/src/lib/migrations/v1/nc_006_alter_nc_shared_views.ts index e12899dd38..17d308c9be 100644 --- a/packages/nocodb/src/lib/migrations/v1/nc_006_alter_nc_shared_views.ts +++ b/packages/nocodb/src/lib/migrations/v1/nc_006_alter_nc_shared_views.ts @@ -13,26 +13,3 @@ const down = async (knex) => { }; export { up, down }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/migrations/v1/nc_007_alter_nc_shared_views_1.ts b/packages/nocodb/src/lib/migrations/v1/nc_007_alter_nc_shared_views_1.ts index 189f284cd8..e88fd733f5 100644 --- a/packages/nocodb/src/lib/migrations/v1/nc_007_alter_nc_shared_views_1.ts +++ b/packages/nocodb/src/lib/migrations/v1/nc_007_alter_nc_shared_views_1.ts @@ -13,26 +13,3 @@ const down = async (knex) => { }; export { up, down }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/migrations/v1/nc_008_add_nc_shared_bases.ts b/packages/nocodb/src/lib/migrations/v1/nc_008_add_nc_shared_bases.ts index bacf53674a..94b00ed6c9 100644 --- a/packages/nocodb/src/lib/migrations/v1/nc_008_add_nc_shared_bases.ts +++ b/packages/nocodb/src/lib/migrations/v1/nc_008_add_nc_shared_bases.ts @@ -18,26 +18,3 @@ const down = async (knex) => { }; export { up, down }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/migrations/v1/nc_009_add_model_order.ts b/packages/nocodb/src/lib/migrations/v1/nc_009_add_model_order.ts index 4062c7959a..11a8d869d3 100644 --- a/packages/nocodb/src/lib/migrations/v1/nc_009_add_model_order.ts +++ b/packages/nocodb/src/lib/migrations/v1/nc_009_add_model_order.ts @@ -15,26 +15,3 @@ const down = async (knex) => { }; export { up, down }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/migrations/v1/nc_010_add_parent_title_column.ts b/packages/nocodb/src/lib/migrations/v1/nc_010_add_parent_title_column.ts index e0806d09f4..b8ae1e2ff7 100644 --- a/packages/nocodb/src/lib/migrations/v1/nc_010_add_parent_title_column.ts +++ b/packages/nocodb/src/lib/migrations/v1/nc_010_add_parent_title_column.ts @@ -13,26 +13,3 @@ const down = async (knex) => { }; export { up, down }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/migrations/v1/nc_011_remove_old_ses_plugin.ts b/packages/nocodb/src/lib/migrations/v1/nc_011_remove_old_ses_plugin.ts index a9c4b8fe20..879c601028 100644 --- a/packages/nocodb/src/lib/migrations/v1/nc_011_remove_old_ses_plugin.ts +++ b/packages/nocodb/src/lib/migrations/v1/nc_011_remove_old_ses_plugin.ts @@ -10,25 +10,3 @@ const down = async (knex: Knex) => { }; export { up, down }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Wing-Kam Wong - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/migrations/v2/nc_012_alter_column_data_types.ts b/packages/nocodb/src/lib/migrations/v2/nc_012_alter_column_data_types.ts index 8aafb62025..868708a004 100644 --- a/packages/nocodb/src/lib/migrations/v2/nc_012_alter_column_data_types.ts +++ b/packages/nocodb/src/lib/migrations/v2/nc_012_alter_column_data_types.ts @@ -36,25 +36,3 @@ const down = async (knex) => { }; export { up, down }; - -/** - * @copyright Copyright (c) 2022, Xgene Cloud Ltd - * - * @author Wing-Kam Wong - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/migrations/v2/nc_013_sync_source.ts b/packages/nocodb/src/lib/migrations/v2/nc_013_sync_source.ts index 3e78cf0c7b..f8e77f8c40 100644 --- a/packages/nocodb/src/lib/migrations/v2/nc_013_sync_source.ts +++ b/packages/nocodb/src/lib/migrations/v2/nc_013_sync_source.ts @@ -42,25 +42,3 @@ const down = async (knex) => { }; export { up, down }; - -/** - * @copyright Copyright (c) 2022, Xgene Cloud Ltd - * - * @author Wing-Kam Wong - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/migrations/v2/nc_014_alter_column_data_types.ts b/packages/nocodb/src/lib/migrations/v2/nc_014_alter_column_data_types.ts index e8f9d43a05..5f914673d6 100644 --- a/packages/nocodb/src/lib/migrations/v2/nc_014_alter_column_data_types.ts +++ b/packages/nocodb/src/lib/migrations/v2/nc_014_alter_column_data_types.ts @@ -42,25 +42,3 @@ const down = async (knex) => { }; export { up, down }; - -/** - * @copyright Copyright (c) 2022, Xgene Cloud Ltd - * - * @author Wing-Kam Wong - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/migrations/v2/nc_015_add_meta_col_in_column_table.ts b/packages/nocodb/src/lib/migrations/v2/nc_015_add_meta_col_in_column_table.ts index 95d26b47d4..4bdfc6bf44 100644 --- a/packages/nocodb/src/lib/migrations/v2/nc_015_add_meta_col_in_column_table.ts +++ b/packages/nocodb/src/lib/migrations/v2/nc_015_add_meta_col_in_column_table.ts @@ -14,25 +14,3 @@ const down = async (knex) => { }; export { up, down }; - -/** - * @copyright Copyright (c) 2022, Xgene Cloud Ltd - * - * @author Wing-Kam Wong - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/migrations/v2/nc_016_alter_hooklog_payload_types.ts b/packages/nocodb/src/lib/migrations/v2/nc_016_alter_hooklog_payload_types.ts index 0d02b3dd42..6779df94b7 100644 --- a/packages/nocodb/src/lib/migrations/v2/nc_016_alter_hooklog_payload_types.ts +++ b/packages/nocodb/src/lib/migrations/v2/nc_016_alter_hooklog_payload_types.ts @@ -25,25 +25,3 @@ const down = async (knex) => { }; export { up, down }; - -/** - * @copyright Copyright (c) 2022, Xgene Cloud Ltd - * - * @author willnewii - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/migrations/v2/nc_017_add_user_token_version_column.ts b/packages/nocodb/src/lib/migrations/v2/nc_017_add_user_token_version_column.ts index 3bc0dd0e55..2c6c68d5b1 100644 --- a/packages/nocodb/src/lib/migrations/v2/nc_017_add_user_token_version_column.ts +++ b/packages/nocodb/src/lib/migrations/v2/nc_017_add_user_token_version_column.ts @@ -13,25 +13,3 @@ const down = async (knex) => { }; export { up, down }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Wing-Kam Wong - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/migrations/v2/nc_018_add_meta_in_view.ts b/packages/nocodb/src/lib/migrations/v2/nc_018_add_meta_in_view.ts index 80ec206059..75f8a96238 100644 --- a/packages/nocodb/src/lib/migrations/v2/nc_018_add_meta_in_view.ts +++ b/packages/nocodb/src/lib/migrations/v2/nc_018_add_meta_in_view.ts @@ -14,25 +14,3 @@ const down = async (knex) => { }; export { up, down }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Wing-Kam Wong - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/migrations/v2/nc_020_kanban_view.ts b/packages/nocodb/src/lib/migrations/v2/nc_020_kanban_view.ts index ce5a34dad2..4c07ba44e9 100644 --- a/packages/nocodb/src/lib/migrations/v2/nc_020_kanban_view.ts +++ b/packages/nocodb/src/lib/migrations/v2/nc_020_kanban_view.ts @@ -24,25 +24,3 @@ const down = async (knex) => { }; export { up, down }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Wing-Kam Wong - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/plugins/backblaze/Backblaze.ts b/packages/nocodb/src/lib/plugins/backblaze/Backblaze.ts index 16a757d081..90938d59d1 100644 --- a/packages/nocodb/src/lib/plugins/backblaze/Backblaze.ts +++ b/packages/nocodb/src/lib/plugins/backblaze/Backblaze.ts @@ -135,26 +135,3 @@ export default class Backblaze implements IStorageAdapterV2 { } } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/plugins/discord/Discord.ts b/packages/nocodb/src/lib/plugins/discord/Discord.ts index 07b836ca40..575b16b766 100644 --- a/packages/nocodb/src/lib/plugins/discord/Discord.ts +++ b/packages/nocodb/src/lib/plugins/discord/Discord.ts @@ -18,26 +18,3 @@ export default class Discord implements IWebhookNotificationAdapter { } } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/plugins/gcs/Gcs.ts b/packages/nocodb/src/lib/plugins/gcs/Gcs.ts index ccb99e81b5..404cb3b875 100644 --- a/packages/nocodb/src/lib/plugins/gcs/Gcs.ts +++ b/packages/nocodb/src/lib/plugins/gcs/Gcs.ts @@ -123,25 +123,3 @@ export default class Gcs implements IStorageAdapterV2 { }); } } -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/plugins/linode/LinodeObjectStorage.ts b/packages/nocodb/src/lib/plugins/linode/LinodeObjectStorage.ts index 616709fbf2..9bd9ffea30 100644 --- a/packages/nocodb/src/lib/plugins/linode/LinodeObjectStorage.ts +++ b/packages/nocodb/src/lib/plugins/linode/LinodeObjectStorage.ts @@ -125,26 +125,3 @@ export default class LinodeObjectStorage implements IStorageAdapterV2 { } } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/plugins/mailerSend/MailerSend.ts b/packages/nocodb/src/lib/plugins/mailerSend/MailerSend.ts index ec32c0ddd6..b278e4ed6a 100644 --- a/packages/nocodb/src/lib/plugins/mailerSend/MailerSend.ts +++ b/packages/nocodb/src/lib/plugins/mailerSend/MailerSend.ts @@ -47,26 +47,3 @@ export default class Mailer implements IEmailAdapter { } } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/plugins/mattermost/Mattermost.ts b/packages/nocodb/src/lib/plugins/mattermost/Mattermost.ts index feb2f9a082..c27ecfe0e0 100644 --- a/packages/nocodb/src/lib/plugins/mattermost/Mattermost.ts +++ b/packages/nocodb/src/lib/plugins/mattermost/Mattermost.ts @@ -18,26 +18,3 @@ export default class Mattermost implements IWebhookNotificationAdapter { } } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/plugins/mino/Minio.ts b/packages/nocodb/src/lib/plugins/mino/Minio.ts index 1a2765ff6b..49c0a1b107 100644 --- a/packages/nocodb/src/lib/plugins/mino/Minio.ts +++ b/packages/nocodb/src/lib/plugins/mino/Minio.ts @@ -129,26 +129,3 @@ export default class Minio implements IStorageAdapterV2 { }); } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/plugins/ovhCloud/OvhCloud.ts b/packages/nocodb/src/lib/plugins/ovhCloud/OvhCloud.ts index b374ff43e8..8c5a8ed83d 100644 --- a/packages/nocodb/src/lib/plugins/ovhCloud/OvhCloud.ts +++ b/packages/nocodb/src/lib/plugins/ovhCloud/OvhCloud.ts @@ -125,26 +125,3 @@ export default class OvhCloud implements IStorageAdapterV2 { } } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/plugins/s3/S3.ts b/packages/nocodb/src/lib/plugins/s3/S3.ts index 3d3e91b164..39218b5f91 100644 --- a/packages/nocodb/src/lib/plugins/s3/S3.ts +++ b/packages/nocodb/src/lib/plugins/s3/S3.ts @@ -128,26 +128,3 @@ export default class S3 implements IStorageAdapterV2 { } } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/plugins/scaleway/ScalewayObjectStoragePlugin.ts b/packages/nocodb/src/lib/plugins/scaleway/ScalewayObjectStoragePlugin.ts index e1d57179cc..7118c6a76c 100644 --- a/packages/nocodb/src/lib/plugins/scaleway/ScalewayObjectStoragePlugin.ts +++ b/packages/nocodb/src/lib/plugins/scaleway/ScalewayObjectStoragePlugin.ts @@ -16,25 +16,3 @@ class ScalewayObjectStoragePlugin extends XcStoragePlugin { } export default ScalewayObjectStoragePlugin; - -/** - * @copyright Copyright (c) 2021, Bhanu P Chaudhary - * - * @author Bhanu P Chaudhary - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/plugins/scaleway/index.ts b/packages/nocodb/src/lib/plugins/scaleway/index.ts index ff8812b1a5..b5ef5e47db 100644 --- a/packages/nocodb/src/lib/plugins/scaleway/index.ts +++ b/packages/nocodb/src/lib/plugins/scaleway/index.ts @@ -65,25 +65,3 @@ const config: XcPluginConfig = { }; export default config; - -/** - * @copyright Copyright (c) 2021, Bhanu P Chaudhary - * - * @author Bhanu P Chaudhary - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/plugins/ses/SES.ts b/packages/nocodb/src/lib/plugins/ses/SES.ts index 4c2c6153cc..4299002d3f 100644 --- a/packages/nocodb/src/lib/plugins/ses/SES.ts +++ b/packages/nocodb/src/lib/plugins/ses/SES.ts @@ -52,25 +52,3 @@ export default class SES implements IEmailAdapter { } } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Wing-Kam Wong - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/plugins/slack/Slack.ts b/packages/nocodb/src/lib/plugins/slack/Slack.ts index 3ca07609e9..8cb0b66a4d 100644 --- a/packages/nocodb/src/lib/plugins/slack/Slack.ts +++ b/packages/nocodb/src/lib/plugins/slack/Slack.ts @@ -18,26 +18,3 @@ export default class Slack implements IWebhookNotificationAdapter { } } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/plugins/smtp/SMTP.ts b/packages/nocodb/src/lib/plugins/smtp/SMTP.ts index 9ceb06e703..980a6b3222 100644 --- a/packages/nocodb/src/lib/plugins/smtp/SMTP.ts +++ b/packages/nocodb/src/lib/plugins/smtp/SMTP.ts @@ -58,26 +58,3 @@ export default class SMTP implements IEmailAdapter { } } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/plugins/spaces/Spaces.ts b/packages/nocodb/src/lib/plugins/spaces/Spaces.ts index dcb2e1a9de..1b89c9b997 100644 --- a/packages/nocodb/src/lib/plugins/spaces/Spaces.ts +++ b/packages/nocodb/src/lib/plugins/spaces/Spaces.ts @@ -133,26 +133,3 @@ export default class Spaces implements IStorageAdapterV2 { } } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/plugins/teams/Teams.ts b/packages/nocodb/src/lib/plugins/teams/Teams.ts index 0f6e33a662..2d2c5050ff 100644 --- a/packages/nocodb/src/lib/plugins/teams/Teams.ts +++ b/packages/nocodb/src/lib/plugins/teams/Teams.ts @@ -18,26 +18,3 @@ export default class Teams implements IWebhookNotificationAdapter { } } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/plugins/twilio/Twilio.ts b/packages/nocodb/src/lib/plugins/twilio/Twilio.ts index e224c52aad..8104006541 100644 --- a/packages/nocodb/src/lib/plugins/twilio/Twilio.ts +++ b/packages/nocodb/src/lib/plugins/twilio/Twilio.ts @@ -27,26 +27,3 @@ export default class Twilio implements IWebhookNotificationAdapter { } } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/plugins/twilioWhatsapp/TwilioWhatsapp.ts b/packages/nocodb/src/lib/plugins/twilioWhatsapp/TwilioWhatsapp.ts index 77fca4037c..cf662fc0bf 100644 --- a/packages/nocodb/src/lib/plugins/twilioWhatsapp/TwilioWhatsapp.ts +++ b/packages/nocodb/src/lib/plugins/twilioWhatsapp/TwilioWhatsapp.ts @@ -27,26 +27,3 @@ export default class TwilioWhatsapp implements IWebhookNotificationAdapter { } } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/plugins/upcloud/UpoCloud.ts b/packages/nocodb/src/lib/plugins/upcloud/UpoCloud.ts index 0186a16bbc..fc1b6489b3 100644 --- a/packages/nocodb/src/lib/plugins/upcloud/UpoCloud.ts +++ b/packages/nocodb/src/lib/plugins/upcloud/UpoCloud.ts @@ -123,26 +123,3 @@ export default class UpoCloud implements IStorageAdapterV2 { } } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/plugins/vultr/Vultr.ts b/packages/nocodb/src/lib/plugins/vultr/Vultr.ts index 84e1a4cbbe..f3ea9c2058 100644 --- a/packages/nocodb/src/lib/plugins/vultr/Vultr.ts +++ b/packages/nocodb/src/lib/plugins/vultr/Vultr.ts @@ -125,26 +125,3 @@ export default class Vultr implements IStorageAdapterV2 { } } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/utils/Lang.ts b/packages/nocodb/src/lib/utils/Lang.ts index c96b9793b4..e92d0e9c27 100644 --- a/packages/nocodb/src/lib/utils/Lang.ts +++ b/packages/nocodb/src/lib/utils/Lang.ts @@ -134,26 +134,3 @@ class Lang { export default Lang; export { STR }; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * @author Wing-Kam Wong - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/utils/NcConfigFactory.ts b/packages/nocodb/src/lib/utils/NcConfigFactory.ts index d6ca12f306..75c7924475 100644 --- a/packages/nocodb/src/lib/utils/NcConfigFactory.ts +++ b/packages/nocodb/src/lib/utils/NcConfigFactory.ts @@ -742,26 +742,3 @@ export default class NcConfigFactory implements NcConfig { } export { defaultConnectionConfig, defaultConnectionOptions }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/utils/NcHelp.ts b/packages/nocodb/src/lib/utils/NcHelp.ts index 6b53b0fdc1..eea4934216 100644 --- a/packages/nocodb/src/lib/utils/NcHelp.ts +++ b/packages/nocodb/src/lib/utils/NcHelp.ts @@ -41,25 +41,3 @@ export default class NcHelp { debug.enable(enabledKeys.join(',')); } } -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/utils/common/BaseApiBuilder.ts b/packages/nocodb/src/lib/utils/common/BaseApiBuilder.ts index 8aa833c8ea..20ae8fb8c3 100644 --- a/packages/nocodb/src/lib/utils/common/BaseApiBuilder.ts +++ b/packages/nocodb/src/lib/utils/common/BaseApiBuilder.ts @@ -3279,26 +3279,3 @@ export { NcMetaData, XcTablesPopulateParams, }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/utils/common/BaseModel.ts b/packages/nocodb/src/lib/utils/common/BaseModel.ts index 2853007565..96efa65793 100644 --- a/packages/nocodb/src/lib/utils/common/BaseModel.ts +++ b/packages/nocodb/src/lib/utils/common/BaseModel.ts @@ -542,26 +542,3 @@ class BaseModel> extends BaseModelSql { } export default BaseModel; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/utils/common/BaseProcedure.ts b/packages/nocodb/src/lib/utils/common/BaseProcedure.ts index e9c621548b..3b58e2fcd6 100644 --- a/packages/nocodb/src/lib/utils/common/BaseProcedure.ts +++ b/packages/nocodb/src/lib/utils/common/BaseProcedure.ts @@ -39,26 +39,3 @@ export default class BaseProcedure { } } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/utils/common/XcCron.ts b/packages/nocodb/src/lib/utils/common/XcCron.ts index 60f8df1f53..abbccc679b 100644 --- a/packages/nocodb/src/lib/utils/common/XcCron.ts +++ b/packages/nocodb/src/lib/utils/common/XcCron.ts @@ -101,25 +101,3 @@ export class XcCron { return handler; } } -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/utils/common/XcProcedure.ts b/packages/nocodb/src/lib/utils/common/XcProcedure.ts index 1953510bba..b8b3404432 100644 --- a/packages/nocodb/src/lib/utils/common/XcProcedure.ts +++ b/packages/nocodb/src/lib/utils/common/XcProcedure.ts @@ -91,25 +91,3 @@ export default class XcProcedure { } } } -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/utils/common/formSubmissionEmailTemplate.ts b/packages/nocodb/src/lib/utils/common/formSubmissionEmailTemplate.ts index 0d2577e39e..c6de82cdc4 100644 --- a/packages/nocodb/src/lib/utils/common/formSubmissionEmailTemplate.ts +++ b/packages/nocodb/src/lib/utils/common/formSubmissionEmailTemplate.ts @@ -197,26 +197,3 @@ export default ` `; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/utils/mimeTypes.ts b/packages/nocodb/src/lib/utils/mimeTypes.ts index e4d1086ea0..60ee3a15a1 100644 --- a/packages/nocodb/src/lib/utils/mimeTypes.ts +++ b/packages/nocodb/src/lib/utils/mimeTypes.ts @@ -712,25 +712,3 @@ const mimeIcons = { }; export { mimeIcons }; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/utils/projectAcl.ts b/packages/nocodb/src/lib/utils/projectAcl.ts index 6ebd9628be..67dc85411a 100644 --- a/packages/nocodb/src/lib/utils/projectAcl.ts +++ b/packages/nocodb/src/lib/utils/projectAcl.ts @@ -302,26 +302,3 @@ export default { }, }, }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/NcProjectBuilder.ts b/packages/nocodb/src/lib/v1-legacy/NcProjectBuilder.ts index 9b3785d9ff..44fa27b891 100644 --- a/packages/nocodb/src/lib/v1-legacy/NcProjectBuilder.ts +++ b/packages/nocodb/src/lib/v1-legacy/NcProjectBuilder.ts @@ -901,26 +901,3 @@ export default class NcProjectBuilder { await this.init(); } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/NcProjectBuilderEE.ts b/packages/nocodb/src/lib/v1-legacy/NcProjectBuilderEE.ts index 5279a17142..978ceafefd 100644 --- a/packages/nocodb/src/lib/v1-legacy/NcProjectBuilderEE.ts +++ b/packages/nocodb/src/lib/v1-legacy/NcProjectBuilderEE.ts @@ -68,26 +68,3 @@ export default class NcProjectBuilderEE extends NcProjectBuilder { } } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/gql/GqlApiBuilder.ts b/packages/nocodb/src/lib/v1-legacy/gql/GqlApiBuilder.ts index 0534ba20a3..de35b77c05 100644 --- a/packages/nocodb/src/lib/v1-legacy/gql/GqlApiBuilder.ts +++ b/packages/nocodb/src/lib/v1-legacy/gql/GqlApiBuilder.ts @@ -3073,26 +3073,3 @@ export class GqlApiBuilder extends BaseApiBuilder implements XcMetaMgr { return this.reInitializeGraphqlEndpoint(); } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/gql/GqlAuthResolver.ts b/packages/nocodb/src/lib/v1-legacy/gql/GqlAuthResolver.ts index cc25005b12..98b413bb28 100644 --- a/packages/nocodb/src/lib/v1-legacy/gql/GqlAuthResolver.ts +++ b/packages/nocodb/src/lib/v1-legacy/gql/GqlAuthResolver.ts @@ -497,25 +497,3 @@ export default class GqlAuthResolver { return this.app?.metaMgr?.emailAdapter; } } -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/gql/GqlBaseResolver.ts b/packages/nocodb/src/lib/v1-legacy/gql/GqlBaseResolver.ts index 73fcc18b91..68e3511a59 100644 --- a/packages/nocodb/src/lib/v1-legacy/gql/GqlBaseResolver.ts +++ b/packages/nocodb/src/lib/v1-legacy/gql/GqlBaseResolver.ts @@ -63,25 +63,3 @@ export default class GqlBaseResolver { return handler; } } -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/gql/GqlCommonResolvers.ts b/packages/nocodb/src/lib/v1-legacy/gql/GqlCommonResolvers.ts index 04fe510a49..a379f0fc1e 100644 --- a/packages/nocodb/src/lib/v1-legacy/gql/GqlCommonResolvers.ts +++ b/packages/nocodb/src/lib/v1-legacy/gql/GqlCommonResolvers.ts @@ -18,26 +18,3 @@ export const m2mNotChildrenCount = ({ return models[args?.parent]?.m2mNotChildrenCount(args); }; }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/gql/GqlMiddleware.ts b/packages/nocodb/src/lib/v1-legacy/gql/GqlMiddleware.ts index 0841cfa985..039792eb81 100644 --- a/packages/nocodb/src/lib/v1-legacy/gql/GqlMiddleware.ts +++ b/packages/nocodb/src/lib/v1-legacy/gql/GqlMiddleware.ts @@ -225,25 +225,3 @@ export default class GqlMiddleware { return this.postMiddleware(args[0], args[2], args[3], args[4]); } } -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/gql/GqlProcedureResolver.ts b/packages/nocodb/src/lib/v1-legacy/gql/GqlProcedureResolver.ts index 4e9ae70999..f9904b2715 100644 --- a/packages/nocodb/src/lib/v1-legacy/gql/GqlProcedureResolver.ts +++ b/packages/nocodb/src/lib/v1-legacy/gql/GqlProcedureResolver.ts @@ -108,26 +108,3 @@ type Mutation { } } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/gql/GqlResolver.ts b/packages/nocodb/src/lib/v1-legacy/gql/GqlResolver.ts index 664a091026..6b49e0d7c0 100644 --- a/packages/nocodb/src/lib/v1-legacy/gql/GqlResolver.ts +++ b/packages/nocodb/src/lib/v1-legacy/gql/GqlResolver.ts @@ -279,25 +279,3 @@ export default class GqlResolver extends GqlBaseResolver { ); } } -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/gql/auth/schema.ts b/packages/nocodb/src/lib/v1-legacy/gql/auth/schema.ts index 55dc0e65d4..ec37cc6ec1 100644 --- a/packages/nocodb/src/lib/v1-legacy/gql/auth/schema.ts +++ b/packages/nocodb/src/lib/v1-legacy/gql/auth/schema.ts @@ -42,25 +42,3 @@ type XcToken{ token: String } `; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/gql/common.schema.ts b/packages/nocodb/src/lib/v1-legacy/gql/common.schema.ts index ea12584479..940433feec 100644 --- a/packages/nocodb/src/lib/v1-legacy/gql/common.schema.ts +++ b/packages/nocodb/src/lib/v1-legacy/gql/common.schema.ts @@ -50,25 +50,3 @@ type Query{ `; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/gql/emailTemplate/forgotPassword.ts b/packages/nocodb/src/lib/v1-legacy/gql/emailTemplate/forgotPassword.ts index ad431383fd..afb2f5849a 100644 --- a/packages/nocodb/src/lib/v1-legacy/gql/emailTemplate/forgotPassword.ts +++ b/packages/nocodb/src/lib/v1-legacy/gql/emailTemplate/forgotPassword.ts @@ -169,25 +169,3 @@ table[class=body] .article { `; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/gql/emailTemplate/verify.ts b/packages/nocodb/src/lib/v1-legacy/gql/emailTemplate/verify.ts index 6b5e76ab54..11702cc659 100644 --- a/packages/nocodb/src/lib/v1-legacy/gql/emailTemplate/verify.ts +++ b/packages/nocodb/src/lib/v1-legacy/gql/emailTemplate/verify.ts @@ -205,26 +205,3 @@ export default ` `; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/nc.try.ts b/packages/nocodb/src/lib/v1-legacy/nc.try.ts index 90f6effe4b..8de520a8c4 100644 --- a/packages/nocodb/src/lib/v1-legacy/nc.try.ts +++ b/packages/nocodb/src/lib/v1-legacy/nc.try.ts @@ -41,26 +41,3 @@ export default async function (dbUrl): Promise { }); })().catch((e) => console.log(e)); } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/plugins/NcPluginMgr.ts b/packages/nocodb/src/lib/v1-legacy/plugins/NcPluginMgr.ts index 54fac0683d..0c83e3129b 100644 --- a/packages/nocodb/src/lib/v1-legacy/plugins/NcPluginMgr.ts +++ b/packages/nocodb/src/lib/v1-legacy/plugins/NcPluginMgr.ts @@ -172,26 +172,3 @@ class NcPluginMgr { } export default NcPluginMgr; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Pranav C Balan - * @author Bhanu P Chaudhary - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/plugins/adapters/email/EmailFactory.ts b/packages/nocodb/src/lib/v1-legacy/plugins/adapters/email/EmailFactory.ts index c53f535079..3989751a6b 100644 --- a/packages/nocodb/src/lib/v1-legacy/plugins/adapters/email/EmailFactory.ts +++ b/packages/nocodb/src/lib/v1-legacy/plugins/adapters/email/EmailFactory.ts @@ -33,26 +33,3 @@ export default class EmailFactory { } } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/plugins/adapters/email/SES.ts b/packages/nocodb/src/lib/v1-legacy/plugins/adapters/email/SES.ts index 7d27f04306..db7a6573d6 100644 --- a/packages/nocodb/src/lib/v1-legacy/plugins/adapters/email/SES.ts +++ b/packages/nocodb/src/lib/v1-legacy/plugins/adapters/email/SES.ts @@ -18,26 +18,3 @@ class SES implements IEmailAdapter { return Promise.resolve(false); } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/plugins/adapters/email/SMTP.ts b/packages/nocodb/src/lib/v1-legacy/plugins/adapters/email/SMTP.ts index dcaa8dbf60..d8eb5f1cae 100644 --- a/packages/nocodb/src/lib/v1-legacy/plugins/adapters/email/SMTP.ts +++ b/packages/nocodb/src/lib/v1-legacy/plugins/adapters/email/SMTP.ts @@ -49,26 +49,3 @@ class SMTP implements IEmailAdapter { } } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/plugins/adapters/storage/Local.ts b/packages/nocodb/src/lib/v1-legacy/plugins/adapters/storage/Local.ts index b34b00be98..edcc20b385 100644 --- a/packages/nocodb/src/lib/v1-legacy/plugins/adapters/storage/Local.ts +++ b/packages/nocodb/src/lib/v1-legacy/plugins/adapters/storage/Local.ts @@ -86,25 +86,3 @@ export default class Local implements IStorageAdapterV2 { return Promise.resolve(false); } } -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/rest/RestApiBuilder.ts b/packages/nocodb/src/lib/v1-legacy/rest/RestApiBuilder.ts index d63801d849..d38169caa1 100644 --- a/packages/nocodb/src/lib/v1-legacy/rest/RestApiBuilder.ts +++ b/packages/nocodb/src/lib/v1-legacy/rest/RestApiBuilder.ts @@ -3031,26 +3031,3 @@ export class RestApiBuilder extends BaseApiBuilder { return metas; } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/rest/RestAuthCtrl.ts b/packages/nocodb/src/lib/v1-legacy/rest/RestAuthCtrl.ts index ab3f6df424..e0bdb821f0 100644 --- a/packages/nocodb/src/lib/v1-legacy/rest/RestAuthCtrl.ts +++ b/packages/nocodb/src/lib/v1-legacy/rest/RestAuthCtrl.ts @@ -1753,27 +1753,3 @@ export default class RestAuthCtrl { this.apiTokens = await this.xcMeta.metaList(null, null, 'nc_api_tokens'); } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * @author Wing-Kam Wong - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/rest/RestAuthCtrlEE.ts b/packages/nocodb/src/lib/v1-legacy/rest/RestAuthCtrlEE.ts index 93b76b943d..ba9af7ed00 100644 --- a/packages/nocodb/src/lib/v1-legacy/rest/RestAuthCtrlEE.ts +++ b/packages/nocodb/src/lib/v1-legacy/rest/RestAuthCtrlEE.ts @@ -247,26 +247,3 @@ export default class RestAuthCtrlEE extends RestAuthCtrl { ); } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/rest/RestBaseCtrl.ts b/packages/nocodb/src/lib/v1-legacy/rest/RestBaseCtrl.ts index 51f189856e..7a5434c7c6 100644 --- a/packages/nocodb/src/lib/v1-legacy/rest/RestBaseCtrl.ts +++ b/packages/nocodb/src/lib/v1-legacy/rest/RestBaseCtrl.ts @@ -147,26 +147,3 @@ export abstract class RestBaseCtrl { }); } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/rest/RestCtrl.ts b/packages/nocodb/src/lib/v1-legacy/rest/RestCtrl.ts index 4cd7bb0112..ff4e8a838e 100644 --- a/packages/nocodb/src/lib/v1-legacy/rest/RestCtrl.ts +++ b/packages/nocodb/src/lib/v1-legacy/rest/RestCtrl.ts @@ -398,26 +398,3 @@ export class RestCtrl extends RestBaseCtrl { return this.table; } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/rest/RestCtrlBelongsTo.ts b/packages/nocodb/src/lib/v1-legacy/rest/RestCtrlBelongsTo.ts index b08cd2a6b0..8e9a99e643 100644 --- a/packages/nocodb/src/lib/v1-legacy/rest/RestCtrlBelongsTo.ts +++ b/packages/nocodb/src/lib/v1-legacy/rest/RestCtrlBelongsTo.ts @@ -259,26 +259,3 @@ export class RestCtrlBelongsTo extends RestBaseCtrl { return `${this.childTable}.bt.${this.parentTable}`; } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/rest/RestCtrlCustom.ts b/packages/nocodb/src/lib/v1-legacy/rest/RestCtrlCustom.ts index de26b7c277..347724098b 100644 --- a/packages/nocodb/src/lib/v1-legacy/rest/RestCtrlCustom.ts +++ b/packages/nocodb/src/lib/v1-legacy/rest/RestCtrlCustom.ts @@ -48,25 +48,3 @@ export class RestCtrlCustom extends RestBaseCtrl { return '__xc_custom'; } } -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/rest/RestCtrlHasMany.ts b/packages/nocodb/src/lib/v1-legacy/rest/RestCtrlHasMany.ts index 827da83898..735d492a93 100644 --- a/packages/nocodb/src/lib/v1-legacy/rest/RestCtrlHasMany.ts +++ b/packages/nocodb/src/lib/v1-legacy/rest/RestCtrlHasMany.ts @@ -358,25 +358,3 @@ export class RestCtrlHasMany extends RestBaseCtrl { return `${this.parentTable}.hm.${this.childTable}`; } } -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/rest/RestCtrlMin.ts b/packages/nocodb/src/lib/v1-legacy/rest/RestCtrlMin.ts index 58b115c1dc..bb90f51b13 100644 --- a/packages/nocodb/src/lib/v1-legacy/rest/RestCtrlMin.ts +++ b/packages/nocodb/src/lib/v1-legacy/rest/RestCtrlMin.ts @@ -264,26 +264,3 @@ export class RestCtrlMin { ); } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/rest/RestCtrlProcedure.ts b/packages/nocodb/src/lib/v1-legacy/rest/RestCtrlProcedure.ts index 6de33ac42d..c32016da00 100644 --- a/packages/nocodb/src/lib/v1-legacy/rest/RestCtrlProcedure.ts +++ b/packages/nocodb/src/lib/v1-legacy/rest/RestCtrlProcedure.ts @@ -210,25 +210,3 @@ export class RestCtrlProcedure extends BaseProcedure { return swggerObj; } } -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/rest/RestCtrlv2.ts b/packages/nocodb/src/lib/v1-legacy/rest/RestCtrlv2.ts index 73e3f6d16a..e84621d43c 100644 --- a/packages/nocodb/src/lib/v1-legacy/rest/RestCtrlv2.ts +++ b/packages/nocodb/src/lib/v1-legacy/rest/RestCtrlv2.ts @@ -91,26 +91,3 @@ export class RestCtrlv2 { // } } } - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/rest/ui/auth/emailVerify.ts b/packages/nocodb/src/lib/v1-legacy/rest/ui/auth/emailVerify.ts index 4874c5ca63..ff32d673cf 100644 --- a/packages/nocodb/src/lib/v1-legacy/rest/ui/auth/emailVerify.ts +++ b/packages/nocodb/src/lib/v1-legacy/rest/ui/auth/emailVerify.ts @@ -69,25 +69,3 @@ export default ` `; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/rest/ui/auth/resetPassword.ts b/packages/nocodb/src/lib/v1-legacy/rest/ui/auth/resetPassword.ts index d8d0a6c14c..8e8edf5d4a 100644 --- a/packages/nocodb/src/lib/v1-legacy/rest/ui/auth/resetPassword.ts +++ b/packages/nocodb/src/lib/v1-legacy/rest/ui/auth/resetPassword.ts @@ -103,25 +103,3 @@ export default ` `; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/rest/ui/auth/signin.ts b/packages/nocodb/src/lib/v1-legacy/rest/ui/auth/signin.ts index 672b39c11d..221f931b0b 100644 --- a/packages/nocodb/src/lib/v1-legacy/rest/ui/auth/signin.ts +++ b/packages/nocodb/src/lib/v1-legacy/rest/ui/auth/signin.ts @@ -95,25 +95,3 @@ export default ` `; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/rest/ui/auth/signup.ts b/packages/nocodb/src/lib/v1-legacy/rest/ui/auth/signup.ts index 612a28ad3a..5a18e427a9 100644 --- a/packages/nocodb/src/lib/v1-legacy/rest/ui/auth/signup.ts +++ b/packages/nocodb/src/lib/v1-legacy/rest/ui/auth/signup.ts @@ -111,25 +111,3 @@ export default ` `; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/rest/ui/auth/swagger.ts b/packages/nocodb/src/lib/v1-legacy/rest/ui/auth/swagger.ts index ddfefd6893..cc648454b8 100644 --- a/packages/nocodb/src/lib/v1-legacy/rest/ui/auth/swagger.ts +++ b/packages/nocodb/src/lib/v1-legacy/rest/ui/auth/swagger.ts @@ -24,26 +24,3 @@ export default ` `; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * @author Wing-Kam Wong - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/rest/ui/emailTemplates/forgotPassword.ts b/packages/nocodb/src/lib/v1-legacy/rest/ui/emailTemplates/forgotPassword.ts index ad431383fd..afb2f5849a 100644 --- a/packages/nocodb/src/lib/v1-legacy/rest/ui/emailTemplates/forgotPassword.ts +++ b/packages/nocodb/src/lib/v1-legacy/rest/ui/emailTemplates/forgotPassword.ts @@ -169,25 +169,3 @@ table[class=body] .article { `; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/rest/ui/emailTemplates/invite.ts b/packages/nocodb/src/lib/v1-legacy/rest/ui/emailTemplates/invite.ts index 8e143bd938..fc81f9409e 100644 --- a/packages/nocodb/src/lib/v1-legacy/rest/ui/emailTemplates/invite.ts +++ b/packages/nocodb/src/lib/v1-legacy/rest/ui/emailTemplates/invite.ts @@ -206,26 +206,3 @@ export default ` `; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/lib/v1-legacy/rest/ui/emailTemplates/verify.ts b/packages/nocodb/src/lib/v1-legacy/rest/ui/emailTemplates/verify.ts index 6b5e76ab54..11702cc659 100644 --- a/packages/nocodb/src/lib/v1-legacy/rest/ui/emailTemplates/verify.ts +++ b/packages/nocodb/src/lib/v1-legacy/rest/ui/emailTemplates/verify.ts @@ -205,26 +205,3 @@ export default ` `; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/run/docker.ts b/packages/nocodb/src/run/docker.ts index d26d109970..b5ddc85520 100644 --- a/packages/nocodb/src/run/docker.ts +++ b/packages/nocodb/src/run/docker.ts @@ -24,26 +24,3 @@ process.env[`DEBUG`] = 'xc*'; }); server.use(await Noco.init({}, httpServer, server)); })().catch((e) => console.log(e)); - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/run/dockerRunMysql.ts b/packages/nocodb/src/run/dockerRunMysql.ts index 56cc4b939c..1478a6d3be 100644 --- a/packages/nocodb/src/run/dockerRunMysql.ts +++ b/packages/nocodb/src/run/dockerRunMysql.ts @@ -34,26 +34,3 @@ process.env[`NC_DB`] = `mysql2://localhost:3306?u=root&p=password&d=${metaDb}`; }); server.use(await Noco.init({}, httpServer, server)); })().catch((e) => console.log(e)); - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/run/dockerRunPG.ts b/packages/nocodb/src/run/dockerRunPG.ts index 930c1ee62a..a2c6fdd015 100644 --- a/packages/nocodb/src/run/dockerRunPG.ts +++ b/packages/nocodb/src/run/dockerRunPG.ts @@ -34,26 +34,3 @@ process.env[`NC_DB`] = `pg://localhost:5432?u=postgres&p=password&d=${metaDb}`; }); server.use(await Noco.init({}, httpServer, server)); })().catch((e) => console.log(e)); - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/run/dockerRunPG_CyQuick.ts b/packages/nocodb/src/run/dockerRunPG_CyQuick.ts index b26d86b0dd..796522f1af 100644 --- a/packages/nocodb/src/run/dockerRunPG_CyQuick.ts +++ b/packages/nocodb/src/run/dockerRunPG_CyQuick.ts @@ -27,26 +27,3 @@ process.env[ }); server.use(await Noco.init({}, httpServer, server)); })().catch((e) => console.log(e)); - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/src/run/try.ts b/packages/nocodb/src/run/try.ts index 996fffd0ba..9b077905f5 100644 --- a/packages/nocodb/src/run/try.ts +++ b/packages/nocodb/src/run/try.ts @@ -40,26 +40,3 @@ process.env.NC_DB = url; ); }); })().catch((e) => console.log(e)); - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Naveen MR - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/tests/export-import/exportSchema.js b/packages/nocodb/tests/export-import/exportSchema.js index 51f8ab8863..686e661331 100644 --- a/packages/nocodb/tests/export-import/exportSchema.js +++ b/packages/nocodb/tests/export-import/exportSchema.js @@ -274,25 +274,3 @@ async function exportSchema() { })().catch(e => { console.log(e); }); - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/packages/nocodb/tests/export-import/importSchema.js b/packages/nocodb/tests/export-import/importSchema.js index 5f1f652fbc..a0e322317c 100644 --- a/packages/nocodb/tests/export-import/importSchema.js +++ b/packages/nocodb/tests/export-import/importSchema.js @@ -513,25 +513,3 @@ async function importSchema() { await importSchema(); console.log('completed'); })().catch(e => console.log(e)); - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/scripts/cypress/integration/common/00_pre_configurations.js b/scripts/cypress/integration/common/00_pre_configurations.js index a600f7e275..10e6964398 100644 --- a/scripts/cypress/integration/common/00_pre_configurations.js +++ b/scripts/cypress/integration/common/00_pre_configurations.js @@ -258,26 +258,4 @@ export const genTest = (apiType, dbType) => { createProject(staticProjects.pgExternalREST); } }); -}; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ +}; \ No newline at end of file diff --git a/scripts/cypress/integration/common/1a_table_operations.js b/scripts/cypress/integration/common/1a_table_operations.js index 3891da4841..683c3efc56 100644 --- a/scripts/cypress/integration/common/1a_table_operations.js +++ b/scripts/cypress/integration/common/1a_table_operations.js @@ -103,27 +103,4 @@ export const genTest = (apiType, dbType) => { cy.renameTable("CityX", "City"); }); }); -}; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Pranav C Balan - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ +}; \ No newline at end of file diff --git a/scripts/cypress/integration/common/1b_table_column_operations.js b/scripts/cypress/integration/common/1b_table_column_operations.js index 0e6bdc78f6..4220e1b6be 100644 --- a/scripts/cypress/integration/common/1b_table_column_operations.js +++ b/scripts/cypress/integration/common/1b_table_column_operations.js @@ -198,26 +198,3 @@ export const genTest = (apiType, dbType) => { }); }); }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Pranav C Balan - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/scripts/cypress/integration/common/1c_sql_view.js b/scripts/cypress/integration/common/1c_sql_view.js index 2ad6b83c51..e6c518c657 100644 --- a/scripts/cypress/integration/common/1c_sql_view.js +++ b/scripts/cypress/integration/common/1c_sql_view.js @@ -141,26 +141,3 @@ export const genTest = (apiType, dbType) => { }); }); }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Pranav C Balan - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/scripts/cypress/integration/common/1d_pg_table_view_drag_drop_reorder.js b/scripts/cypress/integration/common/1d_pg_table_view_drag_drop_reorder.js index d6ae0488d1..73561100cf 100644 --- a/scripts/cypress/integration/common/1d_pg_table_view_drag_drop_reorder.js +++ b/scripts/cypress/integration/common/1d_pg_table_view_drag_drop_reorder.js @@ -145,26 +145,3 @@ export const genTest = (apiType, dbType) => { }); }); }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Pranav C Balan - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/scripts/cypress/integration/common/1d_table_view_drag_drop_reorder.js b/scripts/cypress/integration/common/1d_table_view_drag_drop_reorder.js index 9d5b9a2582..ff560fe5cf 100644 --- a/scripts/cypress/integration/common/1d_table_view_drag_drop_reorder.js +++ b/scripts/cypress/integration/common/1d_table_view_drag_drop_reorder.js @@ -154,26 +154,3 @@ export const genTest = (apiType, dbType) => { }); }); }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Pranav C Balan - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/scripts/cypress/integration/common/1e_meta_sync.js b/scripts/cypress/integration/common/1e_meta_sync.js index f32f6a46b8..dcf7d407a7 100644 --- a/scripts/cypress/integration/common/1e_meta_sync.js +++ b/scripts/cypress/integration/common/1e_meta_sync.js @@ -167,26 +167,3 @@ export const genTest = (apiType, dbType) => { }); }); }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Pranav C Balan - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/scripts/cypress/integration/common/1e_pg_meta_sync.js b/scripts/cypress/integration/common/1e_pg_meta_sync.js index c6db15133a..7ac65a87ac 100644 --- a/scripts/cypress/integration/common/1e_pg_meta_sync.js +++ b/scripts/cypress/integration/common/1e_pg_meta_sync.js @@ -180,26 +180,3 @@ export const genTest = (apiType, dbType) => { }); }); }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Pranav C Balan - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/scripts/cypress/integration/common/2a_table_with_belongs_to_colulmn.js b/scripts/cypress/integration/common/2a_table_with_belongs_to_colulmn.js index b17e0f19c3..9db28dde27 100644 --- a/scripts/cypress/integration/common/2a_table_with_belongs_to_colulmn.js +++ b/scripts/cypress/integration/common/2a_table_with_belongs_to_colulmn.js @@ -116,26 +116,3 @@ export const genTest = (apiType, dbType) => { }); }); }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Pranav C Balan - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/scripts/cypress/integration/common/2b_table_with_m2m_column.js b/scripts/cypress/integration/common/2b_table_with_m2m_column.js index 55cd26636a..572cfff006 100644 --- a/scripts/cypress/integration/common/2b_table_with_m2m_column.js +++ b/scripts/cypress/integration/common/2b_table_with_m2m_column.js @@ -128,26 +128,3 @@ export const genTest = (apiType, dbType) => { }); }); }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Pranav C Balan - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/scripts/cypress/integration/common/3a_filter_sort_fields_operations.js b/scripts/cypress/integration/common/3a_filter_sort_fields_operations.js index ba95b20028..d9c1d71e04 100644 --- a/scripts/cypress/integration/common/3a_filter_sort_fields_operations.js +++ b/scripts/cypress/integration/common/3a_filter_sort_fields_operations.js @@ -195,24 +195,4 @@ export const genTest = (apiType, dbType) => { }); }; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/scripts/cypress/integration/common/3b_formula_column.js b/scripts/cypress/integration/common/3b_formula_column.js index 3fd86af869..10b86c54db 100644 --- a/scripts/cypress/integration/common/3b_formula_column.js +++ b/scripts/cypress/integration/common/3b_formula_column.js @@ -367,27 +367,3 @@ export const genTest = (apiType, dbType) => { }); }); }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Pranav C Balan - * @author Raju Udava - * @author Wing-Kam Wong - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/scripts/cypress/integration/common/3c_lookup_column.js b/scripts/cypress/integration/common/3c_lookup_column.js index 6f76e89c6f..b99842b9d5 100644 --- a/scripts/cypress/integration/common/3c_lookup_column.js +++ b/scripts/cypress/integration/common/3c_lookup_column.js @@ -108,26 +108,3 @@ export const genTest = (apiType, dbType) => { }); }); }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Pranav C Balan - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/scripts/cypress/integration/common/3d_rollup_column.js b/scripts/cypress/integration/common/3d_rollup_column.js index 28af98540d..32eb66d191 100644 --- a/scripts/cypress/integration/common/3d_rollup_column.js +++ b/scripts/cypress/integration/common/3d_rollup_column.js @@ -145,26 +145,3 @@ export const genTest = (apiType, dbType) => { }); }); }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Pranav C Balan - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/scripts/cypress/integration/common/3e_duration_column.js b/scripts/cypress/integration/common/3e_duration_column.js index 3b7ac4e3b2..729812effa 100644 --- a/scripts/cypress/integration/common/3e_duration_column.js +++ b/scripts/cypress/integration/common/3e_duration_column.js @@ -294,25 +294,3 @@ export const genTest = (apiType, dbType) => { } }); }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Wing-Kam Wong - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/scripts/cypress/integration/common/3f_link_to_another_record.js b/scripts/cypress/integration/common/3f_link_to_another_record.js index 5801365a05..917ff8cd4a 100644 --- a/scripts/cypress/integration/common/3f_link_to_another_record.js +++ b/scripts/cypress/integration/common/3f_link_to_another_record.js @@ -378,26 +378,3 @@ export const genTest = (apiType, dbType) => { }); }); }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Pranav C Balan - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/scripts/cypress/integration/common/4a_table_view_grid_gallery_form.js b/scripts/cypress/integration/common/4a_table_view_grid_gallery_form.js index a2368dd7d8..d1dccdf9aa 100644 --- a/scripts/cypress/integration/common/4a_table_view_grid_gallery_form.js +++ b/scripts/cypress/integration/common/4a_table_view_grid_gallery_form.js @@ -93,27 +93,3 @@ export const genTest = (apiType, dbType) => { viewTest("form"); // form view }); }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Pranav C Balan - * @author Raju Udava - * @author Wing-Kam Wong - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/scripts/cypress/integration/common/4b_table_view_share.js b/scripts/cypress/integration/common/4b_table_view_share.js index c7757c841f..b79f3c0106 100644 --- a/scripts/cypress/integration/common/4b_table_view_share.js +++ b/scripts/cypress/integration/common/4b_table_view_share.js @@ -118,26 +118,3 @@ export const genTest = (apiType, dbType) => { }); }); }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Pranav C Balan - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/scripts/cypress/integration/common/4c_form_view_detailed.js b/scripts/cypress/integration/common/4c_form_view_detailed.js index f8c52d5316..69dd6b12d1 100644 --- a/scripts/cypress/integration/common/4c_form_view_detailed.js +++ b/scripts/cypress/integration/common/4c_form_view_detailed.js @@ -409,26 +409,3 @@ export const genTest = (apiType, dbType) => { viewTest("form"); }); }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Pranav C Balan - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/scripts/cypress/integration/common/4d_table_view_grid_locked.js b/scripts/cypress/integration/common/4d_table_view_grid_locked.js index 7d24db5d5e..0d822344a7 100644 --- a/scripts/cypress/integration/common/4d_table_view_grid_locked.js +++ b/scripts/cypress/integration/common/4d_table_view_grid_locked.js @@ -104,26 +104,3 @@ export const genTest = (apiType, dbType) => { lockViewTest(false); }); }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Pranav C Balan - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/scripts/cypress/integration/common/4e_form_view_share.js b/scripts/cypress/integration/common/4e_form_view_share.js index 9d3c5ceb34..077428c613 100644 --- a/scripts/cypress/integration/common/4e_form_view_share.js +++ b/scripts/cypress/integration/common/4e_form_view_share.js @@ -224,26 +224,3 @@ export const genTest = (apiType, dbType) => { viewTest("form"); }); }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Pranav C Balan - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/scripts/cypress/integration/common/4f_grid_view_share.js b/scripts/cypress/integration/common/4f_grid_view_share.js index 271cec9bb8..410f3d272c 100644 --- a/scripts/cypress/integration/common/4f_grid_view_share.js +++ b/scripts/cypress/integration/common/4f_grid_view_share.js @@ -475,26 +475,3 @@ export const genTest = (apiType, dbType) => { }); }); }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Pranav C Balan - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/scripts/cypress/integration/common/4f_pg_grid_view_share.js b/scripts/cypress/integration/common/4f_pg_grid_view_share.js index 0a9f89a077..5f91d03ded 100644 --- a/scripts/cypress/integration/common/4f_pg_grid_view_share.js +++ b/scripts/cypress/integration/common/4f_pg_grid_view_share.js @@ -502,26 +502,3 @@ export const genTest = (apiType, dbType) => { }); }); }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Pranav C Balan - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/scripts/cypress/integration/common/4h_kanban.js b/scripts/cypress/integration/common/4h_kanban.js index d8ab8f87a3..8283e4d6e9 100644 --- a/scripts/cypress/integration/common/4h_kanban.js +++ b/scripts/cypress/integration/common/4h_kanban.js @@ -539,26 +539,3 @@ export const genTest = (apiType, dbType) => { }); }); }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Pranav C Balan - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/scripts/cypress/integration/common/5a_user_role.js b/scripts/cypress/integration/common/5a_user_role.js index 336fc0a28a..f2a0f6b2e2 100644 --- a/scripts/cypress/integration/common/5a_user_role.js +++ b/scripts/cypress/integration/common/5a_user_role.js @@ -283,26 +283,3 @@ export const genTest = (apiType, dbType) => { roleValidation("commenter"); roleValidation("viewer"); }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Pranav C Balan - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/scripts/cypress/integration/common/5b_preview_role.js b/scripts/cypress/integration/common/5b_preview_role.js index e86f3027ab..5c9a11914c 100644 --- a/scripts/cypress/integration/common/5b_preview_role.js +++ b/scripts/cypress/integration/common/5b_preview_role.js @@ -170,26 +170,3 @@ export const genTest = (apiType, dbType, roleType) => { genTestSub("viewer"); }); }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Pranav C Balan - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/scripts/cypress/integration/common/6b_downloadCsv.js b/scripts/cypress/integration/common/6b_downloadCsv.js index f1392a45fa..3b5e3bf27d 100644 --- a/scripts/cypress/integration/common/6b_downloadCsv.js +++ b/scripts/cypress/integration/common/6b_downloadCsv.js @@ -73,24 +73,4 @@ export const genTest = (apiType, dbType) => { }); }; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/scripts/cypress/integration/common/6c_swagger_api.js b/scripts/cypress/integration/common/6c_swagger_api.js index b4b6cde7d6..887705001e 100644 --- a/scripts/cypress/integration/common/6c_swagger_api.js +++ b/scripts/cypress/integration/common/6c_swagger_api.js @@ -233,24 +233,4 @@ export const genTest = (apiType, dbType) => { } }; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/scripts/cypress/integration/common/6d_language_validation.js b/scripts/cypress/integration/common/6d_language_validation.js index 3268b8d08f..ad2f178bc1 100644 --- a/scripts/cypress/integration/common/6d_language_validation.js +++ b/scripts/cypress/integration/common/6d_language_validation.js @@ -96,24 +96,4 @@ export const genTest = (apiType, dbType) => { }); }; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/scripts/cypress/integration/common/6e_project_operations.js b/scripts/cypress/integration/common/6e_project_operations.js index 62c4aacb2f..89162cf41d 100644 --- a/scripts/cypress/integration/common/6e_project_operations.js +++ b/scripts/cypress/integration/common/6e_project_operations.js @@ -29,25 +29,3 @@ export const genTest = (apiType, dbType) => { }); }); }; - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Pranav C Balan - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/scripts/cypress/integration/common/6f_attachments.js b/scripts/cypress/integration/common/6f_attachments.js index a05dcffe32..13ea95295d 100644 --- a/scripts/cypress/integration/common/6f_attachments.js +++ b/scripts/cypress/integration/common/6f_attachments.js @@ -151,24 +151,4 @@ export const genTest = (apiType, dbType) => { }); }; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/scripts/cypress/integration/common/6g_base_share.js b/scripts/cypress/integration/common/6g_base_share.js index f66bf6b49d..fa42cd8c05 100644 --- a/scripts/cypress/integration/common/6g_base_share.js +++ b/scripts/cypress/integration/common/6g_base_share.js @@ -184,24 +184,4 @@ style="background: transparent; "> }); }; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/scripts/cypress/integration/common/7a_create_project_from_excel.js b/scripts/cypress/integration/common/7a_create_project_from_excel.js index 213f452532..8e20c46ba1 100644 --- a/scripts/cypress/integration/common/7a_create_project_from_excel.js +++ b/scripts/cypress/integration/common/7a_create_project_from_excel.js @@ -288,24 +288,4 @@ export const genTest = (apiType, dbType) => { }); }; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/scripts/cypress/integration/common/7b_import_from_airtable.js b/scripts/cypress/integration/common/7b_import_from_airtable.js index 29c1415a1a..464cae4d28 100644 --- a/scripts/cypress/integration/common/7b_import_from_airtable.js +++ b/scripts/cypress/integration/common/7b_import_from_airtable.js @@ -77,24 +77,4 @@ export const genTest = (apiType, dbType) => { }); }; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/scripts/cypress/integration/common/8a_webhook.js b/scripts/cypress/integration/common/8a_webhook.js index 0905b42552..ddc9f7a80c 100644 --- a/scripts/cypress/integration/common/8a_webhook.js +++ b/scripts/cypress/integration/common/8a_webhook.js @@ -426,24 +426,4 @@ export const genTest = (apiType, dbType) => { }); }; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/scripts/cypress/integration/common/9a_QuickTest.js b/scripts/cypress/integration/common/9a_QuickTest.js index 97af0e9666..06484fdc3f 100644 --- a/scripts/cypress/integration/common/9a_QuickTest.js +++ b/scripts/cypress/integration/common/9a_QuickTest.js @@ -497,24 +497,4 @@ export const genTest = (apiType, dbType, testMode) => { // genTest("rest", "xcdb"); -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/scripts/cypress/integration/common/9b_ERD.js b/scripts/cypress/integration/common/9b_ERD.js index 0bff55311d..db8dc64261 100644 --- a/scripts/cypress/integration/common/9b_ERD.js +++ b/scripts/cypress/integration/common/9b_ERD.js @@ -572,24 +572,3 @@ export const genTest = (apiType, dbType) => { }); }; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ \ No newline at end of file diff --git a/scripts/cypress/integration/test/explicitLogin.js b/scripts/cypress/integration/test/explicitLogin.js index 6b6c1476c6..b084591ff9 100644 --- a/scripts/cypress/integration/test/explicitLogin.js +++ b/scripts/cypress/integration/test/explicitLogin.js @@ -33,26 +33,3 @@ export const genTest = (apiType, dbType) => { }; // genTest("rest", "mysql"); - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Pranav C Balan - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/scripts/cypress/integration/test/pg-restMisc.js b/scripts/cypress/integration/test/pg-restMisc.js index 9eecd3c349..a3bbf706df 100644 --- a/scripts/cypress/integration/test/pg-restMisc.js +++ b/scripts/cypress/integration/test/pg-restMisc.js @@ -49,24 +49,4 @@ const nocoTestSuite = (apiType, dbType) => { nocoTestSuite("rest", "postgres"); -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/scripts/cypress/integration/test/pg-restRoles.js b/scripts/cypress/integration/test/pg-restRoles.js index a2300c70f5..db2a3d75ba 100644 --- a/scripts/cypress/integration/test/pg-restRoles.js +++ b/scripts/cypress/integration/test/pg-restRoles.js @@ -18,24 +18,4 @@ const nocoTestSuite = (apiType, dbType) => { nocoTestSuite("rest", "postgres"); -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/scripts/cypress/integration/test/pg-restTableOps.js b/scripts/cypress/integration/test/pg-restTableOps.js index 16f566a251..d6480f8a55 100644 --- a/scripts/cypress/integration/test/pg-restTableOps.js +++ b/scripts/cypress/integration/test/pg-restTableOps.js @@ -38,26 +38,3 @@ const nocoTestSuite = (apiType, dbType) => { }; nocoTestSuite("rest", "postgres"); - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Raju Udava - * @author Wing-Kam Wong - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/scripts/cypress/integration/test/pg-restViews.js b/scripts/cypress/integration/test/pg-restViews.js index 453220fa22..b87dd0ac85 100644 --- a/scripts/cypress/integration/test/pg-restViews.js +++ b/scripts/cypress/integration/test/pg-restViews.js @@ -31,24 +31,4 @@ const nocoTestSuite = (apiType, dbType) => { nocoTestSuite("rest", "postgres"); -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/scripts/cypress/integration/test/quickTest.js b/scripts/cypress/integration/test/quickTest.js index a2ab2b2262..7eb4d697d1 100644 --- a/scripts/cypress/integration/test/quickTest.js +++ b/scripts/cypress/integration/test/quickTest.js @@ -16,24 +16,4 @@ const nocoTestSuite = (apiType, dbType) => { nocoTestSuite("rest", "xcdb"); -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/scripts/cypress/integration/test/restMisc.js b/scripts/cypress/integration/test/restMisc.js index e666aada81..c6554a0c08 100644 --- a/scripts/cypress/integration/test/restMisc.js +++ b/scripts/cypress/integration/test/restMisc.js @@ -52,24 +52,4 @@ const nocoTestSuite = (apiType, dbType) => { nocoTestSuite("rest", "mysql"); -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/scripts/cypress/integration/test/restRoles.js b/scripts/cypress/integration/test/restRoles.js index 187cbaf1ec..f226d30c70 100644 --- a/scripts/cypress/integration/test/restRoles.js +++ b/scripts/cypress/integration/test/restRoles.js @@ -18,24 +18,4 @@ const nocoTestSuite = (apiType, dbType) => { nocoTestSuite("rest", "mysql"); -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/scripts/cypress/integration/test/restTableOps.js b/scripts/cypress/integration/test/restTableOps.js index 755e78599b..17ec4415dd 100644 --- a/scripts/cypress/integration/test/restTableOps.js +++ b/scripts/cypress/integration/test/restTableOps.js @@ -36,26 +36,3 @@ const nocoTestSuite = (apiType, dbType) => { }; nocoTestSuite("rest", "mysql"); - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Raju Udava - * @author Wing-Kam Wong - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/scripts/cypress/integration/test/restViews.js b/scripts/cypress/integration/test/restViews.js index a66c36a002..8d78f60871 100644 --- a/scripts/cypress/integration/test/restViews.js +++ b/scripts/cypress/integration/test/restViews.js @@ -31,24 +31,4 @@ const nocoTestSuite = (apiType, dbType) => { nocoTestSuite("rest", "mysql"); -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/scripts/cypress/integration/test/xcdb-restMisc.js b/scripts/cypress/integration/test/xcdb-restMisc.js index a324074cde..cf9811d0e1 100644 --- a/scripts/cypress/integration/test/xcdb-restMisc.js +++ b/scripts/cypress/integration/test/xcdb-restMisc.js @@ -54,24 +54,4 @@ const nocoTestSuite = (apiType, dbType) => { nocoTestSuite("rest", "xcdb"); -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/scripts/cypress/integration/test/xcdb-restRoles.js b/scripts/cypress/integration/test/xcdb-restRoles.js index b49058dee1..ee620d4271 100644 --- a/scripts/cypress/integration/test/xcdb-restRoles.js +++ b/scripts/cypress/integration/test/xcdb-restRoles.js @@ -18,24 +18,4 @@ const nocoTestSuite = (apiType, dbType) => { nocoTestSuite("rest", "xcdb"); -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/scripts/cypress/integration/test/xcdb-restTableOps.js b/scripts/cypress/integration/test/xcdb-restTableOps.js index 0dbe43b876..77c03ca4ce 100644 --- a/scripts/cypress/integration/test/xcdb-restTableOps.js +++ b/scripts/cypress/integration/test/xcdb-restTableOps.js @@ -37,26 +37,3 @@ const nocoTestSuite = (apiType, dbType) => { }; nocoTestSuite("rest", "xcdb"); - -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Raju Udava - * @author Wing-Kam Wong - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ diff --git a/scripts/cypress/integration/test/xcdb-restViews.js b/scripts/cypress/integration/test/xcdb-restViews.js index 68676fa22a..4778b3306a 100644 --- a/scripts/cypress/integration/test/xcdb-restViews.js +++ b/scripts/cypress/integration/test/xcdb-restViews.js @@ -29,24 +29,4 @@ const nocoTestSuite = (apiType, dbType) => { nocoTestSuite("rest", "xcdb"); -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/scripts/cypress/plugins/index.js b/scripts/cypress/plugins/index.js index 98db81e2d4..f739a9977c 100644 --- a/scripts/cypress/plugins/index.js +++ b/scripts/cypress/plugins/index.js @@ -232,24 +232,4 @@ function _pgExecTest(query, retryCount = 60) { }); } -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/scripts/cypress/plugins/server.js b/scripts/cypress/plugins/server.js index 2139a50b8f..5d64ff1e1d 100644 --- a/scripts/cypress/plugins/server.js +++ b/scripts/cypress/plugins/server.js @@ -60,24 +60,4 @@ function makeServer() { module.exports = makeServer; -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/scripts/cypress/support/page_objects/mainPage.js b/scripts/cypress/support/page_objects/mainPage.js index 4289608fb8..7cb9c3f3c7 100644 --- a/scripts/cypress/support/page_objects/mainPage.js +++ b/scripts/cypress/support/page_objects/mainPage.js @@ -711,24 +711,4 @@ export class _mainPage { export const mainPage = new _mainPage(); export const settingsPage = new _settingsPage(); -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ + diff --git a/scripts/cypress/support/page_objects/navigation.js b/scripts/cypress/support/page_objects/navigation.js index 938350a238..917da456ab 100644 --- a/scripts/cypress/support/page_objects/navigation.js +++ b/scripts/cypress/support/page_objects/navigation.js @@ -286,24 +286,4 @@ export class _projectsPage { export const loginPage = new _loginPage(); export const projectsPage = new _projectsPage(); -/** - * @copyright Copyright (c) 2021, Xgene Cloud Ltd - * - * @author Raju Udava - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ +