From d1a028ebaa274fe18fa8da32f4a63e1c9eedbc04 Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 3 Nov 2022 05:55:05 +0100 Subject: [PATCH] fix(NextVideoPopup): missing copyright headers --- src/routes/Player/NextVideoPopup/NextVideoPopup.js | 2 ++ src/routes/Player/NextVideoPopup/index.js | 2 ++ src/routes/Player/NextVideoPopup/styles.less | 2 ++ 3 files changed, 6 insertions(+) diff --git a/src/routes/Player/NextVideoPopup/NextVideoPopup.js b/src/routes/Player/NextVideoPopup/NextVideoPopup.js index d424920a0..2b5d1972d 100644 --- a/src/routes/Player/NextVideoPopup/NextVideoPopup.js +++ b/src/routes/Player/NextVideoPopup/NextVideoPopup.js @@ -1,3 +1,5 @@ +// Copyright (C) 2017-2022 Smart code 203358507 + const React = require('react'); const PropTypes = require('prop-types'); const classnames = require('classnames'); diff --git a/src/routes/Player/NextVideoPopup/index.js b/src/routes/Player/NextVideoPopup/index.js index 9c10ee432..a666bc7e0 100644 --- a/src/routes/Player/NextVideoPopup/index.js +++ b/src/routes/Player/NextVideoPopup/index.js @@ -1,3 +1,5 @@ +// Copyright (C) 2017-2022 Smart code 203358507 + const NextEpisodeModal = require('./NextVideoPopup'); module.exports = NextEpisodeModal; diff --git a/src/routes/Player/NextVideoPopup/styles.less b/src/routes/Player/NextVideoPopup/styles.less index 20bfe08db..81a566a24 100644 --- a/src/routes/Player/NextVideoPopup/styles.less +++ b/src/routes/Player/NextVideoPopup/styles.less @@ -1,3 +1,5 @@ +// Copyright (C) 2017-2022 Smart code 203358507 + @import (reference) '~@stremio/stremio-colors/less/stremio-colors.less'; .next-video-popup-container {