mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +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 fs = require('fs');
|
||||||
const readdirp = require('readdirp');
|
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', () => {
|
describe('copyright', () => {
|
||||||
test('js', async () => {
|
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');
|
const routesRegexp = require('../src/common/routesRegexp');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue