From da5f6a87c80f3a9986c7f1484c649497616b8b39 Mon Sep 17 00:00:00 2001 From: Eduard Kuzmenko Date: Sun, 13 Mar 2022 23:47:51 +0200 Subject: [PATCH] Gradient copyright --- src/components/chat/gradientRenderer.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/chat/gradientRenderer.ts b/src/components/chat/gradientRenderer.ts index 9f4ed8ae..7054004f 100644 --- a/src/components/chat/gradientRenderer.ts +++ b/src/components/chat/gradientRenderer.ts @@ -1,3 +1,9 @@ +/* + * https://github.com/morethanwords/tweb + * Copyright (C) 2019-2021 Eduard Kuzmenko, Artem Kolnogorov and unknown creator of the script taken from http://useless.altervista.org/gradient.html + * https://github.com/morethanwords/tweb/blob/master/LICENSE + */ + import { animate } from "../../helpers/animation"; import { hexToRgb } from "../../helpers/color";