From ce0e43841a24cbcea07ecccd174556333af33139 Mon Sep 17 00:00:00 2001 From: Andrey Platov Date: Fri, 6 Aug 2021 10:01:43 +0200 Subject: [PATCH] update copyrights Signed-off-by: Andrey Platov --- dev/prod/src/main.ts | 4 ++-- packages/platform/src/platform.ts | 7 ++++--- plugins/login-resources/src/index.ts | 1 + plugins/login-resources/src/plugin.ts | 7 ++++--- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/dev/prod/src/main.ts b/dev/prod/src/main.ts index 420bbd63c0..9dffc79f9e 100644 --- a/dev/prod/src/main.ts +++ b/dev/prod/src/main.ts @@ -1,4 +1,4 @@ -/*! +// // Copyright © 2020, 2021 Anticrm Platform Contributors. // Copyright © 2021 Hardcore Engineering, Inc. // @@ -12,7 +12,7 @@ // // See the License for the specific language governing permissions and // limitations under the License. -*/ +// // import { setMetadata } from '@anticrm/platform' import { createApp } from '@anticrm/ui' diff --git a/packages/platform/src/platform.ts b/packages/platform/src/platform.ts index df78df03f1..055eeb88e0 100644 --- a/packages/platform/src/platform.ts +++ b/packages/platform/src/platform.ts @@ -1,5 +1,6 @@ -// -// Copyright © 2020 Anticrm Platform Contributors. +/*! +// Copyright © 2020, 2021 Anticrm Platform Contributors. +// Copyright © 2021 Hardcore Engineering Inc. // // Licensed under the Eclipse Public License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. You may @@ -11,7 +12,7 @@ // // See the License for the specific language governing permissions and // limitations under the License. -// +*/ /** * Id in format 'plugin.resource-kind.id' diff --git a/plugins/login-resources/src/index.ts b/plugins/login-resources/src/index.ts index 177fd11d56..49b34ee85a 100644 --- a/plugins/login-resources/src/index.ts +++ b/plugins/login-resources/src/index.ts @@ -1,5 +1,6 @@ // // Copyright © 2020, 2021 Anticrm Platform Contributors. +// Copyright © 2021 Hardcore Engineering Inc. // // Licensed under the Eclipse Public License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. You may diff --git a/plugins/login-resources/src/plugin.ts b/plugins/login-resources/src/plugin.ts index f556c42052..9b60bb6cb3 100644 --- a/plugins/login-resources/src/plugin.ts +++ b/plugins/login-resources/src/plugin.ts @@ -1,5 +1,6 @@ -// -// Copyright © 2020 Anticrm Platform Contributors. +/*! +// Copyright © 2020, 2021 Anticrm Platform Contributors. +// Copyright © 2021 Hardcore Engineering Inc. // // Licensed under the Eclipse Public License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. You may @@ -11,7 +12,7 @@ // // See the License for the specific language governing permissions and // limitations under the License. -// +*/ import type { StatusCode, IntlString } from '@anticrm/platform' import { mergeIds } from '@anticrm/platform'