💄 Add copyright header to all tokens source files (#6389)

This commit is contained in:
Andrés Moya 2025-05-01 10:06:17 +02:00 committed by GitHub
parent d8b3b216e9
commit e52fd90963
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 66 additions and 0 deletions

View file

@ -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 frontend-tests.tokens.helpers.state
(:require
[app.common.types.tokens-lib :as ctob]