From 4aaf08ba494ffab17e7dc543ca69420fc4c9e64a Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Tue, 8 Dec 2020 14:02:32 -0600 Subject: [PATCH] Minor: fix year in license comment --- ts/test-both/util/theme_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/test-both/util/theme_test.ts b/ts/test-both/util/theme_test.ts index c82018cfb477..4d8ed38ddaac 100644 --- a/ts/test-both/util/theme_test.ts +++ b/ts/test-both/util/theme_test.ts @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Signal Messenger, LLC +// Copyright 2020 Signal Messenger, LLC // SPDX-License-Identifier: AGPL-3.0-only import { assert } from 'chai';