copytight header added

This commit is contained in:
nklhrstv 2022-07-10 10:11:31 +03:00
parent dd1ef55c9f
commit 62ae99282f
5 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,5 @@
// Copyright (C) 2017-2022 Smart code 203358507
const React = require('react');
const PropTypes = require('prop-types');

View file

@ -1,3 +1,5 @@
// Copyright (C) 2017-2022 Smart code 203358507
const DelayedRenderer = require('./DelayedRenderer');
module.exports = DelayedRenderer;

View file

@ -1,3 +1,5 @@
// Copyright (C) 2017-2022 Smart code 203358507
:global(.animation-fade-in) {
:local {
animation-name: fade-in;

View file

@ -1,3 +1,5 @@
// Copyright (C) 2017-2022 Smart code 203358507
function getId() {
return Math.random().toString(32).slice(2);
}

View file

@ -1,3 +1,5 @@
// Copyright (C) 2017-2022 Smart code 203358507
const sanitizeLocationPath = require('stremio/common/sanitizeLocationPath');
const Bridge = require('./bridge');