Skip to content

Commit 33fc424

Browse files
author
vismayajochem
committed
Add licenses #1944
1 parent 2945d7b commit 33fc424

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed

base/static/js/bootstrap-select.min.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

base/static/js/bootstrap.bundle.min.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

base/static/js/jquery-ui.min.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
/*! jQuery UI - v1.12.1 - 2016-09-14
22
* http://jqueryui.com
33
* Includes: widget.js, position.js, data.js, disable-selection.js, effect.js, effects/effect-blind.js, effects/effect-bounce.js, effects/effect-clip.js, effects/effect-drop.js, effects/effect-explode.js, effects/effect-fade.js, effects/effect-fold.js, effects/effect-highlight.js, effects/effect-puff.js, effects/effect-pulsate.js, effects/effect-scale.js, effects/effect-shake.js, effects/effect-size.js, effects/effect-slide.js, effects/effect-transfer.js, focusable.js, form-reset-mixin.js, jquery-1-7.js, keycode.js, labels.js, scroll-parent.js, tabbable.js, unique-id.js, widgets/accordion.js, widgets/autocomplete.js, widgets/button.js, widgets/checkboxradio.js, widgets/controlgroup.js, widgets/datepicker.js, widgets/dialog.js, widgets/draggable.js, widgets/droppable.js, widgets/menu.js, widgets/mouse.js, widgets/progressbar.js, widgets/resizable.js, widgets/selectable.js, widgets/selectmenu.js, widgets/slider.js, widgets/sortable.js, widgets/spinner.js, widgets/tabs.js, widgets/tooltip.js
4-
* Copyright jQuery Foundation and other contributors; Licensed MIT */
4+
* SPDX-FileCopyrightText: 2022 Christian Winger <wingechr>
5+
* SPDX-FileCopyrightText: oeplatform <https://github.com/OpenEnergyPlatform/oeplatform/>
6+
* SPDX-FileCopyrightText:Copyright jQuery Foundation and other contributors
7+
* SPDX-License-Identifier: MIT
8+
*/
59

610
(function( factory ) {
711
if ( typeof define === "function" && define.amd ) {

base/static/js/jquery.min.js

+6-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

base/static/js/jsi18n.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
1+
/*!
2+
* SPDX-FileCopyrightText: 2022 Christian Winger <wingechr>
3+
* SPDX-FileCopyrightText: oeplatform <https://github.com/OpenEnergyPlatform/oeplatform/>
4+
* SPDX-License-Identifier: MIT
5+
*/
26
(function(globals) {
37
var django = globals.django || (globals.django = {});
48

0 commit comments

Comments
 (0)