test: update copyright year

This commit is contained in:
Tim 2023-06-09 19:16:07 +02:00
parent 19e1fe4e3e
commit 9abaf4cde5
2 changed files with 3 additions and 3 deletions

View file

@ -1,9 +1,9 @@
// Copyright (C) 2017-2022 Smart code 203358507
// Copyright (C) 2017-2023 Smart code 203358507
const fs = require('fs');
const readdirp = require('readdirp');
const COPYRIGHT_HEADER = /^\/\/ Copyright \(C\) 2017-2022 Smart code 203358507.*/;
const COPYRIGHT_HEADER = /^\/\/ Copyright \(C\) 2017-2023 Smart code 203358507.*/;
describe('copyright', () => {
test('js', async () => {

View file

@ -1,4 +1,4 @@
// Copyright (C) 2017-2022 Smart code 203358507
// Copyright (C) 2017-2023 Smart code 203358507
const routesRegexp = require('../src/common/routesRegexp');