From e1ff6013c2655393fb3dee052d1b31f23c87f3c7 Mon Sep 17 00:00:00 2001 From: Alexandru Branza Date: Fri, 8 Apr 2022 17:33:03 +0300 Subject: [PATCH] Update CP Year --- tests/copyright.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/copyright.spec.js b/tests/copyright.spec.js index 2dcf82025..486d8c925 100644 --- a/tests/copyright.spec.js +++ b/tests/copyright.spec.js @@ -3,7 +3,7 @@ const fs = require('fs'); const readdirp = require('readdirp'); -const COPYRIGHT_HEADER = /^\/\/ Copyright \(C\) 2017-2020 Smart code 203358507.*/; +const COPYRIGHT_HEADER = /^\/\/ Copyright \(C\) 2017-2022 Smart code 203358507.*/; describe('copyright', () => { test('js', async () => {