From 05a459ea19cfc447a2faad9dd87525f828b8dcf9 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 5 Feb 2025 15:59:38 +0100 Subject: [PATCH] :paperclip: Add missing license header --- frontend/src/app/main/ui/workspace/tokens/token_pill.cljs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/src/app/main/ui/workspace/tokens/token_pill.cljs b/frontend/src/app/main/ui/workspace/tokens/token_pill.cljs index b7316f8149..f6ea9a07c5 100644 --- a/frontend/src/app/main/ui/workspace/tokens/token_pill.cljs +++ b/frontend/src/app/main/ui/workspace/tokens/token_pill.cljs @@ -1,3 +1,9 @@ +;; 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) KALEIDOS INC + (ns app.main.ui.workspace.tokens.token-pill (:require-macros [app.common.data.macros :as dm]