diff --git a/.stylelintrc.js b/.stylelintrc.js index ad002d5cb..dabf997f6 100644 --- a/.stylelintrc.js +++ b/.stylelintrc.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ module.exports = { diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index edcf25d1c..64b3a851d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,7 @@ Taiga follows the [conventional commits format](https://www.conventionalcommits. ## Developer Certificate of Origin + License -By contributing to Kaleidos Ventures SL, You accept and agree to the following terms and conditions for Your present and future Contributions submitted to Kaleidos Ventures SL Except for the license granted herein to Kaleidos Ventures SL and recipients of software distributed by Kaleidos Ventures SL, You reserve all right, title, and interest in and to Your Contributions. +By contributing to Kaleidos INC, You accept and agree to the following terms and conditions for Your present and future Contributions submitted to Kaleidos INC Except for the license granted herein to Kaleidos INC and recipients of software distributed by Kaleidos INC, You reserve all right, title, and interest in and to Your Contributions. All Contributions are subject to the following DCO + License terms. diff --git a/app-loader/app-loader.coffee b/app-loader/app-loader.coffee index 5e98e415e..be09e9e35 100644 --- a/app-loader/app-loader.coffee +++ b/app-loader/app-loader.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### window._version = "___VERSION___" diff --git a/app/coffee/app.coffee b/app/coffee/app.coffee index 50593dfcd..7fc64c657 100644 --- a/app/coffee/app.coffee +++ b/app/coffee/app.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### @taiga = taiga = {} diff --git a/app/coffee/classes.coffee b/app/coffee/classes.coffee index 3c04a56ea..afc700c8a 100644 --- a/app/coffee/classes.coffee +++ b/app/coffee/classes.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class TaigaBase diff --git a/app/coffee/modules/admin.coffee b/app/coffee/modules/admin.coffee index cf1f17112..23e1993e6 100644 --- a/app/coffee/modules/admin.coffee +++ b/app/coffee/modules/admin.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaAdmin", []) diff --git a/app/coffee/modules/admin/lightboxes.coffee b/app/coffee/modules/admin/lightboxes.coffee index c4e7994ba..d71dc0962 100644 --- a/app/coffee/modules/admin/lightboxes.coffee +++ b/app/coffee/modules/admin/lightboxes.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/admin/memberships.coffee b/app/coffee/modules/admin/memberships.coffee index 1cf6b347e..e047e8f5c 100644 --- a/app/coffee/modules/admin/memberships.coffee +++ b/app/coffee/modules/admin/memberships.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/admin/nav.coffee b/app/coffee/modules/admin/nav.coffee index daf28a054..c3cbeb45c 100644 --- a/app/coffee/modules/admin/nav.coffee +++ b/app/coffee/modules/admin/nav.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### AdminNavigationDirective = -> diff --git a/app/coffee/modules/admin/project-profile.coffee b/app/coffee/modules/admin/project-profile.coffee index ec75b58ec..1d483ec8c 100644 --- a/app/coffee/modules/admin/project-profile.coffee +++ b/app/coffee/modules/admin/project-profile.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/admin/project-values.coffee b/app/coffee/modules/admin/project-values.coffee index fc2457932..25f6c1a88 100644 --- a/app/coffee/modules/admin/project-values.coffee +++ b/app/coffee/modules/admin/project-values.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/admin/roles.coffee b/app/coffee/modules/admin/roles.coffee index 59d0901c3..61b2633a0 100644 --- a/app/coffee/modules/admin/roles.coffee +++ b/app/coffee/modules/admin/roles.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/admin/third-parties.coffee b/app/coffee/modules/admin/third-parties.coffee index d7f55e16e..dfb33140a 100644 --- a/app/coffee/modules/admin/third-parties.coffee +++ b/app/coffee/modules/admin/third-parties.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/angular-translate-handler-log.coffee b/app/coffee/modules/angular-translate-handler-log.coffee index 7827dcf6c..7cce36385 100644 --- a/app/coffee/modules/angular-translate-handler-log.coffee +++ b/app/coffee/modules/angular-translate-handler-log.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### $translateMissingTranslationHandlerLog = ($log) -> diff --git a/app/coffee/modules/auth.coffee b/app/coffee/modules/auth.coffee index 818bcdb62..ab34d0c68 100644 --- a/app/coffee/modules/auth.coffee +++ b/app/coffee/modules/auth.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/backlog.coffee b/app/coffee/modules/backlog.coffee index 995b4dbce..a5767cea3 100644 --- a/app/coffee/modules/backlog.coffee +++ b/app/coffee/modules/backlog.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaBacklog", []) diff --git a/app/coffee/modules/backlog/lightboxes.coffee b/app/coffee/modules/backlog/lightboxes.coffee index 227c36982..01623a739 100644 --- a/app/coffee/modules/backlog/lightboxes.coffee +++ b/app/coffee/modules/backlog/lightboxes.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/backlog/main.coffee b/app/coffee/modules/backlog/main.coffee index 3536285d5..d17a43435 100644 --- a/app/coffee/modules/backlog/main.coffee +++ b/app/coffee/modules/backlog/main.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/backlog/sortable.coffee b/app/coffee/modules/backlog/sortable.coffee index 2f87f6de9..d33ec8673 100644 --- a/app/coffee/modules/backlog/sortable.coffee +++ b/app/coffee/modules/backlog/sortable.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/backlog/sprints.coffee b/app/coffee/modules/backlog/sprints.coffee index cdd37b3ed..d4c42077d 100644 --- a/app/coffee/modules/backlog/sprints.coffee +++ b/app/coffee/modules/backlog/sprints.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/base.coffee b/app/coffee/modules/base.coffee index 57203291e..7de203735 100644 --- a/app/coffee/modules/base.coffee +++ b/app/coffee/modules/base.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/base/bind.coffee b/app/coffee/modules/base/bind.coffee index 6b2bf479e..2d74dd581 100644 --- a/app/coffee/modules/base/bind.coffee +++ b/app/coffee/modules/base/bind.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### bindOnce = @.taiga.bindOnce diff --git a/app/coffee/modules/base/conf.coffee b/app/coffee/modules/base/conf.coffee index 7c10510b3..81b2a9b8d 100644 --- a/app/coffee/modules/base/conf.coffee +++ b/app/coffee/modules/base/conf.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class ConfigurationService diff --git a/app/coffee/modules/base/contrib.coffee b/app/coffee/modules/base/contrib.coffee index 623693c7d..0c722c13c 100644 --- a/app/coffee/modules/base/contrib.coffee +++ b/app/coffee/modules/base/contrib.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaBase") diff --git a/app/coffee/modules/base/filters.coffee b/app/coffee/modules/base/filters.coffee index 958168aa1..dc280022c 100644 --- a/app/coffee/modules/base/filters.coffee +++ b/app/coffee/modules/base/filters.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/base/http.coffee b/app/coffee/modules/base/http.coffee index bcdc06ffc..ea63287d0 100644 --- a/app/coffee/modules/base/http.coffee +++ b/app/coffee/modules/base/http.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/base/load-element.coffee b/app/coffee/modules/base/load-element.coffee index 78386658a..11f6d85ed 100644 --- a/app/coffee/modules/base/load-element.coffee +++ b/app/coffee/modules/base/load-element.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/base/location.coffee b/app/coffee/modules/base/location.coffee index 6882272a0..1badfb4b0 100644 --- a/app/coffee/modules/base/location.coffee +++ b/app/coffee/modules/base/location.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### locationFactory = ($location, $route, $rootscope) -> diff --git a/app/coffee/modules/base/model.coffee b/app/coffee/modules/base/model.coffee index 47063ac71..83eec8b75 100644 --- a/app/coffee/modules/base/model.coffee +++ b/app/coffee/modules/base/model.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class Model diff --git a/app/coffee/modules/base/navurls.coffee b/app/coffee/modules/base/navurls.coffee index 1849f23fe..77392d20d 100644 --- a/app/coffee/modules/base/navurls.coffee +++ b/app/coffee/modules/base/navurls.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/base/repository.coffee b/app/coffee/modules/base/repository.coffee index 5e5d5a184..289e62c89 100644 --- a/app/coffee/modules/base/repository.coffee +++ b/app/coffee/modules/base/repository.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/base/storage.coffee b/app/coffee/modules/base/storage.coffee index 694b434fd..d2f126ae7 100644 --- a/app/coffee/modules/base/storage.coffee +++ b/app/coffee/modules/base/storage.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/base/urls.coffee b/app/coffee/modules/base/urls.coffee index 12b85de32..9290c15b1 100644 --- a/app/coffee/modules/base/urls.coffee +++ b/app/coffee/modules/base/urls.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### format = (fmt, obj) -> diff --git a/app/coffee/modules/common.coffee b/app/coffee/modules/common.coffee index 16b772ef6..6bc6ab606 100644 --- a/app/coffee/modules/common.coffee +++ b/app/coffee/modules/common.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/common/analytics.coffee b/app/coffee/modules/common/analytics.coffee index 84f5c15b5..7788f2cae 100644 --- a/app/coffee/modules/common/analytics.coffee +++ b/app/coffee/modules/common/analytics.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/common/bind-scope.coffee b/app/coffee/modules/common/bind-scope.coffee index b1b8a9c18..f17c89f71 100644 --- a/app/coffee/modules/common/bind-scope.coffee +++ b/app/coffee/modules/common/bind-scope.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaCommon") diff --git a/app/coffee/modules/common/compile-html.directive.coffee b/app/coffee/modules/common/compile-html.directive.coffee index 04c392d7e..8d427c90b 100644 --- a/app/coffee/modules/common/compile-html.directive.coffee +++ b/app/coffee/modules/common/compile-html.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### CompileHtmlDirective = ($compile) -> diff --git a/app/coffee/modules/common/components.coffee b/app/coffee/modules/common/components.coffee index d1a0304cb..d8830b13b 100644 --- a/app/coffee/modules/common/components.coffee +++ b/app/coffee/modules/common/components.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/common/confirm.coffee b/app/coffee/modules/common/confirm.coffee index 16cb5de09..33408920b 100644 --- a/app/coffee/modules/common/confirm.coffee +++ b/app/coffee/modules/common/confirm.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/common/custom-field-values.coffee b/app/coffee/modules/common/custom-field-values.coffee index 1ff0bd34d..4f7af22ad 100644 --- a/app/coffee/modules/common/custom-field-values.coffee +++ b/app/coffee/modules/common/custom-field-values.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/common/emojis.coffee b/app/coffee/modules/common/emojis.coffee index eb9e62a6f..28728e9be 100644 --- a/app/coffee/modules/common/emojis.coffee +++ b/app/coffee/modules/common/emojis.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/common/estimation.coffee b/app/coffee/modules/common/estimation.coffee index 7701505bf..c4e684ef1 100644 --- a/app/coffee/modules/common/estimation.coffee +++ b/app/coffee/modules/common/estimation.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/common/filters.coffee b/app/coffee/modules/common/filters.coffee index fb8e4224d..8778572b7 100644 --- a/app/coffee/modules/common/filters.coffee +++ b/app/coffee/modules/common/filters.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/common/lightboxes.coffee b/app/coffee/modules/common/lightboxes.coffee index 0214a4396..17485965c 100644 --- a/app/coffee/modules/common/lightboxes.coffee +++ b/app/coffee/modules/common/lightboxes.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaCommon") diff --git a/app/coffee/modules/common/loaded.coffee b/app/coffee/modules/common/loaded.coffee index 9108232cb..59e950fdb 100644 --- a/app/coffee/modules/common/loaded.coffee +++ b/app/coffee/modules/common/loaded.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### # This directive call a function when the html element has loaded diff --git a/app/coffee/modules/common/loader.coffee b/app/coffee/modules/common/loader.coffee index 104fc0ace..b1aa60327 100644 --- a/app/coffee/modules/common/loader.coffee +++ b/app/coffee/modules/common/loader.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### # FIXME: this code not follows any style and any good practices on coffeescript diff --git a/app/coffee/modules/common/loading.coffee b/app/coffee/modules/common/loading.coffee index 2ea1d7f2b..a97c25684 100644 --- a/app/coffee/modules/common/loading.coffee +++ b/app/coffee/modules/common/loading.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaCommon") diff --git a/app/coffee/modules/common/popovers.coffee b/app/coffee/modules/common/popovers.coffee index db5bc9d8d..7f002c0ca 100644 --- a/app/coffee/modules/common/popovers.coffee +++ b/app/coffee/modules/common/popovers.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/common/raven-logger.coffee b/app/coffee/modules/common/raven-logger.coffee index 8788b3288..ddbca3cd2 100644 --- a/app/coffee/modules/common/raven-logger.coffee +++ b/app/coffee/modules/common/raven-logger.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/common/sections.coffee b/app/coffee/modules/common/sections.coffee index 3d1d039c3..f81b65ad9 100644 --- a/app/coffee/modules/common/sections.coffee +++ b/app/coffee/modules/common/sections.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaCommon") diff --git a/app/coffee/modules/common/tag-manager.coffee b/app/coffee/modules/common/tag-manager.coffee index 95504400d..61c54d68a 100644 --- a/app/coffee/modules/common/tag-manager.coffee +++ b/app/coffee/modules/common/tag-manager.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/common/tags.coffee b/app/coffee/modules/common/tags.coffee index 6daed09ce..1e939afa1 100644 --- a/app/coffee/modules/common/tags.coffee +++ b/app/coffee/modules/common/tags.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/common/userpilot.coffee b/app/coffee/modules/common/userpilot.coffee index a66374b92..6fc4dd4ac 100644 --- a/app/coffee/modules/common/userpilot.coffee +++ b/app/coffee/modules/common/userpilot.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/common/userpilot.service.spec.coffee b/app/coffee/modules/common/userpilot.service.spec.coffee index 4774fa5ee..f9191f869 100644 --- a/app/coffee/modules/common/userpilot.service.spec.coffee +++ b/app/coffee/modules/common/userpilot.service.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "tgUserPilotService", -> diff --git a/app/coffee/modules/controllerMixins.coffee b/app/coffee/modules/controllerMixins.coffee index 23b3ffe37..1c4efe0ff 100644 --- a/app/coffee/modules/controllerMixins.coffee +++ b/app/coffee/modules/controllerMixins.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/detail.coffee b/app/coffee/modules/detail.coffee index 756b976be..0ed4a734d 100644 --- a/app/coffee/modules/detail.coffee +++ b/app/coffee/modules/detail.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/epics.coffee b/app/coffee/modules/epics.coffee index 6bf271fc4..8a992ec64 100644 --- a/app/coffee/modules/epics.coffee +++ b/app/coffee/modules/epics.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaEpics", []) diff --git a/app/coffee/modules/epics/detail.coffee b/app/coffee/modules/epics/detail.coffee index f30555f8e..d2bf3cca9 100644 --- a/app/coffee/modules/epics/detail.coffee +++ b/app/coffee/modules/epics/detail.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/events.coffee b/app/coffee/modules/events.coffee index 0dd9e4ee7..ad2f660d2 100644 --- a/app/coffee/modules/events.coffee +++ b/app/coffee/modules/events.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/feedback.coffee b/app/coffee/modules/feedback.coffee index 2850cdc09..458b69710 100644 --- a/app/coffee/modules/feedback.coffee +++ b/app/coffee/modules/feedback.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/integrations.coffee b/app/coffee/modules/integrations.coffee index 75a070668..adb6977f9 100644 --- a/app/coffee/modules/integrations.coffee +++ b/app/coffee/modules/integrations.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaIntegrations", []) diff --git a/app/coffee/modules/issues.coffee b/app/coffee/modules/issues.coffee index 9ece908fb..45742d1d9 100644 --- a/app/coffee/modules/issues.coffee +++ b/app/coffee/modules/issues.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaIssues", []) diff --git a/app/coffee/modules/issues/detail.coffee b/app/coffee/modules/issues/detail.coffee index b7c663ecb..563d4c3c8 100644 --- a/app/coffee/modules/issues/detail.coffee +++ b/app/coffee/modules/issues/detail.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/issues/lightboxes.coffee b/app/coffee/modules/issues/lightboxes.coffee index dbdc984e2..944dd5a1f 100644 --- a/app/coffee/modules/issues/lightboxes.coffee +++ b/app/coffee/modules/issues/lightboxes.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/issues/list.coffee b/app/coffee/modules/issues/list.coffee index 875033eb7..b6122fe09 100644 --- a/app/coffee/modules/issues/list.coffee +++ b/app/coffee/modules/issues/list.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/kanban.coffee b/app/coffee/modules/kanban.coffee index fe88c8317..266d7803a 100644 --- a/app/coffee/modules/kanban.coffee +++ b/app/coffee/modules/kanban.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaKanban", []) diff --git a/app/coffee/modules/kanban/kanban-usertories.coffee b/app/coffee/modules/kanban/kanban-usertories.coffee index aa4e59d70..b9f66968a 100644 --- a/app/coffee/modules/kanban/kanban-usertories.coffee +++ b/app/coffee/modules/kanban/kanban-usertories.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### groupBy = @.taiga.groupBy diff --git a/app/coffee/modules/kanban/main.coffee b/app/coffee/modules/kanban/main.coffee index 9b34bb101..c75569fc4 100644 --- a/app/coffee/modules/kanban/main.coffee +++ b/app/coffee/modules/kanban/main.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/kanban/sortable.coffee b/app/coffee/modules/kanban/sortable.coffee index 53742844b..a432b5c76 100644 --- a/app/coffee/modules/kanban/sortable.coffee +++ b/app/coffee/modules/kanban/sortable.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/plugins.coffee b/app/coffee/modules/plugins.coffee index 9b2d7f818..69bc3f3be 100644 --- a/app/coffee/modules/plugins.coffee +++ b/app/coffee/modules/plugins.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaPlugins", ["ngRoute"]) diff --git a/app/coffee/modules/projects.coffee b/app/coffee/modules/projects.coffee index 6db4399f9..ac1722513 100644 --- a/app/coffee/modules/projects.coffee +++ b/app/coffee/modules/projects.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaProject", []) diff --git a/app/coffee/modules/projects/lightboxes.coffee b/app/coffee/modules/projects/lightboxes.coffee index 26e8c69e3..650ba4540 100644 --- a/app/coffee/modules/projects/lightboxes.coffee +++ b/app/coffee/modules/projects/lightboxes.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/related-tasks.coffee b/app/coffee/modules/related-tasks.coffee index 5bcbfb30c..1cf5f6892 100644 --- a/app/coffee/modules/related-tasks.coffee +++ b/app/coffee/modules/related-tasks.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/resources.coffee b/app/coffee/modules/resources.coffee index dbf457db8..390d39ed5 100644 --- a/app/coffee/modules/resources.coffee +++ b/app/coffee/modules/resources.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/resources/custom-attributes-values.coffee b/app/coffee/modules/resources/custom-attributes-values.coffee index 69e8aa1d5..f41b5e85e 100644 --- a/app/coffee/modules/resources/custom-attributes-values.coffee +++ b/app/coffee/modules/resources/custom-attributes-values.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/resources/custom-attributes.coffee b/app/coffee/modules/resources/custom-attributes.coffee index 1711598f2..1a00b6984 100644 --- a/app/coffee/modules/resources/custom-attributes.coffee +++ b/app/coffee/modules/resources/custom-attributes.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/resources/epics.coffee b/app/coffee/modules/resources/epics.coffee index 85259ee2d..33ab35e8d 100644 --- a/app/coffee/modules/resources/epics.coffee +++ b/app/coffee/modules/resources/epics.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/resources/history.coffee b/app/coffee/modules/resources/history.coffee index bbc129b13..b8d89f603 100644 --- a/app/coffee/modules/resources/history.coffee +++ b/app/coffee/modules/resources/history.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/resources/invitations.coffee b/app/coffee/modules/resources/invitations.coffee index e6fd8701b..92b79321c 100644 --- a/app/coffee/modules/resources/invitations.coffee +++ b/app/coffee/modules/resources/invitations.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/resources/issues.coffee b/app/coffee/modules/resources/issues.coffee index 0df5a0ed1..71fa48b59 100644 --- a/app/coffee/modules/resources/issues.coffee +++ b/app/coffee/modules/resources/issues.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/resources/kanban.coffee b/app/coffee/modules/resources/kanban.coffee index 461c234d4..f3335ff8a 100644 --- a/app/coffee/modules/resources/kanban.coffee +++ b/app/coffee/modules/resources/kanban.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/resources/locales.coffee b/app/coffee/modules/resources/locales.coffee index cb2d3da8d..8661a5d01 100644 --- a/app/coffee/modules/resources/locales.coffee +++ b/app/coffee/modules/resources/locales.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/resources/mdrender.coffee b/app/coffee/modules/resources/mdrender.coffee index dd691096e..8e053f708 100644 --- a/app/coffee/modules/resources/mdrender.coffee +++ b/app/coffee/modules/resources/mdrender.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/resources/memberships.coffee b/app/coffee/modules/resources/memberships.coffee index 3d8fe5438..00ee83a4c 100644 --- a/app/coffee/modules/resources/memberships.coffee +++ b/app/coffee/modules/resources/memberships.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/resources/modules.coffee b/app/coffee/modules/resources/modules.coffee index 0e290604f..4233d7acc 100644 --- a/app/coffee/modules/resources/modules.coffee +++ b/app/coffee/modules/resources/modules.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### resourceProvider = ($repo) -> diff --git a/app/coffee/modules/resources/notify-policies.coffee b/app/coffee/modules/resources/notify-policies.coffee index 237adb99e..1123b2abf 100644 --- a/app/coffee/modules/resources/notify-policies.coffee +++ b/app/coffee/modules/resources/notify-policies.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/resources/projects.coffee b/app/coffee/modules/resources/projects.coffee index a2c800e09..5f9f06503 100644 --- a/app/coffee/modules/resources/projects.coffee +++ b/app/coffee/modules/resources/projects.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/resources/roles.coffee b/app/coffee/modules/resources/roles.coffee index 78e7c527e..259e15e83 100644 --- a/app/coffee/modules/resources/roles.coffee +++ b/app/coffee/modules/resources/roles.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/resources/search.coffee b/app/coffee/modules/resources/search.coffee index 9a851f0f6..35d499934 100644 --- a/app/coffee/modules/resources/search.coffee +++ b/app/coffee/modules/resources/search.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/resources/sprints.coffee b/app/coffee/modules/resources/sprints.coffee index 32435d235..47cdf76e5 100644 --- a/app/coffee/modules/resources/sprints.coffee +++ b/app/coffee/modules/resources/sprints.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/resources/swimlanes.coffee b/app/coffee/modules/resources/swimlanes.coffee index 8ebc29123..e2daad6e0 100644 --- a/app/coffee/modules/resources/swimlanes.coffee +++ b/app/coffee/modules/resources/swimlanes.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/resources/tasks.coffee b/app/coffee/modules/resources/tasks.coffee index 65eb90e8f..d84c849ed 100644 --- a/app/coffee/modules/resources/tasks.coffee +++ b/app/coffee/modules/resources/tasks.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/resources/user-project-settings.coffee b/app/coffee/modules/resources/user-project-settings.coffee index 9bf875d9e..b7680847d 100644 --- a/app/coffee/modules/resources/user-project-settings.coffee +++ b/app/coffee/modules/resources/user-project-settings.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/resources/user-settings.coffee b/app/coffee/modules/resources/user-settings.coffee index a806bd7de..6e520d252 100644 --- a/app/coffee/modules/resources/user-settings.coffee +++ b/app/coffee/modules/resources/user-settings.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/resources/users.coffee b/app/coffee/modules/resources/users.coffee index 2b5724c19..a1ca30dfb 100644 --- a/app/coffee/modules/resources/users.coffee +++ b/app/coffee/modules/resources/users.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/resources/userstories.coffee b/app/coffee/modules/resources/userstories.coffee index 7f7ede879..c47312df8 100644 --- a/app/coffee/modules/resources/userstories.coffee +++ b/app/coffee/modules/resources/userstories.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/resources/webhooklogs.coffee b/app/coffee/modules/resources/webhooklogs.coffee index fe1b62dec..99a0c59dd 100644 --- a/app/coffee/modules/resources/webhooklogs.coffee +++ b/app/coffee/modules/resources/webhooklogs.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### resourceProvider = ($repo, $urls, $http) -> diff --git a/app/coffee/modules/resources/webhooks.coffee b/app/coffee/modules/resources/webhooks.coffee index 6ab801dc0..5cdd5f2e7 100644 --- a/app/coffee/modules/resources/webhooks.coffee +++ b/app/coffee/modules/resources/webhooks.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### resourceProvider = ($repo, $urls, $http) -> diff --git a/app/coffee/modules/resources/wiki.coffee b/app/coffee/modules/resources/wiki.coffee index 5b0fe850f..60419a7ce 100644 --- a/app/coffee/modules/resources/wiki.coffee +++ b/app/coffee/modules/resources/wiki.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/search.coffee b/app/coffee/modules/search.coffee index 30766003a..ab966fe2e 100644 --- a/app/coffee/modules/search.coffee +++ b/app/coffee/modules/search.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/taskboard.coffee b/app/coffee/modules/taskboard.coffee index 2970597f6..8762927af 100644 --- a/app/coffee/modules/taskboard.coffee +++ b/app/coffee/modules/taskboard.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaTaskboard", []) diff --git a/app/coffee/modules/taskboard/charts.coffee b/app/coffee/modules/taskboard/charts.coffee index 2fd4329c7..98600361c 100644 --- a/app/coffee/modules/taskboard/charts.coffee +++ b/app/coffee/modules/taskboard/charts.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/taskboard/lightboxes.coffee b/app/coffee/modules/taskboard/lightboxes.coffee index 7f79643a0..613104892 100644 --- a/app/coffee/modules/taskboard/lightboxes.coffee +++ b/app/coffee/modules/taskboard/lightboxes.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/taskboard/main.coffee b/app/coffee/modules/taskboard/main.coffee index 7470020df..a20706088 100644 --- a/app/coffee/modules/taskboard/main.coffee +++ b/app/coffee/modules/taskboard/main.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/taskboard/sortable.coffee b/app/coffee/modules/taskboard/sortable.coffee index 750d5bd02..3a966ff39 100644 --- a/app/coffee/modules/taskboard/sortable.coffee +++ b/app/coffee/modules/taskboard/sortable.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/taskboard/taskboard-issues.coffee b/app/coffee/modules/taskboard/taskboard-issues.coffee index c2a5746c1..98e3f15df 100644 --- a/app/coffee/modules/taskboard/taskboard-issues.coffee +++ b/app/coffee/modules/taskboard/taskboard-issues.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### groupBy = @.taiga.groupBy diff --git a/app/coffee/modules/taskboard/taskboard-tasks.coffee b/app/coffee/modules/taskboard/taskboard-tasks.coffee index b0651dd35..df865ff5a 100644 --- a/app/coffee/modules/taskboard/taskboard-tasks.coffee +++ b/app/coffee/modules/taskboard/taskboard-tasks.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### groupBy = @.taiga.groupBy diff --git a/app/coffee/modules/tasks.coffee b/app/coffee/modules/tasks.coffee index c3501f88f..889ba2aa5 100644 --- a/app/coffee/modules/tasks.coffee +++ b/app/coffee/modules/tasks.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaTasks", []) diff --git a/app/coffee/modules/tasks/detail.coffee b/app/coffee/modules/tasks/detail.coffee index df3477b3e..5d500e9d9 100644 --- a/app/coffee/modules/tasks/detail.coffee +++ b/app/coffee/modules/tasks/detail.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/team.coffee b/app/coffee/modules/team.coffee index 9de646130..bb6cef7f8 100644 --- a/app/coffee/modules/team.coffee +++ b/app/coffee/modules/team.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaTeam", []) diff --git a/app/coffee/modules/team/main.coffee b/app/coffee/modules/team/main.coffee index 0257f4246..991773198 100644 --- a/app/coffee/modules/team/main.coffee +++ b/app/coffee/modules/team/main.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/user-settings.coffee b/app/coffee/modules/user-settings.coffee index 086c9f6db..a3ee98fc8 100644 --- a/app/coffee/modules/user-settings.coffee +++ b/app/coffee/modules/user-settings.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaUserSettings", []) diff --git a/app/coffee/modules/user-settings/change-password.coffee b/app/coffee/modules/user-settings/change-password.coffee index d50859e8a..e1c4cb3e7 100644 --- a/app/coffee/modules/user-settings/change-password.coffee +++ b/app/coffee/modules/user-settings/change-password.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/user-settings/lightboxes.coffee b/app/coffee/modules/user-settings/lightboxes.coffee index c32b3c1c6..26336c2b0 100644 --- a/app/coffee/modules/user-settings/lightboxes.coffee +++ b/app/coffee/modules/user-settings/lightboxes.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/user-settings/live-notifications.coffee b/app/coffee/modules/user-settings/live-notifications.coffee index 61122d5bf..e4292b13b 100644 --- a/app/coffee/modules/user-settings/live-notifications.coffee +++ b/app/coffee/modules/user-settings/live-notifications.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/user-settings/main.coffee b/app/coffee/modules/user-settings/main.coffee index d9660fb37..b7d87f0af 100644 --- a/app/coffee/modules/user-settings/main.coffee +++ b/app/coffee/modules/user-settings/main.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/user-settings/nav.coffee b/app/coffee/modules/user-settings/nav.coffee index 253ffa0d1..770a428a0 100644 --- a/app/coffee/modules/user-settings/nav.coffee +++ b/app/coffee/modules/user-settings/nav.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### UserSettingsNavigationDirective = -> diff --git a/app/coffee/modules/user-settings/notifications.coffee b/app/coffee/modules/user-settings/notifications.coffee index c065dea3d..d851abdc2 100644 --- a/app/coffee/modules/user-settings/notifications.coffee +++ b/app/coffee/modules/user-settings/notifications.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/user-settings/user-project-settings.coffee b/app/coffee/modules/user-settings/user-project-settings.coffee index c941cc3c7..b2a02d55a 100644 --- a/app/coffee/modules/user-settings/user-project-settings.coffee +++ b/app/coffee/modules/user-settings/user-project-settings.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/user-settings/web-notifications.coffee b/app/coffee/modules/user-settings/web-notifications.coffee index 2c2623be0..015f4346f 100644 --- a/app/coffee/modules/user-settings/web-notifications.coffee +++ b/app/coffee/modules/user-settings/web-notifications.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/userstories.coffee b/app/coffee/modules/userstories.coffee index a974c43e7..6c448e63b 100644 --- a/app/coffee/modules/userstories.coffee +++ b/app/coffee/modules/userstories.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaUserStories", []) diff --git a/app/coffee/modules/userstories/detail.coffee b/app/coffee/modules/userstories/detail.coffee index a0fc3bbc0..fc89dba88 100644 --- a/app/coffee/modules/userstories/detail.coffee +++ b/app/coffee/modules/userstories/detail.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/wiki.coffee b/app/coffee/modules/wiki.coffee index dd34d1794..66491a58c 100644 --- a/app/coffee/modules/wiki.coffee +++ b/app/coffee/modules/wiki.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaWiki", []) diff --git a/app/coffee/modules/wiki/main.coffee b/app/coffee/modules/wiki/main.coffee index f6ac09a56..6b490e2ef 100644 --- a/app/coffee/modules/wiki/main.coffee +++ b/app/coffee/modules/wiki/main.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/wiki/nav.coffee b/app/coffee/modules/wiki/nav.coffee index d82f0b08e..3ed45a7e0 100644 --- a/app/coffee/modules/wiki/nav.coffee +++ b/app/coffee/modules/wiki/nav.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/modules/wiki/pages-list.coffee b/app/coffee/modules/wiki/pages-list.coffee index b01b141d7..26384a183 100644 --- a/app/coffee/modules/wiki/pages-list.coffee +++ b/app/coffee/modules/wiki/pages-list.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/coffee/utils.coffee b/app/coffee/utils.coffee index 010cff719..b29a85a9d 100644 --- a/app/coffee/utils.coffee +++ b/app/coffee/utils.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### addClass = (el, className) -> diff --git a/app/index.jade b/app/index.jade index 2fcd84e3f..745d0f014 100644 --- a/app/index.jade +++ b/app/index.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html html(lang="en", ng-attr-dir="{{ isRTL ? 'rtl' : 'ltr' }}") diff --git a/app/js/angular-sanitize.js b/app/js/angular-sanitize.js index 0cda8b56d..15f2c5fcf 100644 --- a/app/js/angular-sanitize.js +++ b/app/js/angular-sanitize.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ /** diff --git a/app/js/boards.js b/app/js/boards.js index 3c591e26f..2e01fa7a8 100644 --- a/app/js/boards.js +++ b/app/js/boards.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ function initBoard() { diff --git a/app/js/dragula-drag-multiple.js b/app/js/dragula-drag-multiple.js index b7187c106..dd8d1c82c 100644 --- a/app/js/dragula-drag-multiple.js +++ b/app/js/dragula-drag-multiple.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ (function() { diff --git a/app/js/markdown-it-lazy-headers.js b/app/js/markdown-it-lazy-headers.js index a248da2c4..58acb449a 100644 --- a/app/js/markdown-it-lazy-headers.js +++ b/app/js/markdown-it-lazy-headers.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ // https://github.com/Galadirith/markdown-it-lazy-headers diff --git a/app/js/medium-mention.js b/app/js/medium-mention.js index 441cfb10b..b316a79f5 100644 --- a/app/js/medium-mention.js +++ b/app/js/medium-mention.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var MentionExtension = MediumEditor.Extension.extend({ diff --git a/app/js/murmurhash3_gc.js b/app/js/murmurhash3_gc.js index 429280cf1..890cfdb31 100644 --- a/app/js/murmurhash3_gc.js +++ b/app/js/murmurhash3_gc.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ /** diff --git a/app/js/sha1-custom.js b/app/js/sha1-custom.js index 9e182375d..5c28afbf3 100644 --- a/app/js/sha1-custom.js +++ b/app/js/sha1-custom.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ /* diff --git a/app/js/tg-repeat.js b/app/js/tg-repeat.js index fad735c0d..fafde62c8 100644 --- a/app/js/tg-repeat.js +++ b/app/js/tg-repeat.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ /* diff --git a/app/modules/components/animated-counter/animated-counter.directive.coffee b/app/modules/components/animated-counter/animated-counter.directive.coffee index b5a620bc0..823f77c35 100644 --- a/app/modules/components/animated-counter/animated-counter.directive.coffee +++ b/app/modules/components/animated-counter/animated-counter.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### ############################################################################# diff --git a/app/modules/components/assigned-inline/assigned-to-inline.directive.coffee b/app/modules/components/assigned-inline/assigned-to-inline.directive.coffee index b4fdbd22c..2a14ecb57 100644 --- a/app/modules/components/assigned-inline/assigned-to-inline.directive.coffee +++ b/app/modules/components/assigned-inline/assigned-to-inline.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### AssignedToInlineDirective = ($rootscope, $confirm, $repo, $loading, $modelTransform, $template diff --git a/app/modules/components/assigned-inline/assigned-to-inline.jade b/app/modules/components/assigned-inline/assigned-to-inline.jade index 502e4e52f..f148d6167 100644 --- a/app/modules/components/assigned-inline/assigned-to-inline.jade +++ b/app/modules/components/assigned-inline/assigned-to-inline.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .assigned-inline .ticket-user-list diff --git a/app/modules/components/assigned-inline/assigned-users-inline.directive.coffee b/app/modules/components/assigned-inline/assigned-users-inline.directive.coffee index 3ffe25b46..5bb9215b5 100644 --- a/app/modules/components/assigned-inline/assigned-users-inline.directive.coffee +++ b/app/modules/components/assigned-inline/assigned-users-inline.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### AssignedUsersInlineDirective = ($rootscope, $confirm, $repo, $loading, $modelTransform, $template diff --git a/app/modules/components/assigned-inline/assigned-users-inline.jade b/app/modules/components/assigned-inline/assigned-users-inline.jade index 5cde9a38b..896166a4d 100644 --- a/app/modules/components/assigned-inline/assigned-users-inline.jade +++ b/app/modules/components/assigned-inline/assigned-users-inline.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC div.assigned-inline div(ng-if="isAssigned") diff --git a/app/modules/components/attachment-link/attachment-link.directive.coffee b/app/modules/components/attachment-link/attachment-link.directive.coffee index e05b9208f..fe09d3be1 100644 --- a/app/modules/components/attachment-link/attachment-link.directive.coffee +++ b/app/modules/components/attachment-link/attachment-link.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### AttachmentLinkDirective = ($parse, attachmentsPreviewService, lightboxService) -> diff --git a/app/modules/components/attachment/attachment-gallery.directive.coffee b/app/modules/components/attachment/attachment-gallery.directive.coffee index 83944b881..487b59909 100644 --- a/app/modules/components/attachment/attachment-gallery.directive.coffee +++ b/app/modules/components/attachment/attachment-gallery.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### AttachmentGalleryDirective = () -> diff --git a/app/modules/components/attachment/attachment-gallery.jade b/app/modules/components/attachment/attachment-gallery.jade index 4e4b6b0a1..b1a91e8fd 100644 --- a/app/modules/components/attachment/attachment-gallery.jade +++ b/app/modules/components/attachment/attachment-gallery.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .single-attachment( ng-class="{deprecated: vm.attachment.getIn(['file', 'is_deprecated'])}", diff --git a/app/modules/components/attachment/attachment.controller.coffee b/app/modules/components/attachment/attachment.controller.coffee index 6ac81ebd7..a228e4310 100644 --- a/app/modules/components/attachment/attachment.controller.coffee +++ b/app/modules/components/attachment/attachment.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class AttachmentController diff --git a/app/modules/components/attachment/attachment.controller.spec.coffee b/app/modules/components/attachment/attachment.controller.spec.coffee index d1d1585f8..ea2f288b1 100644 --- a/app/modules/components/attachment/attachment.controller.spec.coffee +++ b/app/modules/components/attachment/attachment.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "AttachmentController", -> diff --git a/app/modules/components/attachment/attachment.directive.coffee b/app/modules/components/attachment/attachment.directive.coffee index 601450441..963720fdf 100644 --- a/app/modules/components/attachment/attachment.directive.coffee +++ b/app/modules/components/attachment/attachment.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### AttachmentDirective = () -> diff --git a/app/modules/components/attachment/attachment.jade b/app/modules/components/attachment/attachment.jade index 6bf9d40aa..135692394 100644 --- a/app/modules/components/attachment/attachment.jade +++ b/app/modules/components/attachment/attachment.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC form.single-attachment( ng-class="{deprecated: vm.attachment.getIn(['file', 'is_deprecated'])}", diff --git a/app/modules/components/attachments-drop/attachments-drop.directive.coffee b/app/modules/components/attachments-drop/attachments-drop.directive.coffee index 9c2fe55e8..2e038a60f 100644 --- a/app/modules/components/attachments-drop/attachments-drop.directive.coffee +++ b/app/modules/components/attachments-drop/attachments-drop.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### AttachmentsDropDirective = ($parse) -> diff --git a/app/modules/components/attachments-full/attachments-full.controller.coffee b/app/modules/components/attachments-full/attachments-full.controller.coffee index 55ec2545c..2878ef616 100644 --- a/app/modules/components/attachments-full/attachments-full.controller.coffee +++ b/app/modules/components/attachments-full/attachments-full.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### sizeFormat = @.taiga.sizeFormat diff --git a/app/modules/components/attachments-full/attachments-full.controller.spec.coffee b/app/modules/components/attachments-full/attachments-full.controller.spec.coffee index da3cfdf2d..fb1542eb7 100644 --- a/app/modules/components/attachments-full/attachments-full.controller.spec.coffee +++ b/app/modules/components/attachments-full/attachments-full.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "AttachmentsController", -> diff --git a/app/modules/components/attachments-full/attachments-full.directive.coffee b/app/modules/components/attachments-full/attachments-full.directive.coffee index 02d5f51e5..f7ef9b011 100644 --- a/app/modules/components/attachments-full/attachments-full.directive.coffee +++ b/app/modules/components/attachments-full/attachments-full.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### bindOnce = @.taiga.bindOnce diff --git a/app/modules/components/attachments-full/attachments-full.jade b/app/modules/components/attachments-full/attachments-full.jade index d1e78e1c8..6edab3c98 100644 --- a/app/modules/components/attachments-full/attachments-full.jade +++ b/app/modules/components/attachments-full/attachments-full.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.attachments.attachment-full( tg-attachments-drop="vm.addAttachments(files, false)" diff --git a/app/modules/components/attachments-full/attachments-full.service.coffee b/app/modules/components/attachments-full/attachments-full.service.coffee index de9ca4177..0941de2bc 100644 --- a/app/modules/components/attachments-full/attachments-full.service.coffee +++ b/app/modules/components/attachments-full/attachments-full.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class AttachmentsFullService extends taiga.Service diff --git a/app/modules/components/attachments-full/attachments-full.service.spec.coffee b/app/modules/components/attachments-full/attachments-full.service.spec.coffee index 44af80a93..0943e0d79 100644 --- a/app/modules/components/attachments-full/attachments-full.service.spec.coffee +++ b/app/modules/components/attachments-full/attachments-full.service.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "tgAttachmentsFullService", -> diff --git a/app/modules/components/attachments-preview/attachments-preview.controller.coffee b/app/modules/components/attachments-preview/attachments-preview.controller.coffee index 391548d30..115511f18 100644 --- a/app/modules/components/attachments-preview/attachments-preview.controller.coffee +++ b/app/modules/components/attachments-preview/attachments-preview.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class AttachmentsPreviewController diff --git a/app/modules/components/attachments-preview/attachments-preview.controller.spec.coffee b/app/modules/components/attachments-preview/attachments-preview.controller.spec.coffee index 7c8c4a1e1..b86930981 100644 --- a/app/modules/components/attachments-preview/attachments-preview.controller.spec.coffee +++ b/app/modules/components/attachments-preview/attachments-preview.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "AttachmentsPreviewController", -> diff --git a/app/modules/components/attachments-preview/attachments-preview.directive.coffee b/app/modules/components/attachments-preview/attachments-preview.directive.coffee index 74fb0d8fb..fbbef99b8 100644 --- a/app/modules/components/attachments-preview/attachments-preview.directive.coffee +++ b/app/modules/components/attachments-preview/attachments-preview.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### AttachmentPreviewLightboxDirective = (lightboxService, attachmentsPreviewService) -> diff --git a/app/modules/components/attachments-preview/attachments-preview.jade b/app/modules/components/attachments-preview/attachments-preview.jade index c8f450ae8..268129775 100644 --- a/app/modules/components/attachments-preview/attachments-preview.jade +++ b/app/modules/components/attachments-preview/attachments-preview.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .attachment-preview(ng-if="vm.attachments.size && vm.current") tg-lightbox-close diff --git a/app/modules/components/attachments-preview/attachments-preview.service.coffee b/app/modules/components/attachments-preview/attachments-preview.service.coffee index 22be8d8a8..99f3f591a 100644 --- a/app/modules/components/attachments-preview/attachments-preview.service.coffee +++ b/app/modules/components/attachments-preview/attachments-preview.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class AttachmentsPreviewService extends taiga.Service diff --git a/app/modules/components/attachments-simple/attachments-simple.controller.coffee b/app/modules/components/attachments-simple/attachments-simple.controller.coffee index d6235b070..2360ba45a 100644 --- a/app/modules/components/attachments-simple/attachments-simple.controller.coffee +++ b/app/modules/components/attachments-simple/attachments-simple.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class AttachmentsSimpleController diff --git a/app/modules/components/attachments-simple/attachments-simple.controller.spec.coffee b/app/modules/components/attachments-simple/attachments-simple.controller.spec.coffee index 2a43236f5..e4efa7390 100644 --- a/app/modules/components/attachments-simple/attachments-simple.controller.spec.coffee +++ b/app/modules/components/attachments-simple/attachments-simple.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "AttachmentsSimple", -> diff --git a/app/modules/components/attachments-simple/attachments-simple.directive.coffee b/app/modules/components/attachments-simple/attachments-simple.directive.coffee index b5be28cd4..ac07193ac 100644 --- a/app/modules/components/attachments-simple/attachments-simple.directive.coffee +++ b/app/modules/components/attachments-simple/attachments-simple.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### AttachmentsSimpleDirective = () -> diff --git a/app/modules/components/attachments-simple/attachments-simple.jade b/app/modules/components/attachments-simple/attachments-simple.jade index a7e336098..d9e961156 100644 --- a/app/modules/components/attachments-simple/attachments-simple.jade +++ b/app/modules/components/attachments-simple/attachments-simple.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC //- section.attachments(tg-attachments-drop="vm.addAttachments(files)") diff --git a/app/modules/components/attachments-sortable/attachments-sortable.directive.coffee b/app/modules/components/attachments-sortable/attachments-sortable.directive.coffee index 312989d04..9780042e9 100644 --- a/app/modules/components/attachments-sortable/attachments-sortable.directive.coffee +++ b/app/modules/components/attachments-sortable/attachments-sortable.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### AttachmentSortableDirective = ($parse) -> diff --git a/app/modules/components/auto-select/auto-select.directive.coffee b/app/modules/components/auto-select/auto-select.directive.coffee index 60a6e8b5d..c64d00009 100644 --- a/app/modules/components/auto-select/auto-select.directive.coffee +++ b/app/modules/components/auto-select/auto-select.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### AutoSelectDirective = ($timeout) -> diff --git a/app/modules/components/avatar/avatar.directive.coffee b/app/modules/components/avatar/avatar.directive.coffee index 673fab425..18239b932 100644 --- a/app/modules/components/avatar/avatar.directive.coffee +++ b/app/modules/components/avatar/avatar.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### AvatarDirective = (avatarService) -> diff --git a/app/modules/components/belong-to-epics/belong-to-epics-pill.jade b/app/modules/components/belong-to-epics/belong-to-epics-pill.jade index 368b8fa54..472450ad9 100644 --- a/app/modules/components/belong-to-epics/belong-to-epics-pill.jade +++ b/app/modules/components/belong-to-epics/belong-to-epics-pill.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC - var hash = "#"; span.belong-to-epic-pill-wrapper(tg-repeat="epic in immutable_epics track by epic.get('id')") diff --git a/app/modules/components/belong-to-epics/belong-to-epics-text.jade b/app/modules/components/belong-to-epics/belong-to-epics-text.jade index dd1b699cb..f86ddc840 100644 --- a/app/modules/components/belong-to-epics/belong-to-epics-text.jade +++ b/app/modules/components/belong-to-epics/belong-to-epics-text.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC span.belong-to-epic-title(ng-if="epicsLength > 0", translate="US.OWNER_US") span.belong-to-epic-title(ng-if="epicsLength > 1") : diff --git a/app/modules/components/belong-to-epics/belong-to-epics.directive.coffee b/app/modules/components/belong-to-epics/belong-to-epics.directive.coffee index ce3ab20ec..94260ff6d 100644 --- a/app/modules/components/belong-to-epics/belong-to-epics.directive.coffee +++ b/app/modules/components/belong-to-epics/belong-to-epics.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module('taigaEpics') diff --git a/app/modules/components/bind-wysiwyg-html.coffee b/app/modules/components/bind-wysiwyg-html.coffee index 555cb20da..44b3aca19 100644 --- a/app/modules/components/bind-wysiwyg-html.coffee +++ b/app/modules/components/bind-wysiwyg-html.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### BindCode = ($sce, $parse, $compile, wysiwygService) -> diff --git a/app/modules/components/board-zoom/board-zoom.directive.coffee b/app/modules/components/board-zoom/board-zoom.directive.coffee index 86e946d3c..488ba765a 100644 --- a/app/modules/components/board-zoom/board-zoom.directive.coffee +++ b/app/modules/components/board-zoom/board-zoom.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### BoardZoomDirective = () -> diff --git a/app/modules/components/board-zoom/board-zoom.jade b/app/modules/components/board-zoom/board-zoom.jade index 13fcbb9a9..02873d7ad 100644 --- a/app/modules/components/board-zoom/board-zoom.jade +++ b/app/modules/components/board-zoom/board-zoom.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .board-zoom .board-zoom-title {{ 'ZOOM.TITLE' | translate }} diff --git a/app/modules/components/card-slideshow/card-slideshow.controller.coffee b/app/modules/components/card-slideshow/card-slideshow.controller.coffee index 28adfc1a3..ba2cc16f1 100644 --- a/app/modules/components/card-slideshow/card-slideshow.controller.coffee +++ b/app/modules/components/card-slideshow/card-slideshow.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class CardSlideshowController diff --git a/app/modules/components/card-slideshow/card-slideshow.directive.coffee b/app/modules/components/card-slideshow/card-slideshow.directive.coffee index 93ccfb7ee..bf0eca06a 100644 --- a/app/modules/components/card-slideshow/card-slideshow.directive.coffee +++ b/app/modules/components/card-slideshow/card-slideshow.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaComponents") diff --git a/app/modules/components/card-slideshow/card-slideshow.jade b/app/modules/components/card-slideshow/card-slideshow.jade index 2beaa54d6..42a269e69 100644 --- a/app/modules/components/card-slideshow/card-slideshow.jade +++ b/app/modules/components/card-slideshow/card-slideshow.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .card-slideshow(ng-if="vm.images.size") tg-svg.slideshow-icon.slideshow-left( diff --git a/app/modules/components/card/card-templates/card-assigned-to.jade b/app/modules/components/card/card-templates/card-assigned-to.jade index 7eec365a0..ffd5d05af 100644 --- a/app/modules/components/card/card-templates/card-assigned-to.jade +++ b/app/modules/components/card/card-templates/card-assigned-to.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC <% if (vm.visible('assigned_to')) { %> .card-assigned-to( diff --git a/app/modules/components/card/card-templates/card-data.jade b/app/modules/components/card/card-templates/card-data.jade index 4cf2f1b17..dd35b907c 100644 --- a/app/modules/components/card/card-templates/card-data.jade +++ b/app/modules/components/card/card-templates/card-data.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC <% if (vm.visible('extra_info')) { %> .card-data( diff --git a/app/modules/components/card/card-templates/card-epics.jade b/app/modules/components/card/card-templates/card-epics.jade index 9264ef85f..71c340f23 100644 --- a/app/modules/components/card/card-templates/card-epics.jade +++ b/app/modules/components/card/card-templates/card-epics.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .card-epics(ng-if="::vm.item.getIn(['model', 'epics']).size") a.card-epic( diff --git a/app/modules/components/card/card-templates/card-tags.jade b/app/modules/components/card/card-templates/card-tags.jade index 260f9f262..279a60867 100644 --- a/app/modules/components/card/card-templates/card-tags.jade +++ b/app/modules/components/card/card-templates/card-tags.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .card-tags(ng-if="vm.visible('tags') && vm.item.get('colorized_tags').size") span.card-tag( diff --git a/app/modules/components/card/card-templates/card-tasks.jade b/app/modules/components/card/card-templates/card-tasks.jade index a12e8b531..9354b55b5 100644 --- a/app/modules/components/card/card-templates/card-tasks.jade +++ b/app/modules/components/card/card-templates/card-tasks.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .card-tasks( tg-check-permission="view_tasks" diff --git a/app/modules/components/card/card-templates/card-title.jade b/app/modules/components/card/card-templates/card-title.jade index f853ecfab..ad77f3e35 100644 --- a/app/modules/components/card/card-templates/card-title.jade +++ b/app/modules/components/card/card-templates/card-title.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC h2.card-title a( diff --git a/app/modules/components/card/card-templates/card-unfold.jade b/app/modules/components/card/card-templates/card-unfold.jade index 9005a2c47..32d6b7530 100644 --- a/app/modules/components/card/card-templates/card-unfold.jade +++ b/app/modules/components/card/card-templates/card-unfold.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .card-unfold.ng-animate-disabled( ng-click="!$event.ctrlKey && !$event.metaKey && vm.toggleFold()" diff --git a/app/modules/components/card/card.controller.coffee b/app/modules/components/card/card.controller.coffee index 5157bb552..5083b0169 100644 --- a/app/modules/components/card/card.controller.coffee +++ b/app/modules/components/card/card.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class CardController diff --git a/app/modules/components/card/card.controller.spec.coffee b/app/modules/components/card/card.controller.spec.coffee index eb9d35eb4..49be1d0c6 100644 --- a/app/modules/components/card/card.controller.spec.coffee +++ b/app/modules/components/card/card.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "Card", -> diff --git a/app/modules/components/card/card.directive.coffee b/app/modules/components/card/card.directive.coffee index 7dbb385da..1c7dbc412 100644 --- a/app/modules/components/card/card.directive.coffee +++ b/app/modules/components/card/card.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaComponents") diff --git a/app/modules/components/card/card.jade b/app/modules/components/card/card.jade index e2d6a12f8..ea6333949 100644 --- a/app/modules/components/card/card.jade +++ b/app/modules/components/card/card.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .card-inner( ng-if="vm.inViewPort" diff --git a/app/modules/components/click-input-file.directive.coffee b/app/modules/components/click-input-file.directive.coffee index 53e0f94aa..9221c49d0 100644 --- a/app/modules/components/click-input-file.directive.coffee +++ b/app/modules/components/click-input-file.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### ClickInputFile = () -> diff --git a/app/modules/components/color-selector/color-selector.controller.coffee b/app/modules/components/color-selector/color-selector.controller.coffee index 74f7f8391..2f775c33c 100644 --- a/app/modules/components/color-selector/color-selector.controller.coffee +++ b/app/modules/components/color-selector/color-selector.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/components/color-selector/color-selector.controller.spec.coffee b/app/modules/components/color-selector/color-selector.controller.spec.coffee index c8a47e7ee..349964643 100644 --- a/app/modules/components/color-selector/color-selector.controller.spec.coffee +++ b/app/modules/components/color-selector/color-selector.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "ColorSelector", -> diff --git a/app/modules/components/color-selector/color-selector.directive.coffee b/app/modules/components/color-selector/color-selector.directive.coffee index 4120bc55e..afc114ca1 100644 --- a/app/modules/components/color-selector/color-selector.directive.coffee +++ b/app/modules/components/color-selector/color-selector.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### bindOnce = @.taiga.bindOnce diff --git a/app/modules/components/color-selector/color-selector.jade b/app/modules/components/color-selector/color-selector.jade index a2aa2fbe2..a5b5ad716 100644 --- a/app/modules/components/color-selector/color-selector.jade +++ b/app/modules/components/color-selector/color-selector.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC //- Read only mode .color-selector(ng-if="!vm.userCanChangeColor()") diff --git a/app/modules/components/components.module.coffee b/app/modules/components/components.module.coffee index 1a3bba772..4d866cfe7 100644 --- a/app/modules/components/components.module.coffee +++ b/app/modules/components/components.module.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### angular.module("taigaComponents", []) diff --git a/app/modules/components/detail/header/detail-header.controller.coffee b/app/modules/components/detail/header/detail-header.controller.coffee index 6430fbdd2..783413898 100644 --- a/app/modules/components/detail/header/detail-header.controller.coffee +++ b/app/modules/components/detail/header/detail-header.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module('taigaBase') diff --git a/app/modules/components/detail/header/detail-header.controller.spec.coffee b/app/modules/components/detail/header/detail-header.controller.spec.coffee index cdad01d92..05c57fb5e 100644 --- a/app/modules/components/detail/header/detail-header.controller.spec.coffee +++ b/app/modules/components/detail/header/detail-header.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "DetailHeaderComponent", -> diff --git a/app/modules/components/detail/header/detail-header.directive.coffee b/app/modules/components/detail/header/detail-header.directive.coffee index d4c6cb293..eaa65dbf3 100644 --- a/app/modules/components/detail/header/detail-header.directive.coffee +++ b/app/modules/components/detail/header/detail-header.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module('taigaBase') diff --git a/app/modules/components/detail/header/detail-header.jade b/app/modules/components/detail/header/detail-header.jade index 5df1e380c..323424226 100644 --- a/app/modules/components/detail/header/detail-header.jade +++ b/app/modules/components/detail/header/detail-header.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .detail-title-wrapper.e2e-story-header(ng-class="{readonly: !vm.permissions.canEdit}") h2.detail-title-text.ng-animate-disabled( diff --git a/app/modules/components/detail/nav/detail-nav.controller.coffee b/app/modules/components/detail/nav/detail-nav.controller.coffee index 5ad6e0cd9..a31a23d0a 100644 --- a/app/modules/components/detail/nav/detail-nav.controller.coffee +++ b/app/modules/components/detail/nav/detail-nav.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaBase") diff --git a/app/modules/components/detail/nav/detail-nav.controller.spec.coffee b/app/modules/components/detail/nav/detail-nav.controller.spec.coffee index 80a153015..31c933a40 100644 --- a/app/modules/components/detail/nav/detail-nav.controller.spec.coffee +++ b/app/modules/components/detail/nav/detail-nav.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "DetailNavComponent", -> diff --git a/app/modules/components/detail/nav/detail-nav.directive.coffee b/app/modules/components/detail/nav/detail-nav.directive.coffee index 516686b93..a3e3470c3 100644 --- a/app/modules/components/detail/nav/detail-nav.directive.coffee +++ b/app/modules/components/detail/nav/detail-nav.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module('taigaBase') diff --git a/app/modules/components/detail/nav/detail-nav.jade b/app/modules/components/detail/nav/detail-nav.jade index ade2bb209..59f23030c 100644 --- a/app/modules/components/detail/nav/detail-nav.jade +++ b/app/modules/components/detail/nav/detail-nav.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .detail-nav a( diff --git a/app/modules/components/due-date/due-date-button.jade b/app/modules/components/due-date/due-date-button.jade index c6ce3971e..b010e3dff 100644 --- a/app/modules/components/due-date/due-date-button.jade +++ b/app/modules/components/due-date/due-date-button.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC label.btn-icon.due-date-button.is-editable( ng-if="vm.visible()" diff --git a/app/modules/components/due-date/due-date-controller.coffee b/app/modules/components/due-date/due-date-controller.coffee index f9f6879c6..570732d3c 100644 --- a/app/modules/components/due-date/due-date-controller.coffee +++ b/app/modules/components/due-date/due-date-controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class DueDateController diff --git a/app/modules/components/due-date/due-date-controller.spec.coffee b/app/modules/components/due-date/due-date-controller.spec.coffee index 9b5940111..36cabebbf 100644 --- a/app/modules/components/due-date/due-date-controller.spec.coffee +++ b/app/modules/components/due-date/due-date-controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "DueDate", -> diff --git a/app/modules/components/due-date/due-date-icon.jade b/app/modules/components/due-date/due-date-icon.jade index 161110db4..41b31bc5a 100644 --- a/app/modules/components/due-date/due-date-icon.jade +++ b/app/modules/components/due-date/due-date-icon.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-svg.due-date-icon( ng-if="vm.visible()" diff --git a/app/modules/components/due-date/due-date-popover.directive.coffee b/app/modules/components/due-date/due-date-popover.directive.coffee index 7ae5a6439..fee4bac38 100644 --- a/app/modules/components/due-date/due-date-popover.directive.coffee +++ b/app/modules/components/due-date/due-date-popover.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaComponents") diff --git a/app/modules/components/due-date/due-date-popover.jade b/app/modules/components/due-date/due-date-popover.jade index 2454935f6..26540d3b2 100644 --- a/app/modules/components/due-date/due-date-popover.jade +++ b/app/modules/components/due-date/due-date-popover.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .due-date-button-wrapper button.btn-icon.due-date-button.is-editable.date-picker-popover-trigger( diff --git a/app/modules/components/due-date/due-date.directive.coffee b/app/modules/components/due-date/due-date.directive.coffee index 63442b453..5c8d588e2 100644 --- a/app/modules/components/due-date/due-date.directive.coffee +++ b/app/modules/components/due-date/due-date.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaComponents") diff --git a/app/modules/components/due-date/due-date.service.coffee b/app/modules/components/due-date/due-date.service.coffee index 5b8513317..7d3a7879d 100644 --- a/app/modules/components/due-date/due-date.service.coffee +++ b/app/modules/components/due-date/due-date.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/components/file-change/file-change.directive.coffee b/app/modules/components/file-change/file-change.directive.coffee index e78bd284e..fd0644821 100644 --- a/app/modules/components/file-change/file-change.directive.coffee +++ b/app/modules/components/file-change/file-change.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### FileChangeDirective = ($parse) -> diff --git a/app/modules/components/filter/filter-remote.service.coffee b/app/modules/components/filter/filter-remote.service.coffee index d96f2bcfb..9628d6a1c 100644 --- a/app/modules/components/filter/filter-remote.service.coffee +++ b/app/modules/components/filter/filter-remote.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### generateHash = taiga.generateHash diff --git a/app/modules/components/filter/filter-slide-down.directive.coffee b/app/modules/components/filter/filter-slide-down.directive.coffee index 244a56c78..d6970bab9 100644 --- a/app/modules/components/filter/filter-slide-down.directive.coffee +++ b/app/modules/components/filter/filter-slide-down.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### FilterSlideDownDirective = () -> diff --git a/app/modules/components/filter/filter.controller.coffee b/app/modules/components/filter/filter.controller.coffee index cf7345efc..44a949345 100644 --- a/app/modules/components/filter/filter.controller.coffee +++ b/app/modules/components/filter/filter.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class FilterController diff --git a/app/modules/components/filter/filter.controller.spec.coffee b/app/modules/components/filter/filter.controller.spec.coffee index e35869791..a06b151cd 100644 --- a/app/modules/components/filter/filter.controller.spec.coffee +++ b/app/modules/components/filter/filter.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "Filter", -> diff --git a/app/modules/components/filter/filter.directive.coffee b/app/modules/components/filter/filter.directive.coffee index 942f6b49c..f8f6184df 100644 --- a/app/modules/components/filter/filter.directive.coffee +++ b/app/modules/components/filter/filter.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### FilterDirective = () -> diff --git a/app/modules/components/filter/filter.jade b/app/modules/components/filter/filter.jade index 0ad0130f8..17a50c367 100644 --- a/app/modules/components/filter/filter.jade +++ b/app/modules/components/filter/filter.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .custom-filters .custom-filters-header diff --git a/app/modules/components/input-search/input-search.component.coffee b/app/modules/components/input-search/input-search.component.coffee index a5be974f7..3c93b8e97 100644 --- a/app/modules/components/input-search/input-search.component.coffee +++ b/app/modules/components/input-search/input-search.component.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### InputSearchComponent = diff --git a/app/modules/components/issues-table/issues-table.controller.coffee b/app/modules/components/issues-table/issues-table.controller.coffee index 5dc87b6da..a16ceaf27 100644 --- a/app/modules/components/issues-table/issues-table.controller.coffee +++ b/app/modules/components/issues-table/issues-table.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class IssuesTableController diff --git a/app/modules/components/issues-table/issues-table.directive.coffee b/app/modules/components/issues-table/issues-table.directive.coffee index 139d31362..a1dbe10a0 100644 --- a/app/modules/components/issues-table/issues-table.directive.coffee +++ b/app/modules/components/issues-table/issues-table.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaComponents") diff --git a/app/modules/components/issues-table/issues-table.jade b/app/modules/components/issues-table/issues-table.jade index 37f0b13e0..2eb27f1a5 100644 --- a/app/modules/components/issues-table/issues-table.jade +++ b/app/modules/components/issues-table/issues-table.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.issues-options( tg-check-permission="add_issue" diff --git a/app/modules/components/joy-ride/joy-ride.directive.coffee b/app/modules/components/joy-ride/joy-ride.directive.coffee index afa6eb9a6..51a783b33 100644 --- a/app/modules/components/joy-ride/joy-ride.directive.coffee +++ b/app/modules/components/joy-ride/joy-ride.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/components/joy-ride/joy-ride.service.coffee b/app/modules/components/joy-ride/joy-ride.service.coffee index 176bc0edc..e38ae965e 100644 --- a/app/modules/components/joy-ride/joy-ride.service.coffee +++ b/app/modules/components/joy-ride/joy-ride.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class JoyRideService extends taiga.Service diff --git a/app/modules/components/joy-ride/joy-ride.service.spec.coffee b/app/modules/components/joy-ride/joy-ride.service.spec.coffee index 984437b3e..3828b5740 100644 --- a/app/modules/components/joy-ride/joy-ride.service.spec.coffee +++ b/app/modules/components/joy-ride/joy-ride.service.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "tgJoyRideService", -> diff --git a/app/modules/components/kanban-board-zoom/kanban-board-zoom.directive.coffee b/app/modules/components/kanban-board-zoom/kanban-board-zoom.directive.coffee index 96bac82e5..82dbb0874 100644 --- a/app/modules/components/kanban-board-zoom/kanban-board-zoom.directive.coffee +++ b/app/modules/components/kanban-board-zoom/kanban-board-zoom.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### KanbanBoardZoomDirective = (storage, projectService) -> diff --git a/app/modules/components/lb-select-user/lb-select-user.directive.coffee b/app/modules/components/lb-select-user/lb-select-user.directive.coffee index 459d40e2c..f60321bb8 100644 --- a/app/modules/components/lb-select-user/lb-select-user.directive.coffee +++ b/app/modules/components/lb-select-user/lb-select-user.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### truncate = taiga.truncate diff --git a/app/modules/components/lb-select-user/lb-select-user.jade b/app/modules/components/lb-select-user/lb-select-user.jade index 4b0a7fcdb..4cf0c6172 100644 --- a/app/modules/components/lb-select-user/lb-select-user.jade +++ b/app/modules/components/lb-select-user/lb-select-user.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-lightbox-close diff --git a/app/modules/components/live-announcement/live-announcement.directive.coffee b/app/modules/components/live-announcement/live-announcement.directive.coffee index d473769f1..0cd36a537 100644 --- a/app/modules/components/live-announcement/live-announcement.directive.coffee +++ b/app/modules/components/live-announcement/live-announcement.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### LiveAnnouncementDirective = (liveAnnouncementService) -> diff --git a/app/modules/components/live-announcement/live-announcement.jade b/app/modules/components/live-announcement/live-announcement.jade index 60a1f5bab..75126cc14 100644 --- a/app/modules/components/live-announcement/live-announcement.jade +++ b/app/modules/components/live-announcement/live-announcement.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .live-announcement(ng-class="{visible: vm.open}") .live-announcement-inner diff --git a/app/modules/components/live-announcement/live-announcement.service.coffee b/app/modules/components/live-announcement/live-announcement.service.coffee index 4c5c0f389..a1bd2ffc2 100644 --- a/app/modules/components/live-announcement/live-announcement.service.coffee +++ b/app/modules/components/live-announcement/live-announcement.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class LiveAnnouncementService extends taiga.Service diff --git a/app/modules/components/move-to-sprint/move-to-sprint-lb/move-to-sprint-lb.controller.coffee b/app/modules/components/move-to-sprint/move-to-sprint-lb/move-to-sprint-lb.controller.coffee index 48aa58f8d..e8b904c5c 100644 --- a/app/modules/components/move-to-sprint/move-to-sprint-lb/move-to-sprint-lb.controller.coffee +++ b/app/modules/components/move-to-sprint/move-to-sprint-lb/move-to-sprint-lb.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaComponents") diff --git a/app/modules/components/move-to-sprint/move-to-sprint-lb/move-to-sprint-lb.directive.coffee b/app/modules/components/move-to-sprint/move-to-sprint-lb/move-to-sprint-lb.directive.coffee index c0256caca..bf08126d5 100644 --- a/app/modules/components/move-to-sprint/move-to-sprint-lb/move-to-sprint-lb.directive.coffee +++ b/app/modules/components/move-to-sprint/move-to-sprint-lb/move-to-sprint-lb.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaComponents") diff --git a/app/modules/components/move-to-sprint/move-to-sprint-lb/move-to-sprint-lb.jade b/app/modules/components/move-to-sprint/move-to-sprint-lb/move-to-sprint-lb.jade index 241ee64ed..13ee39e47 100644 --- a/app/modules/components/move-to-sprint/move-to-sprint-lb/move-to-sprint-lb.jade +++ b/app/modules/components/move-to-sprint/move-to-sprint-lb/move-to-sprint-lb.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-lightbox-close diff --git a/app/modules/components/move-to-sprint/move-to-sprint.controller.coffee b/app/modules/components/move-to-sprint/move-to-sprint.controller.coffee index a4a4dcccf..5e2daeb20 100644 --- a/app/modules/components/move-to-sprint/move-to-sprint.controller.coffee +++ b/app/modules/components/move-to-sprint/move-to-sprint.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/components/move-to-sprint/move-to-sprint.controller.spec.coffee b/app/modules/components/move-to-sprint/move-to-sprint.controller.spec.coffee index 087915b82..25adfdcfa 100644 --- a/app/modules/components/move-to-sprint/move-to-sprint.controller.spec.coffee +++ b/app/modules/components/move-to-sprint/move-to-sprint.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "MoveToSprint", -> diff --git a/app/modules/components/move-to-sprint/move-to-sprint.directive.coffee b/app/modules/components/move-to-sprint/move-to-sprint.directive.coffee index 2cb086d09..d53cb1e72 100644 --- a/app/modules/components/move-to-sprint/move-to-sprint.directive.coffee +++ b/app/modules/components/move-to-sprint/move-to-sprint.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaComponents") diff --git a/app/modules/components/move-to-sprint/move-to-sprint.jade b/app/modules/components/move-to-sprint/move-to-sprint.jade index f98f7543d..b8db0cae3 100644 --- a/app/modules/components/move-to-sprint/move-to-sprint.jade +++ b/app/modules/components/move-to-sprint/move-to-sprint.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC a.move-to-sprint-button.is-editable( title="{{ 'TASKBOARD.MOVE_TO_SPRINT.TITLE_ACTION_MOVE_UNFINISHED' | translate }}" diff --git a/app/modules/components/project-logo-big-src/project-logo-big-src.directive.coffee b/app/modules/components/project-logo-big-src/project-logo-big-src.directive.coffee index 692665f80..e26177470 100644 --- a/app/modules/components/project-logo-big-src/project-logo-big-src.directive.coffee +++ b/app/modules/components/project-logo-big-src/project-logo-big-src.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### ProjectLogoBigSrcDirective = (projectLogoService) -> diff --git a/app/modules/components/project-logo-small-src/project-logo-small-src.directive.coffee b/app/modules/components/project-logo-small-src/project-logo-small-src.directive.coffee index efbbbfd0a..f8b9580dc 100644 --- a/app/modules/components/project-logo-small-src/project-logo-small-src.directive.coffee +++ b/app/modules/components/project-logo-small-src/project-logo-small-src.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### ProjectLogoSmallSrcDirective = (projectLogoService) -> diff --git a/app/modules/components/project-menu/project-menu.controller.coffee b/app/modules/components/project-menu/project-menu.controller.coffee index 2d26af8ff..0ee893ca6 100644 --- a/app/modules/components/project-menu/project-menu.controller.coffee +++ b/app/modules/components/project-menu/project-menu.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class ProjectMenuController diff --git a/app/modules/components/project-menu/project-menu.controller.spec.coffee b/app/modules/components/project-menu/project-menu.controller.spec.coffee index aa827aa82..0d7cd771d 100644 --- a/app/modules/components/project-menu/project-menu.controller.spec.coffee +++ b/app/modules/components/project-menu/project-menu.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "ProjectMenu", -> diff --git a/app/modules/components/project-menu/project-menu.directive.coffee b/app/modules/components/project-menu/project-menu.directive.coffee index 883fd1fc8..66963c07f 100644 --- a/app/modules/components/project-menu/project-menu.directive.coffee +++ b/app/modules/components/project-menu/project-menu.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/components/project-menu/project-menu.jade b/app/modules/components/project-menu/project-menu.jade index de8f98a3f..b8e3bc472 100644 --- a/app/modules/components/project-menu/project-menu.jade +++ b/app/modules/components/project-menu/project-menu.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .sticky-project-menu(ng-if="vm.project") tg-legacy-loader( diff --git a/app/modules/components/promote-to-us/promote-to-us.directive.coffee b/app/modules/components/promote-to-us/promote-to-us.directive.coffee index bb0160699..4d3ba2d80 100644 --- a/app/modules/components/promote-to-us/promote-to-us.directive.coffee +++ b/app/modules/components/promote-to-us/promote-to-us.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### PromoteToUsButtonDirective = ($rootScope, $rs, $confirm, $translate) -> diff --git a/app/modules/components/promote-to-us/promote-to-us.jade b/app/modules/components/promote-to-us/promote-to-us.jade index 2fc443597..9d11d1e8b 100644 --- a/app/modules/components/promote-to-us/promote-to-us.jade +++ b/app/modules/components/promote-to-us/promote-to-us.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC button.btn-icon.promote-button.is-editable( tg-check-permission="add_us" diff --git a/app/modules/components/search-list/search-list-issue-choice.jade b/app/modules/components/search-list/search-list-issue-choice.jade index ece9eec15..f0c0555bb 100644 --- a/app/modules/components/search-list/search-list-issue-choice.jade +++ b/app/modules/components/search-list/search-list-issue-choice.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC - var hash = "#"; div.title #{hash}{{ item.ref }} {{ item.subject }} diff --git a/app/modules/components/search-list/search-list-sprint-choice.jade b/app/modules/components/search-list/search-list-sprint-choice.jade index 66d687404..eeeb1af38 100644 --- a/app/modules/components/search-list/search-list-sprint-choice.jade +++ b/app/modules/components/search-list/search-list-sprint-choice.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC div.title {{ item.name }} div.info {{ item.estimated_start }} - {{ item.estimated_finish }} diff --git a/app/modules/components/search-list/search-list.directive.coffee b/app/modules/components/search-list/search-list.directive.coffee index 170e1e1ea..3dee6a13b 100644 --- a/app/modules/components/search-list/search-list.directive.coffee +++ b/app/modules/components/search-list/search-list.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaComponents") diff --git a/app/modules/components/search-list/search-list.jade b/app/modules/components/search-list/search-list.jade index 631969766..0315c588b 100644 --- a/app/modules/components/search-list/search-list.jade +++ b/app/modules/components/search-list/search-list.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC fieldset.search-list label( diff --git a/app/modules/components/swimlane-selector/swimlane-selector.directive.coffee b/app/modules/components/swimlane-selector/swimlane-selector.directive.coffee index 1b00fb332..f80be4ade 100644 --- a/app/modules/components/swimlane-selector/swimlane-selector.directive.coffee +++ b/app/modules/components/swimlane-selector/swimlane-selector.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/components/swimlane-selector/swimlane-selector.jade b/app/modules/components/swimlane-selector/swimlane-selector.jade index 36ad538db..42c0baee6 100644 --- a/app/modules/components/swimlane-selector/swimlane-selector.jade +++ b/app/modules/components/swimlane-selector/swimlane-selector.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC button.select( diff --git a/app/modules/components/tags/components/add-tag-button.jade b/app/modules/components/tags/components/add-tag-button.jade index 2fc10b667..172b08d63 100644 --- a/app/modules/components/tags/components/add-tag-button.jade +++ b/app/modules/components/tags/components/add-tag-button.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC button.btn-filter.ng-animate-disabled.e2e-show-tag-input( variant="secondary" diff --git a/app/modules/components/tags/components/add-tag-input.jade b/app/modules/components/tags/components/add-tag-input.jade index 4ad1b647c..e5c16e1cf 100644 --- a/app/modules/components/tags/components/add-tag-input.jade +++ b/app/modules/components/tags/components/add-tag-input.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .add-tag-input( novalidate diff --git a/app/modules/components/tags/tag-dropdown/tag-dropdown.directive.coffee b/app/modules/components/tags/tag-dropdown/tag-dropdown.directive.coffee index 229e7a857..cc786ca5e 100644 --- a/app/modules/components/tags/tag-dropdown/tag-dropdown.directive.coffee +++ b/app/modules/components/tags/tag-dropdown/tag-dropdown.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module('taigaCommon') diff --git a/app/modules/components/tags/tag-dropdown/tag-dropdown.jade b/app/modules/components/tags/tag-dropdown/tag-dropdown.jade index 916ee197d..84100d190 100644 --- a/app/modules/components/tags/tag-dropdown/tag-dropdown.jade +++ b/app/modules/components/tags/tag-dropdown/tag-dropdown.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC ul.tags-dropdown(ng-if="(colorArray | filter:tag.name:strict).length > 0") li( diff --git a/app/modules/components/tags/tag-line-common/tag-line-common.controller.coffee b/app/modules/components/tags/tag-line-common/tag-line-common.controller.coffee index 5da6471aa..fa043f0b3 100644 --- a/app/modules/components/tags/tag-line-common/tag-line-common.controller.coffee +++ b/app/modules/components/tags/tag-line-common/tag-line-common.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### trim = @.taiga.trim diff --git a/app/modules/components/tags/tag-line-common/tag-line-common.controller.spec.coffee b/app/modules/components/tags/tag-line-common/tag-line-common.controller.spec.coffee index d0955cbb5..074030812 100644 --- a/app/modules/components/tags/tag-line-common/tag-line-common.controller.spec.coffee +++ b/app/modules/components/tags/tag-line-common/tag-line-common.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "TagLineCommon", -> diff --git a/app/modules/components/tags/tag-line-common/tag-line-common.directive.coffee b/app/modules/components/tags/tag-line-common/tag-line-common.directive.coffee index c2ab873c1..e2356e1f6 100644 --- a/app/modules/components/tags/tag-line-common/tag-line-common.directive.coffee +++ b/app/modules/components/tags/tag-line-common/tag-line-common.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module('taigaCommon') diff --git a/app/modules/components/tags/tag-line-common/tag-line-common.jade b/app/modules/components/tags/tag-line-common/tag-line-common.jade index 490681ef9..46141f4bb 100644 --- a/app/modules/components/tags/tag-line-common/tag-line-common.jade +++ b/app/modules/components/tags/tag-line-common/tag-line-common.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .tags-container .tag-wrapper( diff --git a/app/modules/components/tags/tag-line-detail/tag-line-detail.controller.coffee b/app/modules/components/tags/tag-line-detail/tag-line-detail.controller.coffee index cbcbfa715..3bb645ad5 100644 --- a/app/modules/components/tags/tag-line-detail/tag-line-detail.controller.coffee +++ b/app/modules/components/tags/tag-line-detail/tag-line-detail.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### trim = @.taiga.trim diff --git a/app/modules/components/tags/tag-line-detail/tag-line-detail.controller.spec.coffee b/app/modules/components/tags/tag-line-detail/tag-line-detail.controller.spec.coffee index d33d395d1..e11976538 100644 --- a/app/modules/components/tags/tag-line-detail/tag-line-detail.controller.spec.coffee +++ b/app/modules/components/tags/tag-line-detail/tag-line-detail.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "TagLineDetail", -> diff --git a/app/modules/components/tags/tag-line-detail/tag-line-detail.directive.coffee b/app/modules/components/tags/tag-line-detail/tag-line-detail.directive.coffee index 92b509c42..06b6222c0 100644 --- a/app/modules/components/tags/tag-line-detail/tag-line-detail.directive.coffee +++ b/app/modules/components/tags/tag-line-detail/tag-line-detail.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module('taigaCommon') diff --git a/app/modules/components/tags/tag-line-detail/tag-line-detail.jade b/app/modules/components/tags/tag-line-detail/tag-line-detail.jade index d6df171fa..49cb6caba 100644 --- a/app/modules/components/tags/tag-line-detail/tag-line-detail.jade +++ b/app/modules/components/tags/tag-line-detail/tag-line-detail.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-tag-line-common.tags-block( project="vm.project" diff --git a/app/modules/components/tags/tag-line.service.coffee b/app/modules/components/tags/tag-line.service.coffee index 24d8ac758..b2781c733 100644 --- a/app/modules/components/tags/tag-line.service.coffee +++ b/app/modules/components/tags/tag-line.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module('taigaCommon') diff --git a/app/modules/components/tags/tag/tag.directive.coffee b/app/modules/components/tags/tag/tag.directive.coffee index bec38229b..775c248bf 100644 --- a/app/modules/components/tags/tag/tag.directive.coffee +++ b/app/modules/components/tags/tag/tag.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module('taigaCommon') diff --git a/app/modules/components/tags/tag/tag.jade b/app/modules/components/tags/tag/tag.jade index a4bd929fc..a110c0ce5 100644 --- a/app/modules/components/tags/tag/tag.jade +++ b/app/modules/components/tags/tag/tag.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .tag(ng-style="{'background-color': tag[1]}") span(ng-bind-html="tag[0] | emojify") diff --git a/app/modules/components/taskboard-zoom/taskboard-zoom.directive.coffee b/app/modules/components/taskboard-zoom/taskboard-zoom.directive.coffee index 00c283d1c..7c44a0171 100644 --- a/app/modules/components/taskboard-zoom/taskboard-zoom.directive.coffee +++ b/app/modules/components/taskboard-zoom/taskboard-zoom.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### TaskboardZoomDirective = (storage) -> diff --git a/app/modules/components/tasks-sortable/tasks-sortable.directive.coffee b/app/modules/components/tasks-sortable/tasks-sortable.directive.coffee index eb80884e1..0b7dfdbe9 100644 --- a/app/modules/components/tasks-sortable/tasks-sortable.directive.coffee +++ b/app/modules/components/tasks-sortable/tasks-sortable.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### TasksSortableDirective = ($parse, projectService) -> diff --git a/app/modules/components/terms-of-service-and-privacy-policy-notice/terms-of-service-and-privacy-policy-notice.directive.coffee b/app/modules/components/terms-of-service-and-privacy-policy-notice/terms-of-service-and-privacy-policy-notice.directive.coffee index 6951217fc..404f80548 100644 --- a/app/modules/components/terms-of-service-and-privacy-policy-notice/terms-of-service-and-privacy-policy-notice.directive.coffee +++ b/app/modules/components/terms-of-service-and-privacy-policy-notice/terms-of-service-and-privacy-policy-notice.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### TermsOfServiceAndPrivacyPolicyNoticeDirective = ($config) -> diff --git a/app/modules/components/terms-of-service-and-privacy-policy-notice/terms-of-service-and-privacy-policy-notice.jade b/app/modules/components/terms-of-service-and-privacy-policy-notice/terms-of-service-and-privacy-policy-notice.jade index f80a43ed2..4ecde0505 100644 --- a/app/modules/components/terms-of-service-and-privacy-policy-notice/terms-of-service-and-privacy-policy-notice.jade +++ b/app/modules/components/terms-of-service-and-privacy-policy-notice/terms-of-service-and-privacy-policy-notice.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC p.register-terms(ng-if="privacyPolicyUrl && termsOfServiceUrl") input.accepted_terms( diff --git a/app/modules/components/ticket-assigned/assigned-to.directive.coffee b/app/modules/components/ticket-assigned/assigned-to.directive.coffee index 9a7139a14..f9018c065 100644 --- a/app/modules/components/ticket-assigned/assigned-to.directive.coffee +++ b/app/modules/components/ticket-assigned/assigned-to.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### AssignedToDirective = ($rootscope, $confirm, $repo, $loading, $modelTransform, $template, diff --git a/app/modules/components/ticket-assigned/assigned-to.jade b/app/modules/components/ticket-assigned/assigned-to.jade index 908d4c5d9..9ab7c1a67 100644 --- a/app/modules/components/ticket-assigned/assigned-to.jade +++ b/app/modules/components/ticket-assigned/assigned-to.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .ticket-section-label span {{ 'COMMON.FIELDS.ASSIGNED'|translate }} diff --git a/app/modules/components/ticket-assigned/assigned-users.directive.coffee b/app/modules/components/ticket-assigned/assigned-users.directive.coffee index 48726592d..659b64600 100644 --- a/app/modules/components/ticket-assigned/assigned-users.directive.coffee +++ b/app/modules/components/ticket-assigned/assigned-users.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### AssignedUsersDirective = ($rootscope, $confirm, $repo, $modelTransform, $template, $compile, diff --git a/app/modules/components/ticket-assigned/assigned-users.jade b/app/modules/components/ticket-assigned/assigned-users.jade index 156bbc539..556f1e0e1 100644 --- a/app/modules/components/ticket-assigned/assigned-users.jade +++ b/app/modules/components/ticket-assigned/assigned-users.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .ticket-section-label span {{ 'COMMON.FIELDS.ASSIGNED'|translate }} diff --git a/app/modules/components/ticket-watchers/ticket-watchers.controller.coffee b/app/modules/components/ticket-watchers/ticket-watchers.controller.coffee index 0af45244b..9926ac26b 100644 --- a/app/modules/components/ticket-watchers/ticket-watchers.controller.coffee +++ b/app/modules/components/ticket-watchers/ticket-watchers.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class TicketWatchersController diff --git a/app/modules/components/ticket-watchers/ticket-watchers.controller.spec.coffee b/app/modules/components/ticket-watchers/ticket-watchers.controller.spec.coffee index ab9fececb..22afbf512 100644 --- a/app/modules/components/ticket-watchers/ticket-watchers.controller.spec.coffee +++ b/app/modules/components/ticket-watchers/ticket-watchers.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "TicketWatchersController", -> diff --git a/app/modules/components/ticket-watchers/ticket-watchers.directive.coffee b/app/modules/components/ticket-watchers/ticket-watchers.directive.coffee index cbf7fcb97..911faff7f 100644 --- a/app/modules/components/ticket-watchers/ticket-watchers.directive.coffee +++ b/app/modules/components/ticket-watchers/ticket-watchers.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### WatchersDirective = ($rootscope, $confirm, $repo, $modelTransform, $template, diff --git a/app/modules/components/ticket-watchers/ticket-watchers.jade b/app/modules/components/ticket-watchers/ticket-watchers.jade index c3131e86a..b8a26cb25 100644 --- a/app/modules/components/ticket-watchers/ticket-watchers.jade +++ b/app/modules/components/ticket-watchers/ticket-watchers.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .ticket-section-label span {{ 'COMMON.WATCH_BUTTON.WATCHERS'|translate }} diff --git a/app/modules/components/tips/tip.jade b/app/modules/components/tips/tip.jade index a480a4a15..9b0bc9345 100644 --- a/app/modules/components/tips/tip.jade +++ b/app/modules/components/tips/tip.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC div.tip(ng-if="tipLoaded", ng-class="tip.color") p.title(translate="TIPS.TIPS_TITLE") diff --git a/app/modules/components/tips/tips.directive.coffee b/app/modules/components/tips/tips.directive.coffee index 6f8fc516e..972ffc1d6 100644 --- a/app/modules/components/tips/tips.directive.coffee +++ b/app/modules/components/tips/tips.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### timeout = @.taiga.timeout diff --git a/app/modules/components/tribe-button/tribe-button.directive.coffee b/app/modules/components/tribe-button/tribe-button.directive.coffee index b1708043b..bbbb8e615 100644 --- a/app/modules/components/tribe-button/tribe-button.directive.coffee +++ b/app/modules/components/tribe-button/tribe-button.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### TribeButtonDirective = (configService, locationService) -> diff --git a/app/modules/components/tribe-button/tribe-button.jade b/app/modules/components/tribe-button/tribe-button.jade index 7df663726..34e1f7c58 100644 --- a/app/modules/components/tribe-button/tribe-button.jade +++ b/app/modules/components/tribe-button/tribe-button.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC a.button-tribe( ng-href="{{::vm.tribeHost}}/taiga-integration/receive?url={{::vm.url}}&project={{projectSlug}}&us={{usId}}", diff --git a/app/modules/components/tribe-button/tribe-linked.directive.coffee b/app/modules/components/tribe-button/tribe-linked.directive.coffee index 5bf43d397..f1537ffec 100644 --- a/app/modules/components/tribe-button/tribe-linked.directive.coffee +++ b/app/modules/components/tribe-button/tribe-linked.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### TribeLinkedDirective = (configService) -> diff --git a/app/modules/components/tribe-button/tribe-linked.jade b/app/modules/components/tribe-button/tribe-linked.jade index a9a88274a..c5b0ed56b 100644 --- a/app/modules/components/tribe-button/tribe-linked.jade +++ b/app/modules/components/tribe-button/tribe-linked.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .tribe-linked.js-tribe-linked(ng-class="{'is-active': vm.open, 'is-inactive': vm.open == false}") .tribe-linked-inner diff --git a/app/modules/components/vote-button/vote-button.controller.coffee b/app/modules/components/vote-button/vote-button.controller.coffee index 983b783aa..008a414a8 100644 --- a/app/modules/components/vote-button/vote-button.controller.coffee +++ b/app/modules/components/vote-button/vote-button.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class VoteButtonController diff --git a/app/modules/components/vote-button/vote-button.controller.spec.coffee b/app/modules/components/vote-button/vote-button.controller.spec.coffee index a3011a730..5ce2772f2 100644 --- a/app/modules/components/vote-button/vote-button.controller.spec.coffee +++ b/app/modules/components/vote-button/vote-button.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "VoteButton", -> diff --git a/app/modules/components/vote-button/vote-button.directive.coffee b/app/modules/components/vote-button/vote-button.directive.coffee index 6201b05fc..53c77eb87 100644 --- a/app/modules/components/vote-button/vote-button.directive.coffee +++ b/app/modules/components/vote-button/vote-button.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### VoteButtonDirective = -> diff --git a/app/modules/components/vote-button/vote-button.jade b/app/modules/components/vote-button/vote-button.jade index f510533aa..47c2abb61 100644 --- a/app/modules/components/vote-button/vote-button.jade +++ b/app/modules/components/vote-button/vote-button.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .ticket-section-label {{ 'COMMON.FIELDS.VOTES'|translate }} diff --git a/app/modules/components/wip-limit-selector/wip-limit-selector.controller.coffee b/app/modules/components/wip-limit-selector/wip-limit-selector.controller.coffee index 6f1ac4052..9f4dfd9d6 100644 --- a/app/modules/components/wip-limit-selector/wip-limit-selector.controller.coffee +++ b/app/modules/components/wip-limit-selector/wip-limit-selector.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class ProjectSwimlanesWipLimitController diff --git a/app/modules/components/wip-limit-selector/wip-limit-selector.directive.coffee b/app/modules/components/wip-limit-selector/wip-limit-selector.directive.coffee index b21433a07..82e00b479 100644 --- a/app/modules/components/wip-limit-selector/wip-limit-selector.directive.coffee +++ b/app/modules/components/wip-limit-selector/wip-limit-selector.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/components/wip-limit-selector/wip-limit-selector.jade b/app/modules/components/wip-limit-selector/wip-limit-selector.jade index 5622bb63a..db9958103 100644 --- a/app/modules/components/wip-limit-selector/wip-limit-selector.jade +++ b/app/modules/components/wip-limit-selector/wip-limit-selector.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .wip-limit-status .wip-limit-status-name {{::vm.status.name}} diff --git a/app/modules/components/wysiwyg/comment-edit-wysiwyg.directive.coffee b/app/modules/components/wysiwyg/comment-edit-wysiwyg.directive.coffee index 76d5966a7..3185f7432 100644 --- a/app/modules/components/wysiwyg/comment-edit-wysiwyg.directive.coffee +++ b/app/modules/components/wysiwyg/comment-edit-wysiwyg.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### CommentEditWysiwyg = (attachmentsFullService) -> diff --git a/app/modules/components/wysiwyg/comment-wysiwyg.directive.coffee b/app/modules/components/wysiwyg/comment-wysiwyg.directive.coffee index b64e3555c..5776eb3be 100644 --- a/app/modules/components/wysiwyg/comment-wysiwyg.directive.coffee +++ b/app/modules/components/wysiwyg/comment-wysiwyg.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### CommentWysiwyg = ($modelTransform, $rootscope, attachmentsFullService) -> diff --git a/app/modules/components/wysiwyg/custom-field-edit-wysiwyg.directive.coffee b/app/modules/components/wysiwyg/custom-field-edit-wysiwyg.directive.coffee index f8a161bee..6d873d4ea 100644 --- a/app/modules/components/wysiwyg/custom-field-edit-wysiwyg.directive.coffee +++ b/app/modules/components/wysiwyg/custom-field-edit-wysiwyg.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### CustomFieldEditWysiwyg = (attachmentsFullService) -> diff --git a/app/modules/components/wysiwyg/item-wysiwyg.directive.coffee b/app/modules/components/wysiwyg/item-wysiwyg.directive.coffee index bdd751b23..2810a49a8 100644 --- a/app/modules/components/wysiwyg/item-wysiwyg.directive.coffee +++ b/app/modules/components/wysiwyg/item-wysiwyg.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### # Used in details descriptions diff --git a/app/modules/components/wysiwyg/wysiwyg.directive.coffee b/app/modules/components/wysiwyg/wysiwyg.directive.coffee index 349077399..ae65052e7 100644 --- a/app/modules/components/wysiwyg/wysiwyg.directive.coffee +++ b/app/modules/components/wysiwyg/wysiwyg.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### # cp -r node_modules/taiga-html-editor/packages/ckeditor5-build-classic/build/translations ../taiga-front/extras diff --git a/app/modules/components/wysiwyg/wysiwyg.service.coffee b/app/modules/components/wysiwyg/wysiwyg.service.coffee index 15197d27e..ecf240558 100644 --- a/app/modules/components/wysiwyg/wysiwyg.service.coffee +++ b/app/modules/components/wysiwyg/wysiwyg.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class WysiwygService diff --git a/app/modules/discover/components/discover-home-order-by/discover-home-order-by.controller.coffee b/app/modules/discover/components/discover-home-order-by/discover-home-order-by.controller.coffee index 050144338..52460c7d1 100644 --- a/app/modules/discover/components/discover-home-order-by/discover-home-order-by.controller.coffee +++ b/app/modules/discover/components/discover-home-order-by/discover-home-order-by.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class DiscoverHomeOrderByController diff --git a/app/modules/discover/components/discover-home-order-by/discover-home-order-by.controller.spec.coffee b/app/modules/discover/components/discover-home-order-by/discover-home-order-by.controller.spec.coffee index 88423a3fd..7b94c1cd1 100644 --- a/app/modules/discover/components/discover-home-order-by/discover-home-order-by.controller.spec.coffee +++ b/app/modules/discover/components/discover-home-order-by/discover-home-order-by.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "DiscoverHomeOrderBy", -> diff --git a/app/modules/discover/components/discover-home-order-by/discover-home-order-by.directive.coffee b/app/modules/discover/components/discover-home-order-by/discover-home-order-by.directive.coffee index 5dab06958..a518df005 100644 --- a/app/modules/discover/components/discover-home-order-by/discover-home-order-by.directive.coffee +++ b/app/modules/discover/components/discover-home-order-by/discover-home-order-by.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### DiscoverHomeOrderByDirective = () -> diff --git a/app/modules/discover/components/discover-home-order-by/discover-home-order-by.jade b/app/modules/discover/components/discover-home-order-by/discover-home-order-by.jade index 6a7615ae9..62db99a09 100644 --- a/app/modules/discover/components/discover-home-order-by/discover-home-order-by.jade +++ b/app/modules/discover/components/discover-home-order-by/discover-home-order-by.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .filter-highlighted(ng-mouseleave="vm.close()") a.current-filter( diff --git a/app/modules/discover/components/discover-search-bar/discover-search-bar.controller.coffee b/app/modules/discover/components/discover-search-bar/discover-search-bar.controller.coffee index f9c70371a..86b33be98 100644 --- a/app/modules/discover/components/discover-search-bar/discover-search-bar.controller.coffee +++ b/app/modules/discover/components/discover-search-bar/discover-search-bar.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class DiscoverSearchBarController diff --git a/app/modules/discover/components/discover-search-bar/discover-search-bar.controller.spec.coffee b/app/modules/discover/components/discover-search-bar/discover-search-bar.controller.spec.coffee index ce4ccbbd8..4fe2e7df3 100644 --- a/app/modules/discover/components/discover-search-bar/discover-search-bar.controller.spec.coffee +++ b/app/modules/discover/components/discover-search-bar/discover-search-bar.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "DiscoverSearchBarController", -> diff --git a/app/modules/discover/components/discover-search-bar/discover-search-bar.directive.coffee b/app/modules/discover/components/discover-search-bar/discover-search-bar.directive.coffee index 676978f91..764fcc898 100644 --- a/app/modules/discover/components/discover-search-bar/discover-search-bar.directive.coffee +++ b/app/modules/discover/components/discover-search-bar/discover-search-bar.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### DiscoverSearchBarDirective = () -> diff --git a/app/modules/discover/components/discover-search-bar/discover-search-bar.jade b/app/modules/discover/components/discover-search-bar/discover-search-bar.jade index 4aa7ab1e0..a18781d16 100644 --- a/app/modules/discover/components/discover-search-bar/discover-search-bar.jade +++ b/app/modules/discover/components/discover-search-bar/discover-search-bar.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC div.discover-header div.discover-header-inner diff --git a/app/modules/discover/components/discover-search-list-header/discover-search-list-header.controller.coffee b/app/modules/discover/components/discover-search-list-header/discover-search-list-header.controller.coffee index cdb8248fb..00a3ef579 100644 --- a/app/modules/discover/components/discover-search-list-header/discover-search-list-header.controller.coffee +++ b/app/modules/discover/components/discover-search-list-header/discover-search-list-header.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class DiscoverSearchListHeaderController diff --git a/app/modules/discover/components/discover-search-list-header/discover-search-list-header.controller.spec.coffee b/app/modules/discover/components/discover-search-list-header/discover-search-list-header.controller.spec.coffee index c38087c78..c878fb15e 100644 --- a/app/modules/discover/components/discover-search-list-header/discover-search-list-header.controller.spec.coffee +++ b/app/modules/discover/components/discover-search-list-header/discover-search-list-header.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "DiscoverSearchListHeader", -> diff --git a/app/modules/discover/components/discover-search-list-header/discover-search-list-header.directive.coffee b/app/modules/discover/components/discover-search-list-header/discover-search-list-header.directive.coffee index ec38f8d2d..def682951 100644 --- a/app/modules/discover/components/discover-search-list-header/discover-search-list-header.directive.coffee +++ b/app/modules/discover/components/discover-search-list-header/discover-search-list-header.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### DiscoverSearchListHeaderDirective = () -> diff --git a/app/modules/discover/components/discover-search-list-header/discover-search-list-header.jade b/app/modules/discover/components/discover-search-list-header/discover-search-list-header.jade index 5b782e0a5..bae5732f8 100644 --- a/app/modules/discover/components/discover-search-list-header/discover-search-list-header.jade +++ b/app/modules/discover/components/discover-search-list-header/discover-search-list-header.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .discover-results-header .discover-results-header-inner diff --git a/app/modules/discover/components/featured-projects/featured-projects.controller.coffee b/app/modules/discover/components/featured-projects/featured-projects.controller.coffee index 118861738..2d66c1434 100644 --- a/app/modules/discover/components/featured-projects/featured-projects.controller.coffee +++ b/app/modules/discover/components/featured-projects/featured-projects.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class FeaturedProjectsController diff --git a/app/modules/discover/components/featured-projects/featured-projects.directive.coffee b/app/modules/discover/components/featured-projects/featured-projects.directive.coffee index 7f9502b7f..dd9147163 100644 --- a/app/modules/discover/components/featured-projects/featured-projects.directive.coffee +++ b/app/modules/discover/components/featured-projects/featured-projects.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### FeaturedProjectsDirective = () -> diff --git a/app/modules/discover/components/featured-projects/featured-projects.jade b/app/modules/discover/components/featured-projects/featured-projects.jade index b0cbc993a..a0e880dec 100644 --- a/app/modules/discover/components/featured-projects/featured-projects.jade +++ b/app/modules/discover/components/featured-projects/featured-projects.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.featured-projects(ng-if="vm.featured.size") h1.title {{ 'DISCOVER.FEATURED' | translate }} diff --git a/app/modules/discover/components/highlighted/highlighted.directive.coffee b/app/modules/discover/components/highlighted/highlighted.directive.coffee index 0d6415106..0353d1b23 100644 --- a/app/modules/discover/components/highlighted/highlighted.directive.coffee +++ b/app/modules/discover/components/highlighted/highlighted.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### HighlightedDirective = () -> diff --git a/app/modules/discover/components/highlighted/highlighted.jade b/app/modules/discover/components/highlighted/highlighted.jade index 13ace61e3..68561e2db 100644 --- a/app/modules/discover/components/highlighted/highlighted.jade +++ b/app/modules/discover/components/highlighted/highlighted.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .highlighted-projects-container .loading-container( diff --git a/app/modules/discover/components/most-active/most-active.controller.coffee b/app/modules/discover/components/most-active/most-active.controller.coffee index 5c5d1f4fb..ca3f421a4 100644 --- a/app/modules/discover/components/most-active/most-active.controller.coffee +++ b/app/modules/discover/components/most-active/most-active.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class MostActiveController diff --git a/app/modules/discover/components/most-active/most-active.controller.spec.coffee b/app/modules/discover/components/most-active/most-active.controller.spec.coffee index 25bb64d0d..ea91a1644 100644 --- a/app/modules/discover/components/most-active/most-active.controller.spec.coffee +++ b/app/modules/discover/components/most-active/most-active.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "MostActive", -> diff --git a/app/modules/discover/components/most-active/most-active.directive.coffee b/app/modules/discover/components/most-active/most-active.directive.coffee index a5a87166f..5bcc07dba 100644 --- a/app/modules/discover/components/most-active/most-active.directive.coffee +++ b/app/modules/discover/components/most-active/most-active.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### MostActiveDirective = () -> diff --git a/app/modules/discover/components/most-active/most-active.jade b/app/modules/discover/components/most-active/most-active.jade index 3fadef912..38025cd5a 100644 --- a/app/modules/discover/components/most-active/most-active.jade +++ b/app/modules/discover/components/most-active/most-active.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .most-active(ng-if="vm.highlighted.size") .header diff --git a/app/modules/discover/components/most-liked/most-liked.controller.coffee b/app/modules/discover/components/most-liked/most-liked.controller.coffee index 7946d5929..73ae9dbaf 100644 --- a/app/modules/discover/components/most-liked/most-liked.controller.coffee +++ b/app/modules/discover/components/most-liked/most-liked.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class MostLikedController diff --git a/app/modules/discover/components/most-liked/most-liked.controller.spec.coffee b/app/modules/discover/components/most-liked/most-liked.controller.spec.coffee index dc6a4067b..f8b8f16ff 100644 --- a/app/modules/discover/components/most-liked/most-liked.controller.spec.coffee +++ b/app/modules/discover/components/most-liked/most-liked.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "MostLiked", -> diff --git a/app/modules/discover/components/most-liked/most-liked.directive.coffee b/app/modules/discover/components/most-liked/most-liked.directive.coffee index 59cc4a114..2869c2552 100644 --- a/app/modules/discover/components/most-liked/most-liked.directive.coffee +++ b/app/modules/discover/components/most-liked/most-liked.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### MostLikedDirective = () -> diff --git a/app/modules/discover/components/most-liked/most-liked.jade b/app/modules/discover/components/most-liked/most-liked.jade index 6906e3f5a..4c8b9dffa 100644 --- a/app/modules/discover/components/most-liked/most-liked.jade +++ b/app/modules/discover/components/most-liked/most-liked.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .most-liked(ng-if="vm.highlighted.size") .header diff --git a/app/modules/discover/discover-home/discover-home.controller.coffee b/app/modules/discover/discover-home/discover-home.controller.coffee index 8c3459fc7..617eed603 100644 --- a/app/modules/discover/discover-home/discover-home.controller.coffee +++ b/app/modules/discover/discover-home/discover-home.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class DiscoverHomeController diff --git a/app/modules/discover/discover-home/discover-home.controller.spec.coffee b/app/modules/discover/discover-home/discover-home.controller.spec.coffee index 4fabbb376..4f77f8714 100644 --- a/app/modules/discover/discover-home/discover-home.controller.spec.coffee +++ b/app/modules/discover/discover-home/discover-home.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "DiscoverHomeController", -> diff --git a/app/modules/discover/discover-home/discover-home.jade b/app/modules/discover/discover-home/discover-home.jade index a5746e068..8ad72ebc6 100644 --- a/app/modules/discover/discover-home/discover-home.jade +++ b/app/modules/discover/discover-home/discover-home.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/modules/discover/discover-search/discover-search.controller.coffee b/app/modules/discover/discover-search/discover-search.controller.coffee index 09c0171b7..a10ab398b 100644 --- a/app/modules/discover/discover-search/discover-search.controller.coffee +++ b/app/modules/discover/discover-search/discover-search.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class DiscoverSearchController diff --git a/app/modules/discover/discover-search/discover-search.controller.spec.coffee b/app/modules/discover/discover-search/discover-search.controller.spec.coffee index 8e8bf8615..192def193 100644 --- a/app/modules/discover/discover-search/discover-search.controller.spec.coffee +++ b/app/modules/discover/discover-search/discover-search.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "DiscoverSearch", -> diff --git a/app/modules/discover/discover-search/discover-search.directive.coffee b/app/modules/discover/discover-search/discover-search.directive.coffee index be15225d0..ca7fc7137 100644 --- a/app/modules/discover/discover-search/discover-search.directive.coffee +++ b/app/modules/discover/discover-search/discover-search.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### DiscoverSearchDirective = () -> diff --git a/app/modules/discover/discover-search/discover-search.jade b/app/modules/discover/discover-search/discover-search.jade index 492cb44d5..574dfab09 100644 --- a/app/modules/discover/discover-search/discover-search.jade +++ b/app/modules/discover/discover-search/discover-search.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC div(tg-discover-search) .discover-search diff --git a/app/modules/discover/discover.module.coffee b/app/modules/discover/discover.module.coffee index 9102fa767..37fbb18f3 100644 --- a/app/modules/discover/discover.module.coffee +++ b/app/modules/discover/discover.module.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaDiscover", []) diff --git a/app/modules/discover/services/discover-projects.service.coffee b/app/modules/discover/services/discover-projects.service.coffee index e962799d8..5dbd196bb 100644 --- a/app/modules/discover/services/discover-projects.service.coffee +++ b/app/modules/discover/services/discover-projects.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/discover/services/discover-projects.service.spec.coffee b/app/modules/discover/services/discover-projects.service.spec.coffee index 7df90de30..a227f03c2 100644 --- a/app/modules/discover/services/discover-projects.service.spec.coffee +++ b/app/modules/discover/services/discover-projects.service.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "tgDiscoverProjectsService", -> diff --git a/app/modules/epics/create-epic/create-epic.controller.coffee b/app/modules/epics/create-epic/create-epic.controller.coffee index f13398742..a49613c14 100644 --- a/app/modules/epics/create-epic/create-epic.controller.coffee +++ b/app/modules/epics/create-epic/create-epic.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/epics/create-epic/create-epic.controller.spec.coffee b/app/modules/epics/create-epic/create-epic.controller.spec.coffee index 41d94405d..87eb9e4bf 100644 --- a/app/modules/epics/create-epic/create-epic.controller.spec.coffee +++ b/app/modules/epics/create-epic/create-epic.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "EpicRow", -> diff --git a/app/modules/epics/create-epic/create-epic.directive.coffee b/app/modules/epics/create-epic/create-epic.directive.coffee index 0c0234ba1..36b7e5461 100644 --- a/app/modules/epics/create-epic/create-epic.directive.coffee +++ b/app/modules/epics/create-epic/create-epic.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### CreateEpicDirective = () -> diff --git a/app/modules/epics/create-epic/create-epic.jade b/app/modules/epics/create-epic/create-epic.jade index f1a4c0c94..f7e0189a6 100644 --- a/app/modules/epics/create-epic/create-epic.jade +++ b/app/modules/epics/create-epic/create-epic.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-lightbox-close diff --git a/app/modules/epics/dashboard/epic-row/epic-row.controller.coffee b/app/modules/epics/dashboard/epic-row/epic-row.controller.coffee index d3768dea9..5cb1bd2e4 100644 --- a/app/modules/epics/dashboard/epic-row/epic-row.controller.coffee +++ b/app/modules/epics/dashboard/epic-row/epic-row.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class EpicRowController diff --git a/app/modules/epics/dashboard/epic-row/epic-row.controller.spec.coffee b/app/modules/epics/dashboard/epic-row/epic-row.controller.spec.coffee index 3e8ad6a25..ecdae760f 100644 --- a/app/modules/epics/dashboard/epic-row/epic-row.controller.spec.coffee +++ b/app/modules/epics/dashboard/epic-row/epic-row.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "EpicRow", -> diff --git a/app/modules/epics/dashboard/epic-row/epic-row.directive.coffee b/app/modules/epics/dashboard/epic-row/epic-row.directive.coffee index ce74a28f8..e3ad506e6 100644 --- a/app/modules/epics/dashboard/epic-row/epic-row.directive.coffee +++ b/app/modules/epics/dashboard/epic-row/epic-row.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### EpicRowDirective = () -> diff --git a/app/modules/epics/dashboard/epic-row/epic-row.jade b/app/modules/epics/dashboard/epic-row/epic-row.jade index 18a6dc282..c6f2a3d0a 100644 --- a/app/modules/epics/dashboard/epic-row/epic-row.jade +++ b/app/modules/epics/dashboard/epic-row/epic-row.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .epic-row.e2e-epic-row( ng-class="{'is-blocked': vm.epic.get('is_blocked'), 'is-closed': vm.epic.get('is_closed'), 'unfold': vm.displayUserStories, 'not-empty': vm.epic.getIn(['user_stories_counts', 'opened']) || vm.epic.getIn(['user_stories_counts', 'closed'])}" diff --git a/app/modules/epics/dashboard/epics-dashboard.controller.coffee b/app/modules/epics/dashboard/epics-dashboard.controller.coffee index 800791530..1a179769a 100644 --- a/app/modules/epics/dashboard/epics-dashboard.controller.coffee +++ b/app/modules/epics/dashboard/epics-dashboard.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/epics/dashboard/epics-dashboard.controller.spec.coffee b/app/modules/epics/dashboard/epics-dashboard.controller.spec.coffee index 27612c80a..81442186d 100644 --- a/app/modules/epics/dashboard/epics-dashboard.controller.spec.coffee +++ b/app/modules/epics/dashboard/epics-dashboard.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "EpicsDashboard", -> diff --git a/app/modules/epics/dashboard/epics-dashboard.jade b/app/modules/epics/dashboard/epics-dashboard.jade index 7686fad9d..f32ca9c77 100644 --- a/app/modules/epics/dashboard/epics-dashboard.jade +++ b/app/modules/epics/dashboard/epics-dashboard.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .wrapper(ng-init="vm.loadInitialData()") tg-project-menu diff --git a/app/modules/epics/dashboard/epics-sortable/epics-sortable.directive.coffee b/app/modules/epics/dashboard/epics-sortable/epics-sortable.directive.coffee index 97bbbfae5..846045189 100644 --- a/app/modules/epics/dashboard/epics-sortable/epics-sortable.directive.coffee +++ b/app/modules/epics/dashboard/epics-sortable/epics-sortable.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### EpicsSortableDirective = ($parse, projectService) -> diff --git a/app/modules/epics/dashboard/epics-table/epics-table.controller.coffee b/app/modules/epics/dashboard/epics-table/epics-table.controller.coffee index ebf49dd58..27868453e 100644 --- a/app/modules/epics/dashboard/epics-table/epics-table.controller.coffee +++ b/app/modules/epics/dashboard/epics-table/epics-table.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/epics/dashboard/epics-table/epics-table.controller.spec.coffee b/app/modules/epics/dashboard/epics-table/epics-table.controller.spec.coffee index 5391a272e..33443cdd5 100644 --- a/app/modules/epics/dashboard/epics-table/epics-table.controller.spec.coffee +++ b/app/modules/epics/dashboard/epics-table/epics-table.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "EpicTable", -> diff --git a/app/modules/epics/dashboard/epics-table/epics-table.directive.coffee b/app/modules/epics/dashboard/epics-table/epics-table.directive.coffee index 31de51e32..8249c935b 100644 --- a/app/modules/epics/dashboard/epics-table/epics-table.directive.coffee +++ b/app/modules/epics/dashboard/epics-table/epics-table.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### EpicsTableDirective = () -> diff --git a/app/modules/epics/dashboard/epics-table/epics-table.jade b/app/modules/epics/dashboard/epics-table/epics-table.jade index 1d3cb13bb..1ed4d6247 100644 --- a/app/modules/epics/dashboard/epics-table/epics-table.jade +++ b/app/modules/epics/dashboard/epics-table/epics-table.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC mixin epicSwitch(name, model) div.check diff --git a/app/modules/epics/dashboard/story-row/story-row.controller.coffee b/app/modules/epics/dashboard/story-row/story-row.controller.coffee index e0ea1af29..fafcfa077 100644 --- a/app/modules/epics/dashboard/story-row/story-row.controller.coffee +++ b/app/modules/epics/dashboard/story-row/story-row.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaEpics") diff --git a/app/modules/epics/dashboard/story-row/story-row.controller.spec.coffee b/app/modules/epics/dashboard/story-row/story-row.controller.spec.coffee index 0bd64f2ad..adaa2d829 100644 --- a/app/modules/epics/dashboard/story-row/story-row.controller.spec.coffee +++ b/app/modules/epics/dashboard/story-row/story-row.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "StoryRowCtrl", -> diff --git a/app/modules/epics/dashboard/story-row/story-row.directive.coffee b/app/modules/epics/dashboard/story-row/story-row.directive.coffee index ed6e7b773..72d7a593e 100644 --- a/app/modules/epics/dashboard/story-row/story-row.directive.coffee +++ b/app/modules/epics/dashboard/story-row/story-row.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module('taigaEpics') diff --git a/app/modules/epics/dashboard/story-row/story-row.jade b/app/modules/epics/dashboard/story-row/story-row.jade index 448aceaa3..f9b002498 100644 --- a/app/modules/epics/dashboard/story-row/story-row.jade +++ b/app/modules/epics/dashboard/story-row/story-row.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .story-row( ng-class="{'is-blocked': vm.story.get('is_blocked'), 'is-closed': vm.story.get('is_closed')}" diff --git a/app/modules/epics/epics.service.coffee b/app/modules/epics/epics.service.coffee index b9f629b4c..f920e2073 100644 --- a/app/modules/epics/epics.service.coffee +++ b/app/modules/epics/epics.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/epics/epics.service.spec.coffee b/app/modules/epics/epics.service.spec.coffee index 345736ca2..b94a69632 100644 --- a/app/modules/epics/epics.service.spec.coffee +++ b/app/modules/epics/epics.service.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "tgEpicsService", -> diff --git a/app/modules/epics/related-userstories/related-userstories-controller.coffee b/app/modules/epics/related-userstories/related-userstories-controller.coffee index 71c05a5a4..bc0770a59 100644 --- a/app/modules/epics/related-userstories/related-userstories-controller.coffee +++ b/app/modules/epics/related-userstories/related-userstories-controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaEpics") diff --git a/app/modules/epics/related-userstories/related-userstories-create/related-userstories-create.controller.coffee b/app/modules/epics/related-userstories/related-userstories-create/related-userstories-create.controller.coffee index 4ff69b599..4cea03145 100644 --- a/app/modules/epics/related-userstories/related-userstories-create/related-userstories-create.controller.coffee +++ b/app/modules/epics/related-userstories/related-userstories-create/related-userstories-create.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaEpics") diff --git a/app/modules/epics/related-userstories/related-userstories-create/related-userstories-create.controller.spec.coffee b/app/modules/epics/related-userstories/related-userstories-create/related-userstories-create.controller.spec.coffee index 279cfc176..f4dd08824 100644 --- a/app/modules/epics/related-userstories/related-userstories-create/related-userstories-create.controller.spec.coffee +++ b/app/modules/epics/related-userstories/related-userstories-create/related-userstories-create.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "RelatedUserstoriesCreate", -> diff --git a/app/modules/epics/related-userstories/related-userstories-create/related-userstories-create.directive.coffee b/app/modules/epics/related-userstories/related-userstories-create/related-userstories-create.directive.coffee index d8fc1c5ad..87e8ea3f9 100644 --- a/app/modules/epics/related-userstories/related-userstories-create/related-userstories-create.directive.coffee +++ b/app/modules/epics/related-userstories/related-userstories-create/related-userstories-create.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module('taigaEpics') diff --git a/app/modules/epics/related-userstories/related-userstories-create/related-userstories-create.jade b/app/modules/epics/related-userstories/related-userstories-create/related-userstories-create.jade index 8999c74ff..f045e31d7 100644 --- a/app/modules/epics/related-userstories/related-userstories-create/related-userstories-create.jade +++ b/app/modules/epics/related-userstories/related-userstories-create/related-userstories-create.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC button.btn-icon.add-button.e2e-add-userstory-button( tg-check-permission="add_us" diff --git a/app/modules/epics/related-userstories/related-userstories-sortable/related-userstories-sortable.directive.coffee b/app/modules/epics/related-userstories/related-userstories-sortable/related-userstories-sortable.directive.coffee index 9319c1cf2..ddf6f7c62 100644 --- a/app/modules/epics/related-userstories/related-userstories-sortable/related-userstories-sortable.directive.coffee +++ b/app/modules/epics/related-userstories/related-userstories-sortable/related-userstories-sortable.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module('taigaEpics') diff --git a/app/modules/epics/related-userstories/related-userstories.controller.spec.coffee b/app/modules/epics/related-userstories/related-userstories.controller.spec.coffee index 84a8f9546..99c12682a 100644 --- a/app/modules/epics/related-userstories/related-userstories.controller.spec.coffee +++ b/app/modules/epics/related-userstories/related-userstories.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "RelatedUserStories", -> diff --git a/app/modules/epics/related-userstories/related-userstories.directive.coffee b/app/modules/epics/related-userstories/related-userstories.directive.coffee index 853c32a8a..13d649ded 100644 --- a/app/modules/epics/related-userstories/related-userstories.directive.coffee +++ b/app/modules/epics/related-userstories/related-userstories.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module('taigaEpics') diff --git a/app/modules/epics/related-userstories/related-userstories.jade b/app/modules/epics/related-userstories/related-userstories.jade index 712bc4128..9089a6209 100644 --- a/app/modules/epics/related-userstories/related-userstories.jade +++ b/app/modules/epics/related-userstories/related-userstories.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.related-userstories( ng-if="vm.showRelatedUserStoriesSection()" diff --git a/app/modules/epics/related-userstories/related-userstory-row/related-userstory-row.controller.coffee b/app/modules/epics/related-userstories/related-userstory-row/related-userstory-row.controller.coffee index ee59187d0..8d929df1c 100644 --- a/app/modules/epics/related-userstories/related-userstory-row/related-userstory-row.controller.coffee +++ b/app/modules/epics/related-userstories/related-userstory-row/related-userstory-row.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaEpics") diff --git a/app/modules/epics/related-userstories/related-userstory-row/related-userstory-row.controller.spec.coffee b/app/modules/epics/related-userstories/related-userstory-row/related-userstory-row.controller.spec.coffee index da4c8c9f6..95b365c6d 100644 --- a/app/modules/epics/related-userstories/related-userstory-row/related-userstory-row.controller.spec.coffee +++ b/app/modules/epics/related-userstories/related-userstory-row/related-userstory-row.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "RelatedUserstoryRow", -> diff --git a/app/modules/epics/related-userstories/related-userstory-row/related-userstory-row.directive.coffee b/app/modules/epics/related-userstories/related-userstory-row/related-userstory-row.directive.coffee index e4cdbaf9a..15f4a242e 100644 --- a/app/modules/epics/related-userstories/related-userstory-row/related-userstory-row.directive.coffee +++ b/app/modules/epics/related-userstories/related-userstory-row/related-userstory-row.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module('taigaEpics') diff --git a/app/modules/epics/related-userstories/related-userstory-row/related-userstory-row.jade b/app/modules/epics/related-userstories/related-userstory-row/related-userstory-row.jade index 4a9bc63b8..5e693cd32 100644 --- a/app/modules/epics/related-userstories/related-userstory-row/related-userstory-row.jade +++ b/app/modules/epics/related-userstories/related-userstory-row/related-userstory-row.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-svg.icon-drag( svg-icon="icon-drag" diff --git a/app/modules/external-apps/external-app.controller.coffee b/app/modules/external-apps/external-app.controller.coffee index 14f6c62c0..dac6cb317 100644 --- a/app/modules/external-apps/external-app.controller.coffee +++ b/app/modules/external-apps/external-app.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/external-apps/external-app.controller.spec.coffee b/app/modules/external-apps/external-app.controller.spec.coffee index d871ac0c7..4bb13de59 100644 --- a/app/modules/external-apps/external-app.controller.spec.coffee +++ b/app/modules/external-apps/external-app.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "ExternalAppController", -> diff --git a/app/modules/external-apps/external-app.jade b/app/modules/external-apps/external-app.jade index 5106a0682..2dc314286 100644 --- a/app/modules/external-apps/external-app.jade +++ b/app/modules/external-apps/external-app.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.external-app-wrapper div.logo diff --git a/app/modules/external-apps/external-app.service.coffee b/app/modules/external-apps/external-app.service.coffee index e5cfce662..4313c4fcc 100644 --- a/app/modules/external-apps/external-app.service.coffee +++ b/app/modules/external-apps/external-app.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class ExternalAppsService extends taiga.Service diff --git a/app/modules/external-apps/external-app.service.spec.coffee b/app/modules/external-apps/external-app.service.spec.coffee index 79ffb4baa..9d90f55ba 100644 --- a/app/modules/external-apps/external-app.service.spec.coffee +++ b/app/modules/external-apps/external-app.service.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "tgExternalAppsService", -> diff --git a/app/modules/external-apps/external-apps.module.coffee b/app/modules/external-apps/external-apps.module.coffee index d064cb3ba..b89cef5b5 100644 --- a/app/modules/external-apps/external-apps.module.coffee +++ b/app/modules/external-apps/external-apps.module.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaExternalApps", []) diff --git a/app/modules/feedback/feedback.service.coffee b/app/modules/feedback/feedback.service.coffee index f636af304..ca85df0ba 100644 --- a/app/modules/feedback/feedback.service.coffee +++ b/app/modules/feedback/feedback.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class FeedbackService extends taiga.Service diff --git a/app/modules/feedback/feedback.service.spec.coffee b/app/modules/feedback/feedback.service.spec.coffee index 30b4983fc..d023bcb33 100644 --- a/app/modules/feedback/feedback.service.spec.coffee +++ b/app/modules/feedback/feedback.service.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "tgFeedbackService", -> diff --git a/app/modules/history/activity/activity.service.coffee b/app/modules/history/activity/activity.service.coffee index 72a7ee7bd..f189bb572 100644 --- a/app/modules/history/activity/activity.service.coffee +++ b/app/modules/history/activity/activity.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/history/activity/activity.service.spec.coffee b/app/modules/history/activity/activity.service.spec.coffee index db12ece9e..820cc4370 100644 --- a/app/modules/history/activity/activity.service.spec.coffee +++ b/app/modules/history/activity/activity.service.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "tgActivityService", -> diff --git a/app/modules/history/comments/comment.controller.coffee b/app/modules/history/comments/comment.controller.coffee index 7b7d6e333..a198ca1ff 100644 --- a/app/modules/history/comments/comment.controller.coffee +++ b/app/modules/history/comments/comment.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaHistory") diff --git a/app/modules/history/comments/comment.controller.spec.coffee b/app/modules/history/comments/comment.controller.spec.coffee index 8e72a163b..208150a37 100644 --- a/app/modules/history/comments/comment.controller.spec.coffee +++ b/app/modules/history/comments/comment.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "CommentController", -> diff --git a/app/modules/history/comments/comment.directive.coffee b/app/modules/history/comments/comment.directive.coffee index db2d04ad3..7226d32e8 100644 --- a/app/modules/history/comments/comment.directive.coffee +++ b/app/modules/history/comments/comment.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module('taigaHistory') diff --git a/app/modules/history/comments/comment.jade b/app/modules/history/comments/comment.jade index 7d822ff31..e92434595 100644 --- a/app/modules/history/comments/comment.jade +++ b/app/modules/history/comments/comment.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .comment-wrapper(ng-if="!vm.comment.delete_comment_date") img.comment-avatar( diff --git a/app/modules/history/comments/comments.controller.coffee b/app/modules/history/comments/comments.controller.coffee index dcd0ee656..ee06963e8 100644 --- a/app/modules/history/comments/comments.controller.coffee +++ b/app/modules/history/comments/comments.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaHistory") diff --git a/app/modules/history/comments/comments.controller.spec.coffee b/app/modules/history/comments/comments.controller.spec.coffee index 1d0dc3f52..e5c829b21 100644 --- a/app/modules/history/comments/comments.controller.spec.coffee +++ b/app/modules/history/comments/comments.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "CommentsController", -> diff --git a/app/modules/history/comments/comments.directive.coffee b/app/modules/history/comments/comments.directive.coffee index 350eb8506..7d9c00b31 100644 --- a/app/modules/history/comments/comments.directive.coffee +++ b/app/modules/history/comments/comments.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module('taigaHistory') diff --git a/app/modules/history/comments/comments.jade b/app/modules/history/comments/comments.jade index df736e0ca..8a7f8a46d 100644 --- a/app/modules/history/comments/comments.jade +++ b/app/modules/history/comments/comments.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.comments tg-comment-wysiwyg( diff --git a/app/modules/history/history-lightbox/comment-history-lightbox.controller.coffee b/app/modules/history/history-lightbox/comment-history-lightbox.controller.coffee index 44a1b6902..1e29d9c30 100644 --- a/app/modules/history/history-lightbox/comment-history-lightbox.controller.coffee +++ b/app/modules/history/history-lightbox/comment-history-lightbox.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaHistory") diff --git a/app/modules/history/history-lightbox/comment-history-lightbox.controller.spec.coffee b/app/modules/history/history-lightbox/comment-history-lightbox.controller.spec.coffee index 824174efa..52abb5f80 100644 --- a/app/modules/history/history-lightbox/comment-history-lightbox.controller.spec.coffee +++ b/app/modules/history/history-lightbox/comment-history-lightbox.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "LightboxDisplayHistoricController", -> diff --git a/app/modules/history/history-lightbox/comment-history-lightbox.directive.coffee b/app/modules/history/history-lightbox/comment-history-lightbox.directive.coffee index 0de61bd57..f84006461 100644 --- a/app/modules/history/history-lightbox/comment-history-lightbox.directive.coffee +++ b/app/modules/history/history-lightbox/comment-history-lightbox.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### LightboxDisplayHistoricDirective = (lightboxService) -> diff --git a/app/modules/history/history-lightbox/comment-history-lightbox.jade b/app/modules/history/history-lightbox/comment-history-lightbox.jade index 904275347..529ba6330 100644 --- a/app/modules/history/history-lightbox/comment-history-lightbox.jade +++ b/app/modules/history/history-lightbox/comment-history-lightbox.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-lightbox-close diff --git a/app/modules/history/history-lightbox/history-entry.directive.coffee b/app/modules/history/history-lightbox/history-entry.directive.coffee index a3c40d528..36640963f 100644 --- a/app/modules/history/history-lightbox/history-entry.directive.coffee +++ b/app/modules/history/history-lightbox/history-entry.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### HistoryEntryDirective = () -> diff --git a/app/modules/history/history-lightbox/history-entry.jade b/app/modules/history/history-lightbox/history-entry.jade index f24d8b6bb..a8fa2bd9a 100644 --- a/app/modules/history/history-lightbox/history-entry.jade +++ b/app/modules/history/history-lightbox/history-entry.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .entry-wrapper img.entry-avatar( diff --git a/app/modules/history/history-tabs/history-tabs.directive.coffee b/app/modules/history/history-tabs/history-tabs.directive.coffee index b71f94e65..21ae0ac55 100644 --- a/app/modules/history/history-tabs/history-tabs.directive.coffee +++ b/app/modules/history/history-tabs/history-tabs.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module('taigaHistory') diff --git a/app/modules/history/history-tabs/history-tabs.jade b/app/modules/history/history-tabs/history-tabs.jade index 44936df3c..03fb78053 100644 --- a/app/modules/history/history-tabs/history-tabs.jade +++ b/app/modules/history/history-tabs/history-tabs.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC nav.history-tabs a.history-tab.e2e-comments-tab( diff --git a/app/modules/history/history.controller.coffee b/app/modules/history/history.controller.coffee index 838bb9742..cf8287dd2 100644 --- a/app/modules/history/history.controller.coffee +++ b/app/modules/history/history.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaHistory") diff --git a/app/modules/history/history.controller.spec.coffee b/app/modules/history/history.controller.spec.coffee index 31dbd0838..621fe239b 100644 --- a/app/modules/history/history.controller.spec.coffee +++ b/app/modules/history/history.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "HistorySection", -> diff --git a/app/modules/history/history.directive.coffee b/app/modules/history/history.directive.coffee index 434c4de28..a09dc4d61 100644 --- a/app/modules/history/history.directive.coffee +++ b/app/modules/history/history.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module('taigaHistory') diff --git a/app/modules/history/history.jade b/app/modules/history/history.jade index 93134389c..61b6af167 100644 --- a/app/modules/history/history.jade +++ b/app/modules/history/history.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.history( ng-if="vm.showHistorySection()" diff --git a/app/modules/history/history.module.coffee b/app/modules/history/history.module.coffee index 65c4c9b0c..281f449a0 100644 --- a/app/modules/history/history.module.coffee +++ b/app/modules/history/history.module.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### angular.module("taigaHistory", []) diff --git a/app/modules/history/history/history-diff.controller.coffee b/app/modules/history/history/history-diff.controller.coffee index 9633c2a6e..4c4e4f4c4 100644 --- a/app/modules/history/history/history-diff.controller.coffee +++ b/app/modules/history/history/history-diff.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaHistory") diff --git a/app/modules/history/history/history-diff.controller.spec.coffee b/app/modules/history/history/history-diff.controller.spec.coffee index 4a8d5839a..85d33ea9a 100644 --- a/app/modules/history/history/history-diff.controller.spec.coffee +++ b/app/modules/history/history/history-diff.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "ActivitiesDiffController", -> diff --git a/app/modules/history/history/history-diff.directive.coffee b/app/modules/history/history/history-diff.directive.coffee index e0ab9439e..79c272f6b 100644 --- a/app/modules/history/history/history-diff.directive.coffee +++ b/app/modules/history/history/history-diff.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module('taigaHistory') diff --git a/app/modules/history/history/history-diff.jade b/app/modules/history/history/history-diff.jade index b5c8026df..2fab1922b 100644 --- a/app/modules/history/history/history-diff.jade +++ b/app/modules/history/history/history-diff.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .diff-wrapper( ng-if="vm.type == 'points'" diff --git a/app/modules/history/history/history-templates/blocked.jade b/app/modules/history/history/history-templates/blocked.jade index 0e46f2f0d..b17bde18f 100644 --- a/app/modules/history/history/history-templates/blocked.jade +++ b/app/modules/history/history/history-templates/blocked.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .diff-status-wrapper span.key( diff --git a/app/modules/history/history/history-templates/client-requirement.jade b/app/modules/history/history/history-templates/client-requirement.jade index df6d66fa5..6f0045d36 100644 --- a/app/modules/history/history/history-templates/client-requirement.jade +++ b/app/modules/history/history/history-templates/client-requirement.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .diff-status-wrapper span.key( diff --git a/app/modules/history/history/history-templates/history-assigned-users.jade b/app/modules/history/history/history-templates/history-assigned-users.jade index 4847b2596..8791d533b 100644 --- a/app/modules/history/history/history-templates/history-assigned-users.jade +++ b/app/modules/history/history/history-templates/history-assigned-users.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .diff-status-wrapper span.key( diff --git a/app/modules/history/history/history-templates/history-assigned.jade b/app/modules/history/history/history-templates/history-assigned.jade index 217e7bfbb..be0ce5943 100644 --- a/app/modules/history/history/history-templates/history-assigned.jade +++ b/app/modules/history/history/history-templates/history-assigned.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .diff-status-wrapper span.key( diff --git a/app/modules/history/history/history-templates/history-attachments.jade b/app/modules/history/history/history-templates/history-attachments.jade index 8228bcb66..e1e614033 100644 --- a/app/modules/history/history/history-templates/history-attachments.jade +++ b/app/modules/history/history/history-templates/history-attachments.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .diff-attachments-new( ng-if="vm.diff.new.length" diff --git a/app/modules/history/history/history-templates/history-color.jade b/app/modules/history/history/history-templates/history-color.jade index c132e62bc..c5ab37b17 100644 --- a/app/modules/history/history/history-templates/history-color.jade +++ b/app/modules/history/history/history-templates/history-color.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .diff-color-wrapper span.key( diff --git a/app/modules/history/history/history-templates/history-custom-attributes.jade b/app/modules/history/history/history-templates/history-custom-attributes.jade index 0a693b62d..b737e542b 100644 --- a/app/modules/history/history/history-templates/history-custom-attributes.jade +++ b/app/modules/history/history/history-templates/history-custom-attributes.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .diff-status-wrapper( ng-if="vm.diff.new.length" diff --git a/app/modules/history/history/history-templates/history-description.jade b/app/modules/history/history/history-templates/history-description.jade index ce9147828..e6f784dbd 100644 --- a/app/modules/history/history/history-templates/history-description.jade +++ b/app/modules/history/history/history-templates/history-description.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .diff-status-wrapper p.key( diff --git a/app/modules/history/history/history-templates/history-due-date.jade b/app/modules/history/history/history-templates/history-due-date.jade index d8dfecb66..96494a7ec 100644 --- a/app/modules/history/history/history-templates/history-due-date.jade +++ b/app/modules/history/history/history-templates/history-due-date.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .diff-status-wrapper span.key( diff --git a/app/modules/history/history/history-templates/history-milestone.jade b/app/modules/history/history/history-templates/history-milestone.jade index 8bb30ec9b..4e8b00fa2 100644 --- a/app/modules/history/history/history-templates/history-milestone.jade +++ b/app/modules/history/history/history-templates/history-milestone.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .diff-milestone-wrapper span.key( diff --git a/app/modules/history/history/history-templates/history-points.jade b/app/modules/history/history/history-templates/history-points.jade index 0d4d936e5..ae5536b17 100644 --- a/app/modules/history/history/history-templates/history-points.jade +++ b/app/modules/history/history/history-templates/history-points.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .diff-points-wrapper(ng-repeat="(key, diff) in vm.diff") span.key( diff --git a/app/modules/history/history/history-templates/history-priority.jade b/app/modules/history/history/history-templates/history-priority.jade index 34eaa9e4f..54e63bd6b 100644 --- a/app/modules/history/history/history-templates/history-priority.jade +++ b/app/modules/history/history/history-templates/history-priority.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .diff-status-wrapper span.key( diff --git a/app/modules/history/history/history-templates/history-promoted.jade b/app/modules/history/history/history-templates/history-promoted.jade index 1ccf33577..36e128653 100644 --- a/app/modules/history/history/history-templates/history-promoted.jade +++ b/app/modules/history/history/history-templates/history-promoted.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .diff-status-wrapper span.key( diff --git a/app/modules/history/history/history-templates/history-severity.jade b/app/modules/history/history/history-templates/history-severity.jade index 8c99b9d92..2928e4a9b 100644 --- a/app/modules/history/history/history-templates/history-severity.jade +++ b/app/modules/history/history/history-templates/history-severity.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .diff-status-wrapper span.key( diff --git a/app/modules/history/history/history-templates/history-status.jade b/app/modules/history/history/history-templates/history-status.jade index 1ab5524be..774b46239 100644 --- a/app/modules/history/history/history-templates/history-status.jade +++ b/app/modules/history/history/history-templates/history-status.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .diff-status-wrapper span.key( diff --git a/app/modules/history/history/history-templates/history-subject.jade b/app/modules/history/history/history-templates/history-subject.jade index 2812a7375..0ac738cd1 100644 --- a/app/modules/history/history/history-templates/history-subject.jade +++ b/app/modules/history/history/history-templates/history-subject.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .diff-subject-wrapper span.key( diff --git a/app/modules/history/history/history-templates/history-tags.jade b/app/modules/history/history/history-templates/history-tags.jade index c7be6e26a..0ca95d899 100644 --- a/app/modules/history/history/history-templates/history-tags.jade +++ b/app/modules/history/history/history-templates/history-tags.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .diff-tags-wrapper p(ng-if="vm.diffRemoveTags") diff --git a/app/modules/history/history/history-templates/history-type.jade b/app/modules/history/history/history-templates/history-type.jade index bce3a40bc..7541551a7 100644 --- a/app/modules/history/history/history-templates/history-type.jade +++ b/app/modules/history/history/history-templates/history-type.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .diff-status-wrapper span.key( diff --git a/app/modules/history/history/history-templates/team-requirement.jade b/app/modules/history/history/history-templates/team-requirement.jade index da1a2b9b9..3ae2d9e47 100644 --- a/app/modules/history/history/history-templates/team-requirement.jade +++ b/app/modules/history/history/history-templates/team-requirement.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .diff-status-wrapper span.key( diff --git a/app/modules/history/history/history.directive.coffee b/app/modules/history/history/history.directive.coffee index b9262f76a..9cf89b5f0 100644 --- a/app/modules/history/history/history.directive.coffee +++ b/app/modules/history/history/history.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module('taigaHistory') diff --git a/app/modules/history/history/history.jade b/app/modules/history/history/history.jade index acdfa3f52..e058f3cd4 100644 --- a/app/modules/history/history/history.jade +++ b/app/modules/history/history/history.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.activities .activities-wrapper diff --git a/app/modules/home/duties/duty.directive.coffee b/app/modules/home/duties/duty.directive.coffee index 71f8a5851..65b8c2dec 100644 --- a/app/modules/home/duties/duty.directive.coffee +++ b/app/modules/home/duties/duty.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### DutyDirective = (navurls, $translate) -> diff --git a/app/modules/home/duties/duty.directive.spec.coffee b/app/modules/home/duties/duty.directive.spec.coffee index 51d768690..badc91df5 100644 --- a/app/modules/home/duties/duty.directive.spec.coffee +++ b/app/modules/home/duties/duty.directive.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "dutyDirective", () -> diff --git a/app/modules/home/duties/duty.jade b/app/modules/home/duties/duty.jade index f2d44d5e5..a0fd9e7d4 100644 --- a/app/modules/home/duties/duty.jade +++ b/app/modules/home/duties/duty.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC a.list-itemtype-ticket( href="{{ ::vm.duty.get('url') }}" diff --git a/app/modules/home/home-controller.spec.coffee b/app/modules/home/home-controller.spec.coffee index f1cf5e99d..3e8536dc6 100644 --- a/app/modules/home/home-controller.spec.coffee +++ b/app/modules/home/home-controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "HomeController", -> diff --git a/app/modules/home/home.controller.coffee b/app/modules/home/home.controller.coffee index e46249e68..ae89e0cdf 100644 --- a/app/modules/home/home.controller.coffee +++ b/app/modules/home/home.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class HomeController diff --git a/app/modules/home/home.jade b/app/modules/home/home.jade index 7b26e86e3..ea5ced717 100644 --- a/app/modules/home/home.jade +++ b/app/modules/home/home.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/modules/home/home.module.coffee b/app/modules/home/home.module.coffee index a2f5c2905..824c80441 100644 --- a/app/modules/home/home.module.coffee +++ b/app/modules/home/home.module.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaHome", []) diff --git a/app/modules/home/home.service.coffee b/app/modules/home/home.service.coffee index 5043c4f83..ce56d58d9 100644 --- a/app/modules/home/home.service.coffee +++ b/app/modules/home/home.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### groupBy = @.taiga.groupBy diff --git a/app/modules/home/home.service.spec.coffee b/app/modules/home/home.service.spec.coffee index c76493505..d56a9819f 100644 --- a/app/modules/home/home.service.spec.coffee +++ b/app/modules/home/home.service.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "tgHome", -> diff --git a/app/modules/home/projects/home-project-list-directive.spec.coffee b/app/modules/home/projects/home-project-list-directive.spec.coffee index 78b0855f4..eb738d030 100644 --- a/app/modules/home/projects/home-project-list-directive.spec.coffee +++ b/app/modules/home/projects/home-project-list-directive.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "homeProjectListDirective", () -> diff --git a/app/modules/home/projects/home-project-list.directive.coffee b/app/modules/home/projects/home-project-list.directive.coffee index 7ce3dc769..5eaebadb9 100644 --- a/app/modules/home/projects/home-project-list.directive.coffee +++ b/app/modules/home/projects/home-project-list.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### HomeProjectListDirective = (currentUserService) -> diff --git a/app/modules/home/projects/home-project-list.jade b/app/modules/home/projects/home-project-list.jade index ff7a8a687..294e1e927 100644 --- a/app/modules/home/projects/home-project-list.jade +++ b/app/modules/home/projects/home-project-list.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.home-project-list(ng-if="vm.projects.size") diff --git a/app/modules/home/working-on/empty.jade b/app/modules/home/working-on/empty.jade index 9b0aed371..833a7ab45 100644 --- a/app/modules/home/working-on/empty.jade +++ b/app/modules/home/working-on/empty.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC - for (var x = 0; x < 2; x++) .empty-ticket diff --git a/app/modules/home/working-on/working-on.controller.coffee b/app/modules/home/working-on/working-on.controller.coffee index 0cd7b5483..223f6209a 100644 --- a/app/modules/home/working-on/working-on.controller.coffee +++ b/app/modules/home/working-on/working-on.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class WorkingOnController diff --git a/app/modules/home/working-on/working-on.controller.spec.coffee b/app/modules/home/working-on/working-on.controller.spec.coffee index d6a4baced..de103f01c 100644 --- a/app/modules/home/working-on/working-on.controller.spec.coffee +++ b/app/modules/home/working-on/working-on.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "WorkingOn", -> diff --git a/app/modules/home/working-on/working-on.directive.coffee b/app/modules/home/working-on/working-on.directive.coffee index 61b1600c9..0657d99a5 100644 --- a/app/modules/home/working-on/working-on.directive.coffee +++ b/app/modules/home/working-on/working-on.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/home/working-on/working-on.jade b/app/modules/home/working-on/working-on.jade index 2adcf5d25..e21436c41 100644 --- a/app/modules/home/working-on/working-on.jade +++ b/app/modules/home/working-on/working-on.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.working-on-container header diff --git a/app/modules/invite-members/invite-members-form/invite-members-form.controller.coffee b/app/modules/invite-members/invite-members-form/invite-members-form.controller.coffee index ef2d1b231..0a2ed612f 100644 --- a/app/modules/invite-members/invite-members-form/invite-members-form.controller.coffee +++ b/app/modules/invite-members/invite-members-form/invite-members-form.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/invite-members/invite-members-form/invite-members-form.controller.spec.coffee b/app/modules/invite-members/invite-members-form/invite-members-form.controller.spec.coffee index ff9858c2f..911a46e89 100644 --- a/app/modules/invite-members/invite-members-form/invite-members-form.controller.spec.coffee +++ b/app/modules/invite-members/invite-members-form/invite-members-form.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "InviteMembersFormController", -> diff --git a/app/modules/invite-members/invite-members-form/invite-members-form.directive.coffee b/app/modules/invite-members/invite-members-form/invite-members-form.directive.coffee index 22c12cf5c..fe5eeb4e5 100644 --- a/app/modules/invite-members/invite-members-form/invite-members-form.directive.coffee +++ b/app/modules/invite-members/invite-members-form/invite-members-form.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### InviteMembersFormDirective = () -> diff --git a/app/modules/invite-members/invite-members-form/invite-members-form.jade b/app/modules/invite-members/invite-members-form/invite-members-form.jade index ba87548f5..075c1fccf 100644 --- a/app/modules/invite-members/invite-members-form/invite-members-form.jade +++ b/app/modules/invite-members/invite-members-form/invite-members-form.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC form.invite-members-form(ng-submit="vm.sendInvites(vm.inviteContacts)") ul.invite-members-form-list diff --git a/app/modules/invite-members/lightbox-add-members.controller.coffee b/app/modules/invite-members/lightbox-add-members.controller.coffee index 211c561da..4402d668c 100644 --- a/app/modules/invite-members/lightbox-add-members.controller.coffee +++ b/app/modules/invite-members/lightbox-add-members.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/invite-members/lightbox-add-members.controller.spec.coffee b/app/modules/invite-members/lightbox-add-members.controller.spec.coffee index ad6dbe096..b021fb2f8 100644 --- a/app/modules/invite-members/lightbox-add-members.controller.spec.coffee +++ b/app/modules/invite-members/lightbox-add-members.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "AddMembersController", -> diff --git a/app/modules/invite-members/lightbox-add-members.directive.coffee b/app/modules/invite-members/lightbox-add-members.directive.coffee index 0b5a59e41..ee01df140 100644 --- a/app/modules/invite-members/lightbox-add-members.directive.coffee +++ b/app/modules/invite-members/lightbox-add-members.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### LightboxAddMembersDirective = (lightboxService) -> diff --git a/app/modules/invite-members/lightbox-add-members.jade b/app/modules/invite-members/lightbox-add-members.jade index 49805056d..7514873e1 100644 --- a/app/modules/invite-members/lightbox-add-members.jade +++ b/app/modules/invite-members/lightbox-add-members.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-lightbox-close .add-members-wrapper diff --git a/app/modules/invite-members/suggest-add-members/suggest-add-members.controller.coffee b/app/modules/invite-members/suggest-add-members/suggest-add-members.controller.coffee index aac0aed41..2d38fabc5 100644 --- a/app/modules/invite-members/suggest-add-members/suggest-add-members.controller.coffee +++ b/app/modules/invite-members/suggest-add-members/suggest-add-members.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/invite-members/suggest-add-members/suggest-add-members.controller.spec.coffee b/app/modules/invite-members/suggest-add-members/suggest-add-members.controller.spec.coffee index b192cf84a..e89c97d77 100644 --- a/app/modules/invite-members/suggest-add-members/suggest-add-members.controller.spec.coffee +++ b/app/modules/invite-members/suggest-add-members/suggest-add-members.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "SuggestAddMembersController", -> diff --git a/app/modules/invite-members/suggest-add-members/suggest-add-members.directive.coffee b/app/modules/invite-members/suggest-add-members/suggest-add-members.directive.coffee index d69b5745a..9864030e4 100644 --- a/app/modules/invite-members/suggest-add-members/suggest-add-members.directive.coffee +++ b/app/modules/invite-members/suggest-add-members/suggest-add-members.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### SuggestAddMembersDirective = (lightboxService) -> diff --git a/app/modules/invite-members/suggest-add-members/suggest-add-members.jade b/app/modules/invite-members/suggest-add-members/suggest-add-members.jade index a4ebad94d..9a28d3225 100644 --- a/app/modules/invite-members/suggest-add-members/suggest-add-members.jade +++ b/app/modules/invite-members/suggest-add-members/suggest-add-members.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .add-member-suggest form.add-member-suggest-filter diff --git a/app/modules/navigation-bar/dropdown-notifications/dropdown-notifications.directive.coffee b/app/modules/navigation-bar/dropdown-notifications/dropdown-notifications.directive.coffee index 0846cce41..4e93a38ca 100644 --- a/app/modules/navigation-bar/dropdown-notifications/dropdown-notifications.directive.coffee +++ b/app/modules/navigation-bar/dropdown-notifications/dropdown-notifications.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### timeout = @.taiga.timeout diff --git a/app/modules/navigation-bar/dropdown-notifications/dropdown-notifications.jade b/app/modules/navigation-bar/dropdown-notifications/dropdown-notifications.jade index 75555a92c..b24b368cf 100644 --- a/app/modules/navigation-bar/dropdown-notifications/dropdown-notifications.jade +++ b/app/modules/navigation-bar/dropdown-notifications/dropdown-notifications.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC a( href="" diff --git a/app/modules/navigation-bar/dropdown-project-list/dropdown-project-list.directive.coffee b/app/modules/navigation-bar/dropdown-project-list/dropdown-project-list.directive.coffee index d7b9ab93e..d64b0ca56 100644 --- a/app/modules/navigation-bar/dropdown-project-list/dropdown-project-list.directive.coffee +++ b/app/modules/navigation-bar/dropdown-project-list/dropdown-project-list.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### DropdownProjectListDirective = (rootScope, currentUserService, projectsService, projectService) -> diff --git a/app/modules/navigation-bar/dropdown-project-list/dropdown-project-list.directive.spec.coffee b/app/modules/navigation-bar/dropdown-project-list/dropdown-project-list.directive.spec.coffee index 91aff8696..e7571a314 100644 --- a/app/modules/navigation-bar/dropdown-project-list/dropdown-project-list.directive.spec.coffee +++ b/app/modules/navigation-bar/dropdown-project-list/dropdown-project-list.directive.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "dropdownProjectListDirective", () -> diff --git a/app/modules/navigation-bar/dropdown-project-list/dropdown-project-list.jade b/app/modules/navigation-bar/dropdown-project-list/dropdown-project-list.jade index 65cf66b94..09344bedc 100644 --- a/app/modules/navigation-bar/dropdown-project-list/dropdown-project-list.jade +++ b/app/modules/navigation-bar/dropdown-project-list/dropdown-project-list.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .dropdown-project-list(ng-class="{'active': active}") a( diff --git a/app/modules/navigation-bar/dropdown-user/dropdown-user.directive.coffee b/app/modules/navigation-bar/dropdown-user/dropdown-user.directive.coffee index 8836c4179..fcd26ac42 100644 --- a/app/modules/navigation-bar/dropdown-user/dropdown-user.directive.coffee +++ b/app/modules/navigation-bar/dropdown-user/dropdown-user.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### DropdownUserDirective = (authService, configService, locationService, diff --git a/app/modules/navigation-bar/dropdown-user/dropdown-user.directive.spec.coffee b/app/modules/navigation-bar/dropdown-user/dropdown-user.directive.spec.coffee index 74968c65b..291b233b3 100644 --- a/app/modules/navigation-bar/dropdown-user/dropdown-user.directive.spec.coffee +++ b/app/modules/navigation-bar/dropdown-user/dropdown-user.directive.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "dropdownUserDirective", () -> diff --git a/app/modules/navigation-bar/dropdown-user/dropdown-user.jade b/app/modules/navigation-bar/dropdown-user/dropdown-user.jade index 02ca3ef37..a82744a2a 100644 --- a/app/modules/navigation-bar/dropdown-user/dropdown-user.jade +++ b/app/modules/navigation-bar/dropdown-user/dropdown-user.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .dropdown-user-inner .dropdown-user-navbar diff --git a/app/modules/navigation-bar/navigation-bar.directive.coffee b/app/modules/navigation-bar/navigation-bar.directive.coffee index 54942231a..ec4314d51 100644 --- a/app/modules/navigation-bar/navigation-bar.directive.coffee +++ b/app/modules/navigation-bar/navigation-bar.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### NavigationBarDirective = (currentUserService, navigationBarService, locationService, navUrlsService, config, feedbackService) -> diff --git a/app/modules/navigation-bar/navigation-bar.directive.spec.coffee b/app/modules/navigation-bar/navigation-bar.directive.spec.coffee index 03548648d..6806513e2 100644 --- a/app/modules/navigation-bar/navigation-bar.directive.spec.coffee +++ b/app/modules/navigation-bar/navigation-bar.directive.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "navigationBarDirective", () -> diff --git a/app/modules/navigation-bar/navigation-bar.jade b/app/modules/navigation-bar/navigation-bar.jade index cdc99053c..44c01f7b9 100644 --- a/app/modules/navigation-bar/navigation-bar.jade +++ b/app/modules/navigation-bar/navigation-bar.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC nav.navbar(ng-if="vm.isEnabledHeader") .nav-left diff --git a/app/modules/navigation-bar/navigation-bar.module.coffee b/app/modules/navigation-bar/navigation-bar.module.coffee index 1487b9b23..7ec5608f9 100644 --- a/app/modules/navigation-bar/navigation-bar.module.coffee +++ b/app/modules/navigation-bar/navigation-bar.module.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### angular.module("taigaNavigationBar", []) diff --git a/app/modules/navigation-bar/navigation-bar.service.coffee b/app/modules/navigation-bar/navigation-bar.service.coffee index d0ee7c5d5..74ea6bae9 100644 --- a/app/modules/navigation-bar/navigation-bar.service.coffee +++ b/app/modules/navigation-bar/navigation-bar.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class NavigationBarService extends taiga.Service diff --git a/app/modules/notifications/notifications-list/notifications-list.directive.coffee b/app/modules/notifications/notifications-list/notifications-list.directive.coffee index a0038a284..d842acffe 100644 --- a/app/modules/notifications/notifications-list/notifications-list.directive.coffee +++ b/app/modules/notifications/notifications-list/notifications-list.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### NotificationsListDirective = -> diff --git a/app/modules/notifications/notifications-list/notifications-list.jade b/app/modules/notifications/notifications-list/notifications-list.jade index 65831fe5f..3114b6eeb 100644 --- a/app/modules/notifications/notifications-list/notifications-list.jade +++ b/app/modules/notifications/notifications-list/notifications-list.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.notifications-list div(ng-if="vm.loading") diff --git a/app/modules/notifications/notifications.controller.coffee b/app/modules/notifications/notifications.controller.coffee index 6c04f7ddb..cbe83f242 100644 --- a/app/modules/notifications/notifications.controller.coffee +++ b/app/modules/notifications/notifications.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/notifications/notifications.jade b/app/modules/notifications/notifications.jade index 8cf9ee7de..b07a7cc62 100644 --- a/app/modules/notifications/notifications.jade +++ b/app/modules/notifications/notifications.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC div.wrapper div.notifications-page.centered diff --git a/app/modules/notifications/notifications.module.coffee b/app/modules/notifications/notifications.module.coffee index 70d52ed83..141084dcf 100644 --- a/app/modules/notifications/notifications.module.coffee +++ b/app/modules/notifications/notifications.module.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### angular.module("taigaNotifications", []) diff --git a/app/modules/notifications/notifications.service.coffee b/app/modules/notifications/notifications.service.coffee index a0dbb4c72..e3a9825b8 100644 --- a/app/modules/notifications/notifications.service.coffee +++ b/app/modules/notifications/notifications.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/profile/includes/profile-sidebar.jade b/app/modules/profile/includes/profile-sidebar.jade index 8f9a52ebb..1ed05e0e4 100644 --- a/app/modules/profile/includes/profile-sidebar.jade +++ b/app/modules/profile/includes/profile-sidebar.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC aside.profile-sidebar div(ng-if="::vm.isCurrentUser") diff --git a/app/modules/profile/profile-bar/profile-bar.controller.coffee b/app/modules/profile/profile-bar/profile-bar.controller.coffee index 193565e38..66535590b 100644 --- a/app/modules/profile/profile-bar/profile-bar.controller.coffee +++ b/app/modules/profile/profile-bar/profile-bar.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class ProfileBarController diff --git a/app/modules/profile/profile-bar/profile-bar.controller.spec.coffee b/app/modules/profile/profile-bar/profile-bar.controller.spec.coffee index 7ff589c5d..add81d79a 100644 --- a/app/modules/profile/profile-bar/profile-bar.controller.spec.coffee +++ b/app/modules/profile/profile-bar/profile-bar.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "ProfileBar", -> diff --git a/app/modules/profile/profile-bar/profile-bar.directive.coffee b/app/modules/profile/profile-bar/profile-bar.directive.coffee index ad9102f3a..c0b735f21 100644 --- a/app/modules/profile/profile-bar/profile-bar.directive.coffee +++ b/app/modules/profile/profile-bar/profile-bar.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### ProfileBarDirective = () -> diff --git a/app/modules/profile/profile-bar/profile-bar.jade b/app/modules/profile/profile-bar/profile-bar.jade index 8120b1784..7e5478169 100644 --- a/app/modules/profile/profile-bar/profile-bar.jade +++ b/app/modules/profile/profile-bar/profile-bar.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.profile-bar div.profile-image-wrapper(ng-class="::{'is-current-user': vm.isCurrentUser}") diff --git a/app/modules/profile/profile-contacts/profile-contacts.controller.coffee b/app/modules/profile/profile-contacts/profile-contacts.controller.coffee index 8afc9072f..c35a2bf35 100644 --- a/app/modules/profile/profile-contacts/profile-contacts.controller.coffee +++ b/app/modules/profile/profile-contacts/profile-contacts.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class ProfileContactsController diff --git a/app/modules/profile/profile-contacts/profile-contacts.controller.spec.coffee b/app/modules/profile/profile-contacts/profile-contacts.controller.spec.coffee index cbea515f5..eda2c7e67 100644 --- a/app/modules/profile/profile-contacts/profile-contacts.controller.spec.coffee +++ b/app/modules/profile/profile-contacts/profile-contacts.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "ProfileContacts", -> diff --git a/app/modules/profile/profile-contacts/profile-contacts.directive.coffee b/app/modules/profile/profile-contacts/profile-contacts.directive.coffee index 45168d333..e29e8d4a6 100644 --- a/app/modules/profile/profile-contacts/profile-contacts.directive.coffee +++ b/app/modules/profile/profile-contacts/profile-contacts.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### ProfileContactsDirective = () -> diff --git a/app/modules/profile/profile-contacts/profile-contacts.jade b/app/modules/profile/profile-contacts/profile-contacts.jade index c0082463c..51ec09bb9 100644 --- a/app/modules/profile/profile-contacts/profile-contacts.jade +++ b/app/modules/profile/profile-contacts/profile-contacts.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.profile-contacts div(ng-if="vm.contacts === undefined") diff --git a/app/modules/profile/profile-favs/items/items.directive.coffee b/app/modules/profile/profile-favs/items/items.directive.coffee index 3a274f19c..90ad8d9b8 100644 --- a/app/modules/profile/profile-favs/items/items.directive.coffee +++ b/app/modules/profile/profile-favs/items/items.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### FavItemDirective = -> diff --git a/app/modules/profile/profile-favs/items/project.jade b/app/modules/profile/profile-favs/items/project.jade index 0b3e01daa..7476210b0 100644 --- a/app/modules/profile/profile-favs/items/project.jade +++ b/app/modules/profile/profile-favs/items/project.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .list-itemtype-project(ng-class="{'blocked-project': vm.item.get('project_blocked_code')}") .list-itemtype-project-left diff --git a/app/modules/profile/profile-favs/items/ticket.jade b/app/modules/profile/profile-favs/items/ticket.jade index 000c1849d..8f256534f 100644 --- a/app/modules/profile/profile-favs/items/ticket.jade +++ b/app/modules/profile/profile-favs/items/ticket.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .list-itemtype-ticket(ng-class="{'blocked-project': vm.item.get('project_blocked_code')}") a.list-itemtype-avatar( diff --git a/app/modules/profile/profile-favs/profile-favs.controller.coffee b/app/modules/profile/profile-favs/profile-favs.controller.coffee index f26107815..60806efb6 100644 --- a/app/modules/profile/profile-favs/profile-favs.controller.coffee +++ b/app/modules/profile/profile-favs/profile-favs.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### debounceLeading = @.taiga.debounceLeading diff --git a/app/modules/profile/profile-favs/profile-favs.controller.spec.coffee b/app/modules/profile/profile-favs/profile-favs.controller.spec.coffee index 79b09601b..14ead3c70 100644 --- a/app/modules/profile/profile-favs/profile-favs.controller.spec.coffee +++ b/app/modules/profile/profile-favs/profile-favs.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "ProfileLiked", -> diff --git a/app/modules/profile/profile-favs/profile-favs.directive.coffee b/app/modules/profile/profile-favs/profile-favs.directive.coffee index fb763b393..9fbfceb73 100644 --- a/app/modules/profile/profile-favs/profile-favs.directive.coffee +++ b/app/modules/profile/profile-favs/profile-favs.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### base = { diff --git a/app/modules/profile/profile-favs/profile-favs.jade b/app/modules/profile/profile-favs/profile-favs.jade index a282ce0e1..be0094d2a 100644 --- a/app/modules/profile/profile-favs/profile-favs.jade +++ b/app/modules/profile/profile-favs/profile-favs.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.profile-favs div.profile-filter diff --git a/app/modules/profile/profile-hints/profile-hints.controller.coffee b/app/modules/profile/profile-hints/profile-hints.controller.coffee index 506dcab07..4240ba525 100644 --- a/app/modules/profile/profile-hints/profile-hints.controller.coffee +++ b/app/modules/profile/profile-hints/profile-hints.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class ProfileHints diff --git a/app/modules/profile/profile-hints/profile-hints.controller.spec.coffee b/app/modules/profile/profile-hints/profile-hints.controller.spec.coffee index 32df14c97..6e3387cc7 100644 --- a/app/modules/profile/profile-hints/profile-hints.controller.spec.coffee +++ b/app/modules/profile/profile-hints/profile-hints.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "ProfileHints", -> diff --git a/app/modules/profile/profile-hints/profile-hints.directive.coffee b/app/modules/profile/profile-hints/profile-hints.directive.coffee index a8969c675..160da85ac 100644 --- a/app/modules/profile/profile-hints/profile-hints.directive.coffee +++ b/app/modules/profile/profile-hints/profile-hints.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### ProfileHints = ($translate) -> diff --git a/app/modules/profile/profile-hints/profile-hints.jade b/app/modules/profile/profile-hints/profile-hints.jade index 9cbf17cb0..492a8da35 100644 --- a/app/modules/profile/profile-hints/profile-hints.jade +++ b/app/modules/profile/profile-hints/profile-hints.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC h4 tg-svg(svg-icon="icon-question") diff --git a/app/modules/profile/profile-projects/profile-projects.controller.coffee b/app/modules/profile/profile-projects/profile-projects.controller.coffee index 2f7fac389..a5e3cb259 100644 --- a/app/modules/profile/profile-projects/profile-projects.controller.coffee +++ b/app/modules/profile/profile-projects/profile-projects.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class ProfileProjectsController diff --git a/app/modules/profile/profile-projects/profile-projects.controller.spec.coffee b/app/modules/profile/profile-projects/profile-projects.controller.spec.coffee index 90cfe0eb2..18d338ae0 100644 --- a/app/modules/profile/profile-projects/profile-projects.controller.spec.coffee +++ b/app/modules/profile/profile-projects/profile-projects.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "ProfileProjects", -> diff --git a/app/modules/profile/profile-projects/profile-projects.directive.coffee b/app/modules/profile/profile-projects/profile-projects.directive.coffee index 789c22c11..77a1e71c2 100644 --- a/app/modules/profile/profile-projects/profile-projects.directive.coffee +++ b/app/modules/profile/profile-projects/profile-projects.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### ProfileProjectsDirective = () -> diff --git a/app/modules/profile/profile-projects/profile-projects.jade b/app/modules/profile/profile-projects/profile-projects.jade index 8d3d284e0..fef636ec1 100644 --- a/app/modules/profile/profile-projects/profile-projects.jade +++ b/app/modules/profile/profile-projects/profile-projects.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.profile-projects div(ng-if="vm.projects === undefined") diff --git a/app/modules/profile/profile-tab/profile-tab.directive.coffee b/app/modules/profile/profile-tab/profile-tab.directive.coffee index cf3005941..9fd643df0 100644 --- a/app/modules/profile/profile-tab/profile-tab.directive.coffee +++ b/app/modules/profile/profile-tab/profile-tab.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### ProfileTabDirective = () -> diff --git a/app/modules/profile/profile-tab/profile-tab.jade b/app/modules/profile/profile-tab/profile-tab.jade index 5907bd7ed..e74c5a1dc 100644 --- a/app/modules/profile/profile-tab/profile-tab.jade +++ b/app/modules/profile/profile-tab/profile-tab.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC div(ng-if="tab.active") ng-transclude diff --git a/app/modules/profile/profile-tabs/profile-tabs.controller.coffee b/app/modules/profile/profile-tabs/profile-tabs.controller.coffee index 01c60e2d8..6ed4e18ab 100644 --- a/app/modules/profile/profile-tabs/profile-tabs.controller.coffee +++ b/app/modules/profile/profile-tabs/profile-tabs.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class ProfileTabsController diff --git a/app/modules/profile/profile-tabs/profile-tabs.controller.spec.coffee b/app/modules/profile/profile-tabs/profile-tabs.controller.spec.coffee index da77127e0..90d270ecf 100644 --- a/app/modules/profile/profile-tabs/profile-tabs.controller.spec.coffee +++ b/app/modules/profile/profile-tabs/profile-tabs.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "ProfileTabsController", -> diff --git a/app/modules/profile/profile-tabs/profile-tabs.directive.coffee b/app/modules/profile/profile-tabs/profile-tabs.directive.coffee index d5f15e6e8..c4f3cb1fd 100644 --- a/app/modules/profile/profile-tabs/profile-tabs.directive.coffee +++ b/app/modules/profile/profile-tabs/profile-tabs.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### ProfileTabsDirective = () -> diff --git a/app/modules/profile/profile-tabs/profile-tabs.jade b/app/modules/profile/profile-tabs/profile-tabs.jade index ea8a10d44..1256b9534 100644 --- a/app/modules/profile/profile-tabs/profile-tabs.jade +++ b/app/modules/profile/profile-tabs/profile-tabs.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC div nav.profile-content-tabs diff --git a/app/modules/profile/profile.controller.coffee b/app/modules/profile/profile.controller.coffee index fe755ccce..c2a7f9d89 100644 --- a/app/modules/profile/profile.controller.coffee +++ b/app/modules/profile/profile.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class ProfileController diff --git a/app/modules/profile/profile.controller.spec.coffee b/app/modules/profile/profile.controller.spec.coffee index a59e4205d..78d96da43 100644 --- a/app/modules/profile/profile.controller.spec.coffee +++ b/app/modules/profile/profile.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "ProfileController", -> diff --git a/app/modules/profile/profile.jade b/app/modules/profile/profile.jade index de03c2307..b7331de8a 100644 --- a/app/modules/profile/profile.jade +++ b/app/modules/profile/profile.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC div.profile.centered(ng-if="vm.user") tg-profile-bar( diff --git a/app/modules/profile/profile.module.coffee b/app/modules/profile/profile.module.coffee index f02229683..2b219f0db 100644 --- a/app/modules/profile/profile.module.coffee +++ b/app/modules/profile/profile.module.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaProfile", []) diff --git a/app/modules/projects/components/blocked-project-explanation.directive.coffee b/app/modules/projects/components/blocked-project-explanation.directive.coffee index 6646a3f42..43cc8e927 100644 --- a/app/modules/projects/components/blocked-project-explanation.directive.coffee +++ b/app/modules/projects/components/blocked-project-explanation.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### BlockedProjectExplanationDirective = () -> diff --git a/app/modules/projects/components/contact-project-button/contact-project-button.controller.coffee b/app/modules/projects/components/contact-project-button/contact-project-button.controller.coffee index 575d37a49..cf7e1977a 100644 --- a/app/modules/projects/components/contact-project-button/contact-project-button.controller.coffee +++ b/app/modules/projects/components/contact-project-button/contact-project-button.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class ContactProjectButtonController diff --git a/app/modules/projects/components/contact-project-button/contact-project-button.controller.spec.coffee b/app/modules/projects/components/contact-project-button/contact-project-button.controller.spec.coffee index e5ce6e474..f79ac4205 100644 --- a/app/modules/projects/components/contact-project-button/contact-project-button.controller.spec.coffee +++ b/app/modules/projects/components/contact-project-button/contact-project-button.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "ContactProjectButton", -> diff --git a/app/modules/projects/components/contact-project-button/contact-project-button.directive.coffee b/app/modules/projects/components/contact-project-button/contact-project-button.directive.coffee index 9fa7388a3..52b3050c3 100644 --- a/app/modules/projects/components/contact-project-button/contact-project-button.directive.coffee +++ b/app/modules/projects/components/contact-project-button/contact-project-button.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### ContactProjectButtonDirective = -> diff --git a/app/modules/projects/components/contact-project-button/contact-project-button.jade b/app/modules/projects/components/contact-project-button/contact-project-button.jade index 3c72ab21f..42049fcec 100644 --- a/app/modules/projects/components/contact-project-button/contact-project-button.jade +++ b/app/modules/projects/components/contact-project-button/contact-project-button.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC button.track-button.contact-team.e2e-contact-team( title="{{ 'PROJECT.CONTACT_BUTTON.CONTACT_TITLE' | translate }}" diff --git a/app/modules/projects/components/lb-contact-project/lb-contact-project.controller.coffee b/app/modules/projects/components/lb-contact-project/lb-contact-project.controller.coffee index e03f05d33..0efcae4bd 100644 --- a/app/modules/projects/components/lb-contact-project/lb-contact-project.controller.coffee +++ b/app/modules/projects/components/lb-contact-project/lb-contact-project.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class ContactProjectLbController diff --git a/app/modules/projects/components/lb-contact-project/lb-contact-project.controller.spec.coffee b/app/modules/projects/components/lb-contact-project/lb-contact-project.controller.spec.coffee index 2d85fd439..7b06d2450 100644 --- a/app/modules/projects/components/lb-contact-project/lb-contact-project.controller.spec.coffee +++ b/app/modules/projects/components/lb-contact-project/lb-contact-project.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "LbContactProject", -> diff --git a/app/modules/projects/components/lb-contact-project/lb-contact-project.directive.coffee b/app/modules/projects/components/lb-contact-project/lb-contact-project.directive.coffee index 9701dad51..c0b5025a0 100644 --- a/app/modules/projects/components/lb-contact-project/lb-contact-project.directive.coffee +++ b/app/modules/projects/components/lb-contact-project/lb-contact-project.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### ContactProjectLbDirective = (lightboxService) -> diff --git a/app/modules/projects/components/lb-contact-project/lb-contact-project.jade b/app/modules/projects/components/lb-contact-project/lb-contact-project.jade index 149de8e75..2badc7688 100644 --- a/app/modules/projects/components/lb-contact-project/lb-contact-project.jade +++ b/app/modules/projects/components/lb-contact-project/lb-contact-project.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-lightbox-close diff --git a/app/modules/projects/components/like-project-button/like-project-button.controller.coffee b/app/modules/projects/components/like-project-button/like-project-button.controller.coffee index 94974f755..f7b0de37f 100644 --- a/app/modules/projects/components/like-project-button/like-project-button.controller.coffee +++ b/app/modules/projects/components/like-project-button/like-project-button.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class LikeProjectButtonController diff --git a/app/modules/projects/components/like-project-button/like-project-button.controller.spec.coffee b/app/modules/projects/components/like-project-button/like-project-button.controller.spec.coffee index a12e6ba8a..bac824508 100644 --- a/app/modules/projects/components/like-project-button/like-project-button.controller.spec.coffee +++ b/app/modules/projects/components/like-project-button/like-project-button.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "LikeProjectButton", -> diff --git a/app/modules/projects/components/like-project-button/like-project-button.directive.coffee b/app/modules/projects/components/like-project-button/like-project-button.directive.coffee index 9cc78e124..b0369259a 100644 --- a/app/modules/projects/components/like-project-button/like-project-button.directive.coffee +++ b/app/modules/projects/components/like-project-button/like-project-button.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### LikeProjectButtonDirective = -> diff --git a/app/modules/projects/components/like-project-button/like-project-button.jade b/app/modules/projects/components/like-project-button/like-project-button.jade index 0747122a2..1cde6b866 100644 --- a/app/modules/projects/components/like-project-button/like-project-button.jade +++ b/app/modules/projects/components/like-project-button/like-project-button.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC button.track-button.like-button( title="{{ 'PROJECT.LIKE_BUTTON.BUTTON_TITLE' | translate }}" diff --git a/app/modules/projects/components/like-project-button/like-project-button.service.coffee b/app/modules/projects/components/like-project-button/like-project-button.service.coffee index d853510b2..117b73831 100644 --- a/app/modules/projects/components/like-project-button/like-project-button.service.coffee +++ b/app/modules/projects/components/like-project-button/like-project-button.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/projects/components/like-project-button/like-project-button.service.spec.coffee b/app/modules/projects/components/like-project-button/like-project-button.service.spec.coffee index d03070074..9047b1d06 100644 --- a/app/modules/projects/components/like-project-button/like-project-button.service.spec.coffee +++ b/app/modules/projects/components/like-project-button/like-project-button.service.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "tgLikeProjectButtonService", -> diff --git a/app/modules/projects/components/sort-projects.directive.coffee b/app/modules/projects/components/sort-projects.directive.coffee index c379c3063..05d39b8de 100644 --- a/app/modules/projects/components/sort-projects.directive.coffee +++ b/app/modules/projects/components/sort-projects.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### SortProjectsDirective = (currentUserService) -> diff --git a/app/modules/projects/components/watch-project-button/watch-project-button.controller.coffee b/app/modules/projects/components/watch-project-button/watch-project-button.controller.coffee index ea982422d..6be5a7c49 100644 --- a/app/modules/projects/components/watch-project-button/watch-project-button.controller.coffee +++ b/app/modules/projects/components/watch-project-button/watch-project-button.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class WatchProjectButtonController diff --git a/app/modules/projects/components/watch-project-button/watch-project-button.controller.spec.coffee b/app/modules/projects/components/watch-project-button/watch-project-button.controller.spec.coffee index 6b70b32f2..328f80058 100644 --- a/app/modules/projects/components/watch-project-button/watch-project-button.controller.spec.coffee +++ b/app/modules/projects/components/watch-project-button/watch-project-button.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "WatchProjectButton", -> diff --git a/app/modules/projects/components/watch-project-button/watch-project-button.directive.coffee b/app/modules/projects/components/watch-project-button/watch-project-button.directive.coffee index 97dc82b68..7e14a6f96 100644 --- a/app/modules/projects/components/watch-project-button/watch-project-button.directive.coffee +++ b/app/modules/projects/components/watch-project-button/watch-project-button.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### WatchProjectButtonDirective = -> diff --git a/app/modules/projects/components/watch-project-button/watch-project-button.jade b/app/modules/projects/components/watch-project-button/watch-project-button.jade index 0b1ed7682..d1b87e7d9 100644 --- a/app/modules/projects/components/watch-project-button/watch-project-button.jade +++ b/app/modules/projects/components/watch-project-button/watch-project-button.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC button.track-button.watch-button( title="{{ 'PROJECT.WATCH_BUTTON.BUTTON_TITLE' | translate }}" diff --git a/app/modules/projects/components/watch-project-button/watch-project-button.service.coffee b/app/modules/projects/components/watch-project-button/watch-project-button.service.coffee index 83ef468ff..320ccea28 100644 --- a/app/modules/projects/components/watch-project-button/watch-project-button.service.coffee +++ b/app/modules/projects/components/watch-project-button/watch-project-button.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/projects/components/watch-project-button/watch-project-button.service.spec.coffee b/app/modules/projects/components/watch-project-button/watch-project-button.service.spec.coffee index c92f72b6f..05e16c98a 100644 --- a/app/modules/projects/components/watch-project-button/watch-project-button.service.spec.coffee +++ b/app/modules/projects/components/watch-project-button/watch-project-button.service.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "tgWatchProjectButtonService", -> diff --git a/app/modules/projects/create/asana-import/asana-import-project-form/asana-import-project-form.controller.coffee b/app/modules/projects/create/asana-import/asana-import-project-form/asana-import-project-form.controller.coffee index a95ae6b53..afe3268aa 100644 --- a/app/modules/projects/create/asana-import/asana-import-project-form/asana-import-project-form.controller.coffee +++ b/app/modules/projects/create/asana-import/asana-import-project-form/asana-import-project-form.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class AsanaImportProjectFormController diff --git a/app/modules/projects/create/asana-import/asana-import-project-form/asana-import-project-form.directive.coffee b/app/modules/projects/create/asana-import/asana-import-project-form/asana-import-project-form.directive.coffee index ca6406126..887aa0679 100644 --- a/app/modules/projects/create/asana-import/asana-import-project-form/asana-import-project-form.directive.coffee +++ b/app/modules/projects/create/asana-import/asana-import-project-form/asana-import-project-form.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### AsanaImportProjectFormDirective = () -> diff --git a/app/modules/projects/create/asana-import/asana-import-project-form/asana-import-project-form.jade b/app/modules/projects/create/asana-import/asana-import-project-form/asana-import-project-form.jade index d1250ceeb..bbb221bea 100644 --- a/app/modules/projects/create/asana-import/asana-import-project-form/asana-import-project-form.jade +++ b/app/modules/projects/create/asana-import/asana-import-project-form/asana-import-project-form.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .import-project-asana-form div(ng-include="'projects/create/import/import-header.html'") diff --git a/app/modules/projects/create/asana-import/asana-import.controller.coffee b/app/modules/projects/create/asana-import/asana-import.controller.coffee index 671594c6c..3c6403744 100644 --- a/app/modules/projects/create/asana-import/asana-import.controller.coffee +++ b/app/modules/projects/create/asana-import/asana-import.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class AsanaImportController diff --git a/app/modules/projects/create/asana-import/asana-import.controller.spec.coffee b/app/modules/projects/create/asana-import/asana-import.controller.spec.coffee index 8556f5cea..678443071 100644 --- a/app/modules/projects/create/asana-import/asana-import.controller.spec.coffee +++ b/app/modules/projects/create/asana-import/asana-import.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "AsanaImportCtrl", -> diff --git a/app/modules/projects/create/asana-import/asana-import.directive.coffee b/app/modules/projects/create/asana-import/asana-import.directive.coffee index 20bd5f367..6d6890080 100644 --- a/app/modules/projects/create/asana-import/asana-import.directive.coffee +++ b/app/modules/projects/create/asana-import/asana-import.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### AsanaImportDirective = () -> diff --git a/app/modules/projects/create/asana-import/asana-import.jade b/app/modules/projects/create/asana-import/asana-import.jade index ec37b7f7e..cbb9ca847 100644 --- a/app/modules/projects/create/asana-import/asana-import.jade +++ b/app/modules/projects/create/asana-import/asana-import.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .create-project.import-project(ng-if="vm.step == 'autorization-asana'") p autorization... diff --git a/app/modules/projects/create/asana-import/asana-import.service.coffee b/app/modules/projects/create/asana-import/asana-import.service.coffee index 08bcc7ff7..5fee72d94 100644 --- a/app/modules/projects/create/asana-import/asana-import.service.coffee +++ b/app/modules/projects/create/asana-import/asana-import.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class AsanaImportService extends taiga.Service diff --git a/app/modules/projects/create/asana-import/asana-import.service.spec.coffee b/app/modules/projects/create/asana-import/asana-import.service.spec.coffee index 6cfecc12c..0507339fc 100644 --- a/app/modules/projects/create/asana-import/asana-import.service.spec.coffee +++ b/app/modules/projects/create/asana-import/asana-import.service.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "tgAsanaImportService", -> diff --git a/app/modules/projects/create/create-project-form/create-project-form.controller.coffee b/app/modules/projects/create/create-project-form/create-project-form.controller.coffee index 1e2440a48..934a29215 100644 --- a/app/modules/projects/create/create-project-form/create-project-form.controller.coffee +++ b/app/modules/projects/create/create-project-form/create-project-form.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class CreatetProjectFormController diff --git a/app/modules/projects/create/create-project-form/create-project-form.controller.spec.coffee b/app/modules/projects/create/create-project-form/create-project-form.controller.spec.coffee index 21171c6d2..0dd6d8b5c 100644 --- a/app/modules/projects/create/create-project-form/create-project-form.controller.spec.coffee +++ b/app/modules/projects/create/create-project-form/create-project-form.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "CreateProjectFormCtrl", -> diff --git a/app/modules/projects/create/create-project-form/create-project-form.directive.coffee b/app/modules/projects/create/create-project-form/create-project-form.directive.coffee index c06b34864..018cd7528 100644 --- a/app/modules/projects/create/create-project-form/create-project-form.directive.coffee +++ b/app/modules/projects/create/create-project-form/create-project-form.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### CreateProjectFormDirective = () -> diff --git a/app/modules/projects/create/create-project-form/create-project-form.jade b/app/modules/projects/create/create-project-form/create-project-form.jade index 8e5a596b9..4c10f88b9 100644 --- a/app/modules/projects/create/create-project-form/create-project-form.jade +++ b/app/modules/projects/create/create-project-form/create-project-form.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .create-project .create-project-title-wrapper(ng-if="vm.type == 'scrum'") diff --git a/app/modules/projects/create/create-project-members-restrictions/create-project-members-restrictions.directive.coffee b/app/modules/projects/create/create-project-members-restrictions/create-project-members-restrictions.directive.coffee index fb03608a3..a2c97997e 100644 --- a/app/modules/projects/create/create-project-members-restrictions/create-project-members-restrictions.directive.coffee +++ b/app/modules/projects/create/create-project-members-restrictions/create-project-members-restrictions.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaProject") diff --git a/app/modules/projects/create/create-project-members-restrictions/create-project-members-restrictions.jade b/app/modules/projects/create/create-project-members-restrictions/create-project-members-restrictions.jade index 0192e6eaa..ba11c3e8e 100644 --- a/app/modules/projects/create/create-project-members-restrictions/create-project-members-restrictions.jade +++ b/app/modules/projects/create/create-project-members-restrictions/create-project-members-restrictions.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC div.create-project-warning(ng-if="!limitMembersPublicProject.valid && !isPrivate") tg-svg(svg-icon="icon-exclamation") diff --git a/app/modules/projects/create/create-project-restrictions/create-project-restrictions.directive.coffee b/app/modules/projects/create/create-project-restrictions/create-project-restrictions.directive.coffee index 6a084e880..64665ed79 100644 --- a/app/modules/projects/create/create-project-restrictions/create-project-restrictions.directive.coffee +++ b/app/modules/projects/create/create-project-restrictions/create-project-restrictions.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaProject") diff --git a/app/modules/projects/create/create-project-restrictions/create-project-restrictions.jade b/app/modules/projects/create/create-project-restrictions/create-project-restrictions.jade index 88682826f..e269ccc87 100644 --- a/app/modules/projects/create/create-project-restrictions/create-project-restrictions.jade +++ b/app/modules/projects/create/create-project-restrictions/create-project-restrictions.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .create-project-warning( ng-if="isPrivate && !canCreatePrivateProjects.valid && canCreatePrivateProjects.reason == 'max_private_projects'" diff --git a/app/modules/projects/create/create-project.controller.coffee b/app/modules/projects/create/create-project.controller.coffee index a378a3cfb..50f88da33 100644 --- a/app/modules/projects/create/create-project.controller.coffee +++ b/app/modules/projects/create/create-project.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class CreateProjectController diff --git a/app/modules/projects/create/create-project.controller.spec.coffee b/app/modules/projects/create/create-project.controller.spec.coffee index 8450b8d50..84f2fe34e 100644 --- a/app/modules/projects/create/create-project.controller.spec.coffee +++ b/app/modules/projects/create/create-project.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "CreateProjectController", -> diff --git a/app/modules/projects/create/create-project.jade b/app/modules/projects/create/create-project.jade index 7b66340b5..5cbb4b306 100644 --- a/app/modules/projects/create/create-project.jade +++ b/app/modules/projects/create/create-project.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .create-project .create-project-wrapper diff --git a/app/modules/projects/create/duplicate/duplicate-project.controller.coffee b/app/modules/projects/create/duplicate/duplicate-project.controller.coffee index cb2b93c5e..9781afa7c 100644 --- a/app/modules/projects/create/duplicate/duplicate-project.controller.coffee +++ b/app/modules/projects/create/duplicate/duplicate-project.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class DuplicateProjectController diff --git a/app/modules/projects/create/duplicate/duplicate-project.controller.spec.coffee b/app/modules/projects/create/duplicate/duplicate-project.controller.spec.coffee index 7377bd17d..b1604c45d 100644 --- a/app/modules/projects/create/duplicate/duplicate-project.controller.spec.coffee +++ b/app/modules/projects/create/duplicate/duplicate-project.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "DuplicateProjectController", -> diff --git a/app/modules/projects/create/duplicate/duplicate-project.directive.coffee b/app/modules/projects/create/duplicate/duplicate-project.directive.coffee index f93267723..f0c8ed31d 100644 --- a/app/modules/projects/create/duplicate/duplicate-project.directive.coffee +++ b/app/modules/projects/create/duplicate/duplicate-project.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### DuplicateProjectDirective = () -> diff --git a/app/modules/projects/create/duplicate/duplicate-project.jade b/app/modules/projects/create/duplicate/duplicate-project.jade index 1a5b1d7ef..302f99d6b 100644 --- a/app/modules/projects/create/duplicate/duplicate-project.jade +++ b/app/modules/projects/create/duplicate/duplicate-project.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .create-project h1.create-project-title(translate="PROJECT.DUPLICATE.TITLE") diff --git a/app/modules/projects/create/github-import/github-import-project-form/github-import-project-form.controller.coffee b/app/modules/projects/create/github-import/github-import-project-form/github-import-project-form.controller.coffee index 7ca6784d7..1f7d45dca 100644 --- a/app/modules/projects/create/github-import/github-import-project-form/github-import-project-form.controller.coffee +++ b/app/modules/projects/create/github-import/github-import-project-form/github-import-project-form.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class GithubImportProjectFormController diff --git a/app/modules/projects/create/github-import/github-import-project-form/github-import-project-form.directive.coffee b/app/modules/projects/create/github-import/github-import-project-form/github-import-project-form.directive.coffee index 4db607d22..568df94f4 100644 --- a/app/modules/projects/create/github-import/github-import-project-form/github-import-project-form.directive.coffee +++ b/app/modules/projects/create/github-import/github-import-project-form/github-import-project-form.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### GithubImportProjectFormDirective = () -> diff --git a/app/modules/projects/create/github-import/github-import-project-form/github-import-project-form.jade b/app/modules/projects/create/github-import/github-import-project-form/github-import-project-form.jade index c949319a0..41a870cb5 100644 --- a/app/modules/projects/create/github-import/github-import-project-form/github-import-project-form.jade +++ b/app/modules/projects/create/github-import/github-import-project-form/github-import-project-form.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .import-project-github-form div(ng-include="'projects/create/import/import-header.html'") diff --git a/app/modules/projects/create/github-import/github-import.controller.coffee b/app/modules/projects/create/github-import/github-import.controller.coffee index 078e25de8..6b0eafb88 100644 --- a/app/modules/projects/create/github-import/github-import.controller.coffee +++ b/app/modules/projects/create/github-import/github-import.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class GithubImportController diff --git a/app/modules/projects/create/github-import/github-import.controller.spec.coffee b/app/modules/projects/create/github-import/github-import.controller.spec.coffee index 542cca0d1..c20414058 100644 --- a/app/modules/projects/create/github-import/github-import.controller.spec.coffee +++ b/app/modules/projects/create/github-import/github-import.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "GithubImportCtrl", -> diff --git a/app/modules/projects/create/github-import/github-import.directive.coffee b/app/modules/projects/create/github-import/github-import.directive.coffee index 4e9bcd7ca..25211faf7 100644 --- a/app/modules/projects/create/github-import/github-import.directive.coffee +++ b/app/modules/projects/create/github-import/github-import.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### GithubImportDirective = () -> diff --git a/app/modules/projects/create/github-import/github-import.jade b/app/modules/projects/create/github-import/github-import.jade index 727c66c55..3d81fd580 100644 --- a/app/modules/projects/create/github-import/github-import.jade +++ b/app/modules/projects/create/github-import/github-import.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .create-project.import-project(ng-if="vm.step == 'autorization-github'") p autorization... diff --git a/app/modules/projects/create/github-import/github-import.service.coffee b/app/modules/projects/create/github-import/github-import.service.coffee index b6d178471..a317c9c17 100644 --- a/app/modules/projects/create/github-import/github-import.service.coffee +++ b/app/modules/projects/create/github-import/github-import.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class GithubImportService extends taiga.Service diff --git a/app/modules/projects/create/github-import/github-import.service.spec.coffee b/app/modules/projects/create/github-import/github-import.service.spec.coffee index a95a63fff..71025174a 100644 --- a/app/modules/projects/create/github-import/github-import.service.spec.coffee +++ b/app/modules/projects/create/github-import/github-import.service.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "tgGithubImportService", -> diff --git a/app/modules/projects/create/import-project-form-common/actions.jade b/app/modules/projects/create/import-project-form-common/actions.jade index 821d276bf..667ea16f6 100644 --- a/app/modules/projects/create/import-project-form-common/actions.jade +++ b/app/modules/projects/create/import-project-form-common/actions.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .create-project-action button.btn-small.create-project-action-cancel( diff --git a/app/modules/projects/create/import-project-form-common/description.jade b/app/modules/projects/create/import-project-form-common/description.jade index 3e701319a..b9e1d2aa1 100644 --- a/app/modules/projects/create/import-project-form-common/description.jade +++ b/app/modules/projects/create/import-project-form-common/description.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC fieldset textarea.e2e-create-project-description( diff --git a/app/modules/projects/create/import-project-form-common/links.jade b/app/modules/projects/create/import-project-form-common/links.jade index 61eaa5393..fcc4a7e17 100644 --- a/app/modules/projects/create/import-project-form-common/links.jade +++ b/app/modules/projects/create/import-project-form-common/links.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC fieldset.create-project-check label(for="links") diff --git a/app/modules/projects/create/import-project-form-common/name.jade b/app/modules/projects/create/import-project-form-common/name.jade index 180a22ac3..deaae380d 100644 --- a/app/modules/projects/create/import-project-form-common/name.jade +++ b/app/modules/projects/create/import-project-form-common/name.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC fieldset label( diff --git a/app/modules/projects/create/import-project-form-common/project-privacy.jade b/app/modules/projects/create/import-project-form-common/project-privacy.jade index 9eda60019..b567ba57d 100644 --- a/app/modules/projects/create/import-project-form-common/project-privacy.jade +++ b/app/modules/projects/create/import-project-form-common/project-privacy.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .create-project-privacity(role="group") fieldset diff --git a/app/modules/projects/create/import-project-members/import-project-members.controller.coffee b/app/modules/projects/create/import-project-members/import-project-members.controller.coffee index 445042472..8bd971c89 100644 --- a/app/modules/projects/create/import-project-members/import-project-members.controller.coffee +++ b/app/modules/projects/create/import-project-members/import-project-members.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class ImportProjectMembersController diff --git a/app/modules/projects/create/import-project-members/import-project-members.controller.spec.coffee b/app/modules/projects/create/import-project-members/import-project-members.controller.spec.coffee index c85a720f4..68cbe7b6b 100644 --- a/app/modules/projects/create/import-project-members/import-project-members.controller.spec.coffee +++ b/app/modules/projects/create/import-project-members/import-project-members.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "ImportProjectMembersCtrl", -> diff --git a/app/modules/projects/create/import-project-members/import-project-members.directive.coffee b/app/modules/projects/create/import-project-members/import-project-members.directive.coffee index 389dcf2c8..b09b74cc9 100644 --- a/app/modules/projects/create/import-project-members/import-project-members.directive.coffee +++ b/app/modules/projects/create/import-project-members/import-project-members.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### ImportProjectMembersDirective = () -> diff --git a/app/modules/projects/create/import-project-members/import-project-members.jade b/app/modules/projects/create/import-project-members/import-project-members.jade index 8fe4bc1a0..4d025e83b 100644 --- a/app/modules/projects/create/import-project-members/import-project-members.jade +++ b/app/modules/projects/create/import-project-members/import-project-members.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .import-project-members div(ng-include="'projects/create/import/import-header.html'") diff --git a/app/modules/projects/create/import-project-selector/import-project-selector.controller.coffee b/app/modules/projects/create/import-project-selector/import-project-selector.controller.coffee index bc05d19d1..34016be47 100644 --- a/app/modules/projects/create/import-project-selector/import-project-selector.controller.coffee +++ b/app/modules/projects/create/import-project-selector/import-project-selector.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class ImportProjectSelectorController diff --git a/app/modules/projects/create/import-project-selector/import-project-selector.directive.coffee b/app/modules/projects/create/import-project-selector/import-project-selector.directive.coffee index ad75e1e56..3419fe612 100644 --- a/app/modules/projects/create/import-project-selector/import-project-selector.directive.coffee +++ b/app/modules/projects/create/import-project-selector/import-project-selector.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### ImportProjectSelectorDirective = () -> diff --git a/app/modules/projects/create/import-project-selector/import-project-selector.jade b/app/modules/projects/create/import-project-selector/import-project-selector.jade index ac06b38da..b24e14112 100644 --- a/app/modules/projects/create/import-project-selector/import-project-selector.jade +++ b/app/modules/projects/create/import-project-selector/import-project-selector.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .import-project-selector div(ng-include="'projects/create/import/import-header.html'") diff --git a/app/modules/projects/create/import-taiga/import-taiga.controller.coffee b/app/modules/projects/create/import-taiga/import-taiga.controller.coffee index 5c020adcc..da210040d 100644 --- a/app/modules/projects/create/import-taiga/import-taiga.controller.coffee +++ b/app/modules/projects/create/import-taiga/import-taiga.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class ImportTaigaController diff --git a/app/modules/projects/create/import-taiga/import-taiga.directive.coffee b/app/modules/projects/create/import-taiga/import-taiga.directive.coffee index 017d45ca0..afed2f3d7 100644 --- a/app/modules/projects/create/import-taiga/import-taiga.directive.coffee +++ b/app/modules/projects/create/import-taiga/import-taiga.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### ImportTaigaDirective = () -> diff --git a/app/modules/projects/create/import-taiga/import-taiga.jade b/app/modules/projects/create/import-taiga/import-taiga.jade index 02fce62cd..1a55eed09 100644 --- a/app/modules/projects/create/import-taiga/import-taiga.jade +++ b/app/modules/projects/create/import-taiga/import-taiga.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC input.hidden( tg-file-change="vm.importTaiga(files)" diff --git a/app/modules/projects/create/import/import-header.jade b/app/modules/projects/create/import/import-header.jade index 8a8525269..7621fc573 100644 --- a/app/modules/projects/create/import/import-header.jade +++ b/app/modules/projects/create/import/import-header.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.import-project-from h1.create-project-title(translate="PROJECT.IMPORT.TITLE") diff --git a/app/modules/projects/create/import/import-project-error-lb.directive.coffee b/app/modules/projects/create/import/import-project-error-lb.directive.coffee index 6b671f37f..95a1ad7f6 100644 --- a/app/modules/projects/create/import/import-project-error-lb.directive.coffee +++ b/app/modules/projects/create/import/import-project-error-lb.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### LbImportErrorDirective = (lightboxService) -> diff --git a/app/modules/projects/create/import/import-project-error-lb.jade b/app/modules/projects/create/import/import-project-error-lb.jade index ee87afad3..fdeffd680 100644 --- a/app/modules/projects/create/import/import-project-error-lb.jade +++ b/app/modules/projects/create/import/import-project-error-lb.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-lightbox-close diff --git a/app/modules/projects/create/import/import-project.controller.coffee b/app/modules/projects/create/import/import-project.controller.coffee index 9873c861b..6722db3e6 100644 --- a/app/modules/projects/create/import/import-project.controller.coffee +++ b/app/modules/projects/create/import/import-project.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class ImportProjectController diff --git a/app/modules/projects/create/import/import-project.controller.spec.coffee b/app/modules/projects/create/import/import-project.controller.spec.coffee index eee976338..180f931d1 100644 --- a/app/modules/projects/create/import/import-project.controller.spec.coffee +++ b/app/modules/projects/create/import/import-project.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "ImportProjectCtrl", -> diff --git a/app/modules/projects/create/import/import-project.directive.coffee b/app/modules/projects/create/import/import-project.directive.coffee index f843fb33b..4d17874b3 100644 --- a/app/modules/projects/create/import/import-project.directive.coffee +++ b/app/modules/projects/create/import/import-project.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### ImportProjectDirective = () -> diff --git a/app/modules/projects/create/import/import-project.jade b/app/modules/projects/create/import/import-project.jade index 1f286423d..749bb7ce5 100644 --- a/app/modules/projects/create/import/import-project.jade +++ b/app/modules/projects/create/import/import-project.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .create-project.import-project(ng-if="!vm.from") div(ng-include="'projects/create/import/import-header.html'") diff --git a/app/modules/projects/create/import/import-project.service.coffee b/app/modules/projects/create/import/import-project.service.coffee index 25bda95a3..5fe13fedf 100644 --- a/app/modules/projects/create/import/import-project.service.coffee +++ b/app/modules/projects/create/import/import-project.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class ImportProjectService extends taiga.Service diff --git a/app/modules/projects/create/import/import-project.service.spec.coffee b/app/modules/projects/create/import/import-project.service.spec.coffee index 6f6ed6b70..15f74f789 100644 --- a/app/modules/projects/create/import/import-project.service.spec.coffee +++ b/app/modules/projects/create/import/import-project.service.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "tgImportProjectService", -> diff --git a/app/modules/projects/create/invite-members/invite-members.controller.coffee b/app/modules/projects/create/invite-members/invite-members.controller.coffee index 1e11f70d9..d231ce5d1 100644 --- a/app/modules/projects/create/invite-members/invite-members.controller.coffee +++ b/app/modules/projects/create/invite-members/invite-members.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class InviteMembersController diff --git a/app/modules/projects/create/invite-members/invite-members.directive.coffee b/app/modules/projects/create/invite-members/invite-members.directive.coffee index c9c7b911c..f9319cf6b 100644 --- a/app/modules/projects/create/invite-members/invite-members.directive.coffee +++ b/app/modules/projects/create/invite-members/invite-members.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### InviteMembersDirective = () -> diff --git a/app/modules/projects/create/invite-members/invite-members.jade b/app/modules/projects/create/invite-members/invite-members.jade index b201e32d4..5253d98a5 100644 --- a/app/modules/projects/create/invite-members/invite-members.jade +++ b/app/modules/projects/create/invite-members/invite-members.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC fieldset.create-project-invite .create-project-invite-avatars diff --git a/app/modules/projects/create/invite-members/single-member/single-member.directive.coffee b/app/modules/projects/create/invite-members/single-member/single-member.directive.coffee index 762e0b98c..34fd6b6e5 100644 --- a/app/modules/projects/create/invite-members/single-member/single-member.directive.coffee +++ b/app/modules/projects/create/invite-members/single-member/single-member.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### SingleMemberDirective = () -> diff --git a/app/modules/projects/create/invite-members/single-member/single-member.jade b/app/modules/projects/create/invite-members/single-member/single-member.jade index 1ec7592f9..7a5872213 100644 --- a/app/modules/projects/create/invite-members/single-member/single-member.jade +++ b/app/modules/projects/create/invite-members/single-member/single-member.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC label.create-project-invite-avatar(ng-class="{'disabled': disabled}") img( diff --git a/app/modules/projects/create/jira-import/jira-import-project-form/jira-import-project-form.controller.coffee b/app/modules/projects/create/jira-import/jira-import-project-form/jira-import-project-form.controller.coffee index 2795aa9ab..8f2bf6955 100644 --- a/app/modules/projects/create/jira-import/jira-import-project-form/jira-import-project-form.controller.coffee +++ b/app/modules/projects/create/jira-import/jira-import-project-form/jira-import-project-form.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class JiraImportProjectFormController diff --git a/app/modules/projects/create/jira-import/jira-import-project-form/jira-import-project-form.directive.coffee b/app/modules/projects/create/jira-import/jira-import-project-form/jira-import-project-form.directive.coffee index 695b77eb4..66f99ccf3 100644 --- a/app/modules/projects/create/jira-import/jira-import-project-form/jira-import-project-form.directive.coffee +++ b/app/modules/projects/create/jira-import/jira-import-project-form/jira-import-project-form.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### JiraImportProjectFormDirective = () -> diff --git a/app/modules/projects/create/jira-import/jira-import-project-form/jira-import-project-form.jade b/app/modules/projects/create/jira-import/jira-import-project-form/jira-import-project-form.jade index 75a950c5e..3f89bb25f 100644 --- a/app/modules/projects/create/jira-import/jira-import-project-form/jira-import-project-form.jade +++ b/app/modules/projects/create/jira-import/jira-import-project-form/jira-import-project-form.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .import-project-jira-form div(ng-include="'projects/create/import/import-header.html'") diff --git a/app/modules/projects/create/jira-import/jira-import.controller.coffee b/app/modules/projects/create/jira-import/jira-import.controller.coffee index 801076f98..ddaa5ee30 100644 --- a/app/modules/projects/create/jira-import/jira-import.controller.coffee +++ b/app/modules/projects/create/jira-import/jira-import.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class JiraImportController diff --git a/app/modules/projects/create/jira-import/jira-import.controller.spec.coffee b/app/modules/projects/create/jira-import/jira-import.controller.spec.coffee index efa45ae59..1705b359f 100644 --- a/app/modules/projects/create/jira-import/jira-import.controller.spec.coffee +++ b/app/modules/projects/create/jira-import/jira-import.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "JiraImportCtrl", -> diff --git a/app/modules/projects/create/jira-import/jira-import.directive.coffee b/app/modules/projects/create/jira-import/jira-import.directive.coffee index 52ceec0d7..07fdc8adc 100644 --- a/app/modules/projects/create/jira-import/jira-import.directive.coffee +++ b/app/modules/projects/create/jira-import/jira-import.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### JiraImportDirective = () -> diff --git a/app/modules/projects/create/jira-import/jira-import.jade b/app/modules/projects/create/jira-import/jira-import.jade index 11d7a687d..6b3c43efb 100644 --- a/app/modules/projects/create/jira-import/jira-import.jade +++ b/app/modules/projects/create/jira-import/jira-import.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .create-project.import-project(ng-if="vm.step == 'autorization-jira'") p autorization... diff --git a/app/modules/projects/create/jira-import/jira-import.service.coffee b/app/modules/projects/create/jira-import/jira-import.service.coffee index 7df0baa0b..09b1b6e74 100644 --- a/app/modules/projects/create/jira-import/jira-import.service.coffee +++ b/app/modules/projects/create/jira-import/jira-import.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class JiraImportService extends taiga.Service diff --git a/app/modules/projects/create/jira-import/jira-import.service.spec.coffee b/app/modules/projects/create/jira-import/jira-import.service.spec.coffee index 3a3263677..667992c2e 100644 --- a/app/modules/projects/create/jira-import/jira-import.service.spec.coffee +++ b/app/modules/projects/create/jira-import/jira-import.service.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "tgJiraImportService", -> diff --git a/app/modules/projects/create/newsletter-email-lightbox/newsletter-email-lightbox.directive.coffee b/app/modules/projects/create/newsletter-email-lightbox/newsletter-email-lightbox.directive.coffee index a9c389b64..3d4757215 100644 --- a/app/modules/projects/create/newsletter-email-lightbox/newsletter-email-lightbox.directive.coffee +++ b/app/modules/projects/create/newsletter-email-lightbox/newsletter-email-lightbox.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### NewsletterEmailLightboxDirective = (lightboxService, lightboxKeyboardNavigationService, $storageService, $rs, $currentUserService, $rs2, $confirm) -> diff --git a/app/modules/projects/create/newsletter-email-lightbox/newsletter-email-lightbox.jade b/app/modules/projects/create/newsletter-email-lightbox/newsletter-email-lightbox.jade index 06e23c6a6..181f7c45a 100644 --- a/app/modules/projects/create/newsletter-email-lightbox/newsletter-email-lightbox.jade +++ b/app/modules/projects/create/newsletter-email-lightbox/newsletter-email-lightbox.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-lightbox-close(on-close="vm.onClose()") diff --git a/app/modules/projects/create/select-import-user-lightbox/select-import-user-lightbox.controller.coffee b/app/modules/projects/create/select-import-user-lightbox/select-import-user-lightbox.controller.coffee index 878cab174..c5602d50c 100644 --- a/app/modules/projects/create/select-import-user-lightbox/select-import-user-lightbox.controller.coffee +++ b/app/modules/projects/create/select-import-user-lightbox/select-import-user-lightbox.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class SelectImportUserLightboxCtrl diff --git a/app/modules/projects/create/select-import-user-lightbox/select-import-user-lightbox.directive.coffee b/app/modules/projects/create/select-import-user-lightbox/select-import-user-lightbox.directive.coffee index c17a1c2d6..c6ca862cf 100644 --- a/app/modules/projects/create/select-import-user-lightbox/select-import-user-lightbox.directive.coffee +++ b/app/modules/projects/create/select-import-user-lightbox/select-import-user-lightbox.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### SelectImportUserLightboxDirective = (lightboxService, lightboxKeyboardNavigationService) -> diff --git a/app/modules/projects/create/select-import-user-lightbox/select-import-user-lightbox.jade b/app/modules/projects/create/select-import-user-lightbox/select-import-user-lightbox.jade index 71a8eaa90..fd2c963ad 100644 --- a/app/modules/projects/create/select-import-user-lightbox/select-import-user-lightbox.jade +++ b/app/modules/projects/create/select-import-user-lightbox/select-import-user-lightbox.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-lightbox-close(on-close="vm.onClose()") diff --git a/app/modules/projects/create/trello-import/trello-import-project-form/trello-import-project-form.controller.coffee b/app/modules/projects/create/trello-import/trello-import-project-form/trello-import-project-form.controller.coffee index 0d1899047..644fb83d5 100644 --- a/app/modules/projects/create/trello-import/trello-import-project-form/trello-import-project-form.controller.coffee +++ b/app/modules/projects/create/trello-import/trello-import-project-form/trello-import-project-form.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class TrelloImportProjectFormController diff --git a/app/modules/projects/create/trello-import/trello-import-project-form/trello-import-project-form.directive.coffee b/app/modules/projects/create/trello-import/trello-import-project-form/trello-import-project-form.directive.coffee index e677e976e..8c40c4b33 100644 --- a/app/modules/projects/create/trello-import/trello-import-project-form/trello-import-project-form.directive.coffee +++ b/app/modules/projects/create/trello-import/trello-import-project-form/trello-import-project-form.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### TrelloImportProjectFormDirective = () -> diff --git a/app/modules/projects/create/trello-import/trello-import-project-form/trello-import-project-form.jade b/app/modules/projects/create/trello-import/trello-import-project-form/trello-import-project-form.jade index 2d55af127..d6823d230 100644 --- a/app/modules/projects/create/trello-import/trello-import-project-form/trello-import-project-form.jade +++ b/app/modules/projects/create/trello-import/trello-import-project-form/trello-import-project-form.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .import-project-trello-form.create-project div(ng-include="'projects/create/import/import-header.html'") diff --git a/app/modules/projects/create/trello-import/trello-import.controller.coffee b/app/modules/projects/create/trello-import/trello-import.controller.coffee index ff61d3eae..73a68a0c9 100644 --- a/app/modules/projects/create/trello-import/trello-import.controller.coffee +++ b/app/modules/projects/create/trello-import/trello-import.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class TrelloImportController diff --git a/app/modules/projects/create/trello-import/trello-import.controller.spec.coffee b/app/modules/projects/create/trello-import/trello-import.controller.spec.coffee index 6ee065fe0..d748ca7a8 100644 --- a/app/modules/projects/create/trello-import/trello-import.controller.spec.coffee +++ b/app/modules/projects/create/trello-import/trello-import.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "TrelloImportCtrl", -> diff --git a/app/modules/projects/create/trello-import/trello-import.directive.coffee b/app/modules/projects/create/trello-import/trello-import.directive.coffee index 0cf96eef3..67e1f4a86 100644 --- a/app/modules/projects/create/trello-import/trello-import.directive.coffee +++ b/app/modules/projects/create/trello-import/trello-import.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### TrelloImportDirective = () -> diff --git a/app/modules/projects/create/trello-import/trello-import.jade b/app/modules/projects/create/trello-import/trello-import.jade index 16a46e201..c6162f362 100644 --- a/app/modules/projects/create/trello-import/trello-import.jade +++ b/app/modules/projects/create/trello-import/trello-import.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-import-project-selector( class="import-project-selector" diff --git a/app/modules/projects/create/trello-import/trello-import.service.coffee b/app/modules/projects/create/trello-import/trello-import.service.coffee index 98408c7c9..11c242471 100644 --- a/app/modules/projects/create/trello-import/trello-import.service.coffee +++ b/app/modules/projects/create/trello-import/trello-import.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class TrelloImportService extends taiga.Service diff --git a/app/modules/projects/create/trello-import/trello-import.service.spec.coffee b/app/modules/projects/create/trello-import/trello-import.service.spec.coffee index a869624b5..4c22b7e8d 100644 --- a/app/modules/projects/create/trello-import/trello-import.service.spec.coffee +++ b/app/modules/projects/create/trello-import/trello-import.service.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "tgTrelloImportService", -> diff --git a/app/modules/projects/create/warning-user-import-lightbox/warning-user-import-lightbox.directive.coffee b/app/modules/projects/create/warning-user-import-lightbox/warning-user-import-lightbox.directive.coffee index 0367bd5af..5a7e0f2a3 100644 --- a/app/modules/projects/create/warning-user-import-lightbox/warning-user-import-lightbox.directive.coffee +++ b/app/modules/projects/create/warning-user-import-lightbox/warning-user-import-lightbox.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### WarningUserImportDirective = (lightboxService, lightboxKeyboardNavigationService) -> diff --git a/app/modules/projects/create/warning-user-import-lightbox/warning-user-import-lightbox.jade b/app/modules/projects/create/warning-user-import-lightbox/warning-user-import-lightbox.jade index 114ca7dc7..db98ed3c6 100644 --- a/app/modules/projects/create/warning-user-import-lightbox/warning-user-import-lightbox.jade +++ b/app/modules/projects/create/warning-user-import-lightbox/warning-user-import-lightbox.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-lightbox-close(on-close="onClose()") diff --git a/app/modules/projects/listing/projects-listing.controller.coffee b/app/modules/projects/listing/projects-listing.controller.coffee index 0b4c8d74d..900dc51e5 100644 --- a/app/modules/projects/listing/projects-listing.controller.coffee +++ b/app/modules/projects/listing/projects-listing.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class ProjectsListingController diff --git a/app/modules/projects/listing/projects-listing.controller.spec.coffee b/app/modules/projects/listing/projects-listing.controller.spec.coffee index 33d87eb1b..c5c62d1d0 100644 --- a/app/modules/projects/listing/projects-listing.controller.spec.coffee +++ b/app/modules/projects/listing/projects-listing.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "ProjectsListingController", -> diff --git a/app/modules/projects/listing/projects-listing.jade b/app/modules/projects/listing/projects-listing.jade index d6537f418..856f93cf3 100644 --- a/app/modules/projects/listing/projects-listing.jade +++ b/app/modules/projects/listing/projects-listing.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .project-list-wrapper.centered .project-list-title diff --git a/app/modules/projects/project/blocked-project-explanation.jade b/app/modules/projects/project/blocked-project-explanation.jade index 3fb1fc13e..98c0d7355 100644 --- a/app/modules/projects/project/blocked-project-explanation.jade +++ b/app/modules/projects/project/blocked-project-explanation.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC div(ng-if="!vm.project.get('i_am_owner')") div {{'PROJECT.BLOCKED_PROJECT.THIS_PROJECT_IS_BLOCKED' | translate}} diff --git a/app/modules/projects/project/blocked-project.jade b/app/modules/projects/project/blocked-project.jade index 8ab5679b9..268d5cade 100644 --- a/app/modules/projects/project/blocked-project.jade +++ b/app/modules/projects/project/blocked-project.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .blocked-project-detail(ng-controller="Project as vm") .blocked-project-inner diff --git a/app/modules/projects/project/project-router.controller.coffee b/app/modules/projects/project/project-router.controller.coffee index 4c3c804bb..d5466208a 100644 --- a/app/modules/projects/project/project-router.controller.coffee +++ b/app/modules/projects/project/project-router.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class ProjectRouterController diff --git a/app/modules/projects/project/project.controller.coffee b/app/modules/projects/project/project.controller.coffee index df0a32d99..da399b4d1 100644 --- a/app/modules/projects/project/project.controller.coffee +++ b/app/modules/projects/project/project.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class ProjectController diff --git a/app/modules/projects/project/project.controller.spec.coffee b/app/modules/projects/project/project.controller.spec.coffee index 85cb877f3..d76708d30 100644 --- a/app/modules/projects/project/project.controller.spec.coffee +++ b/app/modules/projects/project/project.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "ProjectController", -> diff --git a/app/modules/projects/project/project.jade b/app/modules/projects/project/project.jade index 2fffe25b0..b8da99bdc 100644 --- a/app/modules/projects/project/project.jade +++ b/app/modules/projects/project/project.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC div.wrapper tg-project-menu diff --git a/app/modules/projects/projects.module.coffee b/app/modules/projects/projects.module.coffee index b4523a9a8..cbc6219f8 100644 --- a/app/modules/projects/projects.module.coffee +++ b/app/modules/projects/projects.module.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### angular.module("taigaProjects", []) diff --git a/app/modules/projects/projects.service.coffee b/app/modules/projects/projects.service.coffee index a7fb08807..a019772b3 100644 --- a/app/modules/projects/projects.service.coffee +++ b/app/modules/projects/projects.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/projects/projects.service.spec.coffee b/app/modules/projects/projects.service.spec.coffee index 3a53f789c..a6de66ce3 100644 --- a/app/modules/projects/projects.service.spec.coffee +++ b/app/modules/projects/projects.service.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "tgProjectsService", -> diff --git a/app/modules/projects/transfer/cant-own-project-explanation.directive.coffee b/app/modules/projects/transfer/cant-own-project-explanation.directive.coffee index 4a5902c46..b7f2d6eae 100644 --- a/app/modules/projects/transfer/cant-own-project-explanation.directive.coffee +++ b/app/modules/projects/transfer/cant-own-project-explanation.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### CantOwnProjectExplanationDirective = () -> diff --git a/app/modules/projects/transfer/cant-own-project-explanation.jade b/app/modules/projects/transfer/cant-own-project-explanation.jade index 1024420e3..b5dcae7f0 100644 --- a/app/modules/projects/transfer/cant-own-project-explanation.jade +++ b/app/modules/projects/transfer/cant-own-project-explanation.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC p( translate="ADMIN.PROJECT_TRANSFER.CANT_BE_OWNED" diff --git a/app/modules/projects/transfer/transfer-page.jade b/app/modules/projects/transfer/transfer-page.jade index 84d3d4e83..47e918c10 100644 --- a/app/modules/projects/transfer/transfer-page.jade +++ b/app/modules/projects/transfer/transfer-page.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-transfer-project.transfer-project( ng-if="vm.project" diff --git a/app/modules/projects/transfer/transfer-project.controller.coffee b/app/modules/projects/transfer/transfer-project.controller.coffee index 6ad386a7d..2c51225bd 100644 --- a/app/modules/projects/transfer/transfer-project.controller.coffee +++ b/app/modules/projects/transfer/transfer-project.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module('taigaProjects') diff --git a/app/modules/projects/transfer/transfer-project.controller.spec.coffee b/app/modules/projects/transfer/transfer-project.controller.spec.coffee index 1ecc5fbe2..7b33be942 100644 --- a/app/modules/projects/transfer/transfer-project.controller.spec.coffee +++ b/app/modules/projects/transfer/transfer-project.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "TransferProject", -> diff --git a/app/modules/projects/transfer/transfer-project.directive.coffee b/app/modules/projects/transfer/transfer-project.directive.coffee index 63a8daed5..50b245d05 100644 --- a/app/modules/projects/transfer/transfer-project.directive.coffee +++ b/app/modules/projects/transfer/transfer-project.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module('taigaProjects') diff --git a/app/modules/projects/transfer/transfer-project.jade b/app/modules/projects/transfer/transfer-project.jade index 310906e19..c15b5e683 100644 --- a/app/modules/projects/transfer/transfer-project.jade +++ b/app/modules/projects/transfer/transfer-project.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .transfer-project-wrapper h2.transfer-title(translate="ADMIN.PROJECT_TRANSFER.DO_YOU_ACCEPT_PROJECT_OWNERNSHIP") diff --git a/app/modules/resources/attachments-resource.service.coffee b/app/modules/resources/attachments-resource.service.coffee index 9a109e7f1..322faae63 100644 --- a/app/modules/resources/attachments-resource.service.coffee +++ b/app/modules/resources/attachments-resource.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/resources/epics-resource.service.coffee b/app/modules/resources/epics-resource.service.coffee index e9eabf2d3..8b9d720a0 100644 --- a/app/modules/resources/epics-resource.service.coffee +++ b/app/modules/resources/epics-resource.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### Resource = (urlsService, http) -> diff --git a/app/modules/resources/external-apps-resource.service.coffee b/app/modules/resources/external-apps-resource.service.coffee index 13f22e4d0..9d7717ef7 100644 --- a/app/modules/resources/external-apps-resource.service.coffee +++ b/app/modules/resources/external-apps-resource.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### Resource = (urlsService, http) -> diff --git a/app/modules/resources/history-resource.service.coffee b/app/modules/resources/history-resource.service.coffee index 1028b80db..764542069 100644 --- a/app/modules/resources/history-resource.service.coffee +++ b/app/modules/resources/history-resource.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### Resource = (urlsService, http) -> diff --git a/app/modules/resources/importers-resource.service.coffee b/app/modules/resources/importers-resource.service.coffee index 555fbebae..8b74b3941 100644 --- a/app/modules/resources/importers-resource.service.coffee +++ b/app/modules/resources/importers-resource.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/resources/issues-resource.service.coffee b/app/modules/resources/issues-resource.service.coffee index 5a5c99b7c..7defddcc3 100644 --- a/app/modules/resources/issues-resource.service.coffee +++ b/app/modules/resources/issues-resource.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### Resource = (urlsService, http) -> diff --git a/app/modules/resources/onpremise-resource.service.coffee b/app/modules/resources/onpremise-resource.service.coffee index 7cb0744ad..24f3711c3 100644 --- a/app/modules/resources/onpremise-resource.service.coffee +++ b/app/modules/resources/onpremise-resource.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### Resource = (urlsService, http, config) -> diff --git a/app/modules/resources/projects-resource.service.coffee b/app/modules/resources/projects-resource.service.coffee index d11d3dfca..385e06299 100644 --- a/app/modules/resources/projects-resource.service.coffee +++ b/app/modules/resources/projects-resource.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### pagination = () -> diff --git a/app/modules/resources/resources.coffee b/app/modules/resources/resources.coffee index b5c0d7398..e90f3903a 100644 --- a/app/modules/resources/resources.coffee +++ b/app/modules/resources/resources.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### services = [ diff --git a/app/modules/resources/resources.module.coffee b/app/modules/resources/resources.module.coffee index bc5bffda6..2549e4c0e 100644 --- a/app/modules/resources/resources.module.coffee +++ b/app/modules/resources/resources.module.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### angular.module("taigaResources2", []) diff --git a/app/modules/resources/stats-resource.service.coffee b/app/modules/resources/stats-resource.service.coffee index d48ed44a5..d70b8afa4 100644 --- a/app/modules/resources/stats-resource.service.coffee +++ b/app/modules/resources/stats-resource.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### Resource = (urlsService, http) -> diff --git a/app/modules/resources/tasks-resource.service.coffee b/app/modules/resources/tasks-resource.service.coffee index 7b66b5e3e..93209321a 100644 --- a/app/modules/resources/tasks-resource.service.coffee +++ b/app/modules/resources/tasks-resource.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### Resource = (urlsService, http) -> diff --git a/app/modules/resources/user-resource.service.coffee b/app/modules/resources/user-resource.service.coffee index 56a28748e..082f26423 100644 --- a/app/modules/resources/user-resource.service.coffee +++ b/app/modules/resources/user-resource.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### Resource = (urlsService, http, paginateResponseService) -> diff --git a/app/modules/resources/users-resource.service.coffee b/app/modules/resources/users-resource.service.coffee index a20297659..a99673f3b 100644 --- a/app/modules/resources/users-resource.service.coffee +++ b/app/modules/resources/users-resource.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### Resource = (urlsService, http, paginateResponseService) -> diff --git a/app/modules/resources/userstories-resource.service.coffee b/app/modules/resources/userstories-resource.service.coffee index 28af7fedd..125a70549 100644 --- a/app/modules/resources/userstories-resource.service.coffee +++ b/app/modules/resources/userstories-resource.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### Resource = (urlsService, http) -> diff --git a/app/modules/services/app-meta.service.coffee b/app/modules/services/app-meta.service.coffee index 4bc5e60ef..18695d544 100644 --- a/app/modules/services/app-meta.service.coffee +++ b/app/modules/services/app-meta.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/services/app-meta.service.spec.coffee b/app/modules/services/app-meta.service.spec.coffee index 56750621e..9467e31cf 100644 --- a/app/modules/services/app-meta.service.spec.coffee +++ b/app/modules/services/app-meta.service.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### angular.module("taigaCommon").provider("$exceptionHandler", angular.mock.$ExceptionHandlerProvider) diff --git a/app/modules/services/attachments.service.coffee b/app/modules/services/attachments.service.coffee index 2ff496c50..a9bfb2b85 100644 --- a/app/modules/services/attachments.service.coffee +++ b/app/modules/services/attachments.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### sizeFormat = @.taiga.sizeFormat diff --git a/app/modules/services/attachments.service.spec.coffee b/app/modules/services/attachments.service.spec.coffee index aa4824187..0c236f768 100644 --- a/app/modules/services/attachments.service.spec.coffee +++ b/app/modules/services/attachments.service.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "tgAttachmentsService", -> diff --git a/app/modules/services/avatar.service.coffee b/app/modules/services/avatar.service.coffee index 2277cfac7..c2fd19a63 100644 --- a/app/modules/services/avatar.service.coffee +++ b/app/modules/services/avatar.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class AvatarService diff --git a/app/modules/services/check-permissions.service.coffee b/app/modules/services/check-permissions.service.coffee index ef60a813c..d79ac4e6b 100644 --- a/app/modules/services/check-permissions.service.coffee +++ b/app/modules/services/check-permissions.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/services/check-permissions.service.spec.coffee b/app/modules/services/check-permissions.service.spec.coffee index e2d034b2a..5e312fe43 100644 --- a/app/modules/services/check-permissions.service.spec.coffee +++ b/app/modules/services/check-permissions.service.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "tgCheckPermissionsService", -> diff --git a/app/modules/services/current-user.service.coffee b/app/modules/services/current-user.service.coffee index 2e00de911..a1b9a3e4e 100644 --- a/app/modules/services/current-user.service.coffee +++ b/app/modules/services/current-user.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/services/current-user.service.spec.coffee b/app/modules/services/current-user.service.spec.coffee index 67297b25f..cab889ed7 100644 --- a/app/modules/services/current-user.service.spec.coffee +++ b/app/modules/services/current-user.service.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "tgCurrentUserService", -> diff --git a/app/modules/services/error-handling.service.coffee b/app/modules/services/error-handling.service.coffee index 006562088..2ad91a245 100644 --- a/app/modules/services/error-handling.service.coffee +++ b/app/modules/services/error-handling.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/services/lightbox-factory.service.coffee b/app/modules/services/lightbox-factory.service.coffee index 5b6d57842..1de75869d 100644 --- a/app/modules/services/lightbox-factory.service.coffee +++ b/app/modules/services/lightbox-factory.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class LightboxFactory diff --git a/app/modules/services/lightbox-factory.service.spec.coffee b/app/modules/services/lightbox-factory.service.spec.coffee index 096282e3a..07631f983 100644 --- a/app/modules/services/lightbox-factory.service.spec.coffee +++ b/app/modules/services/lightbox-factory.service.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "tgLightboxFactory", -> diff --git a/app/modules/services/paginate-response.service.coffee b/app/modules/services/paginate-response.service.coffee index 1ac3592b1..862778cd6 100644 --- a/app/modules/services/paginate-response.service.coffee +++ b/app/modules/services/paginate-response.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### PaginateResponse = () -> diff --git a/app/modules/services/paginate-response.service.spec.coffee b/app/modules/services/paginate-response.service.spec.coffee index 15df58701..b8eea1854 100644 --- a/app/modules/services/paginate-response.service.spec.coffee +++ b/app/modules/services/paginate-response.service.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "PaginateResponseService", -> diff --git a/app/modules/services/project-logo.service.coffee b/app/modules/services/project-logo.service.coffee index 2c29c4bc6..72fd48bdc 100644 --- a/app/modules/services/project-logo.service.coffee +++ b/app/modules/services/project-logo.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class ProjectLogoService diff --git a/app/modules/services/project-logo.service.spec.coffee b/app/modules/services/project-logo.service.spec.coffee index ef9bf793f..2b612749d 100644 --- a/app/modules/services/project-logo.service.spec.coffee +++ b/app/modules/services/project-logo.service.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "tgProjectLogoService", -> diff --git a/app/modules/services/project.service.coffee b/app/modules/services/project.service.coffee index 4d57a9169..6c42274d0 100644 --- a/app/modules/services/project.service.coffee +++ b/app/modules/services/project.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/services/project.service.spec.coffee b/app/modules/services/project.service.spec.coffee index ffd800dc7..212ee1211 100644 --- a/app/modules/services/project.service.spec.coffee +++ b/app/modules/services/project.service.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "tgProjectService", -> diff --git a/app/modules/services/theme.service.coffee b/app/modules/services/theme.service.coffee index 663f8caf4..22b2a230f 100644 --- a/app/modules/services/theme.service.coffee +++ b/app/modules/services/theme.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/services/theme.service.spec.coffee b/app/modules/services/theme.service.spec.coffee index cf0b73bd2..9894caf57 100644 --- a/app/modules/services/theme.service.spec.coffee +++ b/app/modules/services/theme.service.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "ThemeService", -> diff --git a/app/modules/services/user-activity.service.coffee b/app/modules/services/user-activity.service.coffee index 1c7aadf59..74ab98463 100644 --- a/app/modules/services/user-activity.service.coffee +++ b/app/modules/services/user-activity.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/services/user-activity.service.spec.coffee b/app/modules/services/user-activity.service.spec.coffee index d7d93eac9..156b5804f 100644 --- a/app/modules/services/user-activity.service.spec.coffee +++ b/app/modules/services/user-activity.service.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### angular.module("taigaCommon").provider("$exceptionHandler", angular.mock.$ExceptionHandlerProvider) diff --git a/app/modules/services/user-list.service.coffee b/app/modules/services/user-list.service.coffee index 2fd9ce63f..0658a3a0a 100644 --- a/app/modules/services/user-list.service.coffee +++ b/app/modules/services/user-list.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/services/user.service.coffee b/app/modules/services/user.service.coffee index e9f71eaa3..d07006a2e 100644 --- a/app/modules/services/user.service.coffee +++ b/app/modules/services/user.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/services/user.service.spec.coffee b/app/modules/services/user.service.spec.coffee index f185e97e0..cb39e0aeb 100644 --- a/app/modules/services/user.service.spec.coffee +++ b/app/modules/services/user.service.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "UserService", -> diff --git a/app/modules/services/xhrError.service.coffee b/app/modules/services/xhrError.service.coffee index 647ee5b1f..d194bfa84 100644 --- a/app/modules/services/xhrError.service.coffee +++ b/app/modules/services/xhrError.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### class xhrError extends taiga.Service diff --git a/app/modules/services/xhrError.service.spec.coffee b/app/modules/services/xhrError.service.spec.coffee index ed42f4652..f94e8d078 100644 --- a/app/modules/services/xhrError.service.spec.coffee +++ b/app/modules/services/xhrError.service.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "tgXhrErrorService", -> diff --git a/app/modules/user-timeline/user-timeline-attachment/user-timeline-attachment-image.jade b/app/modules/user-timeline/user-timeline-attachment/user-timeline-attachment-image.jade index f9759b849..6591c0db5 100644 --- a/app/modules/user-timeline/user-timeline-attachment/user-timeline-attachment-image.jade +++ b/app/modules/user-timeline/user-timeline-attachment/user-timeline-attachment-image.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC // timeline-attachment directive div.activity-image-attachment diff --git a/app/modules/user-timeline/user-timeline-attachment/user-timeline-attachment.directive.coffee b/app/modules/user-timeline/user-timeline-attachment/user-timeline-attachment.directive.coffee index 14fb2bc08..cb811451a 100644 --- a/app/modules/user-timeline/user-timeline-attachment/user-timeline-attachment.directive.coffee +++ b/app/modules/user-timeline/user-timeline-attachment/user-timeline-attachment.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### UserTimelineAttachmentDirective = (template, $compile) -> diff --git a/app/modules/user-timeline/user-timeline-attachment/user-timeline-attachment.directive.spec.coffee b/app/modules/user-timeline/user-timeline-attachment/user-timeline-attachment.directive.spec.coffee index 165e5c252..23e4bfe27 100644 --- a/app/modules/user-timeline/user-timeline-attachment/user-timeline-attachment.directive.spec.coffee +++ b/app/modules/user-timeline/user-timeline-attachment/user-timeline-attachment.directive.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "userTimelineAttachmentDirective", () -> diff --git a/app/modules/user-timeline/user-timeline-attachment/user-timeline-attachment.jade b/app/modules/user-timeline/user-timeline-attachment/user-timeline-attachment.jade index b6d6ba743..b5c617d48 100644 --- a/app/modules/user-timeline/user-timeline-attachment/user-timeline-attachment.jade +++ b/app/modules/user-timeline/user-timeline-attachment/user-timeline-attachment.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC div.single-attachment blockquote diff --git a/app/modules/user-timeline/user-timeline-item/user-timeline-item-title.service.coffee b/app/modules/user-timeline/user-timeline-item/user-timeline-item-title.service.coffee index 1d30b20c0..c5f6739c5 100644 --- a/app/modules/user-timeline/user-timeline-item/user-timeline-item-title.service.coffee +++ b/app/modules/user-timeline/user-timeline-item/user-timeline-item-title.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### unslugify = @.taiga.unslugify diff --git a/app/modules/user-timeline/user-timeline-item/user-timeline-item-title.service.spec.coffee b/app/modules/user-timeline/user-timeline-item/user-timeline-item-title.service.spec.coffee index 84a74bac7..038e4a332 100644 --- a/app/modules/user-timeline/user-timeline-item/user-timeline-item-title.service.spec.coffee +++ b/app/modules/user-timeline/user-timeline-item/user-timeline-item-title.service.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "tgUserTimelineItemTitle", -> diff --git a/app/modules/user-timeline/user-timeline-item/user-timeline-item-type.service.coffee b/app/modules/user-timeline/user-timeline-item/user-timeline-item-type.service.coffee index 5aab906f3..ec97a9cdb 100644 --- a/app/modules/user-timeline/user-timeline-item/user-timeline-item-type.service.coffee +++ b/app/modules/user-timeline/user-timeline-item/user-timeline-item-type.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### timelineType = (timeline, event) -> diff --git a/app/modules/user-timeline/user-timeline-item/user-timeline-item-type.service.spec.coffee b/app/modules/user-timeline/user-timeline-item/user-timeline-item-type.service.spec.coffee index c1e291fd9..0297204bb 100644 --- a/app/modules/user-timeline/user-timeline-item/user-timeline-item-type.service.spec.coffee +++ b/app/modules/user-timeline/user-timeline-item/user-timeline-item-type.service.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "tgUserTimelineItemType", -> diff --git a/app/modules/user-timeline/user-timeline-item/user-timeline-item.directive.coffee b/app/modules/user-timeline/user-timeline-item/user-timeline-item.directive.coffee index b60c104a7..492f70656 100644 --- a/app/modules/user-timeline/user-timeline-item/user-timeline-item.directive.coffee +++ b/app/modules/user-timeline/user-timeline-item/user-timeline-item.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### UserTimelineItemDirective = () -> diff --git a/app/modules/user-timeline/user-timeline-item/user-timeline-item.jade b/app/modules/user-timeline/user-timeline-item/user-timeline-item.jade index d9c3bde0c..f9b481d09 100644 --- a/app/modules/user-timeline/user-timeline-item/user-timeline-item.jade +++ b/app/modules/user-timeline/user-timeline-item/user-timeline-item.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .activity-item span.activity-date {{::timeline.get('created') | momentFromNow}} diff --git a/app/modules/user-timeline/user-timeline-pagination-sequence/user-timeline-pagination-sequence.service.coffee b/app/modules/user-timeline/user-timeline-pagination-sequence/user-timeline-pagination-sequence.service.coffee index b96039581..d947731c6 100644 --- a/app/modules/user-timeline/user-timeline-pagination-sequence/user-timeline-pagination-sequence.service.coffee +++ b/app/modules/user-timeline/user-timeline-pagination-sequence/user-timeline-pagination-sequence.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### UserTimelinePaginationSequence = () -> diff --git a/app/modules/user-timeline/user-timeline-pagination-sequence/user-timeline-pagination-sequence.service.spec.coffee b/app/modules/user-timeline/user-timeline-pagination-sequence/user-timeline-pagination-sequence.service.spec.coffee index a6aa4b18f..ff4bd74b8 100644 --- a/app/modules/user-timeline/user-timeline-pagination-sequence/user-timeline-pagination-sequence.service.spec.coffee +++ b/app/modules/user-timeline/user-timeline-pagination-sequence/user-timeline-pagination-sequence.service.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "tgUserTimelinePaginationSequenceService", -> diff --git a/app/modules/user-timeline/user-timeline.module.coffee b/app/modules/user-timeline/user-timeline.module.coffee index 30f5cf8f9..eb2ba9d6f 100644 --- a/app/modules/user-timeline/user-timeline.module.coffee +++ b/app/modules/user-timeline/user-timeline.module.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### angular.module("taigaUserTimeline", []) diff --git a/app/modules/user-timeline/user-timeline/user-timeline.controller.coffee b/app/modules/user-timeline/user-timeline/user-timeline.controller.coffee index 295a22a9d..8e7a20db4 100644 --- a/app/modules/user-timeline/user-timeline/user-timeline.controller.coffee +++ b/app/modules/user-timeline/user-timeline/user-timeline.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/user-timeline/user-timeline/user-timeline.controller.spec.coffee b/app/modules/user-timeline/user-timeline/user-timeline.controller.spec.coffee index b27ac6797..94403cb6a 100644 --- a/app/modules/user-timeline/user-timeline/user-timeline.controller.spec.coffee +++ b/app/modules/user-timeline/user-timeline/user-timeline.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "UserTimelineController", -> diff --git a/app/modules/user-timeline/user-timeline/user-timeline.directive.coffee b/app/modules/user-timeline/user-timeline/user-timeline.directive.coffee index 5b112c5a2..f6330cfb7 100644 --- a/app/modules/user-timeline/user-timeline/user-timeline.directive.coffee +++ b/app/modules/user-timeline/user-timeline/user-timeline.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### UserTimelineDirective = -> diff --git a/app/modules/user-timeline/user-timeline/user-timeline.jade b/app/modules/user-timeline/user-timeline/user-timeline.jade index f833a48d0..0296b9934 100644 --- a/app/modules/user-timeline/user-timeline/user-timeline.jade +++ b/app/modules/user-timeline/user-timeline/user-timeline.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.profile-timeline div(ng-if="vm.loading") diff --git a/app/modules/user-timeline/user-timeline/user-timeline.service.coffee b/app/modules/user-timeline/user-timeline/user-timeline.service.coffee index 2b38f0341..14eec573f 100644 --- a/app/modules/user-timeline/user-timeline/user-timeline.service.coffee +++ b/app/modules/user-timeline/user-timeline/user-timeline.service.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/user-timeline/user-timeline/user-timeline.service.spec.coffee b/app/modules/user-timeline/user-timeline/user-timeline.service.spec.coffee index 12aa459d6..98938a1c3 100644 --- a/app/modules/user-timeline/user-timeline/user-timeline.service.spec.coffee +++ b/app/modules/user-timeline/user-timeline/user-timeline.service.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "tgUserTimelineService", -> diff --git a/app/modules/utils/isolate-click.directive.coffee b/app/modules/utils/isolate-click.directive.coffee index 4f42d592d..ed4d82abb 100644 --- a/app/modules/utils/isolate-click.directive.coffee +++ b/app/modules/utils/isolate-click.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### IsolateClickDirective = () -> diff --git a/app/modules/utils/utils.module.coffee b/app/modules/utils/utils.module.coffee index 281711083..508c93fd1 100644 --- a/app/modules/utils/utils.module.coffee +++ b/app/modules/utils/utils.module.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module("taigaUtils", []) diff --git a/app/modules/wiki/history/history-templates/history-attachments.jade b/app/modules/wiki/history/history-templates/history-attachments.jade index 90b7f3996..44e766a46 100644 --- a/app/modules/wiki/history/history-templates/history-attachments.jade +++ b/app/modules/wiki/history/history-templates/history-attachments.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC //- New attachment added diff --git a/app/modules/wiki/history/wiki-history-diff.directive.coffee b/app/modules/wiki/history/wiki-history-diff.directive.coffee index c76f7523a..435a675ed 100644 --- a/app/modules/wiki/history/wiki-history-diff.directive.coffee +++ b/app/modules/wiki/history/wiki-history-diff.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module('taigaWikiHistory') diff --git a/app/modules/wiki/history/wiki-history-diff.jade b/app/modules/wiki/history/wiki-history-diff.jade index 2b0fb10d1..51ae54cad 100644 --- a/app/modules/wiki/history/wiki-history-diff.jade +++ b/app/modules/wiki/history/wiki-history-diff.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .diff-status-wrapper( ng-if="key === 'attachments'" diff --git a/app/modules/wiki/history/wiki-history-entry.directive.coffee b/app/modules/wiki/history/wiki-history-entry.directive.coffee index c075c4751..7523ae784 100644 --- a/app/modules/wiki/history/wiki-history-entry.directive.coffee +++ b/app/modules/wiki/history/wiki-history-entry.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### module = angular.module('taigaWikiHistory') diff --git a/app/modules/wiki/history/wiki-history-entry.jade b/app/modules/wiki/history/wiki-history-entry.jade index 5395313a6..c150785a7 100644 --- a/app/modules/wiki/history/wiki-history-entry.jade +++ b/app/modules/wiki/history/wiki-history-entry.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .activity img.activity-avatar( diff --git a/app/modules/wiki/history/wiki-history.controller.coffee b/app/modules/wiki/history/wiki-history.controller.coffee index ef960028d..85cbd4b9a 100644 --- a/app/modules/wiki/history/wiki-history.controller.coffee +++ b/app/modules/wiki/history/wiki-history.controller.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### taiga = @.taiga diff --git a/app/modules/wiki/history/wiki-history.controller.spec.coffee b/app/modules/wiki/history/wiki-history.controller.spec.coffee index 9812d3009..0583fbb06 100644 --- a/app/modules/wiki/history/wiki-history.controller.spec.coffee +++ b/app/modules/wiki/history/wiki-history.controller.spec.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### describe "WikiHistorySection", -> diff --git a/app/modules/wiki/history/wiki-history.directive.coffee b/app/modules/wiki/history/wiki-history.directive.coffee index 0a441e84f..9fc01f5b0 100644 --- a/app/modules/wiki/history/wiki-history.directive.coffee +++ b/app/modules/wiki/history/wiki-history.directive.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### bindOnce = @.taiga.bindOnce diff --git a/app/modules/wiki/history/wiki-history.jade b/app/modules/wiki/history/wiki-history.jade index bde1cbf8b..74dec1f6d 100644 --- a/app/modules/wiki/history/wiki-history.jade +++ b/app/modules/wiki/history/wiki-history.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC nav.history-tabs(ng-if="vm.historyEntries.count()>0") a.history-tab( diff --git a/app/modules/wiki/history/wiki-history.module.coffee b/app/modules/wiki/history/wiki-history.module.coffee index 6cfb18396..5e27f7a41 100644 --- a/app/modules/wiki/history/wiki-history.module.coffee +++ b/app/modules/wiki/history/wiki-history.module.coffee @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### angular.module("taigaWikiHistory", []) diff --git a/app/partials/admin/admin-membership-paginator.jade b/app/partials/admin/admin-membership-paginator.jade index ca53e0590..8d7c73e46 100644 --- a/app/partials/admin/admin-membership-paginator.jade +++ b/app/partials/admin/admin-membership-paginator.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC ul.paginator <% if (showPrevious) { %> diff --git a/app/partials/admin/admin-memberships-row-checkbox.jade b/app/partials/admin/admin-memberships-row-checkbox.jade index 3db7b0f9e..2f4402c17 100644 --- a/app/partials/admin/admin-memberships-row-checkbox.jade +++ b/app/partials/admin/admin-memberships-row-checkbox.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .check.js-check input(type="checkbox", id!="<%- inputId %>") diff --git a/app/partials/admin/admin-memberships.jade b/app/partials/admin/admin-memberships.jade index a0aac7a27..845058e3d 100644 --- a/app/partials/admin/admin-memberships.jade +++ b/app/partials/admin/admin-memberships.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/admin/admin-project-change-owner.jade b/app/partials/admin/admin-project-change-owner.jade index 209910aaa..c7c51af70 100644 --- a/app/partials/admin/admin-project-change-owner.jade +++ b/app/partials/admin/admin-project-change-owner.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .owner-avatar img(tg-avatar="owner", alt="{{::owner.full_name_display}}") diff --git a/app/partials/admin/admin-project-default-values.jade b/app/partials/admin/admin-project-default-values.jade index 3367ca74b..823e0a2a3 100644 --- a/app/partials/admin/admin-project-default-values.jade +++ b/app/partials/admin/admin-project-default-values.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/admin/admin-project-export.jade b/app/partials/admin/admin-project-export.jade index ddf88dc3b..e0701e67c 100644 --- a/app/partials/admin/admin-project-export.jade +++ b/app/partials/admin/admin-project-export.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/admin/admin-project-modules.jade b/app/partials/admin/admin-project-modules.jade index 0f4715bfd..36bcb9746 100644 --- a/app/partials/admin/admin-project-modules.jade +++ b/app/partials/admin/admin-project-modules.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/admin/admin-project-profile.jade b/app/partials/admin/admin-project-profile.jade index e3522b24b..d88d849a1 100644 --- a/app/partials/admin/admin-project-profile.jade +++ b/app/partials/admin/admin-project-profile.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/admin/admin-project-reports.jade b/app/partials/admin/admin-project-reports.jade index d6ee3f7ab..6cff54382 100644 --- a/app/partials/admin/admin-project-reports.jade +++ b/app/partials/admin/admin-project-reports.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/admin/admin-project-request-ownership.jade b/app/partials/admin/admin-project-request-ownership.jade index faf1ac1b1..1d0a72161 100644 --- a/app/partials/admin/admin-project-request-ownership.jade +++ b/app/partials/admin/admin-project-request-ownership.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .owner-avatar img(tg-avatar="owner", alt="{{::owner.full_name_display}}") diff --git a/app/partials/admin/admin-project-restrictions.jade b/app/partials/admin/admin-project-restrictions.jade index a1433a322..230f82665 100644 --- a/app/partials/admin/admin-project-restrictions.jade +++ b/app/partials/admin/admin-project-restrictions.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC fieldset(ng-if="!project.is_private_extra_info.can_be_updated && project.i_am_owner" ng-switch="project.is_private_extra_info.reason") span(ng-switch-when="max_private_projects") {{ 'ADMIN.PROJECT_PROFILE.MAX_PRIVATE_PROJECTS' | translate }} diff --git a/app/partials/admin/admin-project-values-custom-fields.jade b/app/partials/admin/admin-project-values-custom-fields.jade index 210ae992a..417a7f037 100644 --- a/app/partials/admin/admin-project-values-custom-fields.jade +++ b/app/partials/admin/admin-project-values-custom-fields.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/admin/admin-project-values-due-dates.jade b/app/partials/admin/admin-project-values-due-dates.jade index 0365bcd0f..59fbb5640 100644 --- a/app/partials/admin/admin-project-values-due-dates.jade +++ b/app/partials/admin/admin-project-values-due-dates.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/admin/admin-project-values-kanban-power-ups.jade b/app/partials/admin/admin-project-values-kanban-power-ups.jade index e559fc294..749a2fcb9 100644 --- a/app/partials/admin/admin-project-values-kanban-power-ups.jade +++ b/app/partials/admin/admin-project-values-kanban-power-ups.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/admin/admin-project-values-points.jade b/app/partials/admin/admin-project-values-points.jade index 8ccddf257..381d173bd 100644 --- a/app/partials/admin/admin-project-values-points.jade +++ b/app/partials/admin/admin-project-values-points.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/admin/admin-project-values-priorities.jade b/app/partials/admin/admin-project-values-priorities.jade index 4d5d9f542..991d2711d 100644 --- a/app/partials/admin/admin-project-values-priorities.jade +++ b/app/partials/admin/admin-project-values-priorities.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/admin/admin-project-values-severities.jade b/app/partials/admin/admin-project-values-severities.jade index 1b376eb6e..e66845263 100644 --- a/app/partials/admin/admin-project-values-severities.jade +++ b/app/partials/admin/admin-project-values-severities.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/admin/admin-project-values-status.jade b/app/partials/admin/admin-project-values-status.jade index a7132226c..1d290bf1f 100644 --- a/app/partials/admin/admin-project-values-status.jade +++ b/app/partials/admin/admin-project-values-status.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/admin/admin-project-values-tags.jade b/app/partials/admin/admin-project-values-tags.jade index 4a9e41df2..8546dd82e 100644 --- a/app/partials/admin/admin-project-values-tags.jade +++ b/app/partials/admin/admin-project-values-tags.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/admin/admin-project-values-types.jade b/app/partials/admin/admin-project-values-types.jade index f55cf05fc..faf535acc 100644 --- a/app/partials/admin/admin-project-values-types.jade +++ b/app/partials/admin/admin-project-values-types.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/admin/admin-roles.jade b/app/partials/admin/admin-roles.jade index e81d5a982..a328b7462 100644 --- a/app/partials/admin/admin-roles.jade +++ b/app/partials/admin/admin-roles.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/admin/admin-third-parties-bitbucket.jade b/app/partials/admin/admin-third-parties-bitbucket.jade index c6c78c958..d89070ad5 100644 --- a/app/partials/admin/admin-third-parties-bitbucket.jade +++ b/app/partials/admin/admin-third-parties-bitbucket.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/admin/admin-third-parties-github.jade b/app/partials/admin/admin-third-parties-github.jade index 0a5dceb51..31b375f46 100644 --- a/app/partials/admin/admin-third-parties-github.jade +++ b/app/partials/admin/admin-third-parties-github.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/admin/admin-third-parties-gitlab.jade b/app/partials/admin/admin-third-parties-gitlab.jade index d0e2b8f64..6fb7187c9 100644 --- a/app/partials/admin/admin-third-parties-gitlab.jade +++ b/app/partials/admin/admin-third-parties-gitlab.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/admin/admin-third-parties-gogs.jade b/app/partials/admin/admin-third-parties-gogs.jade index b5b1c1e13..91f2f4d11 100644 --- a/app/partials/admin/admin-third-parties-gogs.jade +++ b/app/partials/admin/admin-third-parties-gogs.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/admin/admin-third-parties-webhooks.jade b/app/partials/admin/admin-third-parties-webhooks.jade index a3ddfc0d3..38ef96a1a 100644 --- a/app/partials/admin/admin-third-parties-webhooks.jade +++ b/app/partials/admin/admin-third-parties-webhooks.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/admin/lightbox-add-members.jade b/app/partials/admin/lightbox-add-members.jade index 8d635e39c..3f8cf07dc 100644 --- a/app/partials/admin/lightbox-add-members.jade +++ b/app/partials/admin/lightbox-add-members.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-lightbox-close .add-member-wrapper diff --git a/app/partials/admin/memberships-row-avatar.jade b/app/partials/admin/memberships-row-avatar.jade index 9f14d5fe8..7047dbb29 100644 --- a/app/partials/admin/memberships-row-avatar.jade +++ b/app/partials/admin/memberships-row-avatar.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .avatar img( diff --git a/app/partials/admin/memberships-warning-message.jade b/app/partials/admin/memberships-warning-message.jade index f3ccb7fc8..f860ae0c8 100644 --- a/app/partials/admin/memberships-warning-message.jade +++ b/app/partials/admin/memberships-warning-message.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC p.member-limit-warning( ng-if="project.get('i_am_owner') == true" diff --git a/app/partials/admin/no-more-memberships-explanation.jade b/app/partials/admin/no-more-memberships-explanation.jade index 13050f504..514c0a5e1 100644 --- a/app/partials/admin/no-more-memberships-explanation.jade +++ b/app/partials/admin/no-more-memberships-explanation.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC p.admin-subtitle( ng-if="project.i_am_owner == true" diff --git a/app/partials/admin/project-csv.jade b/app/partials/admin/project-csv.jade index 17d337ca2..d556f402f 100644 --- a/app/partials/admin/project-csv.jade +++ b/app/partials/admin/project-csv.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.project-csv(tg-select-input-text) div.project-values-title diff --git a/app/partials/auth/change-password-from-recovery.jade b/app/partials/auth/change-password-from-recovery.jade index 9baa289b1..eb5588b2a 100644 --- a/app/partials/auth/change-password-from-recovery.jade +++ b/app/partials/auth/change-password-from-recovery.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/auth/forgot-password.jade b/app/partials/auth/forgot-password.jade index bd5157f29..692237d19 100644 --- a/app/partials/auth/forgot-password.jade +++ b/app/partials/auth/forgot-password.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/auth/invitation.jade b/app/partials/auth/invitation.jade index f89e3b671..888c709f8 100644 --- a/app/partials/auth/invitation.jade +++ b/app/partials/auth/invitation.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC div.wrapper div.invitation-main diff --git a/app/partials/auth/login-text.jade b/app/partials/auth/login-text.jade index af313867e..73e65f67e 100644 --- a/app/partials/auth/login-text.jade +++ b/app/partials/auth/login-text.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC p.register-text span(translate="AUTH.NOT_REGISTERED_YET") diff --git a/app/partials/auth/login.jade b/app/partials/auth/login.jade index 03897d423..c9d7375b8 100644 --- a/app/partials/auth/login.jade +++ b/app/partials/auth/login.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/auth/register.jade b/app/partials/auth/register.jade index d8bb4149a..42d43ee41 100644 --- a/app/partials/auth/register.jade +++ b/app/partials/auth/register.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/backlog/backlog.jade b/app/partials/backlog/backlog.jade index 32ee9a327..5a023c330 100644 --- a/app/partials/backlog/backlog.jade +++ b/app/partials/backlog/backlog.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/backlog/progress-bar.jade b/app/partials/backlog/progress-bar.jade index 265e89d5f..7f2d63f24 100644 --- a/app/partials/backlog/progress-bar.jade +++ b/app/partials/backlog/progress-bar.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .defined-points(title="{{'BACKLOG.EXCESS_OF_POINTS' | translate}}") diff --git a/app/partials/backlog/sprint-header.jade b/app/partials/backlog/sprint-header.jade index 1408f37f4..604dc2efd 100644 --- a/app/partials/backlog/sprint-header.jade +++ b/app/partials/backlog/sprint-header.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC diff --git a/app/partials/backlog/sprint.jade b/app/partials/backlog/sprint.jade index eea8e1d2c..3622ac027 100644 --- a/app/partials/backlog/sprint.jade +++ b/app/partials/backlog/sprint.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC header(tg-backlog-sprint-header) diff --git a/app/partials/backlog/us-edit-popover.jade b/app/partials/backlog/us-edit-popover.jade index 9dafa508d..a558c8b71 100644 --- a/app/partials/backlog/us-edit-popover.jade +++ b/app/partials/backlog/us-edit-popover.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC ul.popover.us-option-popup li diff --git a/app/partials/backlog/us-role-points-popover.jade b/app/partials/backlog/us-role-points-popover.jade index 7f6d8d5d1..45e70085f 100644 --- a/app/partials/backlog/us-role-points-popover.jade +++ b/app/partials/backlog/us-role-points-popover.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC ul.popover.pop-role li diff --git a/app/partials/common/components/add-button.jade b/app/partials/common/components/add-button.jade index 1b43cc864..fcf1fce32 100644 --- a/app/partials/common/components/add-button.jade +++ b/app/partials/common/components/add-button.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC button.btn-icon.add-button.e2e-add-userstory-button( type="button" diff --git a/app/partials/common/components/block-button.jade b/app/partials/common/components/block-button.jade index 2e003fa63..3d14e81c6 100644 --- a/app/partials/common/components/block-button.jade +++ b/app/partials/common/components/block-button.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC button.btn-icon.button-lock( ng-class="{'item-unblock': item.is_blocked,'item-block': !item.is_blocked}" diff --git a/app/partials/common/components/created-by.jade b/app/partials/common/components/created-by.jade index 4bf6b6f7d..812d63383 100644 --- a/app/partials/common/components/created-by.jade +++ b/app/partials/common/components/created-by.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .created-by a.created-title( diff --git a/app/partials/common/components/delete-button.jade b/app/partials/common/components/delete-button.jade index 1bd63afc6..1dccb0d10 100644 --- a/app/partials/common/components/delete-button.jade +++ b/app/partials/common/components/delete-button.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC button.btn-icon.button-delete( variant="primary" diff --git a/app/partials/common/components/editable-description-msg-edit-mode.jade b/app/partials/common/components/editable-description-msg-edit-mode.jade index ddd81485f..a9e7f7e29 100644 --- a/app/partials/common/components/editable-description-msg-edit-mode.jade +++ b/app/partials/common/components/editable-description-msg-edit-mode.jade @@ -3,6 +3,6 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC p.no-description.editable(translate="COMMON.DESCRIPTION.EMPTY") diff --git a/app/partials/common/components/editable-description-msg-read-mode.jade b/app/partials/common/components/editable-description-msg-read-mode.jade index 174e9c8dd..5c085d1ee 100644 --- a/app/partials/common/components/editable-description-msg-read-mode.jade +++ b/app/partials/common/components/editable-description-msg-read-mode.jade @@ -3,6 +3,6 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC p.no-description(translate="COMMON.DESCRIPTION.NO_DESCRIPTION") diff --git a/app/partials/common/components/editable-subject.jade b/app/partials/common/components/editable-subject.jade index 4ad57b184..cc3e6c88d 100644 --- a/app/partials/common/components/editable-subject.jade +++ b/app/partials/common/components/editable-subject.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .view-subject {{ item.subject }} tg-svg.edit( diff --git a/app/partials/common/components/kanban-placeholder.jade b/app/partials/common/components/kanban-placeholder.jade index f1517a1ab..e1aa5f7bd 100644 --- a/app/partials/common/components/kanban-placeholder.jade +++ b/app/partials/common/components/kanban-placeholder.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC ng-container(ng-if="!ctrl.notFoundUserstories") .placeholder-board-card diff --git a/app/partials/common/components/level.jade b/app/partials/common/components/level.jade index 8ef48f7ff..c1821542a 100644 --- a/app/partials/common/components/level.jade +++ b/app/partials/common/components/level.jade @@ -3,6 +3,6 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC div.level \ No newline at end of file diff --git a/app/partials/common/components/list-item-assigned-to-avatar.jade b/app/partials/common/components/list-item-assigned-to-avatar.jade index 791bcfac0..9cb2a1266 100644 --- a/app/partials/common/components/list-item-assigned-to-avatar.jade +++ b/app/partials/common/components/list-item-assigned-to-avatar.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC div.avatar img( diff --git a/app/partials/common/components/main-title.jade b/app/partials/common/components/main-title.jade index ae8a0b430..248c58a9b 100644 --- a/app/partials/common/components/main-title.jade +++ b/app/partials/common/components/main-title.jade @@ -3,6 +3,6 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC span {{ sectionName | translate }} diff --git a/app/partials/common/components/progress-bar.jade b/app/partials/common/components/progress-bar.jade index d6bc1c66c..704b97621 100644 --- a/app/partials/common/components/progress-bar.jade +++ b/app/partials/common/components/progress-bar.jade @@ -3,6 +3,6 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .current-progress(style!="width: <%- percentage %>%") \ No newline at end of file diff --git a/app/partials/common/components/status-button.jade b/app/partials/common/components/status-button.jade index e6ced5cd7..d8a842f3e 100644 --- a/app/partials/common/components/status-button.jade +++ b/app/partials/common/components/status-button.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC span.detail-status-inner.js-edit-status( class!="<% if(editable){ %>clickable<% }%>" diff --git a/app/partials/common/components/status-display.jade b/app/partials/common/components/status-display.jade index e03fa9928..1b84c2068 100644 --- a/app/partials/common/components/status-display.jade +++ b/app/partials/common/components/status-display.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC <% if (is_closed) { %> span(translate="COMMON.STATUS.CLOSED") diff --git a/app/partials/common/components/taskboard-placeholder.jade b/app/partials/common/components/taskboard-placeholder.jade index b100c38f1..b497ea2ef 100644 --- a/app/partials/common/components/taskboard-placeholder.jade +++ b/app/partials/common/components/taskboard-placeholder.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC ng-container(ng-if="!ctrl.notFoundTasks") .placeholder-board-card.clean diff --git a/app/partials/common/components/user-display.jade b/app/partials/common/components/user-display.jade index be7b16bed..283803f4a 100644 --- a/app/partials/common/components/user-display.jade +++ b/app/partials/common/components/user-display.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .user-avatar(ng-if="url") a( diff --git a/app/partials/common/components/wysiwyg-toolbar.jade b/app/partials/common/components/wysiwyg-toolbar.jade index 998e64d36..a06cc10eb 100644 --- a/app/partials/common/components/wysiwyg-toolbar.jade +++ b/app/partials/common/components/wysiwyg-toolbar.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .editor(ng-class="{'edit-mode': editMode, 'read-mode': !editMode, 'html-read-mode': htmlReadMode}") div(ng-if="outdated") diff --git a/app/partials/common/estimation/us-estimation-points-per-role.jade b/app/partials/common/estimation/us-estimation-points-per-role.jade index 6fe49593c..2baa278ef 100644 --- a/app/partials/common/estimation/us-estimation-points-per-role.jade +++ b/app/partials/common/estimation/us-estimation-points-per-role.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .ticket-section-label span {{ 'COMMON.FIELDS.POINTS'|translate }} diff --git a/app/partials/common/estimation/us-estimation-points.jade b/app/partials/common/estimation/us-estimation-points.jade index c9f9cd85f..352acfb09 100644 --- a/app/partials/common/estimation/us-estimation-points.jade +++ b/app/partials/common/estimation/us-estimation-points.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC ul.popover.pop-points-open(class!="<% if (horizontal) { %>horizontal<% }; %>") <% _.each(points, function(point) { %> diff --git a/app/partials/common/estimation/us-estimation-total.jade b/app/partials/common/estimation/us-estimation-total.jade index ec6b1240e..327b421b2 100644 --- a/app/partials/common/estimation/us-estimation-total.jade +++ b/app/partials/common/estimation/us-estimation-total.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC button.us-points(class!="<% if (!editable) { %>not-clickable<% } %>") span.points-value <%= text %> diff --git a/app/partials/common/estimation/us-points-roles-popover.jade b/app/partials/common/estimation/us-points-roles-popover.jade index 06f440a26..0671dfbd0 100644 --- a/app/partials/common/estimation/us-points-roles-popover.jade +++ b/app/partials/common/estimation/us-points-roles-popover.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC ul.popover.pop-role <% _.each(roles, function(role) { %> diff --git a/app/partials/common/lightbox-feedback.jade b/app/partials/common/lightbox-feedback.jade index 42eb31609..59d90a55e 100644 --- a/app/partials/common/lightbox-feedback.jade +++ b/app/partials/common/lightbox-feedback.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-lightbox-close form diff --git a/app/partials/common/lightbox/lightbox-block.jade b/app/partials/common/lightbox/lightbox-block.jade index de16e7348..5c190b98b 100644 --- a/app/partials/common/lightbox/lightbox-block.jade +++ b/app/partials/common/lightbox/lightbox-block.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-lightbox-close diff --git a/app/partials/common/lightbox/lightbox-blocking-message-input.jade b/app/partials/common/lightbox/lightbox-blocking-message-input.jade index 3d72ad350..b252b20bd 100644 --- a/app/partials/common/lightbox/lightbox-blocking-message-input.jade +++ b/app/partials/common/lightbox/lightbox-blocking-message-input.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC fieldset.blocked-note.hidden input( diff --git a/app/partials/common/lightbox/lightbox-change-owner.jade b/app/partials/common/lightbox/lightbox-change-owner.jade index 04ac371d5..b9fa8fa38 100644 --- a/app/partials/common/lightbox/lightbox-change-owner.jade +++ b/app/partials/common/lightbox/lightbox-change-owner.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-lightbox-close diff --git a/app/partials/common/lightbox/lightbox-create-edit/lb-create-edit-issue.jade b/app/partials/common/lightbox/lightbox-create-edit/lb-create-edit-issue.jade index 0309f4be6..23fa1f0fd 100644 --- a/app/partials/common/lightbox/lightbox-create-edit/lb-create-edit-issue.jade +++ b/app/partials/common/lightbox/lightbox-create-edit/lb-create-edit-issue.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.ticket-assigned-to( tg-assigned-to-inline diff --git a/app/partials/common/lightbox/lightbox-create-edit/lb-create-edit-task.jade b/app/partials/common/lightbox/lightbox-create-edit/lb-create-edit-task.jade index 82638c81f..eb8dac292 100644 --- a/app/partials/common/lightbox/lightbox-create-edit/lb-create-edit-task.jade +++ b/app/partials/common/lightbox/lightbox-create-edit/lb-create-edit-task.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.ticket-assigned-to( tg-assigned-to-inline diff --git a/app/partials/common/lightbox/lightbox-create-edit/lb-create-edit-us.jade b/app/partials/common/lightbox/lightbox-create-edit/lb-create-edit-us.jade index b8c4ae0d9..9a685dcc7 100644 --- a/app/partials/common/lightbox/lightbox-create-edit/lb-create-edit-us.jade +++ b/app/partials/common/lightbox/lightbox-create-edit/lb-create-edit-us.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .swimlane-select(ng-if="project.is_kanban_activated && swimlanesList.size") .label {{ 'LIGHTBOX.CREATE_EDIT.SWIMLANE' | translate }} diff --git a/app/partials/common/lightbox/lightbox-create-edit/lb-create-edit.jade b/app/partials/common/lightbox/lightbox-create-edit/lb-create-edit.jade index 515d76887..a59fbcdad 100644 --- a/app/partials/common/lightbox/lightbox-create-edit/lb-create-edit.jade +++ b/app/partials/common/lightbox/lightbox-create-edit/lb-create-edit.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-lightbox-close diff --git a/app/partials/common/lightbox/lightbox-due-date.jade b/app/partials/common/lightbox/lightbox-due-date.jade index 44cb96cff..817d6a14c 100644 --- a/app/partials/common/lightbox/lightbox-due-date.jade +++ b/app/partials/common/lightbox/lightbox-due-date.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-lightbox-close diff --git a/app/partials/common/lightbox/lightbox-leave-project-warning.jade b/app/partials/common/lightbox/lightbox-leave-project-warning.jade index a7b97346a..336e1cd0a 100644 --- a/app/partials/common/lightbox/lightbox-leave-project-warning.jade +++ b/app/partials/common/lightbox/lightbox-leave-project-warning.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-lightbox-close diff --git a/app/partials/common/lightbox/lightbox-relate-to-epic.jade b/app/partials/common/lightbox/lightbox-relate-to-epic.jade index 040134291..8ffc48b6f 100644 --- a/app/partials/common/lightbox/lightbox-relate-to-epic.jade +++ b/app/partials/common/lightbox/lightbox-relate-to-epic.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-lightbox-close diff --git a/app/partials/common/lightbox/lightbox-request-ownership.jade b/app/partials/common/lightbox/lightbox-request-ownership.jade index e8c99df41..8e6295a7e 100644 --- a/app/partials/common/lightbox/lightbox-request-ownership.jade +++ b/app/partials/common/lightbox/lightbox-request-ownership.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-lightbox-close diff --git a/app/partials/common/popover/popover-related-task-status.jade b/app/partials/common/popover/popover-related-task-status.jade index 5cfabbbb5..90d292096 100644 --- a/app/partials/common/popover/popover-related-task-status.jade +++ b/app/partials/common/popover/popover-related-task-status.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC ul.popover.pop-status <% _.forEach(statuses, function(status) { %> diff --git a/app/partials/common/popover/popover-us-status.jade b/app/partials/common/popover/popover-us-status.jade index f2e9a68de..e46d50269 100644 --- a/app/partials/common/popover/popover-us-status.jade +++ b/app/partials/common/popover/popover-us-status.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC ul.popover.pop-status <% _.each(statuses, function(status) { %> diff --git a/app/partials/common/tag/lb-tag-line-tags.jade b/app/partials/common/tag/lb-tag-line-tags.jade index 305e34c29..c2e1e3247 100644 --- a/app/partials/common/tag/lb-tag-line-tags.jade +++ b/app/partials/common/tag/lb-tag-line-tags.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC <% _.each(tags, function(tag) { %> span( diff --git a/app/partials/common/tag/lb-tag-line.jade b/app/partials/common/tag/lb-tag-line.jade index cdd3d0c0d..be352a4bf 100644 --- a/app/partials/common/tag/lb-tag-line.jade +++ b/app/partials/common/tag/lb-tag-line.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .tags-container input.tag-input( diff --git a/app/partials/common/tag/tag-line.jade b/app/partials/common/tag/tag-line.jade index e568b9633..7f29e4012 100644 --- a/app/partials/common/tag/tag-line.jade +++ b/app/partials/common/tag/tag-line.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .tags-container a.add-tag.hidden( diff --git a/app/partials/common/tag/tags-line-tags.jade b/app/partials/common/tag/tags-line-tags.jade index a5741136b..9c123a659 100644 --- a/app/partials/common/tag/tags-line-tags.jade +++ b/app/partials/common/tag/tags-line-tags.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC <% _.each(tags, function(tag) { %> <% if (tag.name == deleteTagLoading) { %> diff --git a/app/partials/common/wysiwyg/wysiwyg-markitup-preview.jade b/app/partials/common/wysiwyg/wysiwyg-markitup-preview.jade index ea2065e5a..a5fbe0e89 100644 --- a/app/partials/common/wysiwyg/wysiwyg-markitup-preview.jade +++ b/app/partials/common/wysiwyg/wysiwyg-markitup-preview.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .preview .actions diff --git a/app/partials/contrib/main.jade b/app/partials/contrib/main.jade index 3892327d0..f6f38371c 100644 --- a/app/partials/contrib/main.jade +++ b/app/partials/contrib/main.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/contrib/user-settings.jade b/app/partials/contrib/user-settings.jade index a0a50788e..6f641130b 100644 --- a/app/partials/contrib/user-settings.jade +++ b/app/partials/contrib/user-settings.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/custom-attributes/custom-attribute-value-edit.jade b/app/partials/custom-attributes/custom-attribute-value-edit.jade index 9d0c0d7b6..9f8837459 100644 --- a/app/partials/custom-attributes/custom-attribute-value-edit.jade +++ b/app/partials/custom-attributes/custom-attribute-value-edit.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC form.custom-field-single.editable(autocomplete="off" class!="<%= type === 'checkbox' ? 'custom-field-checkbox' : '' %>") diff --git a/app/partials/custom-attributes/custom-attribute-value.jade b/app/partials/custom-attributes/custom-attribute-value.jade index 0f7dd30f2..896a8c235 100644 --- a/app/partials/custom-attributes/custom-attribute-value.jade +++ b/app/partials/custom-attributes/custom-attribute-value.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .custom-field-single(class!="<%= type === 'checkbox' ? 'custom-field-checkbox' : '' %>") .custom-field-data diff --git a/app/partials/custom-attributes/custom-attributes-values.jade b/app/partials/custom-attributes/custom-attributes-values.jade index 90d036686..452346ffe 100644 --- a/app/partials/custom-attributes/custom-attributes-values.jade +++ b/app/partials/custom-attributes/custom-attributes-values.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.duty-custom-fields(ng-show="ctrl.customAttributes.length") .custom-fields-header diff --git a/app/partials/epic/epic-detail.jade b/app/partials/epic/epic-detail.jade index f8fc172ce..2a5bb6e0f 100644 --- a/app/partials/epic/epic-detail.jade +++ b/app/partials/epic/epic-detail.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/error/error.jade b/app/partials/error/error.jade index 15e9c262a..831ff91bf 100644 --- a/app/partials/error/error.jade +++ b/app/partials/error/error.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/error/not-found.jade b/app/partials/error/not-found.jade index 9db69ad27..44eeac74c 100644 --- a/app/partials/error/not-found.jade +++ b/app/partials/error/not-found.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/error/permission-denied.jade b/app/partials/error/permission-denied.jade index 2750e5aa6..431b2555a 100644 --- a/app/partials/error/permission-denied.jade +++ b/app/partials/error/permission-denied.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/includes/components/addnewissue.jade b/app/partials/includes/components/addnewissue.jade index 959c38878..0b14eaccb 100644 --- a/app/partials/includes/components/addnewissue.jade +++ b/app/partials/includes/components/addnewissue.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-svg.add-action( tg-check-permission="add_task", diff --git a/app/partials/includes/components/addnewtask.jade b/app/partials/includes/components/addnewtask.jade index f798b5f18..7135435e6 100644 --- a/app/partials/includes/components/addnewtask.jade +++ b/app/partials/includes/components/addnewtask.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-svg.add-action.btn-board( tg-check-permission="add_task", diff --git a/app/partials/includes/components/addnewus.jade b/app/partials/includes/components/addnewus.jade index 681ca0b26..200e088f5 100644 --- a/app/partials/includes/components/addnewus.jade +++ b/app/partials/includes/components/addnewus.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC div.new-us button.btn-small( diff --git a/app/partials/includes/components/backlog-row.jade b/app/partials/includes/components/backlog-row.jade index 987845a2f..6acc378b9 100644 --- a/app/partials/includes/components/backlog-row.jade +++ b/app/partials/includes/components/backlog-row.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .row.us-item-row( ng-repeat="us in userstories | inArray:visibleUserStories:'ref' track by us.ref" diff --git a/app/partials/includes/components/loading-bar.jade b/app/partials/includes/components/loading-bar.jade index e5ec40ef2..d5b4e84e7 100644 --- a/app/partials/includes/components/loading-bar.jade +++ b/app/partials/includes/components/loading-bar.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC div.loading-bar span.item.item-1 diff --git a/app/partials/includes/components/mainTitle.jade b/app/partials/includes/components/mainTitle.jade index ece03d281..0d2036924 100644 --- a/app/partials/includes/components/mainTitle.jade +++ b/app/partials/includes/components/mainTitle.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC header h1( diff --git a/app/partials/includes/components/notification-message.jade b/app/partials/includes/components/notification-message.jade index daf1d3cca..b1149a8a0 100644 --- a/app/partials/includes/components/notification-message.jade +++ b/app/partials/includes/components/notification-message.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC //- To Aadd a new notification type: //- diff --git a/app/partials/includes/components/sprint-summary.jade b/app/partials/includes/components/sprint-summary.jade index 4a90d0dad..e65a6de8e 100644 --- a/app/partials/includes/components/sprint-summary.jade +++ b/app/partials/includes/components/sprint-summary.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC div.summary.large-summary div.large-summary-wrapper diff --git a/app/partials/includes/components/summary.jade b/app/partials/includes/components/summary.jade index e25605925..2be1686ad 100644 --- a/app/partials/includes/components/summary.jade +++ b/app/partials/includes/components/summary.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC div.summary div.summary-progress-bar(tg-backlog-progress-bar="stats") diff --git a/app/partials/includes/modules/admin-menu.jade b/app/partials/includes/modules/admin-menu.jade index 8727da88a..5c55dd830 100644 --- a/app/partials/includes/modules/admin-menu.jade +++ b/app/partials/includes/modules/admin-menu.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.admin-menu nav diff --git a/app/partials/includes/modules/admin-submenu-project-profile.jade b/app/partials/includes/modules/admin-submenu-project-profile.jade index 485ffaaac..10c6b8436 100644 --- a/app/partials/includes/modules/admin-submenu-project-profile.jade +++ b/app/partials/includes/modules/admin-submenu-project-profile.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.admin-submenu nav diff --git a/app/partials/includes/modules/admin-submenu-project-values.jade b/app/partials/includes/modules/admin-submenu-project-values.jade index e22b4020c..bd14ce481 100644 --- a/app/partials/includes/modules/admin-submenu-project-values.jade +++ b/app/partials/includes/modules/admin-submenu-project-values.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.admin-submenu nav diff --git a/app/partials/includes/modules/admin-submenu-roles.jade b/app/partials/includes/modules/admin-submenu-roles.jade index 69dcbb49e..8b91a3b90 100644 --- a/app/partials/includes/modules/admin-submenu-roles.jade +++ b/app/partials/includes/modules/admin-submenu-roles.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.admin-submenu.admin-submenu-roles(ng-if="roles") nav diff --git a/app/partials/includes/modules/admin-submenu-third-parties.jade b/app/partials/includes/modules/admin-submenu-third-parties.jade index 9145d6a7b..b0c65d86e 100644 --- a/app/partials/includes/modules/admin-submenu-third-parties.jade +++ b/app/partials/includes/modules/admin-submenu-third-parties.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.admin-submenu nav diff --git a/app/partials/includes/modules/admin/admin-custom-attributes-extra.jade b/app/partials/includes/modules/admin/admin-custom-attributes-extra.jade index b4d606c4d..fc87c2747 100644 --- a/app/partials/includes/modules/admin/admin-custom-attributes-extra.jade +++ b/app/partials/includes/modules/admin/admin-custom-attributes-extra.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .js-child-sortable(data-id="{{ attr.id }}") .js-form( diff --git a/app/partials/includes/modules/admin/admin-custom-attributes-new-extra.jade b/app/partials/includes/modules/admin/admin-custom-attributes-new-extra.jade index 70c2d0983..038b015e9 100644 --- a/app/partials/includes/modules/admin/admin-custom-attributes-new-extra.jade +++ b/app/partials/includes/modules/admin/admin-custom-attributes-new-extra.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .js-child-sortable(data-id="-1") diff --git a/app/partials/includes/modules/admin/admin-custom-attributes.jade b/app/partials/includes/modules/admin/admin-custom-attributes.jade index 1d7f1e3ee..4f32b0308 100644 --- a/app/partials/includes/modules/admin/admin-custom-attributes.jade +++ b/app/partials/includes/modules/admin/admin-custom-attributes.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.custom-fields-table.basic-table .project-values-title diff --git a/app/partials/includes/modules/admin/admin-membership-table.jade b/app/partials/includes/modules/admin/admin-membership-table.jade index 2bbe0b1b6..1e7c4c653 100644 --- a/app/partials/includes/modules/admin/admin-membership-table.jade +++ b/app/partials/includes/modules/admin/admin-membership-table.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.admin-membership-table.basic-table .row.title diff --git a/app/partials/includes/modules/admin/admin-submenu-contrib.jade b/app/partials/includes/modules/admin/admin-submenu-contrib.jade index 217acb561..d1cc98bca 100644 --- a/app/partials/includes/modules/admin/admin-submenu-contrib.jade +++ b/app/partials/includes/modules/admin/admin-submenu-contrib.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.admin-submenu nav diff --git a/app/partials/includes/modules/admin/default-values.jade b/app/partials/includes/modules/admin/default-values.jade index fbb1dc3dc..6c151ec75 100644 --- a/app/partials/includes/modules/admin/default-values.jade +++ b/app/partials/includes/modules/admin/default-values.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.default-values form diff --git a/app/partials/includes/modules/admin/project-due-date-status.jade b/app/partials/includes/modules/admin/project-due-date-status.jade index 2eb7ba770..8ad1986c8 100644 --- a/app/partials/includes/modules/admin/project-due-date-status.jade +++ b/app/partials/includes/modules/admin/project-due-date-status.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.admin-status-table .colors-table diff --git a/app/partials/includes/modules/admin/project-kanban-swimlane-single.jade b/app/partials/includes/modules/admin/project-kanban-swimlane-single.jade index c3daa6750..3e73db434 100644 --- a/app/partials/includes/modules/admin/project-kanban-swimlane-single.jade +++ b/app/partials/includes/modules/admin/project-kanban-swimlane-single.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .admin-swimlane-item(ng-if="!displaySwimlaneSingleForm") .admin-swimlane-item-start diff --git a/app/partials/includes/modules/admin/project-kanban-swimlanes.jade b/app/partials/includes/modules/admin/project-kanban-swimlanes.jade index 038f411fd..1d540356a 100644 --- a/app/partials/includes/modules/admin/project-kanban-swimlanes.jade +++ b/app/partials/includes/modules/admin/project-kanban-swimlanes.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.admin-kanban-powerups div.project-values-title diff --git a/app/partials/includes/modules/admin/project-points.jade b/app/partials/includes/modules/admin/project-points.jade index 985e20c5f..9bc0f07d0 100644 --- a/app/partials/includes/modules/admin/project-points.jade +++ b/app/partials/includes/modules/admin/project-points.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.project-values-table diff --git a/app/partials/includes/modules/admin/project-status.jade b/app/partials/includes/modules/admin/project-status.jade index 9c3662bee..ea40e33b4 100644 --- a/app/partials/includes/modules/admin/project-status.jade +++ b/app/partials/includes/modules/admin/project-status.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.admin-status-table div.project-values-title diff --git a/app/partials/includes/modules/admin/project-tags.jade b/app/partials/includes/modules/admin/project-tags.jade index bf8719b93..a9e0700f5 100644 --- a/app/partials/includes/modules/admin/project-tags.jade +++ b/app/partials/includes/modules/admin/project-tags.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section .admin-tags-section-wrapper-empty( diff --git a/app/partials/includes/modules/admin/project-types.jade b/app/partials/includes/modules/admin/project-types.jade index 320eaf08a..7324fe38d 100644 --- a/app/partials/includes/modules/admin/project-types.jade +++ b/app/partials/includes/modules/admin/project-types.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.colors-table diff --git a/app/partials/includes/modules/admin/project-us-status.jade b/app/partials/includes/modules/admin/project-us-status.jade index 4b39b7fd3..21c849fe0 100644 --- a/app/partials/includes/modules/admin/project-us-status.jade +++ b/app/partials/includes/modules/admin/project-us-status.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.project-us-status diff --git a/app/partials/includes/modules/backlog-table.jade b/app/partials/includes/modules/backlog-table.jade index 4087a5eae..8960dbfaf 100644 --- a/app/partials/includes/modules/backlog-table.jade +++ b/app/partials/includes/modules/backlog-table.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .backlog-table-header div.row.backlog-table-title diff --git a/app/partials/includes/modules/burndown.jade b/app/partials/includes/modules/burndown.jade index 0ef9811e8..59df68ef8 100644 --- a/app/partials/includes/modules/burndown.jade +++ b/app/partials/includes/modules/burndown.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.burndown-container div.burndown diff --git a/app/partials/includes/modules/cancel-account-form.jade b/app/partials/includes/modules/cancel-account-form.jade index 2775a0747..f62e638d4 100644 --- a/app/partials/includes/modules/cancel-account-form.jade +++ b/app/partials/includes/modules/cancel-account-form.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC div.cancel-account(tg-cancel-account) p diff --git a/app/partials/includes/modules/change-email-form.jade b/app/partials/includes/modules/change-email-form.jade index 5bfc7d0bd..1f9073c19 100644 --- a/app/partials/includes/modules/change-email-form.jade +++ b/app/partials/includes/modules/change-email-form.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC div.change-email-form(tg-change-email) p diff --git a/app/partials/includes/modules/change-password-from-recovery-form.jade b/app/partials/includes/modules/change-password-from-recovery-form.jade index ba692543a..77f073a04 100644 --- a/app/partials/includes/modules/change-password-from-recovery-form.jade +++ b/app/partials/includes/modules/change-password-from-recovery-form.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC div.change-password-form-container(tg-change-password-from-recovery) p.change-password-text diff --git a/app/partials/includes/modules/forgot-form.jade b/app/partials/includes/modules/forgot-form.jade index 13a81e3f0..f2447aec0 100644 --- a/app/partials/includes/modules/forgot-form.jade +++ b/app/partials/includes/modules/forgot-form.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC div.forgot-form-container(tg-forgot-password) p.forgot-text diff --git a/app/partials/includes/modules/invitation-login-form.jade b/app/partials/includes/modules/invitation-login-form.jade index 03789c3c3..33ebd9abd 100644 --- a/app/partials/includes/modules/invitation-login-form.jade +++ b/app/partials/includes/modules/invitation-login-form.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC form.login-form p.form-header(translate="LOGIN_COMMON.HEADER") diff --git a/app/partials/includes/modules/invitation-register-form.jade b/app/partials/includes/modules/invitation-register-form.jade index b61d01370..cacf86b6d 100644 --- a/app/partials/includes/modules/invitation-register-form.jade +++ b/app/partials/includes/modules/invitation-register-form.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC form.register-form p.form-header(translate="REGISTER_FORM.TITLE") diff --git a/app/partials/includes/modules/kanban-table.jade b/app/partials/includes/modules/kanban-table.jade index d8812a304..fa2665fa4 100644 --- a/app/partials/includes/modules/kanban-table.jade +++ b/app/partials/includes/modules/kanban-table.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC div.kanban-table( ng-if="ctrl.initialLoad" diff --git a/app/partials/includes/modules/lightbox-ask-choice.jade b/app/partials/includes/modules/lightbox-ask-choice.jade index 9b42e76d2..f2c844459 100644 --- a/app/partials/includes/modules/lightbox-ask-choice.jade +++ b/app/partials/includes/modules/lightbox-ask-choice.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-lightbox-close diff --git a/app/partials/includes/modules/lightbox-delete-project.jade b/app/partials/includes/modules/lightbox-delete-project.jade index e517410f8..1a2578d9c 100644 --- a/app/partials/includes/modules/lightbox-delete-project.jade +++ b/app/partials/includes/modules/lightbox-delete-project.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-lightbox-close form diff --git a/app/partials/includes/modules/lightbox-generic-ask.jade b/app/partials/includes/modules/lightbox-generic-ask.jade index db6d1bad7..3da237577 100644 --- a/app/partials/includes/modules/lightbox-generic-ask.jade +++ b/app/partials/includes/modules/lightbox-generic-ask.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-lightbox-close diff --git a/app/partials/includes/modules/lightbox-generic-delete.jade b/app/partials/includes/modules/lightbox-generic-delete.jade index 591c1090e..eed3dfc66 100644 --- a/app/partials/includes/modules/lightbox-generic-delete.jade +++ b/app/partials/includes/modules/lightbox-generic-delete.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-lightbox-close diff --git a/app/partials/includes/modules/lightbox-generic-error.jade b/app/partials/includes/modules/lightbox-generic-error.jade index b232b3fb4..d7de00810 100644 --- a/app/partials/includes/modules/lightbox-generic-error.jade +++ b/app/partials/includes/modules/lightbox-generic-error.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-lightbox-close diff --git a/app/partials/includes/modules/lightbox-generic-loading.jade b/app/partials/includes/modules/lightbox-generic-loading.jade index 0c498917b..3b8e20daf 100644 --- a/app/partials/includes/modules/lightbox-generic-loading.jade +++ b/app/partials/includes/modules/lightbox-generic-loading.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC //- See $confirm.loader to undestand this template diff --git a/app/partials/includes/modules/lightbox-generic-success.jade b/app/partials/includes/modules/lightbox-generic-success.jade index 1bb86049e..1bedd72f4 100644 --- a/app/partials/includes/modules/lightbox-generic-success.jade +++ b/app/partials/includes/modules/lightbox-generic-success.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-lightbox-close section diff --git a/app/partials/includes/modules/lightbox-issue-bulk.jade b/app/partials/includes/modules/lightbox-issue-bulk.jade index 748f169dd..dc10a44af 100644 --- a/app/partials/includes/modules/lightbox-issue-bulk.jade +++ b/app/partials/includes/modules/lightbox-issue-bulk.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-lightbox-close diff --git a/app/partials/includes/modules/lightbox-sprint-add-edit.jade b/app/partials/includes/modules/lightbox-sprint-add-edit.jade index b47b9b5dd..1791759f1 100644 --- a/app/partials/includes/modules/lightbox-sprint-add-edit.jade +++ b/app/partials/includes/modules/lightbox-sprint-add-edit.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-lightbox-close diff --git a/app/partials/includes/modules/lightbox-task-bulk.jade b/app/partials/includes/modules/lightbox-task-bulk.jade index 3c7ae23af..a2b6d3919 100644 --- a/app/partials/includes/modules/lightbox-task-bulk.jade +++ b/app/partials/includes/modules/lightbox-task-bulk.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-lightbox-close form diff --git a/app/partials/includes/modules/lightbox-us-bulk.jade b/app/partials/includes/modules/lightbox-us-bulk.jade index 5e812ec38..dcd2f8dc9 100644 --- a/app/partials/includes/modules/lightbox-us-bulk.jade +++ b/app/partials/includes/modules/lightbox-us-bulk.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-lightbox-close form diff --git a/app/partials/includes/modules/loader.jade b/app/partials/includes/modules/loader.jade index 607f3a531..3e4e77b9f 100644 --- a/app/partials/includes/modules/loader.jade +++ b/app/partials/includes/modules/loader.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .loader(tg-loader) include ../components/loading-bar diff --git a/app/partials/includes/modules/login-form.jade b/app/partials/includes/modules/login-form.jade index 5d87b503f..c81f56ebb 100644 --- a/app/partials/includes/modules/login-form.jade +++ b/app/partials/includes/modules/login-form.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .login-form-container(tg-login) form.login-form(ng-if="defaultLoginEnabled") diff --git a/app/partials/includes/modules/register-form.jade b/app/partials/includes/modules/register-form.jade index 11913fa80..ab2957c05 100644 --- a/app/partials/includes/modules/register-form.jade +++ b/app/partials/includes/modules/register-form.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC div.register-form-container(tg-register) form.register-form diff --git a/app/partials/includes/modules/related-tasks.jade b/app/partials/includes/modules/related-tasks.jade index cec042564..feae3e997 100644 --- a/app/partials/includes/modules/related-tasks.jade +++ b/app/partials/includes/modules/related-tasks.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.related-tasks( tg-related-tasks diff --git a/app/partials/includes/modules/search-filter.jade b/app/partials/includes/modules/search-filter.jade index b34e25e2c..485790731 100644 --- a/app/partials/includes/modules/search-filter.jade +++ b/app/partials/includes/modules/search-filter.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC ul.search-filter li.epics(data-name="epics") diff --git a/app/partials/includes/modules/search-in.jade b/app/partials/includes/modules/search-in.jade index d707ed1b2..e0cd1587b 100644 --- a/app/partials/includes/modules/search-in.jade +++ b/app/partials/includes/modules/search-in.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.search-in input.search-input( diff --git a/app/partials/includes/modules/search-results/empty-search-results.jade b/app/partials/includes/modules/search-results/empty-search-results.jade index d39229582..30d30f7cc 100644 --- a/app/partials/includes/modules/search-results/empty-search-results.jade +++ b/app/partials/includes/modules/search-results/empty-search-results.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC img( src="#{v}/images/empty/empty_tex.png" diff --git a/app/partials/includes/modules/search-results/search-result-table-epics.jade b/app/partials/includes/modules/search-results/search-result-table-epics.jade index cb7479984..3da15d29f 100644 --- a/app/partials/includes/modules/search-results/search-result-table-epics.jade +++ b/app/partials/includes/modules/search-results/search-result-table-epics.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC div.search-result-table-container(ng-class="{'hidden': !epics.length}", tg-bind-scope) div.search-result-table-header diff --git a/app/partials/includes/modules/search-results/search-result-table-issues.jade b/app/partials/includes/modules/search-results/search-result-table-issues.jade index 898f4f0f1..c10b179a4 100644 --- a/app/partials/includes/modules/search-results/search-result-table-issues.jade +++ b/app/partials/includes/modules/search-results/search-result-table-issues.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC div.search-result-table-container(ng-class="{'hidden': !issues.length}", tg-bind-scope) div.search-result-table-header diff --git a/app/partials/includes/modules/search-results/search-result-table-tasks.jade b/app/partials/includes/modules/search-results/search-result-table-tasks.jade index 34601b693..60b15432f 100644 --- a/app/partials/includes/modules/search-results/search-result-table-tasks.jade +++ b/app/partials/includes/modules/search-results/search-result-table-tasks.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC div.search-result-table-container(ng-class="{'hidden': !tasks.length}", tg-bind-scope) div.search-result-table-header diff --git a/app/partials/includes/modules/search-results/search-result-table-us.jade b/app/partials/includes/modules/search-results/search-result-table-us.jade index b5f970596..6596bcd5e 100644 --- a/app/partials/includes/modules/search-results/search-result-table-us.jade +++ b/app/partials/includes/modules/search-results/search-result-table-us.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC div.search-result-table-container(ng-class="{'hidden': !userstories.length}", tg-bind-scope) div.search-result-table-header diff --git a/app/partials/includes/modules/search-results/search-result-table-wiki.jade b/app/partials/includes/modules/search-results/search-result-table-wiki.jade index 71436b1ae..2abb55565 100644 --- a/app/partials/includes/modules/search-results/search-result-table-wiki.jade +++ b/app/partials/includes/modules/search-results/search-result-table-wiki.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC div.search-result-table-container(ng-class="{'hidden': !wikipages.length}", tg-bind-scope) div.search-result-table-header diff --git a/app/partials/includes/modules/search-results/search-result-table.jade b/app/partials/includes/modules/search-results/search-result-table.jade index eb80ce093..d5319d3b2 100644 --- a/app/partials/includes/modules/search-results/search-result-table.jade +++ b/app/partials/includes/modules/search-results/search-result-table.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.search-result-table diff --git a/app/partials/includes/modules/sprints.jade b/app/partials/includes/modules/sprints.jade index 4ed6ea7ee..fbfd5fdae 100644 --- a/app/partials/includes/modules/sprints.jade +++ b/app/partials/includes/modules/sprints.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.sprints header.sprint-header diff --git a/app/partials/includes/modules/taskboard-table.jade b/app/partials/includes/modules/taskboard-table.jade index 1cf96873f..8a109c6ff 100644 --- a/app/partials/includes/modules/taskboard-table.jade +++ b/app/partials/includes/modules/taskboard-table.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC div.taskboard-table( tg-taskboard-squish-column, diff --git a/app/partials/includes/modules/team/team-filters.jade b/app/partials/includes/modules/team/team-filters.jade index afa5cc147..b62790766 100644 --- a/app/partials/includes/modules/team/team-filters.jade +++ b/app/partials/includes/modules/team/team-filters.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.team-filters div.team-filters-inner diff --git a/app/partials/includes/modules/team/team-table.jade b/app/partials/includes/modules/team/team-table.jade index d49773d97..2aecdc245 100644 --- a/app/partials/includes/modules/team/team-table.jade +++ b/app/partials/includes/modules/team/team-table.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.table-team.basic-table header.row.team-header diff --git a/app/partials/includes/modules/user-settings-menu.jade b/app/partials/includes/modules/user-settings-menu.jade index db62abfeb..334e29ca7 100644 --- a/app/partials/includes/modules/user-settings-menu.jade +++ b/app/partials/includes/modules/user-settings-menu.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.admin-menu nav diff --git a/app/partials/includes/modules/user-settings/live-notifications-table.jade b/app/partials/includes/modules/user-settings/live-notifications-table.jade index 2eeaa6947..55d7780fc 100644 --- a/app/partials/includes/modules/user-settings/live-notifications-table.jade +++ b/app/partials/includes/modules/user-settings/live-notifications-table.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.policy-table div.policy-table-header diff --git a/app/partials/includes/modules/user-settings/mail-notifications-table.jade b/app/partials/includes/modules/user-settings/mail-notifications-table.jade index 555146282..b82b6c9cb 100644 --- a/app/partials/includes/modules/user-settings/mail-notifications-table.jade +++ b/app/partials/includes/modules/user-settings/mail-notifications-table.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.policy-table div.policy-table-header diff --git a/app/partials/includes/modules/user-settings/web-notifications-table.jade b/app/partials/includes/modules/user-settings/web-notifications-table.jade index 789efc73b..5e6aaf6db 100644 --- a/app/partials/includes/modules/user-settings/web-notifications-table.jade +++ b/app/partials/includes/modules/user-settings/web-notifications-table.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC section.policy-table div.policy-table-header diff --git a/app/partials/includes/modules/verify-email-form.jade b/app/partials/includes/modules/verify-email-form.jade index 9b5aabb8a..e8cd2f861 100644 --- a/app/partials/includes/modules/verify-email-form.jade +++ b/app/partials/includes/modules/verify-email-form.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC div.verify-email-form(tg-verify-email) p diff --git a/app/partials/issue/assign-sprint-to-issue-button.jade b/app/partials/issue/assign-sprint-to-issue-button.jade index 50d420b7e..f94f3943d 100644 --- a/app/partials/issue/assign-sprint-to-issue-button.jade +++ b/app/partials/issue/assign-sprint-to-issue-button.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC button.btn-icon.assign-issue-button.is-editable.button-unset( ng-show="!issue.milestone" diff --git a/app/partials/issue/iocaine-button.jade b/app/partials/issue/iocaine-button.jade index bcb5f804a..d3d0115af 100644 --- a/app/partials/issue/iocaine-button.jade +++ b/app/partials/issue/iocaine-button.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC fieldset(title="{{ 'TASK.TITLE_ACTION_IOCAINE' | translate }}") label.btn-icon.is-iocaine( diff --git a/app/partials/issue/issue-paginator.jade b/app/partials/issue/issue-paginator.jade index 7609ec4fb..b35a3c98d 100644 --- a/app/partials/issue/issue-paginator.jade +++ b/app/partials/issue/issue-paginator.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC ul(class="paginator") <% if (showPrevious) { %> diff --git a/app/partials/issue/issue-priority-button.jade b/app/partials/issue/issue-priority-button.jade index 9a0c92f07..5b05a5b31 100644 --- a/app/partials/issue/issue-priority-button.jade +++ b/app/partials/issue/issue-priority-button.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC div(class!="priority-data <% if(editable){ %>clickable<% }%>") .label.level-name(translate="COMMON.FIELDS.PRIORITY") diff --git a/app/partials/issue/issue-severity-button.jade b/app/partials/issue/issue-severity-button.jade index a9b631c0d..aac2bd5e1 100644 --- a/app/partials/issue/issue-severity-button.jade +++ b/app/partials/issue/issue-severity-button.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .severity-data(class!="<% if(editable){ %>clickable<% }%>") .label.level-name(translate="COMMON.FIELDS.SEVERITY") diff --git a/app/partials/issue/issue-status-inline-edition-selection.jade b/app/partials/issue/issue-status-inline-edition-selection.jade index 7a0338bc0..f121635f6 100644 --- a/app/partials/issue/issue-status-inline-edition-selection.jade +++ b/app/partials/issue/issue-status-inline-edition-selection.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC ul(class="popover pop-status") <% _.forEach(statuses, function(status) { %> diff --git a/app/partials/issue/issue-type-button.jade b/app/partials/issue/issue-type-button.jade index ccc47b004..6967a6515 100644 --- a/app/partials/issue/issue-type-button.jade +++ b/app/partials/issue/issue-type-button.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .type-data(class!="<% if(editable){ %>clickable<% }%>") .label.level-name(translate="COMMON.FIELDS.TYPE") diff --git a/app/partials/issue/issues-detail.jade b/app/partials/issue/issues-detail.jade index d7bb7b962..9ddcab82d 100644 --- a/app/partials/issue/issues-detail.jade +++ b/app/partials/issue/issues-detail.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/issue/issues.jade b/app/partials/issue/issues.jade index 538e59584..4131537c2 100644 --- a/app/partials/issue/issues.jade +++ b/app/partials/issue/issues.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/kanban/kanban.jade b/app/partials/kanban/kanban.jade index 6b4ce6599..269ad8da0 100644 --- a/app/partials/kanban/kanban.jade +++ b/app/partials/kanban/kanban.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/search/lightbox-search.jade b/app/partials/search/lightbox-search.jade index 047f6dec4..b9784b48e 100644 --- a/app/partials/search/lightbox-search.jade +++ b/app/partials/search/lightbox-search.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-lightbox-close diff --git a/app/partials/search/search.jade b/app/partials/search/search.jade index d501763de..1dbf9e59f 100644 --- a/app/partials/search/search.jade +++ b/app/partials/search/search.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/task/related-task-create-form.jade b/app/partials/task/related-task-create-form.jade index 626a4ef10..ca712f570 100644 --- a/app/partials/task/related-task-create-form.jade +++ b/app/partials/task/related-task-create-form.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .row.single-related-task.related-task-create-form.active(ng-if="openNewRelatedTask") .task-name diff --git a/app/partials/task/related-task-row-edit.jade b/app/partials/task/related-task-row-edit.jade index e56d7ed3f..3dc15560f 100644 --- a/app/partials/task/related-task-row-edit.jade +++ b/app/partials/task/related-task-row-edit.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .task-reorder tg-svg.icon-drag( diff --git a/app/partials/task/related-task-row.jade b/app/partials/task/related-task-row.jade index 45240144c..c7409751f 100644 --- a/app/partials/task/related-task-row.jade +++ b/app/partials/task/related-task-row.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .task-reorder <% if(perms.modify_task) { %> diff --git a/app/partials/task/task-detail.jade b/app/partials/task/task-detail.jade index 918758356..a7947e89f 100644 --- a/app/partials/task/task-detail.jade +++ b/app/partials/task/task-detail.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/taskboard/taskboard-user.jade b/app/partials/taskboard/taskboard-user.jade index 47f019414..984f68b04 100644 --- a/app/partials/taskboard/taskboard-user.jade +++ b/app/partials/taskboard/taskboard-user.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC figure.avatar.avatar-assigned-to a(href='#', title="{{'TASKBOARD.TITLE_ACTION_ASSIGN' | translate}}", ng-class="{'not-clickable': !clickable}") diff --git a/app/partials/taskboard/taskboard.jade b/app/partials/taskboard/taskboard.jade index 8bd536cff..f6f46833b 100644 --- a/app/partials/taskboard/taskboard.jade +++ b/app/partials/taskboard/taskboard.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/team/leave-project.jade b/app/partials/team/leave-project.jade index 388ef8924..5d0ba7706 100644 --- a/app/partials/team/leave-project.jade +++ b/app/partials/team/leave-project.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC a.leave-project( ng-click="leave()" diff --git a/app/partials/team/team-filter.jade b/app/partials/team/team-filter.jade index fac6f6945..3dcd8455d 100644 --- a/app/partials/team/team-filter.jade +++ b/app/partials/team/team-filter.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC ul li( diff --git a/app/partials/team/team-member-current-user.jade b/app/partials/team/team-member-current-user.jade index 0ec27bd78..c0c740776 100644 --- a/app/partials/team/team-member-current-user.jade +++ b/app/partials/team/team-member-current-user.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .row .username diff --git a/app/partials/team/team-member-stats.jade b/app/partials/team/team-member-stats.jade index 78d3b2fc5..b9d218b5f 100644 --- a/app/partials/team/team-member-stats.jade +++ b/app/partials/team/team-member-stats.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .attribute(ng-if="issuesEnabled") tg-svg( diff --git a/app/partials/team/team-members.jade b/app/partials/team/team-members.jade index 6a4035a23..bbd70597c 100644 --- a/app/partials/team/team-members.jade +++ b/app/partials/team/team-members.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .row.member(ng-repeat="user in memberships | membersFilter:filtersQ:filtersRole") .username diff --git a/app/partials/team/team.jade b/app/partials/team/team.jade index 4d5a9035f..9ea00e425 100644 --- a/app/partials/team/team.jade +++ b/app/partials/team/team.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/us/us-client-requirement-button.jade b/app/partials/us/us-client-requirement-button.jade index 0aa9468f3..48ccfdd5a 100644 --- a/app/partials/us/us-client-requirement-button.jade +++ b/app/partials/us/us-client-requirement-button.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC button.btn-icon.client-requirement( type="button" diff --git a/app/partials/us/us-detail.jade b/app/partials/us/us-detail.jade index c78e8ea71..12cc777ba 100644 --- a/app/partials/us/us-detail.jade +++ b/app/partials/us/us-detail.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/us/us-team-requirement-button.jade b/app/partials/us/us-team-requirement-button.jade index 046976f0d..d1b014e78 100644 --- a/app/partials/us/us-team-requirement-button.jade +++ b/app/partials/us/us-team-requirement-button.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC button.btn-icon.team-requirement( type="button" diff --git a/app/partials/user/cancel-account.jade b/app/partials/user/cancel-account.jade index 95e5c2224..cc24982e5 100644 --- a/app/partials/user/cancel-account.jade +++ b/app/partials/user/cancel-account.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/user/change-email.jade b/app/partials/user/change-email.jade index 785643888..3ac27f3a0 100644 --- a/app/partials/user/change-email.jade +++ b/app/partials/user/change-email.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/user/lightbox/lightbox-delete-account.jade b/app/partials/user/lightbox/lightbox-delete-account.jade index 65e2ecbc1..9ce6780e1 100644 --- a/app/partials/user/lightbox/lightbox-delete-account.jade +++ b/app/partials/user/lightbox/lightbox-delete-account.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC tg-lightbox-close diff --git a/app/partials/user/live-notifications.jade b/app/partials/user/live-notifications.jade index 3b9e9405d..71e9e6cfe 100644 --- a/app/partials/user/live-notifications.jade +++ b/app/partials/user/live-notifications.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/user/mail-notifications.jade b/app/partials/user/mail-notifications.jade index 2fe694130..932e7bee1 100644 --- a/app/partials/user/mail-notifications.jade +++ b/app/partials/user/mail-notifications.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/user/user-change-password.jade b/app/partials/user/user-change-password.jade index afda40fa6..01a6119df 100644 --- a/app/partials/user/user-change-password.jade +++ b/app/partials/user/user-change-password.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/user/user-profile.jade b/app/partials/user/user-profile.jade index 0c523ce6d..e0273e3e3 100644 --- a/app/partials/user/user-profile.jade +++ b/app/partials/user/user-profile.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/user/user-project-settings.jade b/app/partials/user/user-project-settings.jade index 0cbe30392..371eb1758 100644 --- a/app/partials/user/user-project-settings.jade +++ b/app/partials/user/user-project-settings.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/user/verify-email.jade b/app/partials/user/verify-email.jade index eceb31150..886845501 100644 --- a/app/partials/user/verify-email.jade +++ b/app/partials/user/verify-email.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/user/web-notifications.jade b/app/partials/user/web-notifications.jade index 9c6415584..50c3d646b 100644 --- a/app/partials/user/web-notifications.jade +++ b/app/partials/user/web-notifications.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/wiki/wiki-list.jade b/app/partials/wiki/wiki-list.jade index ed298a914..3d95fc92a 100644 --- a/app/partials/wiki/wiki-list.jade +++ b/app/partials/wiki/wiki-list.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/partials/wiki/wiki-nav.jade b/app/partials/wiki/wiki-nav.jade index 57862ae0e..08103c81a 100644 --- a/app/partials/wiki/wiki-nav.jade +++ b/app/partials/wiki/wiki-nav.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC header h1.title(translate="WIKI.NAVIGATION.SECTION_NAME") diff --git a/app/partials/wiki/wiki-summary.jade b/app/partials/wiki/wiki-summary.jade index 3778d6c3e..809aa4bf5 100644 --- a/app/partials/wiki/wiki-summary.jade +++ b/app/partials/wiki/wiki-summary.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC .wiki-username-edition .avatar diff --git a/app/partials/wiki/wiki.jade b/app/partials/wiki/wiki.jade index f1e646253..6d75e5a35 100644 --- a/app/partials/wiki/wiki.jade +++ b/app/partials/wiki/wiki.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC doctype html diff --git a/app/styles/vendor/jquery.textcomplete.css b/app/styles/vendor/jquery.textcomplete.css index 01aa8cf36..ffd98d5f5 100644 --- a/app/styles/vendor/jquery.textcomplete.css +++ b/app/styles/vendor/jquery.textcomplete.css @@ -4,7 +4,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC */ /* Sample */ diff --git a/app/styles/vendor/normalize.css b/app/styles/vendor/normalize.css index b89c8ea52..dbd79d9cf 100755 --- a/app/styles/vendor/normalize.css +++ b/app/styles/vendor/normalize.css @@ -4,7 +4,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC */ /*! normalize.css v3.0.1 | MIT License | git.io/normalize */ diff --git a/app/styles/vendor/pikaday.css b/app/styles/vendor/pikaday.css index 8258a2e54..8b5ae4d83 100644 --- a/app/styles/vendor/pikaday.css +++ b/app/styles/vendor/pikaday.css @@ -4,7 +4,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC */ @charset "UTF-8"; diff --git a/conf.e2e.js b/conf.e2e.js index 4cc03dff5..a8d544795 100644 --- a/conf.e2e.js +++ b/conf.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ require("babel-register"); diff --git a/docker/Dockerfile b/docker/Dockerfile index 207553496..ee9a2e29f 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -2,7 +2,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC FROM nginx:1.23-alpine LABEL maintainer="support@taiga.io" diff --git a/docker/config_env_subst.sh b/docker/config_env_subst.sh index f9f1058d7..06c464c73 100644 --- a/docker/config_env_subst.sh +++ b/docker/config_env_subst.sh @@ -4,7 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC contribs=() diff --git a/e2e/capabilities.js b/e2e/capabilities.js index 6860dbf06..996226f9c 100644 --- a/e2e/capabilities.js +++ b/e2e/capabilities.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ //////////////////////////////////////////////// diff --git a/e2e/gallery/gallery-front.js b/e2e/gallery/gallery-front.js index e86caf77a..4bb01485c 100644 --- a/e2e/gallery/gallery-front.js +++ b/e2e/gallery/gallery-front.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var serverData; diff --git a/e2e/gallery/gallery.css b/e2e/gallery/gallery.css index bd4613b1c..aa2970238 100644 --- a/e2e/gallery/gallery.css +++ b/e2e/gallery/gallery.css @@ -4,7 +4,7 @@ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC */ * { diff --git a/e2e/gallery/gallery.jade b/e2e/gallery/gallery.jade index 9c81468c7..a389713e5 100644 --- a/e2e/gallery/gallery.jade +++ b/e2e/gallery/gallery.jade @@ -3,7 +3,7 @@ //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC html head diff --git a/e2e/gallery/index.js b/e2e/gallery/index.js index dbe675c84..3c5acda7d 100644 --- a/e2e/gallery/index.js +++ b/e2e/gallery/index.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var express = require('express'); diff --git a/e2e/helpers/admin-attributes-helper.js b/e2e/helpers/admin-attributes-helper.js index 44c89eedf..ab5ea2188 100644 --- a/e2e/helpers/admin-attributes-helper.js +++ b/e2e/helpers/admin-attributes-helper.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../utils'); diff --git a/e2e/helpers/admin-integrations.js b/e2e/helpers/admin-integrations.js index 9a5ffc3c8..169e1ee50 100644 --- a/e2e/helpers/admin-integrations.js +++ b/e2e/helpers/admin-integrations.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../utils'); diff --git a/e2e/helpers/admin-memberships.js b/e2e/helpers/admin-memberships.js index 79fb59955..46f58d70e 100644 --- a/e2e/helpers/admin-memberships.js +++ b/e2e/helpers/admin-memberships.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../utils'); diff --git a/e2e/helpers/admin-permissions.js b/e2e/helpers/admin-permissions.js index c7e368ddd..4d7e10a87 100644 --- a/e2e/helpers/admin-permissions.js +++ b/e2e/helpers/admin-permissions.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../utils'); diff --git a/e2e/helpers/backlog-helper.js b/e2e/helpers/backlog-helper.js index 6df1904aa..f045281cf 100644 --- a/e2e/helpers/backlog-helper.js +++ b/e2e/helpers/backlog-helper.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../utils'); diff --git a/e2e/helpers/common-helper.js b/e2e/helpers/common-helper.js index 4cb7c3bb1..845ca701a 100644 --- a/e2e/helpers/common-helper.js +++ b/e2e/helpers/common-helper.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../utils'); diff --git a/e2e/helpers/create-project-helper.js b/e2e/helpers/create-project-helper.js index c055238ce..260fa92ef 100644 --- a/e2e/helpers/create-project-helper.js +++ b/e2e/helpers/create-project-helper.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../utils'); diff --git a/e2e/helpers/custom-fields-helper.js b/e2e/helpers/custom-fields-helper.js index 1a978d3b0..6a54edd74 100644 --- a/e2e/helpers/custom-fields-helper.js +++ b/e2e/helpers/custom-fields-helper.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../utils'); diff --git a/e2e/helpers/detail-helper.js b/e2e/helpers/detail-helper.js index 55ba9b12d..616992872 100644 --- a/e2e/helpers/detail-helper.js +++ b/e2e/helpers/detail-helper.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../utils'); diff --git a/e2e/helpers/discover-helper.js b/e2e/helpers/discover-helper.js index db40a79cf..95e6846f5 100644 --- a/e2e/helpers/discover-helper.js +++ b/e2e/helpers/discover-helper.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../utils'); diff --git a/e2e/helpers/epic-detail-helper.js b/e2e/helpers/epic-detail-helper.js index 60c2dfe14..81753be83 100644 --- a/e2e/helpers/epic-detail-helper.js +++ b/e2e/helpers/epic-detail-helper.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../utils'); diff --git a/e2e/helpers/epics-dashboard-helper.js b/e2e/helpers/epics-dashboard-helper.js index eb1c270ba..9f7027956 100644 --- a/e2e/helpers/epics-dashboard-helper.js +++ b/e2e/helpers/epics-dashboard-helper.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../utils'); diff --git a/e2e/helpers/filters-helper.js b/e2e/helpers/filters-helper.js index 005361b87..8ee6c338c 100644 --- a/e2e/helpers/filters-helper.js +++ b/e2e/helpers/filters-helper.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../utils'); diff --git a/e2e/helpers/index.js b/e2e/helpers/index.js index b5c417b74..177fd09db 100644 --- a/e2e/helpers/index.js +++ b/e2e/helpers/index.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ module.exports.backlog = require("./backlog-helper"); diff --git a/e2e/helpers/issues-helper.js b/e2e/helpers/issues-helper.js index 2d0286192..576aefc74 100644 --- a/e2e/helpers/issues-helper.js +++ b/e2e/helpers/issues-helper.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../utils'); diff --git a/e2e/helpers/kanban-helper.js b/e2e/helpers/kanban-helper.js index 5f15da2fb..b105e7e74 100644 --- a/e2e/helpers/kanban-helper.js +++ b/e2e/helpers/kanban-helper.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../utils'); diff --git a/e2e/helpers/project-detail-helper.js b/e2e/helpers/project-detail-helper.js index 0b3be7afc..425d60ae1 100644 --- a/e2e/helpers/project-detail-helper.js +++ b/e2e/helpers/project-detail-helper.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../utils'); diff --git a/e2e/helpers/task-detail-helper.js b/e2e/helpers/task-detail-helper.js index 0356d76d4..f06f07b5b 100644 --- a/e2e/helpers/task-detail-helper.js +++ b/e2e/helpers/task-detail-helper.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../utils'); diff --git a/e2e/helpers/taskboard-helper.js b/e2e/helpers/taskboard-helper.js index 8477c102f..7b611e721 100644 --- a/e2e/helpers/taskboard-helper.js +++ b/e2e/helpers/taskboard-helper.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../utils'); diff --git a/e2e/helpers/team-helper.js b/e2e/helpers/team-helper.js index 13d9d8d58..eb648fdaf 100644 --- a/e2e/helpers/team-helper.js +++ b/e2e/helpers/team-helper.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../utils'); diff --git a/e2e/helpers/us-detail-helper.js b/e2e/helpers/us-detail-helper.js index bf95578b5..788087e6f 100644 --- a/e2e/helpers/us-detail-helper.js +++ b/e2e/helpers/us-detail-helper.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../utils'); diff --git a/e2e/helpers/user-profile-helper.js b/e2e/helpers/user-profile-helper.js index 3b2eafd9b..82d9d98df 100644 --- a/e2e/helpers/user-profile-helper.js +++ b/e2e/helpers/user-profile-helper.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var helper = module.exports; diff --git a/e2e/helpers/wiki-helper.js b/e2e/helpers/wiki-helper.js index 2160a9111..fbf993447 100644 --- a/e2e/helpers/wiki-helper.js +++ b/e2e/helpers/wiki-helper.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../utils'); diff --git a/e2e/shared/detail.js b/e2e/shared/detail.js index b9370e1b4..d2b74f884 100644 --- a/e2e/shared/detail.js +++ b/e2e/shared/detail.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var path = require('path'); diff --git a/e2e/shared/filters.js b/e2e/shared/filters.js index 5f1a6e0a5..8222a9bc2 100644 --- a/e2e/shared/filters.js +++ b/e2e/shared/filters.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var filterHelper = require('../helpers/filters-helper'); diff --git a/e2e/shared/wysiwyg.js b/e2e/shared/wysiwyg.js index 3b75b4133..cfb9b9f16 100644 --- a/e2e/shared/wysiwyg.js +++ b/e2e/shared/wysiwyg.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var chai = require('chai'); diff --git a/e2e/suites/admin/attributes/custom-fields.e2e.js b/e2e/suites/admin/attributes/custom-fields.e2e.js index 4b736f47f..77da54f54 100644 --- a/e2e/suites/admin/attributes/custom-fields.e2e.js +++ b/e2e/suites/admin/attributes/custom-fields.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../../utils'); diff --git a/e2e/suites/admin/attributes/points.e2e.js b/e2e/suites/admin/attributes/points.e2e.js index c61fff789..4d995350c 100644 --- a/e2e/suites/admin/attributes/points.e2e.js +++ b/e2e/suites/admin/attributes/points.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../../utils'); diff --git a/e2e/suites/admin/attributes/priorities.e2e.js b/e2e/suites/admin/attributes/priorities.e2e.js index 744ddb8af..5f0c914ab 100644 --- a/e2e/suites/admin/attributes/priorities.e2e.js +++ b/e2e/suites/admin/attributes/priorities.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../../utils'); diff --git a/e2e/suites/admin/attributes/severities.e2e.js b/e2e/suites/admin/attributes/severities.e2e.js index 83291fbd9..e1cce40cd 100644 --- a/e2e/suites/admin/attributes/severities.e2e.js +++ b/e2e/suites/admin/attributes/severities.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../../utils'); diff --git a/e2e/suites/admin/attributes/status.e2e.js b/e2e/suites/admin/attributes/status.e2e.js index 11f9ef23e..f49f1fc29 100644 --- a/e2e/suites/admin/attributes/status.e2e.js +++ b/e2e/suites/admin/attributes/status.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../../utils'); diff --git a/e2e/suites/admin/attributes/tags.e2e.js b/e2e/suites/admin/attributes/tags.e2e.js index e8f4f053b..b3a9b5160 100644 --- a/e2e/suites/admin/attributes/tags.e2e.js +++ b/e2e/suites/admin/attributes/tags.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../../utils'); diff --git a/e2e/suites/admin/attributes/types.e2e.js b/e2e/suites/admin/attributes/types.e2e.js index 5dd2d17e2..66d720180 100644 --- a/e2e/suites/admin/attributes/types.e2e.js +++ b/e2e/suites/admin/attributes/types.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../../utils'); diff --git a/e2e/suites/admin/integrations/bitbucket.e2e.js b/e2e/suites/admin/integrations/bitbucket.e2e.js index 109078484..9648c3f4e 100644 --- a/e2e/suites/admin/integrations/bitbucket.e2e.js +++ b/e2e/suites/admin/integrations/bitbucket.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../../utils'); diff --git a/e2e/suites/admin/integrations/github.e2e.js b/e2e/suites/admin/integrations/github.e2e.js index 80c8dec20..16f5e91a4 100644 --- a/e2e/suites/admin/integrations/github.e2e.js +++ b/e2e/suites/admin/integrations/github.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../../utils'); diff --git a/e2e/suites/admin/integrations/gitlab.e2e.js b/e2e/suites/admin/integrations/gitlab.e2e.js index aa892d34b..ab2d1dd2b 100644 --- a/e2e/suites/admin/integrations/gitlab.e2e.js +++ b/e2e/suites/admin/integrations/gitlab.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../../utils'); diff --git a/e2e/suites/admin/integrations/webhooks.e2e.js b/e2e/suites/admin/integrations/webhooks.e2e.js index 3e5628712..8d48f5998 100644 --- a/e2e/suites/admin/integrations/webhooks.e2e.js +++ b/e2e/suites/admin/integrations/webhooks.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../../utils'); diff --git a/e2e/suites/admin/members.e2e.js b/e2e/suites/admin/members.e2e.js index 7ca948310..6687021cb 100644 --- a/e2e/suites/admin/members.e2e.js +++ b/e2e/suites/admin/members.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../utils'); diff --git a/e2e/suites/admin/permissions.e2e.js b/e2e/suites/admin/permissions.e2e.js index 28a13f21d..ce69ac48a 100644 --- a/e2e/suites/admin/permissions.e2e.js +++ b/e2e/suites/admin/permissions.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../utils'); diff --git a/e2e/suites/admin/project/default-values.e2e.js b/e2e/suites/admin/project/default-values.e2e.js index c8751ccc5..eed171ece 100644 --- a/e2e/suites/admin/project/default-values.e2e.js +++ b/e2e/suites/admin/project/default-values.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../../utils'); diff --git a/e2e/suites/admin/project/modules.e2e.js b/e2e/suites/admin/project/modules.e2e.js index 466fca8bb..9cc37a7de 100644 --- a/e2e/suites/admin/project/modules.e2e.js +++ b/e2e/suites/admin/project/modules.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../../utils'); diff --git a/e2e/suites/admin/project/project-detail.e2e.js b/e2e/suites/admin/project/project-detail.e2e.js index f407ee8e8..e67e56937 100644 --- a/e2e/suites/admin/project/project-detail.e2e.js +++ b/e2e/suites/admin/project/project-detail.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../../utils'); diff --git a/e2e/suites/admin/project/reports.e2e.js b/e2e/suites/admin/project/reports.e2e.js index a44fb0e6e..698f62c84 100644 --- a/e2e/suites/admin/project/reports.e2e.js +++ b/e2e/suites/admin/project/reports.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../../utils'); diff --git a/e2e/suites/auth/auth.e2e.js b/e2e/suites/auth/auth.e2e.js index 9ea4653c8..12b14942d 100644 --- a/e2e/suites/auth/auth.e2e.js +++ b/e2e/suites/auth/auth.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../utils'); diff --git a/e2e/suites/backlog.e2e.js b/e2e/suites/backlog.e2e.js index a018c10ef..80a08d08c 100644 --- a/e2e/suites/backlog.e2e.js +++ b/e2e/suites/backlog.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../utils'); diff --git a/e2e/suites/create-project/duplicate.e2e.js b/e2e/suites/create-project/duplicate.e2e.js index 4c22ad53a..4df2cdca9 100644 --- a/e2e/suites/create-project/duplicate.e2e.js +++ b/e2e/suites/create-project/duplicate.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../utils'); diff --git a/e2e/suites/discover/discover-home.e2e.js b/e2e/suites/discover/discover-home.e2e.js index 04df95a17..7a2e6c17e 100644 --- a/e2e/suites/discover/discover-home.e2e.js +++ b/e2e/suites/discover/discover-home.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../utils'); diff --git a/e2e/suites/discover/discover-search.e2e.js b/e2e/suites/discover/discover-search.e2e.js index d043143cb..908bde8f5 100644 --- a/e2e/suites/discover/discover-search.e2e.js +++ b/e2e/suites/discover/discover-search.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../utils'); diff --git a/e2e/suites/epics/epic-dashboard.e2e.js b/e2e/suites/epics/epic-dashboard.e2e.js index 9569a3283..8a0e32d57 100644 --- a/e2e/suites/epics/epic-dashboard.e2e.js +++ b/e2e/suites/epics/epic-dashboard.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../utils'); diff --git a/e2e/suites/epics/epic-detail.e2e.js b/e2e/suites/epics/epic-detail.e2e.js index f7866e2b8..5995ce121 100644 --- a/e2e/suites/epics/epic-detail.e2e.js +++ b/e2e/suites/epics/epic-detail.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../utils'); diff --git a/e2e/suites/home.e2e.js b/e2e/suites/home.e2e.js index 57025f60a..4e616982e 100644 --- a/e2e/suites/home.e2e.js +++ b/e2e/suites/home.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../utils'); diff --git a/e2e/suites/issues/issue-detail.e2e.js b/e2e/suites/issues/issue-detail.e2e.js index 5cfc5f535..765bb7cac 100644 --- a/e2e/suites/issues/issue-detail.e2e.js +++ b/e2e/suites/issues/issue-detail.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../utils'); diff --git a/e2e/suites/issues/issues.e2e.js b/e2e/suites/issues/issues.e2e.js index b033b5c4d..797e751cf 100644 --- a/e2e/suites/issues/issues.e2e.js +++ b/e2e/suites/issues/issues.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../utils'); diff --git a/e2e/suites/kanban.e2e.js b/e2e/suites/kanban.e2e.js index ad52bc5ac..a3e9fd5b9 100644 --- a/e2e/suites/kanban.e2e.js +++ b/e2e/suites/kanban.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../utils'); diff --git a/e2e/suites/project-home.e2e.js b/e2e/suites/project-home.e2e.js index ca8eff15b..02013c834 100644 --- a/e2e/suites/project-home.e2e.js +++ b/e2e/suites/project-home.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../utils'); diff --git a/e2e/suites/public/public.e2e.js b/e2e/suites/public/public.e2e.js index a9b77f7f5..5e6713c2e 100644 --- a/e2e/suites/public/public.e2e.js +++ b/e2e/suites/public/public.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../utils'); diff --git a/e2e/suites/search.e2e.js b/e2e/suites/search.e2e.js index 3c0bea8c6..529b80514 100644 --- a/e2e/suites/search.e2e.js +++ b/e2e/suites/search.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../utils'); diff --git a/e2e/suites/tasks/task-detail.e2e.js b/e2e/suites/tasks/task-detail.e2e.js index a52141f57..ff3ae32b6 100644 --- a/e2e/suites/tasks/task-detail.e2e.js +++ b/e2e/suites/tasks/task-detail.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../utils'); diff --git a/e2e/suites/tasks/taskboard.e2e.js b/e2e/suites/tasks/taskboard.e2e.js index fcd86834e..bfc6250b4 100644 --- a/e2e/suites/tasks/taskboard.e2e.js +++ b/e2e/suites/tasks/taskboard.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../utils'); diff --git a/e2e/suites/team.e2e.js b/e2e/suites/team.e2e.js index 35a2e4e6b..e07a9c5c9 100644 --- a/e2e/suites/team.e2e.js +++ b/e2e/suites/team.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../utils'); diff --git a/e2e/suites/transfer-project.e2e.js b/e2e/suites/transfer-project.e2e.js index 3bcd85959..5df7e730a 100644 --- a/e2e/suites/transfer-project.e2e.js +++ b/e2e/suites/transfer-project.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../utils'); diff --git a/e2e/suites/user-profile/change-password.e2e.js b/e2e/suites/user-profile/change-password.e2e.js index 87f06abe8..efc2c4bb6 100644 --- a/e2e/suites/user-profile/change-password.e2e.js +++ b/e2e/suites/user-profile/change-password.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../utils'); diff --git a/e2e/suites/user-profile/edit-user-profile.e2e.js b/e2e/suites/user-profile/edit-user-profile.e2e.js index ff942a20c..25379d170 100644 --- a/e2e/suites/user-profile/edit-user-profile.e2e.js +++ b/e2e/suites/user-profile/edit-user-profile.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../utils'); diff --git a/e2e/suites/user-profile/email-notification.e2e.js b/e2e/suites/user-profile/email-notification.e2e.js index ab35c5d4d..b161f1cd9 100644 --- a/e2e/suites/user-profile/email-notification.e2e.js +++ b/e2e/suites/user-profile/email-notification.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../utils'); diff --git a/e2e/suites/user-profile/feedback.e2e.js b/e2e/suites/user-profile/feedback.e2e.js index eaa7ddf6f..70d9928e4 100644 --- a/e2e/suites/user-profile/feedback.e2e.js +++ b/e2e/suites/user-profile/feedback.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../utils'); diff --git a/e2e/suites/user-profile/user-profile-activity.e2e.js b/e2e/suites/user-profile/user-profile-activity.e2e.js index 812ccbab9..db09d5c33 100644 --- a/e2e/suites/user-profile/user-profile-activity.e2e.js +++ b/e2e/suites/user-profile/user-profile-activity.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../utils'); diff --git a/e2e/suites/user-profile/user-profile-contacts.e2e.js b/e2e/suites/user-profile/user-profile-contacts.e2e.js index e777012be..77d7afd5b 100644 --- a/e2e/suites/user-profile/user-profile-contacts.e2e.js +++ b/e2e/suites/user-profile/user-profile-contacts.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../utils'); diff --git a/e2e/suites/user-profile/user-profile-likes.e2e.js b/e2e/suites/user-profile/user-profile-likes.e2e.js index 796fabd93..a684c0173 100644 --- a/e2e/suites/user-profile/user-profile-likes.e2e.js +++ b/e2e/suites/user-profile/user-profile-likes.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../utils'); diff --git a/e2e/suites/user-profile/user-profile-projects.e2e.js b/e2e/suites/user-profile/user-profile-projects.e2e.js index 4fa3ac99c..65be7c449 100644 --- a/e2e/suites/user-profile/user-profile-projects.e2e.js +++ b/e2e/suites/user-profile/user-profile-projects.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../utils'); diff --git a/e2e/suites/user-profile/user-profile-votes.e2e.js b/e2e/suites/user-profile/user-profile-votes.e2e.js index 35bd0f516..458c792ba 100644 --- a/e2e/suites/user-profile/user-profile-votes.e2e.js +++ b/e2e/suites/user-profile/user-profile-votes.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../utils'); diff --git a/e2e/suites/user-profile/user-profile-watched.e2e.js b/e2e/suites/user-profile/user-profile-watched.e2e.js index f5daf0451..a4389478c 100644 --- a/e2e/suites/user-profile/user-profile-watched.e2e.js +++ b/e2e/suites/user-profile/user-profile-watched.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../utils'); diff --git a/e2e/suites/user-stories/user-story-detail.e2e.js b/e2e/suites/user-stories/user-story-detail.e2e.js index 499b7e5e9..ded9038fa 100644 --- a/e2e/suites/user-stories/user-story-detail.e2e.js +++ b/e2e/suites/user-stories/user-story-detail.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../../utils'); diff --git a/e2e/suites/wiki.e2e.js b/e2e/suites/wiki.e2e.js index 6ad645a37..c862cace8 100644 --- a/e2e/suites/wiki.e2e.js +++ b/e2e/suites/wiki.e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var utils = require('../utils'); diff --git a/e2e/taiga_back_cli.py b/e2e/taiga_back_cli.py index 78343b7b5..97f8402b1 100644 --- a/e2e/taiga_back_cli.py +++ b/e2e/taiga_back_cli.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC """ This script assumes: diff --git a/e2e/utils/common.js b/e2e/utils/common.js index d37f7e004..005e1d685 100644 --- a/e2e/utils/common.js +++ b/e2e/utils/common.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var common = module.exports; diff --git a/e2e/utils/index.js b/e2e/utils/index.js index b27a9854b..51b474509 100644 --- a/e2e/utils/index.js +++ b/e2e/utils/index.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ module.exports.common = require("./common"); diff --git a/e2e/utils/lightbox.js b/e2e/utils/lightbox.js index cd526bcb5..b69220bb9 100644 --- a/e2e/utils/lightbox.js +++ b/e2e/utils/lightbox.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var common = require('./common'); diff --git a/e2e/utils/nav.js b/e2e/utils/nav.js index 7d3a388a4..0d0924a8a 100644 --- a/e2e/utils/nav.js +++ b/e2e/utils/nav.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var helper = module.exports; diff --git a/e2e/utils/notifications.js b/e2e/utils/notifications.js index d49b370d7..a131af073 100644 --- a/e2e/utils/notifications.js +++ b/e2e/utils/notifications.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var common = require('./common'); diff --git a/e2e/utils/popover.js b/e2e/utils/popover.js index 673c5ed7f..93cc92c93 100644 --- a/e2e/utils/popover.js +++ b/e2e/utils/popover.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var common = require('./common'); diff --git a/gulp-utils.js b/gulp-utils.js index 706787b10..24d374141 100644 --- a/gulp-utils.js +++ b/gulp-utils.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var exports = module.exports = {}; diff --git a/gulpfile.js b/gulpfile.js index 22a8265f8..dcaab9240 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var gulp = require("gulp"), diff --git a/karma.app.conf.js b/karma.app.conf.js index df1e90b5f..239d1374b 100644 --- a/karma.app.conf.js +++ b/karma.app.conf.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ window.taigaConfig = { diff --git a/karma.conf.js b/karma.conf.js index 3ff4a2822..df66bde52 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ // Karma configuration diff --git a/locales.js b/locales.js index e1b38df31..51d52c8f4 100644 --- a/locales.js +++ b/locales.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var glob = require('glob'); diff --git a/run-e2e.js b/run-e2e.js index 06da1ffd8..6c8184f10 100644 --- a/run-e2e.js +++ b/run-e2e.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ var argv = require('minimist')(process.argv.slice(2)); diff --git a/scripts/add_license.py b/scripts/add_license.py index 38f68afa2..4bcb2660c 100644 --- a/scripts/add_license.py +++ b/scripts/add_license.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import os import sys @@ -18,74 +18,74 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC """ -SH_FIND_REGEXP = r"Copyright \(c\) 2021-present Kaleidos Ventures SL" +SH_FIND_REGEXP = r"Copyright \(c\) 2021-present Kaleidos INC" PY_LICENSE = """# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC """ -PY_FIND_REGEXP = r"Copyright \(c\) 2021-present Kaleidos Ventures SL" +PY_FIND_REGEXP = r"Copyright \(c\) 2021-present Kaleidos INC" COFFEE_LICENSE = """### # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC ### """ -COFFEE_FIND_REGEXP = r"Copyright \(c\) 2021-present Kaleidos Ventures SL" +COFFEE_FIND_REGEXP = r"Copyright \(c\) 2021-present Kaleidos INC" PUG_LICENSE = """ //- This Source Code Form is subject to the terms of the Mozilla Public //- License, v. 2.0. If a copy of the MPL was not distributed with this //- file, You can obtain one at http://mozilla.org/MPL/2.0/. //- -//- Copyright (c) 2021-present Kaleidos Ventures SL +//- Copyright (c) 2021-present Kaleidos INC """ -PUG_FIND_REGEXP = r"Copyright \(c\) 2021-present Kaleidos Ventures SL" +PUG_FIND_REGEXP = r"Copyright \(c\) 2021-present Kaleidos INC" JS_LICENSE = """/* * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ """ -JS_FIND_REGEXP = r"Copyright \(c\) 2021-present Kaleidos Ventures SL" +JS_FIND_REGEXP = r"Copyright \(c\) 2021-present Kaleidos INC" TS_LICENSE = """/** * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ """ -TS_FIND_REGEXP = r"Copyright \(c\) 2021-present Kaleidos Ventures SL" +TS_FIND_REGEXP = r"Copyright \(c\) 2021-present Kaleidos INC" HTML_LICENSE = """ """ -HTML_FIND_REGEXP = r"Copyright \(c\) 2021-present Kaleidos Ventures SL" +HTML_FIND_REGEXP = r"Copyright \(c\) 2021-present Kaleidos INC" CSS_LICENSE = """ /* @@ -93,11 +93,11 @@ License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -Copyright (c) 2021-present Kaleidos Ventures SL +Copyright (c) 2021-present Kaleidos INC */ """ -CSS_FIND_REGEXP = r"Copyright \(c\) 2021-present Kaleidos Ventures SL" +CSS_FIND_REGEXP = r"Copyright \(c\) 2021-present Kaleidos INC" BASE_DIR = os.path.dirname(os.path.realpath(__file__)) diff --git a/scripts/generate-packed-plugins.py b/scripts/generate-packed-plugins.py index 69dc7d458..d18b2d2ce 100644 --- a/scripts/generate-packed-plugins.py +++ b/scripts/generate-packed-plugins.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC from pathlib import Path import os diff --git a/scripts/manage_translations.py b/scripts/manage_translations.py index 98c1c7ded..9497d01da 100755 --- a/scripts/manage_translations.py +++ b/scripts/manage_translations.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC # NOTE: This script is based on taiga-back manage_translations.py script diff --git a/scripts/search-for-similar-strings.py b/scripts/search-for-similar-strings.py index 35490b941..2a25eae00 100755 --- a/scripts/search-for-similar-strings.py +++ b/scripts/search-for-similar-strings.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import json diff --git a/scripts/verify-locale-keys-usage.py b/scripts/verify-locale-keys-usage.py index d451b909f..f2806804c 100755 --- a/scripts/verify-locale-keys-usage.py +++ b/scripts/verify-locale-keys-usage.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright (c) 2021-present Kaleidos Ventures SL +# Copyright (c) 2021-present Kaleidos INC import json diff --git a/test-utils.js b/test-utils.js index be93ece42..91e5e5ed0 100644 --- a/test-utils.js +++ b/test-utils.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright (c) 2021-present Kaleidos Ventures SL + * Copyright (c) 2021-present Kaleidos INC */ (function() {