diff --git a/.eslintignore b/.eslintignore index 2e54eb8290..25dff64df3 100644 --- a/.eslintignore +++ b/.eslintignore @@ -26,8 +26,7 @@ ts/**/*.js .eslintrc.js webpack.config.ts preload.bundle.* -about.browser.bundle.* -about.preload.bundle.* +bundles/** # Sticker Creator has its own eslint config sticker-creator/** diff --git a/.gitignore b/.gitignore index ef4be0355a..ee1effb3fb 100644 --- a/.gitignore +++ b/.gitignore @@ -27,8 +27,7 @@ libtextsecure/components.js stylesheets/*.css /storybook-static/ preload.bundle.* -about.browser.bundle.* -about.preload.bundle.* +bundles/ ts/sql/mainWorker.bundle.js.LICENSE.txt # React / TypeScript diff --git a/.prettierignore b/.prettierignore index f241676df1..d8437df316 100644 --- a/.prettierignore +++ b/.prettierignore @@ -41,8 +41,7 @@ js/WebAudioRecorderMp3.js stylesheets/_intlTelInput.scss preload.bundle.* -about.browser.bundle.* -about.preload.bundle.* +bundles/** # Sticker Creator has its own prettier config sticker-creator/** diff --git a/ACKNOWLEDGMENTS.md b/ACKNOWLEDGMENTS.md index 948df5c47b..3b6e304387 100644 --- a/ACKNOWLEDGMENTS.md +++ b/ACKNOWLEDGMENTS.md @@ -391,6 +391,30 @@ Signal Desktop makes use of the following open source projects. License: MIT +## buffer + + The MIT License (MIT) + + Copyright (c) Feross Aboukhadijeh, and other contributors. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + ## cirbuf MIT License @@ -2398,6 +2422,10 @@ Signal Desktop makes use of the following open source projects. License: MIT +## uuid-browser + + License: MIT + ## websocket Apache License diff --git a/about.html b/about.html index e5e5e921d3..4d79964326 100644 --- a/about.html +++ b/about.html @@ -29,10 +29,6 @@
- - +