mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
test: update copyright year
This commit is contained in:
parent
19e1fe4e3e
commit
9abaf4cde5
2 changed files with 3 additions and 3 deletions
|
|
@ -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 () => {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (C) 2017-2022 Smart code 203358507
|
||||
// Copyright (C) 2017-2023 Smart code 203358507
|
||||
|
||||
const routesRegexp = require('../src/common/routesRegexp');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue