Skip to content

Commit ed09690

Browse files
committed
[MAINTENANCE] add License Information - build js files - update node packages
1 parent 1792323 commit ed09690

File tree

6 files changed

+38
-8
lines changed

6 files changed

+38
-8
lines changed

Build/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Resources/Private/JavaScript/DlfMediaPlayer/DlfMediaPlayer.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/**
2+
* (c) Kitodo. Key to digital objects e.V. <contact@kitodo.org>
3+
*
4+
* This file is part of the Kitodo and TYPO3 projects.
5+
*
6+
* @license GNU General Public License version 3 or later.
7+
* For the full copyright and license information, please read the
8+
* LICENSE.txt file that was distributed with this source code.
9+
*/
10+
111
// @ts-check
212

313
import shaka from 'shaka-player/dist/shaka-player.ui';

Resources/Private/Less/DlfMediaPlayer.less

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/**
2+
* (c) Kitodo. Key to digital objects e.V. <contact@kitodo.org>
3+
*
4+
* This file is part of the Kitodo and TYPO3 projects.
5+
*
6+
* @license GNU General Public License version 3 or later.
7+
* For the full copyright and license information, please read the
8+
* LICENSE.txt file that was distributed with this source code.
9+
*/
10+
111
/*
212
*
313
* Variables

Resources/Public/Css/DlfMediaPlayerStyles.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Resources/Public/JavaScript/DlfMediaPlayer/DlfMediaPlayer.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Resources/Public/JavaScript/DlfMediaPlayer/DlfMediaPlayer.js.LICENSE.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/**
2+
* (c) Kitodo. Key to digital objects e.V. <contact@kitodo.org>
3+
*
4+
* This file is part of the Kitodo and TYPO3 projects.
5+
*
6+
* @license GNU General Public License version 3 or later.
7+
* For the full copyright and license information, please read the
8+
* LICENSE.txt file that was distributed with this source code.
9+
*/
10+
111
/**
212
This is based upon VideoFrame (see below). Changes:
313
- export default

0 commit comments

Comments
 (0)