Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-03-23 14:27:51 +0300
committerJoas Schilling <coding@schilljs.com>2022-03-23 14:27:51 +0300
commitc691089b2f275890ddbc3cc7eacf7cb5783506ec (patch)
treee9c05621840aba01d4a5981824353410e58c714d /js/notifications-main.js.LICENSE.txt
parent02be4ffd572b2a2ab2e1df613a72b42b9e27a041 (diff)
Recompile
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'js/notifications-main.js.LICENSE.txt')
-rw-r--r--js/notifications-main.js.LICENSE.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/js/notifications-main.js.LICENSE.txt b/js/notifications-main.js.LICENSE.txt
index 21841a9..0a4c19b 100644
--- a/js/notifications-main.js.LICENSE.txt
+++ b/js/notifications-main.js.LICENSE.txt
@@ -1,4 +1,26 @@
/*!
+ * Spatial Plugin - Adds support for stereo and 3D audio where Web Audio is supported.
+ *
+ * howler.js v2.2.3
+ * howlerjs.com
+ *
+ * (c) 2013-2020, James Simpson of GoldFire Studios
+ * goldfirestudios.com
+ *
+ * MIT License
+ */
+
+/*!
+ * howler.js v2.2.3
+ * howlerjs.com
+ *
+ * (c) 2013-2020, James Simpson of GoldFire Studios
+ * goldfirestudios.com
+ *
+ * MIT License
+ */
+
+/*!
* Determine if an object is a Buffer
*
* @author Feross Aboukhadijeh <https://feross.org>