From f7e59822aeed58189ece0bd7d8da2e0f3047115b Mon Sep 17 00:00:00 2001 From: Georges Khaznadar Date: Mon, 27 Feb 2023 10:22:05 +0000 Subject: [PATCH] Import supercollider_3.13.0+repack-1.debian.tar.xz [dgit import tarball supercollider 1:3.13.0+repack-1 supercollider_3.13.0+repack-1.debian.tar.xz] --- README.extensions | 3 + README.source | 46 + changelog | 881 +++ control | 236 + copyright | 5406 +++++++++++++++++ exclude-from-archive.py | 88 + gbp.conf | 3 + git-archive-all.sh | 43 + libscsynth1.install | 1 + not-installed | 6 + ...move-autodetection-of-raspberry-cpus.patch | 38 + patches/disable-ccache.patch | 85 + patches/series | 3 + ...e_macro_instead_of_redefining_struct.patch | 30 + rules | 60 + salsa-ci.yml | 4 + scel.desktop | 10 + scide.1 | 42 + sclang.1 | 73 + sclangpipe_app.1 | 42 + scsynth.1 | 135 + scvim.1 | 53 + scvim.desktop | 10 + scvim_make_help.1 | 61 + source/format | 1 + source/lintian-overrides | 2 + supercollider-common.install | 8 + supercollider-dev.install | 6 + supercollider-doc.install | 3 + supercollider-emacs.docs | 1 + supercollider-emacs.emacsen-compat | 1 + supercollider-emacs.emacsen-install | 58 + supercollider-emacs.emacsen-remove | 28 + supercollider-emacs.emacsen-startup | 25 + supercollider-emacs.install | 3 + supercollider-emacs.lintian-overrides | 1 + supercollider-gedit.docs | 1 + supercollider-gedit.install | 2 + supercollider-ide.install | 3 + supercollider-ide.manpages | 1 + supercollider-language.docs | 2 + supercollider-language.install | 1 + supercollider-language.manpages | 1 + supercollider-server.docs | 2 + supercollider-server.install | 27 + supercollider-server.lintian-overrides | 4 + supercollider-server.manpages | 1 + supercollider-supernova.install | 27 + supercollider-supernova.lintian-overrides | 4 + supercollider-supernova.manpages | 1 + supercollider-vim.README.Debian | 12 + supercollider-vim.docs | 2 + supercollider-vim.install | 8 + supercollider-vim.manpages | 1 + supercollider-vim.yaml | 10 + supernova.1 | 135 + upstream/metadata | 5 + watch | 9 + 58 files changed, 7755 insertions(+) create mode 100644 README.extensions create mode 100644 README.source create mode 100644 changelog create mode 100644 control create mode 100644 copyright create mode 100755 exclude-from-archive.py create mode 100644 gbp.conf create mode 100755 git-archive-all.sh create mode 100644 libscsynth1.install create mode 100644 not-installed create mode 100644 patches/Remove-autodetection-of-raspberry-cpus.patch create mode 100644 patches/disable-ccache.patch create mode 100644 patches/series create mode 100644 patches/use_macro_instead_of_redefining_struct.patch create mode 100755 rules create mode 100644 salsa-ci.yml create mode 100644 scel.desktop create mode 100644 scide.1 create mode 100644 sclang.1 create mode 100644 sclangpipe_app.1 create mode 100644 scsynth.1 create mode 100644 scvim.1 create mode 100644 scvim.desktop create mode 100644 scvim_make_help.1 create mode 100644 source/format create mode 100644 source/lintian-overrides create mode 100644 supercollider-common.install create mode 100644 supercollider-dev.install create mode 100644 supercollider-doc.install create mode 100644 supercollider-emacs.docs create mode 100644 supercollider-emacs.emacsen-compat create mode 100644 supercollider-emacs.emacsen-install create mode 100644 supercollider-emacs.emacsen-remove create mode 100644 supercollider-emacs.emacsen-startup create mode 100644 supercollider-emacs.install create mode 100644 supercollider-emacs.lintian-overrides create mode 100644 supercollider-gedit.docs create mode 100644 supercollider-gedit.install create mode 100644 supercollider-ide.install create mode 100644 supercollider-ide.manpages create mode 100644 supercollider-language.docs create mode 100644 supercollider-language.install create mode 100644 supercollider-language.manpages create mode 100644 supercollider-server.docs create mode 100644 supercollider-server.install create mode 100644 supercollider-server.lintian-overrides create mode 100644 supercollider-server.manpages create mode 100644 supercollider-supernova.install create mode 100644 supercollider-supernova.lintian-overrides create mode 100644 supercollider-supernova.manpages create mode 100644 supercollider-vim.README.Debian create mode 100644 supercollider-vim.docs create mode 100644 supercollider-vim.install create mode 100644 supercollider-vim.manpages create mode 100644 supercollider-vim.yaml create mode 100644 supernova.1 create mode 100644 upstream/metadata create mode 100644 watch diff --git a/README.extensions b/README.extensions new file mode 100644 index 0000000..426ec4d --- /dev/null +++ b/README.extensions @@ -0,0 +1,3 @@ +The "Extensions" folder provided by SuperCollider is initially empty. +Packages will add class extensions and/or plugins into this folder. + diff --git a/README.source b/README.source new file mode 100644 index 0000000..5c99fc5 --- /dev/null +++ b/README.source @@ -0,0 +1,46 @@ +Building this package for Debian +-------------------------------- + + [IOhannes m zmölnig] + This source package need no special handling for normal package builds. + + [Georges Khaznadar] + Since upstream version 3.13.0, the git upstream repository includes + modules which must be fetched recursively. So here is the manual + method to deal with this new souce scheme: + + - let "sug" be supercollider's upstream repository + - let "dpp" be the Debian's package path (the to level directory) + - let "ard" be the archive directory to put the compressed upstream source + - let "version" be the version number to get from upstream; version is + 3.13.0 in this example + + $ cd $sug + + $ git pull + + $ git submodule update --init --recursive + + $ $dpp/debian/git-archive-all.sh $version $ard + ... + Made $ard/supercollider-3.13.0.tar.xz + + $ cd $dpp + + $ debian/exclude-from-archive.py $ard/supercollider-3.13.0.tar.xz -o .. + + $ gbp import-orig ../supercollider-3.13.0+repack.tar.xz + ... + What is the upstream version? [3.13.0+repack] + ... + + +Developing this package for Debian +---------------------------------- + +The source of this package is developed using git and the helper tool +git-buildpackage, with all official releases tagged and signed and +binary diffs of tarballs stored using pristine-tar. This is documented +below /usr/share/doc/git-buildpackage/manual-html/ . + + -- Georges Khaznadar , Mon, 27 Feb 2023 19:14:16 +0100 diff --git a/changelog b/changelog new file mode 100644 index 0000000..bdc6af4 --- /dev/null +++ b/changelog @@ -0,0 +1,881 @@ +supercollider (1:3.13.0+repack-1) unstable; urgency=medium + + * New upstream version 3.13.0+repack + * updated debian patches + * modified the way to get sources, to take in account submodules + + -- Georges Khaznadar Mon, 27 Feb 2023 11:22:05 +0100 + +supercollider (1:3.12.2+repack-2) unstable; urgency=medium + + [ Adrian Bunk ] + * Architecture: amd64 arm64 armhf i386 mipsel -> any + + -- Georges Khaznadar Mon, 27 Feb 2023 11:03:54 +0100 + +supercollider (1:3.12.2+repack-1) unstable; urgency=medium + + * New upstream version 3.12.2+repack + + [ Olivier Humbert ] + * d/control: remove an unneeded empty line + + [ Felipe Sateler ] + * Remove myself from uploaders + + [ Debian Janitor ] + * Remove constraints unnecessary since stretch + + [ IOhannes m zmölnig (Debian/GNU) ] + * Apply 'wrap-and-sort -ast' + * Add salsa-ci configuration + * Drop unused B-D on emacs|emacsen + + [ Debian Janitor ] + * Remove constraints unnecessary since buster + + [ Sebastian Ramacher ] + * Remove shared library from Build-Depends + + [ Dennis Braun ] + * Refresh patchset, drop patches applied by upstream + + Use macro instead of redefining struct (Closes: #1019995) + * Bump Standards-Version to 4.6.1 + * Use libjack-jackd2-dev as preferable B-D and libjack-dev as optional + * Update lintian-overrides + * Update icon installation + + [ Georges Khaznadar ] + * updated the file debian/watch to use the new API from Github + + -- Georges Khaznadar Wed, 02 Nov 2022 18:36:06 +0100 + +supercollider (1:3.11.2+repack-1) unstable; urgency=medium + + [ Dennis Braun ] + * New upstream version 3.11.2+repack + + Fix FTBFS (Closes: #975167) + + Update Files-Excluded: Add mac & windows files and remove HelpSource/._* + * d/watch: Fix github download URL & Regex to exclude RCs, alphas, betas... + * Update patchset + * Backport the linker error patches + https://github.com/supercollider/supercollider/pull/5014 + * Bump dh-compat to 13 + * Bump S-V to 4.5.1 + * Add libncurses-dev to B-D + * Add myself to the d/ section of d/copyright + * d/copyright: Drop non-existing pkg-dmg and git-archive-all.py + * d/copyright: Drop obsolete MPL-1.1 + * d/rules: Drop override_dh_installdocs + * Drop obsolete d/source/lintian-overrides + * d/supercollider-common.install: Remove trailing whitespaces + * Add AUTHORS and CHANGELOG to supercollider-doc.install + * Add SCVim.sc to supercollider-vim.install + * Add SC_LanguageClient.h to supercollider-dev.install + * Add COPYING to d/not-installed + * Add AUTHORS & CHANGELOG and READMEs to d/not-installed, + false positives for dh_missing + + [ Sebastian Ramacher ] + * debian/patches/: Apply patches to fix build with boost 1.74 (Closes: + #975667) + + -- Dennis Braun Wed, 16 Dec 2020 22:53:57 +0100 + +supercollider (1:3.10.4+repack-1) unstable; urgency=medium + + [ Ondřej Nový ] + * Use debhelper-compat instead of debian/compat + * d/changelog: Remove trailing whitespaces + + [ Felipe Sateler ] + * Use ninja for building + * Drop python build-dependency, as it is unused (Closes: #938601) + * Add missing Depends on codemirror and jquery (Closes: #919838) + * Drop unused patch file supernova-i686-march-flag.patch + * Add full CC-BY-SA text + + [ Dennis Braun ] + * New upstream version 3.10.4+repack + - Fix build with boost 1.71 (Closes: #959439) + * d/control: + + Bump debhelper compat to 12 + + Bump Standards-Version to 4.5.0 + + Drop cwiid support. See #942981 + + Add the libs section to libscsynth1 + + Add me as uploader + + http > https + + Set RRR: no + * d/copyright: + + Update Files-Excluded + + Fix spelling errors + + Update file entries + + http > https + * Update patchset + * supercollider-common.install: Add the dirs examples and HID_Support + * Use d/source/lintian-overrides and not d/source.lintian-overrides + * Add d/upstream/metadata + + -- Dennis Braun Mon, 08 Jun 2020 23:59:00 +0200 + +supercollider (1:3.10.0+repack-1) unstable; urgency=medium + + * fixed a little error in d/rules: create a missing directory + * replaced "Architecture: any" by + "Architecture: i386 amd64 arm64 armhf mipsel" for all binary packages + * this provides the new upstream version, also Closes: #904588 + + -- Georges Khaznadar Sun, 03 Feb 2019 22:31:06 +0100 + +supercollider (1:3.10.0+repack-0.2) UNPUBLISHED; urgency=medium + + * Added myself to Uploaders + * Closes: #911662, as 3.10 > 3.9.3 + * The new upstream version, also Closes: #904588 + + -- Georges Khaznadar Wed, 26 Dec 2018 12:54:46 +0100 + +supercollider (1:3.10.0+repack-0.1) UPUBLISHED; urgency=medium + + * Non-maintainer upload. + * upgraded to the newest upstream source + * refreshed quilt patches + * added a new patch to fix an error in upstream code + (file server/supernova/utilities/time_tag.hp): the result + of get_nanoseconds() had to be type-casted to long. + Closes: #914640 + * added build-dependencies on qtwebengine5-dev, libqt5websockets5-dev, + libqt5svg5-dev + * delete quilt patch 'supernova-i686-march-flag.patch', which defeats + the configuration step. + * modified the path to a documentation file for installation + * modified emacsen configuration files to fit the patterns found + with ELPA. This prevents the installation with xemacs and emacs <= 23. + Closes: #916858 + * expanded Files-Excluded with 'HelpSource/lib/*.min.js' in d/copyright + * added install overrides to create symlinks for + - HelpSource/lib/codemirror-5.39.2.min.js + - HelpSource/lib/codemirror-addon-simple-5.39.2.min.js + - HelpSource/lib/jquery.min.js + + -- Georges Khaznadar Mon, 24 Dec 2018 16:31:59 +0100 + +supercollider (1:3.9.3+repack-1) UNPUBLISHED; urgency=medium + + * upgraded to the newest upstream source + * modified the watch file to add the suffix +repack instead of -repack + so the deb release is not lesser than the upstream package, which + might be misleading + * updated debian patches; two of them are refreshed (fuzzy patching + was successful), the others deletes since they were already integrated + upstream. + * modified d/supercollider-vim.install since the only stuff related to + vim is built under editors/, and much of the files installed in the + previous debian release are missing from the build tree; this results + probably in a useless package for supercollider-vim. + * disabled the use of ccache by patching CMakeLists.txt; this has no + backdraw for debuilding since the compilation is done only once. + + -- Georges Khaznadar Sun, 21 Oct 2018 21:15:07 +0200 + +supercollider (1:3.8.0~repack-2) unstable; urgency=medium + + * Demote Depends of supercollider-language on supercollider-server to a Recommends. + Normal users are expected to install the supercollider package, and + this allows advanced users to install only the language and have a + remote server. (Closes: #810006) + * Don't let the build system enable sse on i386. + It's not part of mainline. (Closes: #878346). + * Remove autodetection of raspberry cpus. + In debian we don't actually target raspberries, and guessing based on the build machine + is wrong too (Closes: #878347) + + -- Felipe Sateler Thu, 12 Oct 2017 21:20:37 -0300 + +supercollider (1:3.8.0~repack-1) unstable; urgency=medium + + [ Dan Stowell ] + * New upstream version 3.8.0 + * Drop upstreamed patches, refresh the others + * Update path for lintian override + * Refresh patches + * Explicitly set to standard build type. + This prevents a debug build occurring due to mis-set cmake flag + + [ Felipe Sateler ] + * Remove more patches applied upstream + * Have uscan repack the upstream tarball for us + * Fix excluded files pattern. + - portaudio changed name, + - dirs should not end with / + * Fix stale entries in d/copyright. + Some files were moved around, others were removed + * Forward two patches upstream and mark them as such + + -- Felipe Sateler Fri, 06 Oct 2017 10:16:56 -0300 + +supercollider (1:3.7.0~repack-5) unstable; urgency=medium + + [ Felipe Sateler ] + * Fix FTBFS with gcc 7. + Thanks to Adrian Bunk for the patches. (Closes: #853671) + * Remove copyright_hints. + We no longer use CDBS + * Bump standards version + + -- Felipe Sateler Thu, 07 Sep 2017 19:52:02 -0300 + +supercollider (1:3.7.0~repack-4) unstable; urgency=medium + + [ Dan Stowell ] + * Add notes about forwarded patches + + [ Felipe Sateler ] + * Use gbp-pq for patches + * Add patch to fix build failure when gcc doesn't handle 128bit float types + * Bump debhelper compat level to 10 + * Switch from CDBS to short-form dh + * Enable hardening flags + * Drop unused lintian overrides + + -- Felipe Sateler Wed, 16 Nov 2016 20:27:41 -0300 + +supercollider (1:3.7.0~repack-3) unstable; urgency=medium + + * Team upload. + * Add patch to fix oscpack FTBFS. (Closes: #824581) + * Add epoch to supercollider-common Breaks + Replaces. (Closes: #824757) + + -- James Cowgill Tue, 24 May 2016 18:09:01 +0100 + +supercollider (1:3.7.0~repack-2) unstable; urgency=medium + + [ Fernando Seiti Furusato ] + * debian/rules: disabled altivec/vsx for ppc64el since the package does not + support the usage for now + + [ Dan Stowell ] + * Update copyright file headers + * Restrict (optional) supernova to its target archs (amd64, i386m ia64) + (Closes: #824581) + * Fix lintian warnings about license names + + [ Felipe Sateler ] + * Make supercollider-common Breaks/Replaces supercollider-gedit + (Closes: #824757) + * Drop unused dependency on libqtwebkit-dev (Closes: #784531) + + -- Felipe Sateler Thu, 19 May 2016 22:33:58 -0400 + +supercollider (1:3.7.0~repack-1) unstable; urgency=medium + + [ Dan Stowell ] + * Update upstream url references (github now not sourceforge) + * New Upstream version + - Closes: #822467 + - Update dependencies for new version + - Remove mathjax dependency management, dropped upstream + - Remove boost-lockfree from copyright, dropped upstream + - Refresh patches, and drop outdated ones + - Update copyright information + - Add patch to fix FTBFS when using system boost + - Update install rules for changed readme filenames + - Add patch to fix FTBFS, add -fPIC flag to tlsf build + * Ignore lintian error about (unused) portaudio config files + + [ IOhannes m zmölnig ] + * Use https:// in Vcs-Browser stanza + + [ Hanno Zulla ] + * Update upstream homepage URL, fix vcs-field-uses-insecure-uri + + [ Felipe Sateler ] + * Ship mime info in -common package, not -gedit package + * Bump Standards-Version to 3.9.8 + - Drop menu files in favor of the desktop entries + + [ Jonas Smedegaard ] + * Remove myself as uploader. + + -- Felipe Sateler Mon, 09 May 2016 20:59:52 -0300 + +supercollider (1:3.6.6~repack-2-2) unstable; urgency=medium + + [ Dan Stowell ] + * Update debian git URLs listed in control file + + [ Felipe Sateler ] + * Fixup watch file + * Backport upstream patch for gcc5 atomic fix (Closes: #795968) + + -- Felipe Sateler Sat, 26 Sep 2015 17:48:35 -0300 + +supercollider (1:3.6.6~repack-2-1) unstable; urgency=low + + [ Dan Stowell ] + * Exclude bundled minified javascript-prettify, use packaged version. + + [ Felipe Sateler ] + * Install prettify symlink during build, not installation time + * Add emacsen compat file + + -- Felipe Sateler Sat, 04 Oct 2014 13:19:47 -0300 + +supercollider (1:3.6.6~repack-1) unstable; urgency=low + + * Imported upstream version 3.6.6. + * Exclude bundled MathJax scripts. We use system MathJax. Closes: #760981 + * Refresh patches, dropping one superceded patch. + + -- Dan Stowell Wed, 10 Sep 2014 09:28:36 +0100 + +supercollider (1:3.6.3~repack-7) unstable; urgency=medium + + * Team upload. + + [ Felipe Sateler ] + * Fix package dir in emacs startup file. (Closes: #743469) + + [ Gabriele Giacone ] + * debian/control: Switch (Build-Depends) to emacs | emacsen. (Closes: #754027) + + -- Sebastian Ramacher Tue, 09 Sep 2014 18:16:49 +0200 + +supercollider (1:3.6.3~repack-6) unstable; urgency=medium + + * Fix FTBFS with gcc-4.9. Closes: #746917 + + -- Felipe Sateler Fri, 06 Jun 2014 13:25:55 -0400 + +supercollider (1:3.6.3~repack-5) unstable; urgency=medium + + * Do not use system yaml-cpp. Closes: #733277 + + -- Felipe Sateler Fri, 03 Jan 2014 13:11:22 -0300 + +supercollider (1:3.6.3~repack-4) unstable; urgency=low + + [ Dan Stowell ] + * Use system libyaml-cpp0.3 (Closes: #722430) + * Do not build/provide supernova on sparc/powerpc (Closes: #728573) + + -- Felipe Sateler Sun, 24 Nov 2013 12:50:24 -0300 + +supercollider (1:3.6.3~repack-3) unstable; urgency=low + + * Force use of bundled yaml-cpp + * Add patch to use system lockfree. Also link appropriate libs on all archs + + -- Felipe Sateler Thu, 12 Sep 2013 19:21:30 -0300 + +supercollider (1:3.6.3~repack-2) unstable; urgency=low + + [ Dan Stowell ] + * Add 2 more files needed in -dev: SCVersion.txt, SC_PlugIn.hpp + + [ Felipe Sateler ] + * Drop alternative build dependencies on specific libboost versions + * Bump standards version + * Upload to unstable + + -- Felipe Sateler Mon, 09 Sep 2013 22:06:01 -0300 + +supercollider (1:3.6.3~repack-1) experimental; urgency=low + + [ Dan Stowell ] + * Imported upstream version 3.6.3 + * Rename language package supercollider -> supercollider-language + * supercollider is now a metapackage to provide standard install + + [ Felipe Sateler ] + * Improve supercollider-supernova description. + + -- Felipe Sateler Mon, 11 Mar 2013 09:22:37 -0400 + +supercollider (1:3.6.1~repack) unstable; urgency=low + + * Imported upstream version 3.6.1 + * New "supercollider-ide" package for new Qt-based IDE + * Ensure build with system boost, and now v1.50+ is required + * Update/refresh patches, remove 4 outdated patches + * Update copyright file + * Update install files: supernova plugin path changed + * Add cmake flags to ensure libscsynth is built (while testsuite not, unneeded) + * supernova compile fix on x86 + + -- Dan Stowell Thu, 20 Dec 2012 19:22:39 +0000 + +supercollider (1:3.5.4~repack-2-2) unstable; urgency=low + + * Imported upstream version 3.5.4 + * Note copyright for added file git-archive-all.py + + -- Dan Stowell Mon, 13 Aug 2012 14:07:48 +0100 + +supercollider (1:3.5.3~repack-3) unstable; urgency=low + + * Avoid FTBFS in PowerPC + * Avoid FTBFS in ia64 + * Fix ARM FTBFS: more qreal->double assumptions. Closes: #682361 + + -- Felipe Sateler Sat, 28 Jul 2012 20:19:58 -0400 + +supercollider (1:3.5.3~repack-2) unstable; urgency=low + + [ Dan Stowell ] + * Fix build on ia64 - avoid invoking unneeded perf_counter.hpp + * Fix caps in supercollider-emacs remove script. Closes: #681187 + * Boost-atomic build fix for PPC + * Note copyright for file adapted from wmctrl project + * Strip accidental gremlin characters that can cause problems for users in + some locales + + [ Felipe Sateler ] + * Fix FTBFS in big endian architectures + * Fix FTBFS in arm* architectures + + -- Dan Stowell Thu, 12 Jul 2012 22:53:55 +0100 + +supercollider (1:3.5.3~repack-1) unstable; urgency=low + + + [ Dan Stowell ] + * Imported upstream version 3.5.3 + - Removed 3 patches now upstreamed + - Repack upstream source without boost sources + * Fix build on non-x86/64: define BOOST_LOCKFREE_DCAS_ALIGNMENT + (Update prefix.hpp to current boost SVN 2012-07-03) + + [ Jonas Smedegaard ] + * Unfuzz patch and refresh with shortening options. + * Revive copyright/license tracking silently dropped in 1:3.5.1-1. + + [ Felipe Sateler ] + * Add missing epoch to versioned breaks/replaces. Closes: #679705 + * Install README.extensions via debian/rules instead of a patch + * Add DEP3 header to update_boostlockfree_prefixhpp.patch + * Remove unused License paragraph + * Bump Standards-Version (no changes needed) + * Remove unused lintian override package-contains-empty-directory + * Update copyright hints file + + -- Felipe Sateler Sat, 07 Jul 2012 14:16:59 -0400 + +supercollider (1:3.5.2-1) unstable; urgency=low + + * Imported Upstream version 3.5.2 + * Add manpage for supernova + * Use system mathjax via dh_linktree + * Backport fix to vim plugin from upstream + + -- Dan Stowell Sat, 16 Jun 2012 10:12:09 -0400 + +supercollider (1:3.5.1-2) UNRELEASED; urgency=low + + * install supercollider mode for gedit (thanks Tim Blechmann) + + -- Dan Stowell Tue, 01 May 2012 10:11:34 +0100 + +supercollider (1:3.5.1-1) UNRELEASED; urgency=low + + [ Dan Stowell ] + * Imported Upstream version 3.5.1 + * Import and adapt debian packaging info updates for SC 3.5 from tim blechmann + * removing scons patches (no longer using scons) + * Update paths & content of copyright file for SC 3.5 + + -- Dan Stowell Sat, 07 Apr 2012 14:01:57 +0100 + +supercollider (1:3.4.5-2) UNRELEASED; urgency=low + + * Drop dpkg-source local-options: Defaults since dpkg-source 1.16.1. + * Update package relations: + + Relax to build-depend unversioned on debhelper: needed version + satisfied even in oldstable. + * Bump debhelper compat level to 7. + * Simplify install handling, as supported by debhelper compat level 7. + * Stop setting bogus (or obsolete?) CDBS_NO_DOC_SYMLINKING. + * Update copyright file: + + Merge Files sections with same Licensing and (subsets of) same + copyright holders. + + Extend a Files section and drop another, to sync with new upstream + source. + + Sort authors by copyright year, and then alphabetically. + + Add email of original author, from AUTHORS file. + + Strip excess whitespace, and rewrap License sections at 72 chars. + + Add Comment field to GNU License sections; shortened, duplicate + texts dropped, using FSF web address (not postal address), and + with license strings quoted. + * Replace README.source: + + Drop notes on no longer used quilt. + + Add notes on git-buildpackage and CDBS. + * Add myself as uploader. + * Consistently newline-delimit package relations. + + -- Jonas Smedegaard Wed, 08 Feb 2012 00:52:02 +0100 + +supercollider (1:3.4.5-1) unstable; urgency=low + + [ Dan Stowell ] + * Imported Upstream version 3.4.5 + * remove debian patches 11 & 12, upstreamed + + -- Dan Stowell Sun, 15 Jan 2012 15:48:04 +0000 + +supercollider (1:3.4.4-3) unstable; urgency=low + + * Patch from Mathieu Trudel-Lapierre to fix build under stricter linking. + Closes: #648782 + + -- Dan Stowell Tue, 15 Nov 2011 09:54:00 +0000 + +supercollider (1:3.4.4-2) unstable; urgency=low + + * Team upload. + * Disable building of gedit2 plugin. Closes: #635118 + + -- Felipe Sateler Fri, 28 Oct 2011 23:30:39 -0300 + +supercollider (1:3.4.4-1) unstable; urgency=low + + [ Alexandre Quessy ] + * Initial release for debian (Closes: #602050). + * Little cleanup in dependencies + * Build-Depend on libsndfile1-dev - the 1 is mandatory + * Use format 3.0 (quilt) + * Make sure short descriptions are not duplicates + + [ Felipe Sateler ] + * Add myself to Uploaders + * Use the cdbs scons class + - Tighten build-dep on cdbs for scons class support + * Add DEP-3 headers to patches + * Fix BSD license section in copyright file + * Bump Standards-Version + * Make use of dh_lintian instead of manually installing overrides + * Override lintian warnings: + - emacs command not in package, supercollider-emacs depends on emacs + - missing xpm, supercollider depends on supercollider-common + - empty directory, it is intentional + * Build-Depend on libcwiid-dev instead of dropped libcwiid1-dev + * Use single space after fields in debian/control + * Qualify build dependency on libasound for use only on linux archs + * Switch from pysupport to dh_python2 + + [ Dan Stowell ] + * Imported Upstream version 3.4.4 + * Apple copyright not needed, apple files not bundled + * Can build against jack2 as well as jack1 + * Update copyright to match rearranged folders and stripped linux + source tgz + * Combine -dev packages into one supercollider-dev + - Merged -dev package Conflicts+Replaces+Provides predecessors + * Handle DEB_BUILD_OPTIONS to control strip/optimise + * Don't strip in rules (let dh_strip decide) + * Update copyright with full dates+authors (largely from SCM analysis) + + [ Jonas Smedegaard ] + * Ease building with git-buildpackage: + + Git-ignore quilt .pc dir. + + Add dpkg-source local-options hints. + * Update copyright file: + + Drop superfluous X-Packaged-By fields (covered by Files section + + debian/* and - for more accurate times - file debian/control). + + Move license texts to License sections, sorted roughly by + similarity with main licensing terms. + + Reorder Files sections sorted by amount of files, first upstream + and then debian packaging. + + Stop listing WiiMote_OSX Files section apparently no longer + included. + + Tighten DEP-5 format to draft rev. 174. + + Extend with additional copyright holders. + * Enable CDBS utils.mk snippet, for copyright-check routine. + + -- Felipe Sateler Tue, 19 Jul 2011 22:18:02 -0400 + +supercollider (1:3.3.2~svn9887-0ubuntu1~lucid1) lucid; urgency=low + + * First build for Ubuntu. + + -- Артём Попов Fri, 26 Feb 2010 09:34:09 +0600 + +supercollider (1:3.3.2~svn9887-0) UNRELEASED; urgency=low + + [ Артём Попов ] + * New upstream release (LP: #183552). Repackaged from scratch + (with manpages adapted from the original package). + + [ Dan Stowell] + * Improve behaviour of "scvim" desktop icon: visible user prompt + about vim-addon-manager if needed. + * Desktop files and icons integration. + * Update packaging rules for reorganised folders. + * Update and extend manpages for scvim. + * Added debian menu files. + * Dependencies, architeture, copyright and lintian fixes. + + -- Артём Попов Fri, 26 Feb 2010 09:34:09 +0600 + +supercollider (20060416-1build1) gutsy; urgency=low + + * Rebuild for the libflac transition. + + -- Steve Kowalik Tue, 10 Jul 2007 15:31:52 +1000 + +supercollider (20060416-1) unstable; urgency=low + + * New upstream release + * Removed erroneous architecture fields in Suggests (closes: #356372) + * Activated RendezVous build, added Build-depends on libavahi-client-dev + * Bump sonames to libsclang.so.1 and libscsynth.so.1 + * Move supercollider-doc to Section: doc + + -- Paul Brossier Tue, 18 Apr 2006 12:28:40 +0200 + +supercollider (20051211-1) unstable; urgency=low + + * New upstream release + * Prevent byte-compilation for xemacs (closes: #338169, #342358) + * sclang is now to be compiled only on supported platforms + (closes: #276212, #290339) + * 10fix_emacs_help.dpatch: fix path for Help + + -- Paul Brossier Mon, 12 Dec 2005 10:12:21 +0000 + +supercollider (20050921-1) unstable; urgency=low + + * New upstream release + * Removed patch 60SC_Lib_dlopen and 100fix_gcc4, merged upstream. + * Added 20virtual_parsenode to prevent virtual destructor g++-4.0 warnings + * Drop supercollider package on architectures where test failed. The + supercollider-server package remains available on all platforms. Also drop + libsclang on these machines. + + -- Paul Brossier Thu, 22 Sep 2005 03:42:14 +0100 + +supercollider (20050624-1) unstable; urgency=low + + Paul Brossier: + * New upstream release + * Updated rules to follow the move to scons + * Added scons and removed emacsen first in Build-Deps + * Updated 10emacs, 60SC_Lib_dlopen, 70fix_some_warnings + * Adds 80remove_pragmas + * Removed 80fix_sclang.conf + * Bumped Standards-Version + * Splitted supercollider into supercollider, supercollider-server, + libsclang0 and libscsynth0. supercollider-dev now provides libsclang-dev + and libscsynth-dev + + Mario Lang: + * Execute the scons install target. + * Patch SConstruct to avoid Emacs byte-compilation at build-time. + * Use a emcsen-install script to perform byte-compilation + at package install time to be conformant with Debian Emacs Policy. + * Put plugins in libscsynth0 so that both either client-only + installations (with internal server) and server only installations + (no client package installed) work correctly. + * Move .rtf docs to /usr/share/SuperCollider/Help (as upstream + does by default) and symlink from /usr/share/doc/supercollider-doc/Help. + * Build against latest jackd (closes: #317225) + * Revive test-sclang target and make it run at build time. + * supercollider suggests supercollider-doc. + + Paul Brossier: + * Extension are now managed at install time. Changed sclang.cfg location + from /etc to /etc/supercollider to avoid loading old conffiles left over + from previous install. added a note in NEWS.Debian and updated manpage, + installed optional template in /usr/share/doc/supercollider + * Added conflict against supercollider (<< ${Source-Version}) to + libscsynth0 and libsclang0 to prevent file conflicts. + * Update test-sclang: replace LD_LIBRARY_PATH with LD_PRELOAD to make sure + newly libs are being used (and avoid a build-conflict against + supercollider binary), simplify the command line, activate noruntest + DEB_BUILD_OPTIONS to bypass run test + * Patch source/lang/LangSource/SC_LanguageClient.cpp to compile with + current g++ 4.0. + * Dropped unused libsigc++-dev, libtool and emacs21 Build-Deps + + -- Paul Brossier Fri, 8 Jul 2005 03:59:30 +0100 + +supercollider (20050424-1) unstable; urgency=low + + * CVS update + * Added cvsupdate target to rules + * Added Psycollider to debian/non-free + * Moved 60SC_Lib_dlopen to dpatch + * Added 70fix_some_warnings patch to fix some warnings + * Fix sclang.cfg template in 80fix_sclang.cfg + * Added hand crafted simple icon to menu entries (closes: #299421) + * Bumped upstream version number to `date +%Y%m%d` + * Removed obsolete scfront and (wish | tk) Suggests + + -- Paul Brossier Mon, 25 Apr 2005 15:23:43 +0100 + +supercollider (050114-2) unstable; urgency=low + + * Added Mario Lang to the Uploader field. + * Removed libhowl-dev from Build-Depends as howl is being removed (see + #289856) (closes: #295776) + * Removed odd comment about 64 bits: supercollider fails on many other + architectures. apparently anything but i386 and powerpc - and maybe mips + (see #274240, #276212 and #290339). + + -- Paul Brossier Sun, 27 Feb 2005 20:12:23 +0000 + +supercollider (050114-1) unstable; urgency=low + + * Cvs update (closes: #289340) + * Modified startup script to move synthdefs to ~/.scsynthdefs/ + * Fix clean and install time test in rules + * Removed automake1.7 dependancy. + + -- Paul Brossier Sun, 16 Jan 2005 19:31:06 +0000 + +supercollider (040926-3) unstable; urgency=low + + * Adding sclang test to debian/rules to fail 64 bit builds. + + -- Paul Brossier Sat, 8 Jan 2005 19:43:52 +0000 + +supercollider (040926-2) unstable; urgency=low + + * Asked for supercollider to be added to Packages-arch-specific + and for the 64-bit arch to be removed from archive (see: #276212) + * Back to Architecture: any in debian/control (closes: #274240) + + -- Paul Brossier Wed, 13 Oct 2004 10:10:25 +0100 + +supercollider (040926-1) unstable; urgency=low + + * New upstream release (closes: #272379) + * Added missing BBCUT JITLib support (closes: #272255) + * Regenerated automake files + * Added missing \ in debian/scsynth.1 + * Updated emacs menu entry to include emacs and tk. + * Dropped 64 bit architecture (closes: #274240) + + -- Paul Brossier Thu, 7 Oct 2004 18:12:28 +0100 + +supercollider (040808-1) unstable; urgency=high + + * Cvs update + * Removed non-free files (see non-free in debian/), removed useless + inclusion and installation of non-free dlfcn.h, updated debian/copyright + * Dropped emacs19 emacs20 and xemacs21 Build-Depends, added recommends on + emacsen | emacs21, included Makefile within diff and dropped autotools-dev + Build-Depends. + * Trying again sparc compilation (closes: #260251) + * gcc-3.4 compilation fixed upstream (closes: #263817) + * Inclusion of bbcut within supercollider orig (closes: #264564) + * Added missing end of lines in diff and small script in debian/rules + * Reenabled CFLAGS=-Wall + * Added in linux input device compilation --enable-lid + * Avoid deletion of .rtfd directories, instead remove empty files called + .typeAttributes.dict + * Disabled empty Help button in scfront + * Removed README.debian and added menu entries for emacs mode + * Moved .desktop from /usr/share/gnome/apps/Multimedia to + /usr/share/applications. + + -- Paul Brossier Mon, 16 Aug 2004 13:52:56 +0200 + +supercollider (040719-1) unstable; urgency=low + + * Cvs update + * Removed .cvsignore files in the archive + * Moved clz.h patch to dpatch + * Updated manpages, added sclang.real.1 and supercollider.1 + * Made links to redundant manpages + * Removed README.Debian + * Fixed .DS_Store removal + * Trying again sparc compilation (closes: #260251) + + -- Paul Brossier Fri, 6 Aug 2004 12:07:07 +0200 + +supercollider (040709-2) unstable; urgency=low + + * reFixed clz.h + + -- Paul Brossier Sat, 17 Jul 2004 13:13:21 +0100 + +supercollider (040709-1) unstable; urgency=low + + * Added fix for emacs doc (closes: #255002) (patches/10) + * Avoid compression of RTF documentation + * Added compilation of x11 plugins (fixed configure.in and depends) + * Wrapper: added sclang and modified scsynth (now creates ~/synthdefs) + * Modified scfront patch (still buggy) + * Fixed spelling in scfront.1 manpage + * Fixed extMain.sc install using $(DESTDIR) (patches/40) + * Use dh_installemacsen and removed install of .elc + * Added emacsen-startup (not fully emacsen compliant yet) + * Removed .DS_Store files + * Updated README.Debian + * Completed supercollider.desktop entries + * Cvs update + * Added workaround 'cd SC_SYNTHDEF_PATH' to both wrapper + + -- Paul Brossier Mon, 12 Jul 2004 18:40:06 +0100 + +supercollider (040513-2) unstable; urgency=low + + * Fixed clz.h (thanks again Guenter) + * added missing build deps (thanks G.Geiger) + * fixed sclang.wrapper + + -- Paul Brossier Tue, 8 Jun 2004 17:04:06 +0100 + +supercollider (040513-1) unstable; urgency=low + + * upstream cvs update + * added new /etc/sclang.cfg conffile + * wrapped scsynth, renamed as scsynth.real + (adds default port and jacka connection) + * added manpages for scsynth, sclang and scfront (1) + * added scfront menu (icons anyone ?) + * small hack for make install in linux/examples + + -- Paul Brossier Thu, 13 May 2004 23:48:26 +0100 + +supercollider (040312-0test1) unstable; urgency=low + + * upstream update + * removed empty changelog file + * updated plugins configure (fixed upstream) + * removed xlibs-dev dependancy (upstream) + + -- Paul Brossier Sun, 14 Mar 2004 01:35:32 +0000 + +supercollider (040301-0test2) unstable; urgency=low + + * fixed missing plugins + * corrected dependancies + * added sclang.cfg, sclang.sc and some documentation + * added scfront (tk front-end) + + -- Paul Brossier Mon, 8 Mar 2004 03:42:45 +0000 + +supercollider (040301-1) unstable; urgency=low + + * updated to last cvs + * added Emacs style files + * moved header files to supercollider-dev + + -- Paul Brossier Mon, 1 Mar 2004 03:36:00 +0000 + +supercollider (3.0-0test1) unstable; urgency=low + + * debian/control: wrote build dependencies + * added locally generated configure script + * debian/rules: commented out the autoconf & co. commands + * added template manpages for scsynth and sclang + + -- Free Ekanayaka Sat, 3 Jan 2004 10:44:07 +0100 + +supercollider (3.0-1) unstable; urgency=low + + * Initial Release. + + -- Paul Brossier Mon, 10 Nov 2003 01:41:48 +0000 + diff --git a/control b/control new file mode 100644 index 0000000..442fe6b --- /dev/null +++ b/control @@ -0,0 +1,236 @@ +Source: supercollider +Section: sound +Priority: optional +Vcs-Git: https://salsa.debian.org/multimedia-team/supercollider.git +Vcs-Browser: https://salsa.debian.org/multimedia-team/supercollider +Maintainer: Debian Multimedia Maintainers +Uploaders: + Alexandre Quessy , + Dan Stowell , + Georges Khaznadar , + Dennis Braun , +Build-Depends: + cmake, + debhelper-compat (= 13), + libasound2-dev [linux-any], + libavahi-client-dev, + libboost-date-time-dev, + libboost-dev, + libboost-filesystem-dev, + libboost-math-dev, + libboost-program-options-dev, + libboost-regex-dev, + libboost-system-dev, + libboost-test-dev, + libboost-thread-dev, + libfftw3-dev, + libicu-dev, + libjack-dev | libjack-jackd2-dev, + libncurses-dev, + libqt5opengl5-dev, + libqt5sensors5-dev, + libqt5svg5-dev, + libqt5webkit5-dev, + libqt5websockets5-dev, + libreadline-dev, + libsndfile1-dev, + libudev-dev, + libxt-dev, + ninja-build, + qt5-qmake, + qtbase5-dev, + qtdeclarative5-dev, + qtpositioning5-dev, + qttools5-dev, + qttools5-dev-tools, + qtwebengine5-dev, +Standards-Version: 4.6.1 +Homepage: https://supercollider.github.io +Rules-Requires-Root: no + +Package: supercollider +Architecture: any +Depends: + supercollider-ide, + supercollider-language, + supercollider-server, + ${misc:Depends}, +Recommends: + supercollider-supernova, +Description: real time audio synthesis programming language - metapackage + SuperCollider is an environment and programming language for real time + audio synthesis and algorithmic composition. It provides an interpreted + object-oriented language which functions as a network client + to a state of the art, realtime sound synthesis server. + . + This metapackage installs the standard core components of supercollider, + including the language, the synthesis server, and the code editor (IDE). + +Package: supercollider-language +Architecture: any +Depends: + supercollider-common (= ${source:Version}), + ${misc:Depends}, + ${shlibs:Depends}, +Recommends: + supercollider-server (= ${binary:Version}), +Suggests: + subversion, + supercollider-ide, +Description: real time audio synthesis programming language + SuperCollider is an environment and programming language for real time + audio synthesis and algorithmic composition. It provides an interpreted + object-oriented language which functions as a network client + to a state of the art, realtime sound synthesis server. + . + This package contains the language interpreter. + +Package: supercollider-common +Architecture: all +Depends: + libjs-codemirror, + libjs-jquery, + libjs-prettify, + ${misc:Depends}, +Replaces: + supercollider-doc, +Description: common files for SuperCollider + SuperCollider is an environment and programming language for real time + audio synthesis and algorithmic composition. It provides an interpreted + object-oriented language which functions as a network client + to a state of the art, realtime sound synthesis server. + . + This package contains the architecture independent files for SuperCollider. + +Package: supercollider-server +Architecture: any +Depends: + jackd, + ${misc:Depends}, + ${shlibs:Depends}, +Description: real time audio synthesis server + SuperCollider is an environment and programming language for real time + audio synthesis and algorithmic composition. It provides an interpreted + object-oriented language which functions as a network client + to a state of the art, realtime sound synthesis server. + . + This package contains the synthesis server. + +Package: supercollider-ide +Architecture: any +Depends: + supercollider-language (>= ${source:Version}), + ${misc:Depends}, + ${shlibs:Depends}, +Description: integrated development environment for supercollider audio system + SuperCollider is an environment and programming language for real time + audio synthesis and algorithmic composition. It provides an interpreted + object-oriented language which functions as a network client + to a state of the art, realtime sound synthesis server. + . + This package contains the graphical IDE, the recommended interface for + working with SuperCollider code. + +Package: supercollider-supernova +Architecture: any +Depends: + jackd, + ${misc:Depends}, + ${shlibs:Depends}, +Description: real time audio synthesis server (multiprocessor version) + SuperCollider is an environment and programming language for real time + audio synthesis and algorithmic composition. It provides an interpreted + object-oriented language which functions as a network client + to a state of the art, realtime sound synthesis server. + . + This package contains the multiprocessor aware and parallelization capable + synthesis server supernova. Use of this server is manually enabled via a + Server.supernova call before starting the server. This server does not work + on i486 or i586 processors. + +Package: libscsynth1 +Architecture: any +Depends: + ${misc:Depends}, + ${shlibs:Depends}, +Section: libs +Description: SuperCollider synthesis server library + SuperCollider is an environment and programming language for real time + audio synthesis and algorithmic composition. It provides an interpreted + object-oriented language which functions as a network client + to a state of the art, realtime sound synthesis server. + . + This package contains the shared library for the synthesis server. + +Package: supercollider-dev +Architecture: any +Depends: + libsndfile1-dev, + supercollider-language (= ${binary:Version}), + ${misc:Depends}, +Conflicts: + supercollider-common-dev, + supercollider-server-dev, +Replaces: + supercollider-common-dev, + supercollider-server-dev, +Provides: + supercollider-common-dev, + supercollider-server-dev, +Description: development files for SuperCollider + SuperCollider is an environment and programming language for real time + audio synthesis and algorithmic composition. It provides an interpreted + object-oriented language which functions as a network client + to a state of the art, realtime sound synthesis server. + . + This package contains the development files and headers. + +Package: supercollider-emacs +Architecture: all +Depends: + emacs | emacsen, + supercollider-language (>= ${source:Version}), + ${misc:Depends}, +Recommends: + w3m-el, +Description: SuperCollider mode for Emacs + SuperCollider is an environment and programming language for real time + audio synthesis and algorithmic composition. It provides an interpreted + object-oriented language which functions as a network client + to a state of the art, realtime sound synthesis server. + . + This package provides the SuperCollider mode for Emacs. + +Package: supercollider-vim +Architecture: all +Depends: + ruby, + supercollider-language (>= ${source:Version}), + vim | gvim, + ${misc:Depends}, +Recommends: + unhtml | links, + vim-addon-manager, +Suggests: + unrtf, +Description: SuperCollider mode for Vim + SuperCollider is an environment and programming language for real time + audio synthesis and algorithmic composition. It provides an interpreted + object-oriented language which functions as a network client + to a state of the art, realtime sound synthesis server. + . + This package provides the SuperCollider mode for Vim. + +Package: supercollider-gedit +Architecture: all +Depends: + gedit, + supercollider-language (>= ${source:Version}), + ${misc:Depends}, +Description: SuperCollider mode for Gedit + SuperCollider is an environment and programming language for real time + audio synthesis and algorithmic composition. It provides an interpreted + object-oriented language which functions as a network client + to a state of the art, realtime sound synthesis server. + . + This package provides the SuperCollider mode for Gedit. diff --git a/copyright b/copyright new file mode 100644 index 0000000..5ed05bc --- /dev/null +++ b/copyright @@ -0,0 +1,5406 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: SuperCollider +Upstream-Contact: SuperCollider Development Team +Source: https://supercollider.github.io/ + Repackaged, excluding third-party Boost library source and mac & windows files +Files-Excluded: + external_libraries/boost + external_libraries/simplejson-* + external_libraries/portaudio*/bindings/cpp/build + HelpSource/lib/*.min.js + platform/mac + platform/windows + +Files: * +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: HelpSource/* +Copyright: 2009, SuperCollider 3 documentation contributors +License: CC-BY-SA-3.0 + +Files: QtCollider/* +Copyright: 2010-2013, Jakob Leben (jakob.leben@gmail.com) +License: GPL-2+ + +Files: QtCollider/QcCallback.cpp + QtCollider/QcCallback.hpp +Copyright: 2018, SuperCollider Team +License: GPL-2+ + +Files: QtCollider/QcHelper.h + QtCollider/QtCollider.h +Copyright: 2010-2012, Jakob Leben +License: GPL-2+ + +Files: QtCollider/QtDownload.cpp + QtCollider/QtDownload.h +Copyright: 2013, Scott Wilson. +License: GPL-2+ + +Files: QtCollider/hacks/hacks_x11.cpp +Copyright: 2011, Tim Blechmann (tim@klingt.org) + 2011, Jakob Leben (jakob.leben@gmail.com) + 2003, Tomas Styblo +License: GPL-2+ + +Files: QtCollider/hacks/hacks_x11.hpp +Copyright: 2011, Tim Blechmann (tim@klingt.org) + 2011, Jakob Leben (jakob.leben@gmail.com) +License: GPL-2+ + +Files: QtCollider/layouts/stack_layout.cpp + QtCollider/layouts/stack_layout.hpp +Copyright: 2012, Jakob Leben (jakob.leben@gmail.com) + 2011, Nokia Corporation and/or its subsidiary(-ies). +License: GPL-2+ + +Files: QtCollider/primitives/prim_QImage.cpp +Copyright: 2013, Jakob Leben (jakob.leben@gmail.com) +License: GPL-3+ + +Files: QtCollider/primitives/prim_QPen.cpp +Copyright: 2010-2013, Jakob Leben (jakob.leben@gmail.com) + 2010, Ivan Leben (ivan.leben@gmail.com) (QPen_ArcTo) +License: GPL-2+ + +Files: QtCollider/style/* +Copyright: 2010-2012, Jakob Leben +License: GPL-2+ + +Files: QtCollider/widgets/QcPenPrinter.cpp +Copyright: 2012, Jakob Leben (jakob.leben@gmail.com) + 2011, Jonatan Liljedahl +License: GPL-2+ + +Files: QtCollider/widgets/QcPenPrinter.h +Copyright: 2011, 2012, Jonatan Liljedahl +License: GPL-2+ + +Files: QtCollider/widgets/QcQuartzComposerView.h +Copyright: 2013, Scott Wilson + 2010, Jakob Leben (jakob.leben@gmail.com) +License: GPL-3+ + +Files: SCDoc/SCDoc.cpp + SCDoc/SCDocPrim.cpp +Copyright: 2011, 2012, Jonatan Liljedahl +License: GPL-2+ + +Files: SCDoc/SCDoc.tab.cpp +Copyright: 1984, 1989, 1990, 2000-2015, Free Software Foundation, Inc. +License: (GPL-2+ and/or GPL-3+) with Bison-2.2 exception + Please fill license (GPL-2+ and/or GPL-3+) with Bison-2.2 exception from header of + +Files: SCDoc/SCDoc.tab.hpp +Copyright: 1984, 1989, 1990, 2000-2015, Free Software Foundation, Inc. +License: GPL-3+ with Bison-2.2 exception + +Files: common/MsgFifo.h + common/SC_OscUtils.hpp + common/SC_Reply.cpp + common/SC_Version.hpp.in +Copyright: 2009, 2011-2013, Tim Blechmann + 2002, James McCartney. +License: GPL-2+ + +Files: common/SC_AllocPool.cpp + common/SC_AllocPool.h + common/SC_Errors.cpp + common/SC_Errors.h + common/SC_List.h + common/SC_Lock.h + common/SC_SyncCondition.h + common/SC_Win32Utils.cpp + common/SC_Win32Utils.h + common/Samp.cpp + common/Samp.hpp + common/scsynthsend.h +Copyright: 2002, James McCartney. +License: GPL-2+ + +Files: common/SC_Apple.hpp +Copyright: 2013, Seth Nickell +License: GPL-2+ + +Files: common/SC_AppleEventLoop.hpp +Copyright: 2019, Christof Ressi +License: GPL-2+ + +Files: common/SC_Codecvt.hpp +Copyright: Brian Heim, 2017. +License: GPL-2+ + +Files: common/SC_Filesystem.hpp +Copyright: Tim Walters, 2005. + Brian Heim, 2017. +License: GPL-2+ + +Files: common/SC_Filesystem_iphone.cpp + common/SC_Filesystem_macos.cpp + common/SC_Filesystem_unix.cpp + common/SC_Filesystem_win.cpp +Copyright: 2017, Brian Heim. + 2005, Tim Walters. +License: GPL-2+ + +Files: common/SC_ReplyImpl.hpp + common/SC_TextUtils.cpp + common/SC_TextUtils.hpp +Copyright: 2011-2013, Tim Blechmann. + 2002, James McCartney. +License: GPL-2+ + +Files: common/SC_SndFileHelpers.hpp +Copyright: 2017, Brian Heim + 2012, Tim Blechmann + 2002, James McCartney. +License: GPL-2+ + +Files: common/SC_StringBuffer.cpp +Copyright: 2003-2005, stefan kersten +License: GPL-2+ + +Files: common/SC_StringParser.cpp + common/SC_StringParser.h +Copyright: 2003-2006, stefan kersten +License: GPL-2+ + +Files: common/SC_fftlib.cpp +Copyright: 2007, 2008, Dan Stowell, incorporating code from + 2002, James McCartney. +License: GPL-2+ + +Files: common/malloc_aligned.hpp +Copyright: 2005-2015, Tim Blechmann +License: GPL-2+ + +Files: common/scope_buffer.hpp +Copyright: 2011, Jakob Leben +License: GPL-2+ + +Files: common/server_shm.hpp +Copyright: 2011, 2012, Tim Blechmann + 2010-2012, Jakob Leben +License: GPL-2+ + +Files: common/strtod.c +Copyright: 1994, Sun Microsystems, Inc. + 1988-1993, The Regents of the University of California. +License: NTP + Please fill license NTP from header of + +Files: debian/* +Copyright: 2020, Dennis Braun + 2010, Alexandre Quessy + 2008, Артём Попов + 2004, Paul Brossier +License: GPL-2+ + +Files: editors/* +Copyright: 2007, Free Software Foundation, Inc. + 2006-2009, Артём Попов +License: GPL-3 + +Files: editors/sc-el/el/* +Copyright: 2003-2005, stefan kersten +License: GPL-2+ + +Files: editors/sc-el/el/Eldev +Copyright: 2007, Free Software Foundation, Inc. + 2006-2009, Артём Попов +License: GPL-3 + +Files: editors/sc-el/el/sclang-dev.el +Copyright: 2007, Free Software Foundation, Inc. + 2006-2009, Артём Попов +License: GPL-2+ + +Files: editors/sc-el/el/sclang-minor-mode.el +Copyright: 2007, Marije Baalman - nescivi +License: GPL-2+ + +Files: editors/sc-el/el/sclang-vars.el.in + editors/sc-el/el/sclang-widgets.el +Copyright: 2005, Free Software Foundation, Inc. +License: GPL-2+ + +Files: editors/sc-el/el/test/* +Copyright: 2007, Free Software Foundation, Inc. + 2006-2009, Артём Попов +License: GPL-3 + +Files: editors/sc-ide/* +Copyright: 2012, 2013, Jakob Leben & Tim Blechmann +License: GPL-2+ + +Files: editors/sc-ide/core/app_palette.cpp +Copyright: 2018, SuperCollider Team +License: GPL-2+ + +Files: editors/sc-ide/core/settings/default_themes.cpp +Copyright: 2018, SuperCollider Team +License: Expat and/or GPL-2+ + +Files: editors/sc-ide/core/util/HelpBrowserWebSocketServices.hpp + editors/sc-ide/core/util/scdoc_log.cpp +Copyright: 2012, Tim Blechmann + 2012, Jakob Leben +License: GPL-2+ + +Files: editors/sc-ide/core/util/color.cpp + editors/sc-ide/core/util/color.hpp +Copyright: 2018, SuperCollider Team +License: GPL-2+ + +Files: editors/sc-ide/primitives/* +Copyright: 2012, Tim Blechmann + 2012, Jakob Leben +License: GPL-2+ + +Files: editors/sc-ide/primitives/sc_ipc_client.cpp +Copyright: 2012, 2013, Jakob Leben & Tim Blechmann +License: GPL-2+ + +Files: editors/sc-ide/primitives/sc_ipc_client.hpp +Copyright: 2012, 2013, Jakob Leben, Tim Blechmann, and Scott Wilson +License: GPL-2+ + +Files: editors/sc-ide/widgets/cmd_line.cpp + editors/sc-ide/widgets/cmd_line.hpp +Copyright: 2011, 2012, Tim Blechmann + 2010-2012, Jakob Leben +License: GPL-2+ + +Files: editors/sc-ide/widgets/style/* +Copyright: 2011, 2012, Tim Blechmann + 2010-2012, Jakob Leben +License: GPL-2+ + +Files: editors/sc-ide/widgets/util/IDEWebChannelWrapper.hpp +Copyright: 2012, Tim Blechmann + 2012, Jakob Leben +License: GPL-2+ + +Files: editors/sc-ide/widgets/util/WebSocketClientWrapper.hpp + editors/sc-ide/widgets/util/WebSocketTransport.cpp + editors/sc-ide/widgets/util/WebSocketTransport.hpp +Copyright: 2012, Tim Blechmann + 2012, Jakob Leben +License: BSD-3-clause and/or GPL-2+ + +Files: editors/sced/AUTHORS + editors/sced/ChangeLog + editors/sced/TODO +Copyright: 2006-2009, Артём Попов +License: GPL-3+ + +Files: editors/sced/README.md +Copyright: 2006-2009, Артём Попов +License: GPL-3 + +Files: editors/sced/sced/* +Copyright: 2009, Artem Popov and other contributors (see AUTHORS) +License: GPL-3+ + +Files: editors/sced/sced3/* +Copyright: 2006-2011, Artem Popov +License: GPL-3+ + +Files: editors/sced/sced3/supercollider.py +Copyright: 2009-2011, Artem Popov and contributors (see AUTHORS) +License: GPL-3+ + +Files: editors/sced/scedwin/* +Copyright: 2006-2009, Артём Попов +License: GPL-3+ + +Files: editors/sced/scedwin/ext/pipe_util.cpp +Copyright: 2012, Jakob Leben +License: GPL-3+ + +Files: editors/sced/scedwin/py/* +Copyright: 2012, Jakob Leben + 2009, Artem Popov and other contributors (see AUTHORS) +License: GPL-3+ + +Files: editors/scvim/* +Copyright: 2007, Free Software Foundation, Inc. + 2006-2009, Артём Попов + 2007, Free Software Foundation, Inc. +License: GPL-3 + +Files: editors/scvim/README.md + editors/scvim/cmake_uninstall.cmake.in +Copyright: 2007, Free Software Foundation, Inc. + 2006-2009, Артём Попов +License: GPL-3 + +Files: editors/scvim/bin/* +Copyright: 2007, Free Software Foundation, Inc. + 2006-2009, Артём Попов +License: GPL-3 + +Files: editors/scvim/bin/scpipe/lib/sc/* +Copyright: 2010, sbl +License: GPL-3 + +Files: editors/scvim/bin/scpipe/lib/sc/pipe.rb +Copyright: 2007, Alex Norman under GPL +License: GPL-3 + +Files: external_libraries/TLSF-2.4.6/* +Copyright: UPVLC, OCERA Consortium. + 2009, UPVLC, OCERA Consortium + UPVLC, OCERA Consortium. +License: GPL-2+ or GPL-2+ with TLSF exception or LGPL-2.1+ with TLSF exception + +Files: external_libraries/TLSF-2.4.6/Changelog + external_libraries/TLSF-2.4.6/TODO +Copyright: 2009, UPVLC, OCERA Consortium +License: GPL-2+ with TLSF exception or LGPL-2.1+ with TLSF exception + +Files: external_libraries/TLSF-2.4.6/README +Copyright: UPVLC, OCERA Consortium. +License: GPL-2+ with TLSF exception or LGPL-2.1+ with TLSF exception + +Files: external_libraries/TLSF-2.4.6/examples/* +Copyright: 2009, UPVLC, OCERA Consortium +License: GPL-2+ with TLSF exception or LGPL-2.1+ with TLSF exception + +Files: external_libraries/TLSF-2.4.6/src/* +Copyright: 2009, UPVLC, OCERA Consortium +License: GPL-2+ with TLSF exception or LGPL-2.1+ with TLSF exception + +Files: external_libraries/TLSF-2.4.6/src/tlsf.c + external_libraries/TLSF-2.4.6/src/tlsf.h +Copyright: 2004-2008 +License: GPL-2 and/or LGPL-2.1 + +Files: external_libraries/boost_sync/* +Copyright: 2004, Michael Glassford, 2013 Andrey Semashev, 2013 Vicente J. Botet Escriba, 2013 Tim Blechmann +License: BSL-1.0 + +Files: external_libraries/boost_sync/doc/* +Copyright: Andrey Semashev 2007-2013. +License: BSL-1.0 + +Files: external_libraries/boost_sync/include/* +Copyright: 2013, Andrey Semashev +License: BSL-1.0 + +Files: external_libraries/boost_sync/include/boost/sync/condition_variables/cv_status.hpp +Copyright: 2011, Vicente J. Botet Escriba +License: BSL-1.0 + +Files: external_libraries/boost_sync/include/boost/sync/detail/atomic.hpp + external_libraries/boost_sync/include/boost/sync/detail/semaphore_config.hpp +Copyright: 2013, Tim Blechmann +License: BSL-1.0 + +Files: external_libraries/boost_sync/include/boost/sync/detail/auto_handle.hpp +Copyright: 2013, Andrey Semashev + 2007, David Deakins + 2005-2007, Anthony Williams +License: BSL-1.0 + +Files: external_libraries/boost_sync/include/boost/sync/detail/condition_variables/* +Copyright: 2013, Andrey Semashev + 2011-2013, Vicente J. Botet Escriba + 2007, 2008, Anthony Williams +License: BSL-1.0 + +Files: external_libraries/boost_sync/include/boost/sync/detail/events/* +Copyright: 2013, Tim Blechmann + 2013, 2019, Andrey Semashev +License: BSL-1.0 + +Files: external_libraries/boost_sync/include/boost/sync/detail/futex.hpp + external_libraries/boost_sync/include/boost/sync/detail/pause.hpp +Copyright: 2013, Tim Blechmann + 2013, 2019, Andrey Semashev +License: BSL-1.0 + +Files: external_libraries/boost_sync/include/boost/sync/detail/lockable_wrapper.hpp + external_libraries/boost_sync/include/boost/sync/detail/pthread.hpp + external_libraries/boost_sync/include/boost/sync/detail/time_traits.hpp +Copyright: 2013, Andrey Semashev + 2012, 2013, Vicente J. Botet Escriba +License: BSL-1.0 + +Files: external_libraries/boost_sync/include/boost/sync/detail/mutexes/* +Copyright: 2013, Andrey Semashev + 2011-2013, Vicente J. Botet Escriba + 2007, 2008, Anthony Williams +License: BSL-1.0 + +Files: external_libraries/boost_sync/include/boost/sync/detail/mutexes/shared_spin_mutex.hpp +Copyright: 2013, Tim Blechmann +License: BSL-1.0 + +Files: external_libraries/boost_sync/include/boost/sync/detail/mutexes/spin_mutex.hpp +Copyright: 2013, Tim Blechmann + 2013, 2019, Andrey Semashev +License: BSL-1.0 + +Files: external_libraries/boost_sync/include/boost/sync/detail/pthread_mutex_locks.hpp +Copyright: 2013, Andrey Semashev + 2007, 2008, Anthony Williams +License: BSL-1.0 + +Files: external_libraries/boost_sync/include/boost/sync/detail/semaphore/* +Copyright: 2013, Tim Blechmann + 2013, 2019, Andrey Semashev +License: BSL-1.0 + +Files: external_libraries/boost_sync/include/boost/sync/detail/time_units.hpp +Copyright: Andrey Semashev 2013. +License: BSL-1.0 + +Files: external_libraries/boost_sync/include/boost/sync/events.hpp + external_libraries/boost_sync/include/boost/sync/semaphore.hpp +Copyright: 2013, Tim Blechmann +License: BSL-1.0 + +Files: external_libraries/boost_sync/include/boost/sync/events/* +Copyright: 2013, Tim Blechmann +License: BSL-1.0 + +Files: external_libraries/boost_sync/include/boost/sync/locks/* +Copyright: 2013, Andrey Semashev + 2011-2013, Vicente J. Botet Escriba + 2007, 2008, Anthony Williams +License: BSL-1.0 + +Files: external_libraries/boost_sync/include/boost/sync/locks/shared_lock_guard.hpp +Copyright: 2013, Andrey Semashev + 2012, 2013, Vicente J. Botet Escriba +License: BSL-1.0 + +Files: external_libraries/boost_sync/include/boost/sync/locks/unlock_guard.hpp + external_libraries/boost_sync/include/boost/sync/locks/unlock_guard_fwd.hpp +Copyright: 2013, Andrey Semashev +License: BSL-1.0 + +Files: external_libraries/boost_sync/include/boost/sync/mutexes/shared_spin_mutex.hpp + external_libraries/boost_sync/include/boost/sync/mutexes/spin_mutex.hpp +Copyright: 2013, Tim Blechmann + 2013, 2019, Andrey Semashev +License: BSL-1.0 + +Files: external_libraries/boost_sync/include/boost/sync/support/* +Copyright: Andrey Semashev 2013. +License: BSL-1.0 + +Files: external_libraries/boost_sync/include/boost/sync/thread_specific/thread_specific_ptr.hpp +Copyright: 2013, Andrey Semashev + 2007, 2008, Anthony Williams +License: BSL-1.0 + +Files: external_libraries/boost_sync/include/boost/sync/traits/* +Copyright: Andrey Semashev 2013. +License: BSL-1.0 + +Files: external_libraries/boost_sync/src/* +Copyright: 2013, Andrey Semashev + 2004, Michael Glassford +License: BSL-1.0 + +Files: external_libraries/boost_sync/src/tss_manager.hpp +Copyright: 2013, Andrey Semashev +License: BSL-1.0 + +Files: external_libraries/boost_sync/src/tss_windows_dll.cpp +Copyright: Michael Glassford 2004. +License: BSL-1.0 + +Files: external_libraries/boost_sync/src/tss_windows_pe.cpp +Copyright: Aaron W. LaFramboise, Roland Schwarz, Michael Glassford 2004. + 2007, Roland Schwarz + 2007, David Deakins + 2007, Anthony Williams +License: BSL-1.0 + +Files: external_libraries/boost_sync/test/* +Copyright: 2013, Andrey Semashev + 2007, 2008, Anthony Williams +License: BSL-1.0 + +Files: external_libraries/boost_sync/test/run/at_thread_exit.cpp + external_libraries/boost_sync/test/run/chrono_system_clock_time_t_mismatch.cpp +Copyright: Andrey Semashev 2013. +License: BSL-1.0 + +Files: external_libraries/boost_sync/test/run/condition_variable.cpp + external_libraries/boost_sync/test/run/thread_specific_ptr.cpp +Copyright: 2013, Andrey Semashev + 2007, Anthony Williams + 2001-2003, William E. Kempf +License: BSL-1.0 + +Files: external_libraries/boost_sync/test/run/event_test.cpp + external_libraries/boost_sync/test/run/semaphore_test.cpp +Copyright: 2013, Tim Blechmann +License: BSL-1.0 + +Files: external_libraries/boost_sync/test/run/mutex_test.cpp +Copyright: 2001-2003, William E. Kempf +License: BSL-1.0 + +Files: external_libraries/boost_sync/test/run/utils.hpp +Copyright: 2007, 2008, Anthony Williams + 2001-2003, William E. Kempf +License: BSL-1.0 + +Files: external_libraries/hidapi/hidapi/* +Copyright: 2009 +License: GPL-3 + +Files: external_libraries/hidapi/hidapi2osc/hidapi2osc.cpp +Copyright: 2013, Marije Baalman +License: GPL-3+ + +Files: external_libraries/hidapi/hidapi_parser/hidapi_parser.c + external_libraries/hidapi/hidapi_parser/hidapi_parser.h +Copyright: 2013, Marije Baalman +License: GPL-3+ + +Files: external_libraries/hidapi/hidparsertest/hidparsertest.c +Copyright: 2013, Marije Baalman +License: GPL-3+ + +Files: external_libraries/hidapi/hidtest/hidtest.cpp +Copyright: 2013, Marije Baalman +License: GPL-3+ + +Files: external_libraries/hidapi/hidtestwindows/* +Copyright: 2013, Marije Baalman +License: GPL-3+ + +Files: external_libraries/hidapi/libusb/hid.c +Copyright: 2009 +License: GPL-3 + +Files: external_libraries/hidapi/linux/hid.c +Copyright: 2009 +License: GPL-3 + +Files: external_libraries/hidapi/m4/* +Copyright: 2011, Daniel Richard G. + 2008, Steven G. Johnson +License: GPL-3+ with Autoconf-2.0~Archive exception + Please fill license GPL-3+ with Autoconf-2.0~Archive exception from header of + +Files: external_libraries/hidapi/m4/pkg.m4 +Copyright: 2004, Scott James Remnant . +License: GPL-2+ with Autoconf-data exception + +Files: external_libraries/hidapi/mac/hid.c +Copyright: 2010 +License: GPL-3 + +Files: external_libraries/hidapi/testgui/test.cpp +Copyright: 2010 +License: GPL-2+ + +Files: external_libraries/hidapi/windows/ddk_build/makefile +Copyright: 1995, 1996, Microsoft Corporation +License: GPL-2+ + +Files: external_libraries/hidapi/windows/hid.c +Copyright: 2009 +License: GPL-3 + +Files: external_libraries/hidapi/windows/hidsdi.h +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: public-domain + Please fill license public-domain from header of + +Files: external_libraries/icu/* +Copyright: 1996-2005, International Business Machines +License: GPL-2+ + +Files: external_libraries/jackey/* +Copyright: 2014, David Robillard + 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: Expat or GPL-2+ + +Files: external_libraries/jackey/README.md +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/jackey/jackey.h +Copyright: 2014, David Robillard +License: GPL-2+ + +Files: external_libraries/libsndfile/* +Copyright: 1999-2009, Erik de Castro Lopo +License: LGPL-2.1+ + +Files: external_libraries/libsndfile/sndfile.hh +Copyright: 2005-2010, Erik de Castro Lopo +License: BSD-3-clause and/or GPL and/or LGPL + Please fill license BSD-3-clause and/or GPL and/or LGPL from header of + +Files: external_libraries/link/* +Copyright: 2016, 2017, 2019-2022, Ableton AG, Berlin. + 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/link/CONTRIBUTING.md + external_libraries/link/README.md + external_libraries/link/TEST-PLAN.md +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/link/GNU-GPL-v2.0.md +Copyright: 1989, 1991, Free Software Foundation, Inc.,_ +License: GPL-2 + +Files: external_libraries/link/ci/* +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/link/examples/* +Copyright: 2016, 2017, 2019-2022, Ableton AG, Berlin. +License: GPL-2+ + +Files: external_libraries/link/examples/esp32/* +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/link/extensions/* +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/link/extensions/abl_link/examples/* +Copyright: 2016, 2017, 2019-2022, Ableton AG, Berlin. +License: GPL-2+ + +Files: external_libraries/link/extensions/abl_link/include/* +Copyright: 2016, 2017, 2019-2022, Ableton AG, Berlin. +License: GPL-2+ + +Files: external_libraries/link/extensions/abl_link/src/* +Copyright: 2016, 2017, 2019-2022, Ableton AG, Berlin. +License: GPL-2+ + +Files: external_libraries/link/include/* +Copyright: 2016, 2017, 2019-2022, Ableton AG, Berlin. +License: GPL-2+ + +Files: external_libraries/link/include/ableton/platforms/esp32/Clock.hpp + external_libraries/link/include/ableton/platforms/esp32/Esp32.hpp +Copyright: 2019, Mathias Bredholt, Torso Electronics, Copenhagen. +License: GPL-2+ + +Files: external_libraries/link/include/ableton/platforms/esp32/ScanIpIfAddrs.hpp +Copyright: 2020, Ableton AG, Berlin and 2019, Mathias Bredholt, Torso Electronics +License: GPL-2+ + +Files: external_libraries/link/include/ableton/util/Log.hpp +Copyright: 2014, Ableton AG, Berlin +License: GPL-2+ + +Files: external_libraries/link/modules/* +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney + 2003-2022, Christopher M. Kohlhoff (chris at kohlhoff dot com) +License: BSL-1.0 or GPL-2+ + +Files: external_libraries/link/modules/asio-standalone/asio/INSTALL + external_libraries/link/modules/asio-standalone/asio/Makefile.am + external_libraries/link/modules/asio-standalone/asio/README + external_libraries/link/modules/asio-standalone/asio/boostify.pl +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/link/modules/asio-standalone/asio/autogen.sh +Copyright: 2004 +License: GPL-2+ + +Files: external_libraries/link/modules/asio-standalone/asio/include/* +Copyright: 2003-2022, Christopher M. Kohlhoff (chris at kohlhoff dot com) +License: BSL-1.0 + +Files: external_libraries/link/modules/asio-standalone/asio/include/Makefile.am +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/link/modules/asio-standalone/asio/include/asio/basic_serial_port.hpp + external_libraries/link/modules/asio-standalone/asio/include/asio/serial_port.hpp + external_libraries/link/modules/asio-standalone/asio/include/asio/serial_port_base.hpp +Copyright: 2008, Rep Invariant Systems, Inc. (info@repinvariant.com) + 2003-2022, Christopher M. Kohlhoff (chris at kohlhoff dot com) +License: BSL-1.0 + +Files: external_libraries/link/modules/asio-standalone/asio/include/asio/detail/eventfd_select_interrupter.hpp +Copyright: 2008, Roelof Naude (roelof.naude at gmail dot com) + 2003-2022, Christopher M. Kohlhoff (chris at kohlhoff dot com) +License: BSL-1.0 + +Files: external_libraries/link/modules/asio-standalone/asio/include/asio/detail/impl/kqueue_reactor.hpp +Copyright: 2005, Stefan Arentz (stefan at soze dot com) + 2003-2022, Christopher M. Kohlhoff (chris at kohlhoff dot com) +License: BSL-1.0 + +Files: external_libraries/link/modules/asio-standalone/asio/include/asio/detail/kqueue_reactor.hpp +Copyright: 2005, Stefan Arentz (stefan at soze dot com) + 2003-2022, Christopher M. Kohlhoff (chris at kohlhoff dot com) +License: BSL-1.0 + +Files: external_libraries/link/modules/asio-standalone/asio/include/asio/detail/posix_serial_port_service.hpp + external_libraries/link/modules/asio-standalone/asio/include/asio/detail/win_iocp_handle_read_op.hpp + external_libraries/link/modules/asio-standalone/asio/include/asio/detail/win_iocp_handle_service.hpp + external_libraries/link/modules/asio-standalone/asio/include/asio/detail/win_iocp_handle_write_op.hpp + external_libraries/link/modules/asio-standalone/asio/include/asio/detail/win_iocp_serial_port_service.hpp +Copyright: 2008, Rep Invariant Systems, Inc. (info@repinvariant.com) + 2003-2022, Christopher M. Kohlhoff (chris at kohlhoff dot com) +License: BSL-1.0 + +Files: external_libraries/link/modules/asio-standalone/asio/include/asio/detail/win_object_handle_service.hpp +Copyright: 2011, Boris Schaeling (boris@highscore.de) + 2003-2022, Christopher M. Kohlhoff (chris at kohlhoff dot com) +License: BSL-1.0 + +Files: external_libraries/link/modules/asio-standalone/asio/include/asio/experimental/co_spawn.hpp + external_libraries/link/modules/asio-standalone/asio/include/asio/experimental/coro.hpp + external_libraries/link/modules/asio-standalone/asio/include/asio/experimental/coro_traits.hpp + external_libraries/link/modules/asio-standalone/asio/include/asio/experimental/promise.hpp + external_libraries/link/modules/asio-standalone/asio/include/asio/experimental/use_coro.hpp +Copyright: 2021, 2022, Klemens D. Morgenstern +License: BSL-1.0 + +Files: external_libraries/link/modules/asio-standalone/asio/include/asio/experimental/detail/completion_handler_erasure.hpp + external_libraries/link/modules/asio-standalone/asio/include/asio/experimental/detail/coro_promise_allocator.hpp + external_libraries/link/modules/asio-standalone/asio/include/asio/experimental/detail/partial_promise.hpp +Copyright: 2021, 2022, Klemens D. Morgenstern +License: BSL-1.0 + +Files: external_libraries/link/modules/asio-standalone/asio/include/asio/experimental/impl/coro.hpp + external_libraries/link/modules/asio-standalone/asio/include/asio/experimental/impl/promise.hpp + external_libraries/link/modules/asio-standalone/asio/include/asio/experimental/impl/use_coro.hpp +Copyright: 2021, 2022, Klemens D. Morgenstern +License: BSL-1.0 + +Files: external_libraries/link/modules/asio-standalone/asio/include/asio/impl/serial_port_base.hpp +Copyright: 2008, Rep Invariant Systems, Inc. (info@repinvariant.com) + 2003-2022, Christopher M. Kohlhoff (chris at kohlhoff dot com) +License: BSL-1.0 + +Files: external_libraries/link/modules/asio-standalone/asio/include/asio/ip/impl/network_v4.hpp +Copyright: 2014, Oliver Kowalke (oliver dot kowalke at gmail dot com) + 2003-2022, Christopher M. Kohlhoff (chris at kohlhoff dot com) +License: BSL-1.0 + +Files: external_libraries/link/modules/asio-standalone/asio/include/asio/ip/network_v4.hpp + external_libraries/link/modules/asio-standalone/asio/include/asio/ip/network_v6.hpp +Copyright: 2014, Oliver Kowalke (oliver dot kowalke at gmail dot com) + 2003-2022, Christopher M. Kohlhoff (chris at kohlhoff dot com) +License: BSL-1.0 + +Files: external_libraries/link/modules/asio-standalone/asio/include/asio/ssl/impl/context.hpp +Copyright: Indrek dot Juhani at voipster dot com + 2005-2022, Christopher M. Kohlhoff (chris at kohlhoff dot com) + 2005, Voipster +License: BSL-1.0 + +Files: external_libraries/link/modules/asio-standalone/asio/include/asio/windows/basic_object_handle.hpp + external_libraries/link/modules/asio-standalone/asio/include/asio/windows/object_handle.hpp +Copyright: 2011, Boris Schaeling (boris@highscore.de) + 2003-2022, Christopher M. Kohlhoff (chris at kohlhoff dot com) +License: BSL-1.0 + +Files: external_libraries/link/modules/asio-standalone/asio/release.pl +Copyright: 2002, 2006, Beman Dawes +License: BSL-1.0 + +Files: external_libraries/link/modules/asio-standalone/asio/src/* +Copyright: 2003-2022, Christopher M. Kohlhoff (chris at kohlhoff dot com) +License: BSL-1.0 + +Files: external_libraries/link/modules/asio-standalone/asio/src/Makefile.am +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/link/modules/asio-standalone/asio/src/examples/cpp03/Makefile.am +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/link/modules/asio-standalone/asio/src/examples/cpp11/Makefile.am +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/link/modules/asio-standalone/asio/src/examples/cpp11/executors/* +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/link/modules/asio-standalone/asio/src/examples/cpp11/local/fd_passing_stream_client.cpp + external_libraries/link/modules/asio-standalone/asio/src/examples/cpp11/local/fd_passing_stream_server.cpp +Copyright: 2021, Heiko Hund (heiko at openvpn dot net) + 2003-2022, Christopher M. Kohlhoff (chris at kohlhoff dot com) +License: BSL-1.0 + +Files: external_libraries/link/modules/asio-standalone/asio/src/examples/cpp14/Makefile.am +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/link/modules/asio-standalone/asio/src/examples/cpp14/executors/* +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/link/modules/asio-standalone/asio/src/examples/cpp17/* +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/link/modules/asio-standalone/asio/src/examples/cpp17/coroutines_ts/* +Copyright: 2003-2022, Christopher M. Kohlhoff (chris at kohlhoff dot com) +License: BSL-1.0 + +Files: external_libraries/link/modules/asio-standalone/asio/src/examples/cpp20/* +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/link/modules/asio-standalone/asio/src/examples/cpp20/channels/* +Copyright: 2003-2022, Christopher M. Kohlhoff (chris at kohlhoff dot com) +License: BSL-1.0 + +Files: external_libraries/link/modules/asio-standalone/asio/src/tests/Makefile.am +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/link/modules/asio-standalone/asio/src/tests/properties/Makefile.am +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/link/modules/asio-standalone/asio/src/tests/unit/basic_serial_port.cpp + external_libraries/link/modules/asio-standalone/asio/src/tests/unit/serial_port.cpp + external_libraries/link/modules/asio-standalone/asio/src/tests/unit/serial_port_base.cpp +Copyright: 2008, Rep Invariant Systems, Inc. (info@repinvariant.com) + 2003-2022, Christopher M. Kohlhoff (chris at kohlhoff dot com) +License: BSL-1.0 + +Files: external_libraries/link/modules/asio-standalone/asio/src/tests/unit/experimental/coro/* +Copyright: 2021, 2022, Klemens D. Morgenstern +License: BSL-1.0 + +Files: external_libraries/link/modules/asio-standalone/asio/src/tests/unit/experimental/promise.cpp +Copyright: 2021, 2022, Klemens D. Morgenstern +License: BSL-1.0 + +Files: external_libraries/link/modules/asio-standalone/asio/src/tests/unit/ip/network_v4.cpp + external_libraries/link/modules/asio-standalone/asio/src/tests/unit/ip/network_v6.cpp +Copyright: 2014, Oliver Kowalke (oliver dot kowalke at gmail dot com) + 2003-2022, Christopher M. Kohlhoff (chris at kohlhoff dot com) +License: BSL-1.0 + +Files: external_libraries/link/modules/asio-standalone/asio/tsify.pl +Copyright: 2003-2018, Christopher M. Kohlhoff (chris at kohlhoff dot com) "); +License: BSL-1.0 + +Files: external_libraries/link/src/* +Copyright: 2016, 2017, 2019-2022, Ableton AG, Berlin. +License: GPL-2+ + +Files: external_libraries/link/third_party/* +Copyright: 2021, Two Blue Cubes Ltd. +License: BSL-1.0 + +Files: external_libraries/nova-simd/* +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney + 2009, 2010, Tim Blechmann +License: GPL-2+ + +Files: external_libraries/nova-simd/README +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/nova-simd/benchmarks/* +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/nova-simd/benchmarks/benchmark_helpers.hpp + external_libraries/nova-simd/benchmarks/malloc_aligned.hpp + external_libraries/nova-simd/benchmarks/perf_counter.hpp +Copyright: 2005-2015, Tim Blechmann +License: GPL-2+ + +Files: external_libraries/nova-simd/benchmarks/cache_aligned_array.hpp +Copyright: Nicolai M. Josuttis 2001. +License: BSL-1.0 + +Files: external_libraries/nova-simd/detail/* +Copyright: 2005-2015, Tim Blechmann +License: GPL-2+ + +Files: external_libraries/nova-simd/simd_binary_arithmetic.hpp + external_libraries/nova-simd/simd_horizontal_functions.hpp + external_libraries/nova-simd/simd_math.hpp + external_libraries/nova-simd/simd_mix.hpp + external_libraries/nova-simd/simd_pan.hpp + external_libraries/nova-simd/simd_peakmeter.hpp + external_libraries/nova-simd/simd_unary_arithmetic.hpp + external_libraries/nova-simd/simd_unit_conversion.hpp + external_libraries/nova-simd/simd_unroll_constraints.hpp + external_libraries/nova-simd/simd_utils.hpp + external_libraries/nova-simd/softclip.hpp + external_libraries/nova-simd/vec.hpp +Copyright: 2005-2015, Tim Blechmann +License: GPL-2+ + +Files: external_libraries/nova-simd/simd_memory.hpp + external_libraries/nova-simd/simd_ternary_arithmetic.hpp +Copyright: 2009, 2010, Tim Blechmann +License: GPL-2+ + +Files: external_libraries/nova-simd/testsuite/* +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/nova-simd/vec/* +Copyright: 2005-2015, Tim Blechmann +License: GPL-2+ + +Files: external_libraries/nova-simd/vec/vec_neon.hpp +Copyright: 2010, Tim Blechmann and Dan Stowell +License: GPL-2+ + +Files: external_libraries/nova-tt/* +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney + 2009, 2010, Tim Blechmann +License: GPL-2+ + +Files: external_libraries/nova-tt/Doxyfile + external_libraries/nova-tt/README +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/nova-tt/nova-tt/* +Copyright: 2005-2015, Tim Blechmann +License: GPL-2+ + +Files: external_libraries/nova-tt/testsuite/* +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/oscpack_1_1_0/* +Copyright: 2004-2013, Ross Bencina +License: Expat or GPL-2+ + +Files: external_libraries/oscpack_1_1_0/CHANGES + external_libraries/oscpack_1_1_0/Makefile + external_libraries/oscpack_1_1_0/TODO +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/oscpack_1_1_0/README +Copyright: 2004-2013, Ross Bencina +License: GPL-2+ + +Files: external_libraries/oscpack_1_1_0/examples/* +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/oscpack_1_1_0/examples/OscDump.cpp +Copyright: 2004-2013, Ross Bencina +License: Expat + +Files: external_libraries/oscpack_1_1_0/ip/* +Copyright: 2004-2013, Ross Bencina +License: Expat + +Files: external_libraries/oscpack_1_1_0/osc/* +Copyright: 2004-2013, Ross Bencina +License: Expat + +Files: external_libraries/oscpack_1_1_0/tests/* +Copyright: 2004-2013, Ross Bencina +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/aclocal.m4 +Copyright: 1996-2013, Free Software Foundation, Inc. +License: (FSFULLR and/or GPL-2+) with Libtool exception + Please fill license (FSFULLR and/or GPL-2+) with Libtool exception from header of + +Files: external_libraries/portaudio/portaudio_submodule/bindings/cpp/* +Copyright: 1999-2010, Ross Bencina and Phil Burk +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/bindings/cpp/ChangeLog + external_libraries/portaudio/portaudio_submodule/bindings/cpp/Makefile.am + external_libraries/portaudio/portaudio_submodule/bindings/cpp/SConscript + external_libraries/portaudio/portaudio_submodule/bindings/cpp/portaudiocpp.pc.in +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/portaudio/portaudio_submodule/bindings/cpp/INSTALL +Copyright: 1994-1996, 1999-2002, 2004-2013, Free Software Foundation +License: FSFAP + Please fill license FSFAP from header of + +Files: external_libraries/portaudio/portaudio_submodule/bindings/cpp/Makefile.in +Copyright: 1994-2013, Free Software Foundation, Inc. +License: GPL-2+ + +Files: external_libraries/portaudio/portaudio_submodule/bindings/cpp/aclocal.m4 +Copyright: 1996-2013, Free Software Foundation, Inc. +License: (FSFULLR and/or GPL-2+) with Libtool exception + Please fill license (FSFULLR and/or GPL-2+) with Libtool exception from header of + +Files: external_libraries/portaudio/portaudio_submodule/bindings/cpp/bin/* +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/portaudio/portaudio_submodule/bindings/cpp/bin/Makefile.in +Copyright: 1994-2013, Free Software Foundation, Inc. +License: GPL-2+ + +Files: external_libraries/portaudio/portaudio_submodule/bindings/cpp/build/* +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/portaudio/portaudio_submodule/bindings/cpp/build/gnu/configure +Copyright: 1992-1996, 1998-2012, Free Software Foundation, Inc. +License: FSFUL + +Files: external_libraries/portaudio/portaudio_submodule/bindings/cpp/configure +Copyright: 1992-1996, 1998-2012, Free Software Foundation, Inc. +License: FSFUL + +Files: external_libraries/portaudio/portaudio_submodule/bindings/cpp/doc/* +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/portaudio/portaudio_submodule/bindings/cpp/doc/Makefile.in +Copyright: 1994-2013, Free Software Foundation, Inc. +License: GPL-2+ + +Files: external_libraries/portaudio/portaudio_submodule/bindings/cpp/example/* +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/portaudio/portaudio_submodule/bindings/cpp/include/* +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/portaudio/portaudio_submodule/bindings/cpp/include/Makefile.in +Copyright: 1994-2013, Free Software Foundation, Inc. +License: GPL-2+ + +Files: external_libraries/portaudio/portaudio_submodule/bindings/cpp/lib/* +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/portaudio/portaudio_submodule/bindings/cpp/lib/Makefile.in +Copyright: 1994-2013, Free Software Foundation, Inc. +License: GPL-2+ + +Files: external_libraries/portaudio/portaudio_submodule/bindings/cpp/source/* +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/portaudio/portaudio_submodule/bindings/java/c/* +Copyright: 1999-2011, Ross Bencina +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/bindings/java/c/src/com_portaudio_BlockingStream.h + external_libraries/portaudio/portaudio_submodule/bindings/java/c/src/com_portaudio_PortAudio.h +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/portaudio/portaudio_submodule/bindings/java/jportaudio/jtests/com/portaudio/TestBasic.java +Copyright: 1999-2011, Ross Bencina +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/bindings/java/jportaudio/src/* +Copyright: 1999-2011, Ross Bencina +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/configure +Copyright: 1992-1996, 1998-2012, Free Software Foundation, Inc. +License: FSFUL + +Files: external_libraries/portaudio/portaudio_submodule/depcomp + external_libraries/portaudio/portaudio_submodule/missing +Copyright: 1996-2013, Free Software Foundation, Inc. +License: GPL-2+ with Autoconf-data exception + +Files: external_libraries/portaudio/portaudio_submodule/examples/* +Copyright: 1999-2010, Ross Bencina and Phil Burk +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/examples/paex_wmme_ac3.c + external_libraries/portaudio/portaudio_submodule/examples/paex_wmme_surround.c +Copyright: 1999-2011, Ross Bencina +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/include/* +Copyright: 1999-2010, Ross Bencina and Phil Burk +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/include/pa_mac_core.h +Copyright: 2005, 2006, Bjorn Roche +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/include/pa_win_wasapi.h +Copyright: 2010-2018, Dmitry Kostjuchenko + 2006-2010, David Viens + 1999-2018, Ross Bencina and Phil Burk +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/include/pa_win_waveformat.h +Copyright: 1999-2011, Ross Bencina +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/ltmain.sh +Copyright: 1996-2001, 2003-2011, Free Software Foundation, Inc. +License: GPL-2+ with Libtool exception + +Files: external_libraries/portaudio/portaudio_submodule/pablio/* +Copyright: 1999-2010, Ross Bencina and Phil Burk +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/qa/* +Copyright: 1999-2010, Ross Bencina and Phil Burk +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/qa/loopback/* +Copyright: 1999-2010, Phil Burk and Ross Bencina +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/qa/loopback/src/biquad_filter.c + external_libraries/portaudio/portaudio_submodule/qa/loopback/src/biquad_filter.h +Copyright: 2002, Phil Burk, SoftSynth.com +License: GPL-2+ + +Files: external_libraries/portaudio/portaudio_submodule/src/common/* +Copyright: 1999-2011, Ross Bencina, Phil Burk +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/src/common/pa_converters.c + external_libraries/portaudio/portaudio_submodule/src/common/pa_converters.h + external_libraries/portaudio/portaudio_submodule/src/common/pa_dither.c + external_libraries/portaudio/portaudio_submodule/src/common/pa_dither.h + external_libraries/portaudio/portaudio_submodule/src/common/pa_endianness.h + external_libraries/portaudio/portaudio_submodule/src/common/pa_process.h +Copyright: 1999-2002, Phil Burk, Ross Bencina +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/src/common/pa_cpuload.c + external_libraries/portaudio/portaudio_submodule/src/common/pa_cpuload.h + external_libraries/portaudio/portaudio_submodule/src/common/pa_stream.c +Copyright: 1999-2011, Ross Bencina +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/src/common/pa_gitrevision.h +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/portaudio/portaudio_submodule/src/common/pa_memorybarrier.h + external_libraries/portaudio/portaudio_submodule/src/common/pa_ringbuffer.c + external_libraries/portaudio/portaudio_submodule/src/common/pa_ringbuffer.h +Copyright: 1999-2010, Ross Bencina and Phil Burk +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/src/common/pa_trace.c + external_libraries/portaudio/portaudio_submodule/src/common/pa_trace.h +Copyright: 1999, 2000, Phil Burk +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/src/hostapi/alsa/* +Copyright: 2008, Kevin Kofler + 2005-2009, Arve Knudsen + 2002, Joshua Haberman + 1999-2002, Ross Bencina, Phil Burk +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/src/hostapi/asihpi/* +Copyright: 2011, Eliot Blennerhassett + 2005, 2006, Ludwig Schwardt + 2003, Fred Gleason + 1999-2008, Ross Bencina, Phil Burk +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/src/hostapi/asio/pa_asio.cpp +Copyright: 2000-2002, Stephane Letz, Phil Burk, Ross Bencina +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/src/hostapi/coreaudio/* +Copyright: 1999-2011, Ross Bencina, Phil Burk +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/src/hostapi/dsound/* +Copyright: 1999-2006, Phil Burk, Robert Marsanyi and Ross Bencina +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/src/hostapi/dsound/pa_win_ds.c +Copyright: 1999-2007, Ross Bencina, Phil Burk, Robert Marsanyi +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/src/hostapi/jack/* +Copyright: 2004, Stefan Westerfeld + 2004, Arve Knudsen + 2002, Joshua Haberman + 1999-2002, Ross Bencina, Phil Burk +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/src/hostapi/oss/pa_unix_oss.c +Copyright: 1999-2011, Ross Bencina, Phil Burk +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/src/hostapi/skeleton/* +Copyright: 1999-2011, Ross Bencina, Phil Burk +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/src/hostapi/wasapi/mingw-include/PropIdl.h + external_libraries/portaudio/portaudio_submodule/src/hostapi/wasapi/mingw-include/functiondiscoverykeys_devpkey.h + external_libraries/portaudio/portaudio_submodule/src/hostapi/wasapi/mingw-include/ks.h + external_libraries/portaudio/portaudio_submodule/src/hostapi/wasapi/mingw-include/ksguid.h + external_libraries/portaudio/portaudio_submodule/src/hostapi/wasapi/mingw-include/ksmedia.h + external_libraries/portaudio/portaudio_submodule/src/hostapi/wasapi/mingw-include/ksproxy.h + external_libraries/portaudio/portaudio_submodule/src/hostapi/wasapi/mingw-include/ksuuids.h + external_libraries/portaudio/portaudio_submodule/src/hostapi/wasapi/mingw-include/propkey.h + external_libraries/portaudio/portaudio_submodule/src/hostapi/wasapi/mingw-include/sdkddkver.h +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: public-domain + Please fill license public-domain from header of + +Files: external_libraries/portaudio/portaudio_submodule/src/hostapi/wasapi/pa_win_wasapi.c +Copyright: 2010-2019, Dmitry Kostjuchenko + 2006-2010, David Viens + 1999-2019, Ross Bencina, Phil Burk +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/src/hostapi/wdmks/* +Copyright: 1999-2004, Andrew Baldwin, Ross Bencina, Phil Burk +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/src/hostapi/wmme/* +Copyright: 1999-2010, Ross Bencina and Phil Burk +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/src/os/* +Copyright: 1999-2011, Ross Bencina +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/src/os/unix/pa_unix_hostapis.c +Copyright: 1999-2011, Ross Bencina, Phil Burk +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/src/os/win/* +Copyright: 1999-2011, Ross Bencina, Phil Burk +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/src/os/win/pa_win_coinitialize.c +Copyright: 1999-2011, Ross Bencina, Phil Burk + 1999-2011, Ross Bencina, Dmitry Kostjuchenko +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/src/os/win/pa_win_util.c + external_libraries/portaudio/portaudio_submodule/src/os/win/pa_win_waveformat.c +Copyright: 1999-2011, Ross Bencina +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/src/os/win/pa_win_wdmks_utils.c +Copyright: 1999-2007, Andrew Baldwin, Ross Bencina +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/src/os/win/pa_win_wdmks_utils.h +Copyright: 1999-2007, Ross Bencina, Andrew Baldwin +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/test/* +Copyright: 1999-2010, Ross Bencina and Phil Burk +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/test/patest_dsound_find_best_latency_params.c + external_libraries/portaudio/portaudio_submodule/test/patest_dsound_low_level_latency_params.c + external_libraries/portaudio/portaudio_submodule/test/patest_dsound_surround.c + external_libraries/portaudio/portaudio_submodule/test/patest_wmme_find_best_latency_params.c + external_libraries/portaudio/portaudio_submodule/test/patest_wmme_low_level_latency_params.c +Copyright: 1999-2011, Ross Bencina +License: Expat + +Files: external_libraries/portaudio/portaudio_submodule/test/patest_suggested_vs_streaminfo_latency.py +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/portmidi/pm_common/portmidi.h +Copyright: 2001-2006, Roger B. Dannenberg + 1999, 2000, Ross Bencina and Phil Burk +License: Expat + +Files: external_libraries/yaml-cpp/* +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney + 2008-2015, Jesse Beder. +License: Expat or GPL-2+ + +Files: external_libraries/yaml-cpp/CONTRIBUTING.md + external_libraries/yaml-cpp/README.md + external_libraries/yaml-cpp/yaml-cpp-config-version.cmake.in + external_libraries/yaml-cpp/yaml-cpp-config.cmake.in +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/yaml-cpp/include/* +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/yaml-cpp/src/* +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/yaml-cpp/test/* +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/* +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney + 2003, 2005-2010, 2013, Google Inc. +License: BSD-3-clause or GPL-2+ + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/CHANGES + external_libraries/yaml-cpp/test/gmock-1.7.0/CONTRIBUTORS + external_libraries/yaml-cpp/test/gmock-1.7.0/Makefile.am + external_libraries/yaml-cpp/test/gmock-1.7.0/README +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/Makefile.in +Copyright: 1994-2011, Free Software +License: GPL-2+ + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/aclocal.m4 +Copyright: 1996-2011, Free Software Foundation +License: (FSFULLR and/or GPL-2+) with Libtool exception + Please fill license (FSFULLR and/or GPL-2+) with Libtool exception from header of + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/build-aux/* +Copyright: 1996-2013, Free Software Foundation, Inc. +License: GPL-2+ with Autoconf-data exception + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/build-aux/config.h.in +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/build-aux/ltmain.sh +Copyright: 1996-2001, 2003-2011, Free Software Foundation, Inc. +License: GPL-2+ with Libtool exception + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/configure +Copyright: 1992-1996, 1998-2010, Free Software +License: FSFUL + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/fused-src/* +Copyright: 2003, 2005-2010, 2013, Google Inc. +License: BSD-3-clause + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/gtest/CHANGES + external_libraries/yaml-cpp/test/gmock-1.7.0/gtest/CONTRIBUTORS + external_libraries/yaml-cpp/test/gmock-1.7.0/gtest/Makefile.am + external_libraries/yaml-cpp/test/gmock-1.7.0/gtest/README +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/gtest/Makefile.in +Copyright: 1994-2011, Free Software +License: GPL-2+ + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/gtest/aclocal.m4 +Copyright: 1996-2011, Free Software Foundation +License: FSFULLR + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/gtest/build-aux/* +Copyright: 1996-2013, Free Software Foundation, Inc. +License: GPL-2+ with Autoconf-data exception + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/gtest/build-aux/config.h.in +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/gtest/build-aux/ltmain.sh +Copyright: 1996-2001, 2003-2011, Free Software Foundation, Inc. +License: GPL-2+ with Libtool exception + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/gtest/codegear/* +Copyright: 2003, 2005-2010, 2013, Google Inc. +License: BSD-3-clause + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/gtest/configure +Copyright: 1992-1996, 1998-2010, Free Software +License: FSFUL + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/gtest/fused-src/* +Copyright: 2003, 2005-2010, 2013, Google Inc. +License: BSD-3-clause + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/gtest/include/* +Copyright: 2003, 2005-2010, 2013, Google Inc. +License: BSD-3-clause + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/gtest/m4/* +Copyright: 2004, 2005, 2007-2009, Free Software Foundation, Inc. +License: FSFULLR + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/gtest/m4/acx_pthread.m4 + external_libraries/yaml-cpp/test/gmock-1.7.0/gtest/m4/gtest.m4 +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/gtest/m4/libtool.m4 +Copyright: 1996-2001, 2003-2011, Free Software +License: (FSFULLR and/or GPL-2+) with Libtool exception + Please fill license (FSFULLR and/or GPL-2+) with Libtool exception from header of + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/gtest/m4/ltoptions.m4 +Copyright: 1996-2011, Free Software Foundation +License: FSFULLR + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/gtest/make/* +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/gtest/samples/* +Copyright: 2003, 2005-2010, 2013, Google Inc. +License: BSD-3-clause + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/gtest/scripts/* +Copyright: 2003, 2005-2010, 2013, Google Inc. +License: BSD-3-clause + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/gtest/scripts/gtest-config.in +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/gtest/scripts/test/* +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/gtest/src/* +Copyright: 2003, 2005-2010, 2013, Google Inc. +License: BSD-3-clause + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/gtest/test/* +Copyright: 2003, 2005-2010, 2013, Google Inc. +License: BSD-3-clause + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/gtest/xcode/* +Copyright: 2003, 2005-2010, 2013, Google Inc. +License: BSD-3-clause + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/include/* +Copyright: 2003, 2005-2010, 2013, Google Inc. +License: BSD-3-clause + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/make/* +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/scripts/* +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/scripts/fuse_gmock_files.py +Copyright: 2003, 2005-2010, 2013, Google Inc. +License: BSD-3-clause + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/scripts/generator/* +Copyright: [2007] Neal Norwitz + [2007] Google Inc. + 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: Apache-2.0 or GPL-2+ + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/scripts/generator/README +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/scripts/generator/cpp/* +Copyright: 2007, Neal Norwitz + 2007, Google Inc. +License: Apache-2.0 + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/scripts/generator/cpp/gmock_class.py +Copyright: 2008, Google Inc. +License: Apache-2.0 + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/scripts/generator/gmock_gen.py +Copyright: 2008, Google Inc. +License: Apache-2.0 + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/src/* +Copyright: 2003, 2005-2010, 2013, Google Inc. +License: BSD-3-clause + +Files: external_libraries/yaml-cpp/test/gmock-1.7.0/test/* +Copyright: 2003, 2005-2010, 2013, Google Inc. +License: BSD-3-clause + +Files: external_libraries/yaml-cpp/util/* +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: include/* +Copyright: 2002, James McCartney. +License: GPL-2+ + +Files: include/common/SC_Alloca.h + include/common/SC_Export.h + include/common/function_attributes.h +Copyright: 2010, 2011, Tim Blechmann. +License: GPL-2+ + +Files: include/common/SC_StringBuffer.h +Copyright: 2003-2005, stefan kersten +License: GPL-2+ + +Files: include/common/SC_fftlib.h +Copyright: 2007, 2008, Dan Stowell. +License: GPL-2+ + +Files: include/common/wintime.h +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: include/lang/* +Copyright: 2013, tim blechmann. + 2003-2006, stefan kersten. + 2002, James McCartney. +License: GPL-2+ + +Files: include/plugin_interface/SC_BelaScope.h +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: include/plugin_interface/SC_PlugIn.hpp +Copyright: 2009, 2011-2013, Tim Blechmann + 2002, James McCartney. +License: GPL-2+ + +Files: include/plugin_interface/SC_sndfile_stub.h +Copyright: 1999-2009, Erik de Castro Lopo +License: LGPL-2.1+ + +Files: include/server/ErrorMessage.hpp +Copyright: Brian Heim, 2017. +License: GPL-2+ + +Files: lang/* +Copyright: 2002, James McCartney. +License: GPL-2+ + +Files: lang/LangPrimSource/PyrSerialPrim.cpp + lang/LangPrimSource/SC_AlsaMIDI.cpp +Copyright: 2003-2006, stefan kersten. + 2002, James McCartney. +License: GPL-2+ + +Files: lang/LangPrimSource/PyrSymbolPrim.cpp +Copyright: 2002, James McCartney. +License: GPL-2+ and/or LGPL-2.1+ + +Files: lang/LangPrimSource/SC_AudioDevicePrim.hpp + lang/LangPrimSource/SC_LinkClock.cpp + lang/LangPrimSource/SC_LinkClock.hpp +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: lang/LangPrimSource/SC_HID_api.cpp +Copyright: 2013, Marije Baalman, Tim Blechmann + 2002, James McCartney. +License: GPL-2+ + +Files: lang/LangPrimSource/SC_LID.cpp +Copyright: 2004, stefan kersten. +License: GPL-2+ + +Files: lang/LangPrimSource/SC_Levenshtein.h +Copyright: 2019, James Surgenor +License: GPL-2+ + +Files: lang/LangSource/Bison/* +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: lang/LangSource/Bison/lang11d_tab.cpp + lang/LangSource/Bison/lang11d_tab.h +Copyright: 1984, 1989, 1990, 2000-2015, 2018-2021, Free Software Foundation +License: GPL-3+ with Bison-2.2 exception + +Files: lang/LangSource/PyrLexer.cpp +Copyright: 2017, Brian Heim (boost::filesystem additions) + 2002, James McCartney. +License: GPL-2+ + +Files: lang/LangSource/PyrSlot64.h +Copyright: 2009, 2011-2013, Tim Blechmann + 2002, James McCartney. +License: GPL-2+ + +Files: lang/LangSource/SC_LanguageClient.cpp +Copyright: 2003-2006, stefan kersten. + 2002, James McCartney. +License: GPL-2+ + +Files: lang/LangSource/SC_LanguageConfig.cpp +Copyright: 2011, Jakob Leben + 2003, Maurizio Umberto Puxeddu +License: GPL-2+ + +Files: lang/LangSource/SC_LanguageConfig.hpp +Copyright: 2011, Jakob Leben + 2003, Maurizio Umberto Puxeddu +License: GPL-2+ + +Files: lang/LangSource/SC_TerminalClient.cpp + lang/LangSource/SC_TerminalClient.h +Copyright: 2013, tim blechmann. + 2003-2006, stefan kersten. + 2002, James McCartney. +License: GPL-2+ + +Files: package/contributor-list-generator/* +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ or ISC + +Files: package/contributor-list-generator/README.md + package/contributor-list-generator/contributors.js + package/contributor-list-generator/fetch-data.sh +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: server/* +Copyright: 2002, James McCartney. +License: GPL-2+ + +Files: server/plugins/DemoUGens.cpp +Copyright: 2002, James McCartney and others. +License: GPL-2+ + +Files: server/plugins/DiskIO_UGens.cpp +Copyright: 2012, Tim Blechmann + 2009, Marije Baalman + 2008, Scott Wilson + 2002, James McCartney. +License: GPL-2+ + +Files: server/plugins/FFT_UGens.cpp +Copyright: 2007, 2008, Dan Stowell, incorporating code from + 2002, James McCartney. +License: GPL-2+ + +Files: server/plugins/GrainUGens.cpp +Copyright: 2005, / 2002, James McCartney. +License: GPL-2+ + +Files: server/plugins/ML_SpecStats.cpp +Copyright: James McCartney. + Dan Stowell 2006-2007. +License: GPL-2+ + +Files: server/plugins/Onsets.cpp + server/plugins/Onsets.h + server/plugins/UnpackFFTUGens.cpp + server/plugins/onsetsds.c + server/plugins/onsetsds.h +Copyright: 2007, 2008, Dan Stowell. +License: GPL-2+ + +Files: server/plugins/ReverbUGens.cpp +Copyright: 2005, blackrain . +License: GPL-2+ + +Files: server/plugins/SIMD_Unit.hpp +Copyright: 2011-2013, Tim Blechmann. + 2002, James McCartney. +License: GPL-2+ + +Files: server/plugins/TestUGens.cpp +Copyright: 2007, Scott Wilson . +License: GPL-2+ + +Files: server/scsynth/Rendezvous.cpp +Copyright: 2005, 2006, stefan kersten + 2002, James McCartney. +License: GPL-2+ + +Files: server/scsynth/SC_AU.cpp +Copyright: 2006-2008, Gerard Roma. + 2002, James McCartney. +License: GPL-2+ + +Files: server/scsynth/SC_Bela.cpp +Copyright: 2016, Marije Baalman. + 2016, Giulio Moro. + 2016, Dan Stowell. +License: GPL-2+ + +Files: server/scsynth/SC_Jack.cpp +Copyright: 2003-2006, stefan kersten. + 2002, James McCartney. +License: GPL-2+ + +Files: server/scsynth/SC_Time.hpp +Copyright: 2009, 2011-2013, Tim Blechmann + 2002, James McCartney. +License: GPL-2+ + +Files: server/scsynth/iPhone/* +Copyright: 2010, 2011, Patrick Borgeat + 2010, 2011, Jonatan Liljedahl + 2009-2011, Gerard Roma <0001@ooo000ooo.org> + 2009-2011, Batuhan Bozkurt + 2009-2011, Axel Balley + 2009, Martin Victory + 2009, 2010, Miguel Negrao + 2008-2011, Tim Blechmann + 2008-2011, Alex Norman + 2008-2010, Charles Picasso + 2008-2010, Anders Vinjar + 2008, John Glover + 2007-2011, Thor Magnusson + 2007-2010, Hanns Holger Rutz + 2007, 2008, Ryan Brown + 2006-2011, Marije Baalman + 2006-2011, Joshua Parmenter + 2006-2010, Till Bovermann + 2006, Patrick Beard + 2006, Christian A. Hresko + 2005-2011, Dan Stowell + 2005-2009, Tim Walters + 2005-2008, Christopher Frauenberger + 2005, 2007-2010, Blackrain + 2005, 2006, Mario Lang + 2004-2011, Fredrik Olofsson + 2004-2011, Alberto de Campo + 2004-2006, Andi Pieper + 2004, Mike Whyte + 2004, Mark Polishook + 2004, 2005, Rohan Drape + 2004, 2005, Newton Armstrong + 2004, 2005, Benjamin Golinvaux + 2003-2011, Scott Wilson + 2003-2011, Ron Kuivila + 2003-2011, Nick Collins + 2003-2011, Julian Rohrhuber + 2003-2008, Ross Bencina + 2003, James Harkins + 2003, 2004, Maurizio Umberto Puxeddu + 2003, 2004, Dave Watson + 2003, 2004, Christophe Costigan + 2002-2011, Stefan Kersten + 2002-2011, Jan Trutzschler + 2002-2011, Chris Sattinger (Crucial Felix) + 2002-2007, James McCartney +License: GPL-2+ + +Files: server/scsynth/iPhone/iSCSynthController.h +Copyright: 2008 +License: GPL-2+ + +Files: server/supernova/* +Copyright: 2005-2015, Tim Blechmann +License: GPL-2+ + +Files: server/supernova/utilities/high_resolution_timer.hpp +Copyright: 2005-2007, Hartmut Kaiser +License: BSL-1.0 + +Files: tools/clang-format.py +Copyright: 2015, 2016, Daniel Roy Greenfeld +License: BSD-3-clause + +License: Apache-2.0 + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS"BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + On Debian systems, the complete text of the Apache License, + Version 2.0 can be found in '/usr/share/common-licenses/Apache-2.0'. + +License: BSD-3-clause + The BSD License + . + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + . + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + . + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + . + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS + IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED + TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR + CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License: BSL-1.0 + Permission is hereby granted, free of charge, to any person or + organization obtaining a copy of the software and accompanying + documentation covered by this license (the "Software") to use, + reproduce, display, distribute, execute, and transmit the Software, and + to prepare derivative works of the Software, and to permit + third-parties to whom the Software is furnished to do so, all subject + to the following: + . + The copyright notices in the Software and this entire statement, + including the above license grant, this restriction and the following + disclaimer, must be included in all copies of the Software, in whole or + in part, and all derivative works of the Software, unless such copies + or derivative works are solely in the form of machine-executable object + code generated by a source language processor. + . + 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, TITLE AND + NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE + DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, + WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. + +License: CC-BY-SA-3.0 + THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS + CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS + PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK + OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS + PROHIBITED. + . + BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND + AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS + LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE + RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS + AND CONDITIONS. + . + 1. Definitions + a. "Adaptation" means a work based upon the Work, or upon the Work and + other pre-existing works, such as a translation, adaptation, + derivative work, arrangement of music or other alterations of a + literary or artistic work, or phonogram or performance and includes + cinematographic adaptations or any other form in which the Work may + be recast, transformed, or adapted including in any form + recognizably derived from the original, except that a work that + constitutes a Collection will not be considered an Adaptation for + the purpose of this License. For the avoidance of doubt, where the + Work is a musical work, performance or phonogram, the + synchronization of the Work in timed-relation with a moving image + ("synching") will be considered an Adaptation for the purpose of + this License. + b. "Collection" means a collection of literary or artistic works, such + as encyclopedias and anthologies, or performances, phonograms or + broadcasts, or other works or subject matter other than works + listed in Section 1(f) below, which, by reason of the selection and + arrangement of their contents, constitute intellectual creations, + in which the Work is included in its entirety in unmodified form + along with one or more other contributions, each constituting + separate and independent works in themselves, which together are + assembled into a collective whole. A work that constitutes a + Collection will not be considered an Adaptation (as defined below) + for the purposes of this License. + c. "Creative Commons Compatible License" means a license that is + listed at https://creativecommons.org/compatiblelicenses that has + been approved by Creative Commons as being essentially equivalent + to this License, including, at a minimum, because that license: (i) + contains terms that have the same purpose, meaning and effect as + the License Elements of this License; and, (ii) explicitly permits + the relicensing of adaptations of works made available under that + license under this License or a Creative Commons jurisdiction + license with the same License Elements as this License. + d. "Distribute" means to make available to the public the original and + copies of the Work or Adaptation, as appropriate, through sale or + other transfer of ownership. + e. "License Elements" means the following high-level license + attributes as selected by Licensor and indicated in the title of + this License: Attribution, ShareAlike. + f. "Licensor" means the individual, individuals, entity or entities + that offer(s) the Work under the terms of this License. + g. "Original Author" means, in the case of a literary or artistic + work, the individual, individuals, entity or entities who created + the Work or if no individual or entity can be identified, the + publisher; and in addition (i) in the case of a performance the + actors, singers, musicians, dancers, and other persons who act, + sing, deliver, declaim, play in, interpret or otherwise perform + literary or artistic works or expressions of folklore; (ii) in the + case of a phonogram the producer being the person or legal entity + who first fixes the sounds of a performance or other sounds; and, + (iii) in the case of broadcasts, the organization that transmits + the broadcast. + h. "Work" means the literary and/or artistic work offered under the + terms of this License including without limitation any production + in the literary, scientific and artistic domain, whatever may be + the mode or form of its expression including digital form, such as + a book, pamphlet and other writing; a lecture, address, sermon or + other work of the same nature; a dramatic or dramatico-musical + work; a choreographic work or entertainment in dumb show; a musical + composition with or without words; a cinematographic work to which + are assimilated works expressed by a process analogous to + cinematography; a work of drawing, painting, architecture, + sculpture, engraving or lithography; a photographic work to which + are assimilated works expressed by a process analogous to + photography; a work of applied art; an illustration, map, plan, + sketch or three-dimensional work relative to geography, topography, + architecture or science; a performance; a broadcast; a phonogram; a + compilation of data to the extent it is protected as a + copyrightable work; or a work performed by a variety or circus + performer to the extent it is not otherwise considered a literary + or artistic work. + i. "You" means an individual or entity exercising rights under this + License who has not previously violated the terms of this License + with respect to the Work, or who has received express permission + from the Licensor to exercise rights under this License despite a + previous violation. + j. "Publicly Perform" means to perform public recitations of the Work + and to communicate to the public those public recitations, by any + means or process, including by wire or wireless means or public + digital performances; to make available to the public Works in such + a way that members of the public may access these Works from a + place and at a place individually chosen by them; to perform the + Work to the public by any means or process and the communication to + the public of the performances of the Work, including by public + digital performance; to broadcast and rebroadcast the Work by any + means including signs, sounds or images. + k. "Reproduce" means to make copies of the Work by any means including + without limitation by sound or visual recordings and the right of + fixation and reproducing fixations of the Work, including storage + of a protected performance or phonogram in digital form or other + electronic medium. + . + 2. Fair Dealing Rights. Nothing in this License is intended to reduce, + limit, or restrict any uses free from copyright or rights arising from + limitations or exceptions that are provided for in connection with the + copyright protection under copyright law or other applicable laws. + . + 3. License Grant. Subject to the terms and conditions of this License, + Licensor hereby grants You a worldwide, royalty-free, non-exclusive, + perpetual (for the duration of the applicable copyright) license to + exercise the rights in the Work as stated below: + a. to Reproduce the Work, to incorporate the Work into one or more + Collections, and to Reproduce the Work as incorporated in the + Collections; + b. to create and Reproduce Adaptations provided that any such + Adaptation, including any translation in any medium, takes + reasonable steps to clearly label, demarcate or otherwise identify + that changes were made to the original Work. For example, a + translation could be marked "The original work was translated from + English to Spanish," or a modification could indicate "The original + work has been modified."; + c. to Distribute and Publicly Perform the Work including as + incorporated in Collections; and, + d. to Distribute and Publicly Perform Adaptations. + e. For the avoidance of doubt: + i. Non-waivable Compulsory License Schemes. In those + jurisdictions in which the right to collect royalties through + any statutory or compulsory licensing scheme cannot be waived, + the Licensor reserves the exclusive right to collect such + royalties for any exercise by You of the rights granted under + this License; + ii. Waivable Compulsory License Schemes. In those jurisdictions in + which the right to collect royalties through any statutory or + compulsory licensing scheme can be waived, the Licensor waives + the exclusive right to collect such royalties for any exercise + by You of the rights granted under this License; and, + iii. Voluntary License Schemes. The Licensor waives the right to + collect royalties, whether individually or, in the event that + the Licensor is a member of a collecting society that + administers voluntary licensing schemes, via that society, + from any exercise by You of the rights granted under this + License. + . + The above rights may be exercised in all media and formats whether now + known or hereafter devised. The above rights include the right to make + such modifications as are technically necessary to exercise the rights + in other media and formats. Subject to Section 8(f), all rights not + expressly granted by Licensor are hereby reserved. + . + 4. Restrictions. The license granted in Section 3 above is expressly + made subject to and limited by the following restrictions: + a. You may Distribute or Publicly Perform the Work only under the + terms of this License. You must include a copy of, or the Uniform + Resource Identifier (URI) for, this License with every copy of the + Work You Distribute or Publicly Perform. You may not offer or + impose any terms on the Work that restrict the terms of this + License or the ability of the recipient of the Work to exercise the + rights granted to that recipient under the terms of the License. + You may not sublicense the Work. You must keep intact all notices + that refer to this License and to the disclaimer of warranties with + every copy of the Work You Distribute or Publicly Perform. When You + Distribute or Publicly Perform the Work, You may not impose any + effective technological measures on the Work that restrict the + ability of a recipient of the Work from You to exercise the rights + granted to that recipient under the terms of the License. This + Section 4(a) applies to the Work as incorporated in a Collection, + but this does not require the Collection apart from the Work itself + to be made subject to the terms of this License. If You create a + Collection, upon notice from any Licensor You must, to the extent + practicable, remove from the Collection any credit as required by + Section 4(c), as requested. If You create an Adaptation, upon + notice from any Licensor You must, to the extent practicable, + remove from the Adaptation any credit as required by Section 4(c), + as requested. + b. You may Distribute or Publicly Perform an Adaptation only under the + terms of: (i) this License; (ii) a later version of this License + with the same License Elements as this License; (iii) a Creative + Commons jurisdiction license (either this or a later license + version) that contains the same License Elements as this License + (e.g., Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons + Compatible License. If you license the Adaptation under one of the + licenses mentioned in (iv), you must comply with the terms of that + license. If you license the Adaptation under the terms of any of + the licenses mentioned in (i), (ii) or (iii) (the "Applicable + License"), you must comply with the terms of the Applicable License + generally and the following provisions: (I) You must include a copy + of, or the URI for, the Applicable License with every copy of each + Adaptation You Distribute or Publicly Perform; (II) You may not + offer or impose any terms on the Adaptation that restrict the terms + of the Applicable License or the ability of the recipient of the + Adaptation to exercise the rights granted to that recipient under + the terms of the Applicable License; (III) You must keep intact all + notices that refer to the Applicable License and to the disclaimer + of warranties with every copy of the Work as included in the + Adaptation You Distribute or Publicly Perform; (IV) when You + Distribute or Publicly Perform the Adaptation, You may not impose + any effective technological measures on the Adaptation that + restrict the ability of a recipient of the Adaptation from You to + exercise the rights granted to that recipient under the terms of + the Applicable License. This Section 4(b) applies to the Adaptation + as incorporated in a Collection, but this does not require the + Collection apart from the Adaptation itself to be made subject to + the terms of the Applicable License. + c. If You Distribute, or Publicly Perform the Work or any Adaptations + or Collections, You must, unless a request has been made pursuant + to Section 4(a), keep intact all copyright notices for the Work and + provide, reasonable to the medium or means You are utilizing: (i) + the name of the Original Author (or pseudonym, if applicable) if + supplied, and/or if the Original Author and/or Licensor designate + another party or parties (e.g., a sponsor institute, publishing + entity, journal) for attribution ("Attribution Parties") in + Licensor's copyright notice, terms of service or by other + reasonable means, the name of such party or parties; (ii) the title + of the Work if supplied; (iii) to the extent reasonably + practicable, the URI, if any, that Licensor specifies to be + associated with the Work, unless such URI does not refer to the + copyright notice or licensing information for the Work; and (iv) , + consistent with Ssection 3(b), in the case of an Adaptation, a + credit identifying the use of the Work in the Adaptation (e.g., + "French translation of the Work by Original Author," or "Screenplay + based on original Work by Original Author"). The credit required by + this Section 4(c) may be implemented in any reasonable manner; + provided, however, that in the case of a Adaptation or Collection, + at a minimum such credit will appear, if a credit for all + contributing authors of the Adaptation or Collection appears, then + as part of these credits and in a manner at least as prominent as + the credits for the other contributing authors. For the avoidance + of doubt, You may only use the credit required by this Section for + the purpose of attribution in the manner set out above and, by + exercising Your rights under this License, You may not implicitly + or explicitly assert or imply any connection with, sponsorship or + endorsement by the Original Author, Licensor and/or Attribution + Parties, as appropriate, of You or Your use of the Work, without + the separate, express prior written permission of the Original + Author, Licensor and/or Attribution Parties. + d. Except as otherwise agreed in writing by the Licensor or as may be + otherwise permitted by applicable law, if You Reproduce, Distribute + or Publicly Perform the Work either by itself or as part of any + Adaptations or Collections, You must not distort, mutilate, modify + or take other derogatory action in relation to the Work which would + be prejudicial to the Original Author's honor or reputation. + Licensor agrees that in those jurisdictions (e.g. Japan), in which + any exercise of the right granted in Section 3(b) of this License + (the right to make Adaptations) would be deemed to be a distortion, + mutilation, modification or other derogatory action prejudicial to + the Original Author's honor and reputation, the Licensor will waive + or not assert, as appropriate, this Section, to the fullest extent + permitted by the applicable national law, to enable You to + reasonably exercise Your right under Section 3(b) of this License + (right to make Adaptations) but not otherwise. + . + 5. Representations, Warranties and Disclaimer + . + UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR + OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY + KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, + INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, + FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF + LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF + ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW + THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO + YOU. + . + 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE + LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR + ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES + ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR + HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + . + 7. Termination + a. This License and the rights granted hereunder will terminate + automatically upon any breach by You of the terms of this License. + Individuals or entities who have received Adaptations or + Collections from You under this License, however, will not have + their licenses terminated provided such individuals or entities + remain in full compliance with those licenses. Sections 1, 2, 5, 6, + 7, and 8 will survive any termination of this License. + b. Subject to the above terms and conditions, the license granted here + is perpetual (for the duration of the applicable copyright in the + Work). Notwithstanding the above, Licensor reserves the right to + release the Work under different license terms or to stop + distributing the Work at any time; provided, however that any such + election will not serve to withdraw this License (or any other + license that has been, or is required to be, granted under the + terms of this License), and this License will continue in full + force and effect unless terminated as stated above. + . + 8. Miscellaneous + a. Each time You Distribute or Publicly Perform the Work or a + Collection, the Licensor offers to the recipient a license to the + Work on the same terms and conditions as the license granted to You + under this License. + b. Each time You Distribute or Publicly Perform an Adaptation, + Licensor offers to the recipient a license to the original Work on + the same terms and conditions as the license granted to You under + this License. + c. If any provision of this License is invalid or unenforceable under + applicable law, it shall not affect the validity or enforceability + of the remainder of the terms of this License, and without further + action by the parties to this agreement, such provision shall be + reformed to the minimum extent necessary to make such provision + valid and enforceable. + d. No term or provision of this License shall be deemed waived and no + breach consented to unless such waiver or consent shall be in + writing and signed by the party to be charged with such waiver or + consent. + e. This License constitutes the entire agreement between the parties + with respect to the Work licensed here. There are no + understandings, agreements or representations with respect to the + Work not specified here. Licensor shall not be bound by any + additional provisions that may appear in any communication from + You. This License may not be modified without the mutual written + agreement of the Licensor and You. + f. The rights granted under, and the subject matter referenced, in + this License were drafted utilizing the terminology of the Berne + Convention for the Protection of Literary and Artistic Works (as + amended on September 28, 1979), the Rome Convention of 1961, the + WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms + Treaty of 1996 and the Universal Copyright Convention (as revised + on July 24, 1971). These rights and subject matter take effect in + the relevant jurisdiction in which the License terms are sought to + be enforced according to the corresponding provisions of the + implementation of those treaty provisions in the applicable + national law. If the standard suite of rights granted under + applicable copyright law includes additional rights not granted + under this License, such additional rights are deemed to be + included in the License; this License is not intended to restrict + the license of any rights under applicable law. + +License: Expat + The MIT License + . + 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. + +License: FSFUL + Please fill license FSFUL from header of + +License: FSFULLR + Please fill license FSFULLR from header of + +License: GPL-2 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991. + On Debian systems, the complete text of version 2 of the GNU General + Public License can be found in '/usr/share/common-licenses/GPL-2'. + +License: GPL-2+ + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by the + Free Software Foundation; either version 2 of the License, or (at your + option) any later version. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. +Comment: + You should have received a copy of the 'GNU General Public License' + along with this program. If not, see . + . + On Debian systems the 'GNU General Public License' version 2 is located + in '/usr/share/common-licenses/GPL-2'. + +License: GPL-2+ with Autoconf-data exception + Please fill license GPL-2+ with Autoconf-data exception from header of + +License: GPL-2+ with Libtool exception + Please fill license GPL-2+ with Libtool exception from header of + +License: GPL-2+ with TLSF exception + Please fill license GPL-2+ or GPL-2+ with TLSF exception or LGPL-2.1+ with TLSF exception from header of + +License: GPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 3 dated June, 2007. + On Debian systems, the complete text of version 3 of the GNU General + Public License can be found in '/usr/share/common-licenses/GPL-3'. + +License: GPL-3+ + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by the + Free Software Foundation, either version 3 of the License, or (at your + option) any later version. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. +Comment: + On Debian systems the 'GNU General Public License' version 3 is located + in '/usr/share/common-licenses/GPL-3'. + +License: GPL-3+ with Bison-2.2 exception + Please fill license GPL-3+ with Bison-2.2 exception from header of + +License: ISC + The ISC License + . + Copyright (c) 2023 by the copyright holder + . + Permission to use, copy, modify, and/or distribute this software for any + purpose with or without fee is hereby granted, provided that the above + copyright notice and this permission notice appear in all copies. + . + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +License: LGPL-2.1 + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published by the + Free Software Foundation; version 2.1 of the License. + On Debian systems, the complete text of version 2.1 of the GNU Lesser + General Public License can be found in '/usr/share/common-licenses/LGPL-2.1'. + +License: LGPL-2.1+ + This package is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. +Comment: + You should have received a copy of the 'GNU Lesser General Public + License' along with this program. If not, see + . + . + On Debian systems the 'GNU Lesser General Public License' version 2.1 + is located in '/usr/share/common-licenses/LGPL-2.1'. + +License: LGPL-2.1+ with TLSF exception + Please fill license GPL-2+ or GPL-2+ with TLSF exception or LGPL-2.1+ with TLSF exception from header of diff --git a/exclude-from-archive.py b/exclude-from-archive.py new file mode 100755 index 0000000..97de18e --- /dev/null +++ b/exclude-from-archive.py @@ -0,0 +1,88 @@ +#! /usr/bin/python3 + +""" +This utility opens an archive and erases paths defined in +debian/copyright; then it ouputs the modified archive in stdout +or in another file when it is specified with the --output switch. +""" +import re +import argparse +from subprocess import call +import sys, os, tarfile, tempfile + +packagedir = os.path.dirname(os.path.dirname(__file__)) + +def exclude_iter(): + """ + @return an iterator for paths to exclude from the input archive + """ + lines = open(f"{packagedir}/debian/copyright").readlines() + excluding = False + result =[] + for l in lines: + m = re.match(r"^Files-Excluded:(.*)",l) + if m: + excluding = True + result.append(m.group(1)) + continue + if excluding: + m = re.match(r"^\s(.*)",l) + if m: + result.append(m.group(1)) + else: + excluding = False + break + return (r.strip() for r in result if r.strip()) + +def make_exclude(archive, output): + """ + Copy the contents of archive to output, excluding some paths + @param archive the input file path + @param output the output file path; if None, it will be stdout + """ + with tempfile.TemporaryDirectory(prefix="exclude-") as tmpdir: + pName = os.path.join( + tmpdir, re.sub(r"\.tar.*","", os.path.basename(args.archive))) + os.mkdir(pName) + with tarfile.open(name=args.archive, mode='r:*') as archive: + sys.stderr.write(f"Extracting {args.archive} ...") + sys.stderr.flush() + archive.extractall(path=pName) + sys.stderr.write(" [Done]\nRemoving excluded paths ...") + sys.stderr.flush() + cmd = "cd " + pName + ";" + for path in exclude_iter(): + cmd += " rm -rf " + path +";" + call(cmd, shell=True) + sys.stderr.write(" [Done]\nCompressing into a new archive ...") + sys.stderr.flush() + repackedName = pName + "+repack" + os.rename(pName, repackedName) + resultName = repackedName + ".tar.xz" + with tarfile.open(name=resultName, mode='w:xz') as result: + result.add( + repackedName, arcname = os.path.basename(repackedName)) + # the output archive file is now closed + if args.output: + os.chdir(pwd) + cmd = "cp " + os.path.join(tmpdir, resultName) + " " + \ + args.output + else: + cmd = "cat " + os.path.join(tmpdir, resultName) + call(cmd, shell = True) + sys.stderr.write(" [Done]\n") + return + +if __name__ == "__main__": + pwd = os.getcwd() + parser = argparse.ArgumentParser(description='Exclude some paths from a given archive.') + parser.add_argument( + '-o', '--output', dest='output', + help='The output file for the modified archive (format tar.xz); when this file is not given, the standard output is used.') + parser.add_argument('archive', help='The archive file from which some paths will be excluded') + args = parser.parse_args() + if not args.archive: + parser.print_help() + else: + make_exclude(args.archive, args.output) + diff --git a/gbp.conf b/gbp.conf new file mode 100644 index 0000000..5474c60 --- /dev/null +++ b/gbp.conf @@ -0,0 +1,3 @@ +[DEFAULT] +pristine-tar = True +sign-tags = True diff --git a/git-archive-all.sh b/git-archive-all.sh new file mode 100755 index 0000000..1b63487 --- /dev/null +++ b/git-archive-all.sh @@ -0,0 +1,43 @@ +#! /bin/sh + +# use git archive recursively, gathers a versioned tree into +# $package-$version.tar.gz + +usage(){ + echo "Usage: $0 " + echo + echo " Will call git archive resursively for version " + echo " in the main repository, and default version for submodules" + echo " and build an archive named $package-.tar.gz in" + echo " the path " +} + +if [ $# -lt 2 ]; then + usage + exit 0 +fi + +version=$1 +tag=$(echo -n "Version-"; echo $1) +if [ -z "$(git tag | grep ^$tag\$)" ]; then + echo "the tag $tag does not exist. Stopping there." + exit 0 +fi + +path=$2 +package=supercollider +tarfile=$(realpath ${path}/${package}-${version}.tar) + +rm -f ${tarfile}.xz + +echo "Working with $tarfile" +git archive --format tar -o ${tarfile} ${tag} +echo "made ${tarfile}" +git submodule --quiet foreach --recursive 'git archive --format tar --prefix=$displaypath/ -o submodule.tar HEAD' +echo "archived submodules" +git submodule --quiet foreach --recursive "tar --concatenate --file=${tarfile} submodule.tar; rm -f submodule.tar" +echo -n "merged submodules; compressing... " +xz ${tarfile} +echo "[Done]" +echo "Made ${tarfile}.xz" +exit 0 diff --git a/libscsynth1.install b/libscsynth1.install new file mode 100644 index 0000000..7ee1fc6 --- /dev/null +++ b/libscsynth1.install @@ -0,0 +1 @@ +usr/lib/libscsynth.so.1* diff --git a/not-installed b/not-installed new file mode 100644 index 0000000..643c90f --- /dev/null +++ b/not-installed @@ -0,0 +1,6 @@ +# false positives, except COPYING +usr/share/SuperCollider/AUTHORS +usr/share/SuperCollider/CHANGELOG.md +usr/share/SuperCollider/COPYING +usr/share/SuperCollider/README.md +usr/share/SuperCollider/README_LINUX.md diff --git a/patches/Remove-autodetection-of-raspberry-cpus.patch b/patches/Remove-autodetection-of-raspberry-cpus.patch new file mode 100644 index 0000000..e081fb2 --- /dev/null +++ b/patches/Remove-autodetection-of-raspberry-cpus.patch @@ -0,0 +1,38 @@ +From: Felipe Sateler +Date: Thu, 12 Oct 2017 21:19:55 -0300 +Subject: Remove autodetection of raspberry cpus + +In debian we don't actually target raspberries, and guessing based on the build machine +is wrong too + +Bug-Debian: https://bugs.debian.org/878347 +--- + CMakeLists.txt | 15 --------------- + 1 file changed, 15 deletions(-) + +Index: supercollider/CMakeLists.txt +=================================================================== +--- supercollider.orig/CMakeLists.txt ++++ supercollider/CMakeLists.txt +@@ -420,21 +420,6 @@ elseif(MINGW) + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mstackrealign") + endif() + +-# support for building on Raspberry Pi 1/2/3 and BBB +-if(CMAKE_COMPILER_IS_GNUCXX AND CMAKE_SYSTEM_PROCESSOR STREQUAL "armv7l") +- foreach(flag CMAKE_C_FLAGS CMAKE_CXX_FLAGS) +- set(${flag} "${${flag}} -mfloat-abi=hard") +- set(${flag} "${${flag}} -mfpu=neon") +- endforeach() +-elseif(CMAKE_COMPILER_IS_GNUCXX AND CMAKE_SYSTEM_PROCESSOR STREQUAL "armv6l") +- foreach(flag CMAKE_C_FLAGS CMAKE_CXX_FLAGS) +- set(${flag} "${${flag}} -march=armv6") +- set(${flag} "${${flag}} -mtune=arm1176jzf-s") +- set(${flag} "${${flag}} -mfloat-abi=hard") +- set(${flag} "${${flag}} -mfpu=vfp") +- endforeach() +-endif() +- + if (NO_GPL3) + add_definitions(-DNO_GPL3) + endif() diff --git a/patches/disable-ccache.patch b/patches/disable-ccache.patch new file mode 100644 index 0000000..ae04ce1 --- /dev/null +++ b/patches/disable-ccache.patch @@ -0,0 +1,85 @@ +From: Debian Multimedia Maintainers +Date: Wed, 16 Dec 2020 22:28:58 +0100 +Subject: disable-ccache + +disabled the use of ccache, to prevent FTBFS; as the compilation is done once +it has no backdraws to make the debian package. +--- + CMakeLists.txt | 12 ++++++------ + 1 file changed, 6 insertions(+), 6 deletions(-) + +Index: supercollider/CMakeLists.txt +=================================================================== +--- supercollider.orig/CMakeLists.txt ++++ supercollider/CMakeLists.txt +@@ -46,31 +46,6 @@ CONFIGURE_FILE( + "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake" + IMMEDIATE @ONLY) + +-# workaround for using ccache with Xcode generator +-# thanks to Craig Scott: https://crascit.com/2016/04/09/using-ccache-with-cmake/ +-get_property(RULE_LAUNCH_COMPILE GLOBAL PROPERTY RULE_LAUNCH_COMPILE) +-if(RULE_LAUNCH_COMPILE AND CMAKE_GENERATOR STREQUAL "Xcode") +- +- # find ccache +- find_program(CCACHE_PROGRAM ccache) +- +- message(STATUS "Xcode and ccache detected: using ccache to speed up build process") +- +- # Set up wrapper scripts +- set(SC_LAUNCH_C_SCRIPT "${CMAKE_BINARY_DIR}/launch-c") +- set(SC_LAUNCH_CXX_SCRIPT "${CMAKE_BINARY_DIR}/launch-cxx") +- +- configure_file("cmake_modules/launch-c.in" launch-c) +- configure_file("cmake_modules/launch-cxx.in" launch-cxx) +- execute_process(COMMAND chmod a+rx "${SC_LAUNCH_C_SCRIPT}" "${SC_LAUNCH_CXX_SCRIPT}") +- +- # Set Xcode project attributes to route compilation and linking +- # through our scripts +- set(CMAKE_XCODE_ATTRIBUTE_CC "${SC_LAUNCH_C_SCRIPT}") +- set(CMAKE_XCODE_ATTRIBUTE_CXX "${SC_LAUNCH_CXX_SCRIPT}") +- set(CMAKE_XCODE_ATTRIBUTE_LD "${SC_LAUNCH_C_SCRIPT}") +- set(CMAKE_XCODE_ATTRIBUTE_LDPLUSPLUS "${SC_LAUNCH_CXX_SCRIPT}") +-endif() + + ADD_CUSTOM_TARGET(uninstall + "${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake") +@@ -148,38 +123,6 @@ endif() + add_definitions(-DBOOST_CHRONO_HEADER_ONLY -DBOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE) + + +-############################################# +-# Detect CCache +- +-find_program(CCacheExectuable ccache) +-if( CCacheExectuable ) +- # only used with >=cmake-3.4 +- set( CMAKE_C_COMPILER_LAUNCHER "${CCacheExectuable}" ) +- set( CMAKE_CXX_COMPILER_LAUNCHER "${CCacheExectuable}" ) +- if(NOT CMAKE_GENERATOR MATCHES "Xcode" AND (NOT CMAKE_GENERATOR MATCHES "Visual Studio")) # we already post a message when using Xcode or MSVC +- message(STATUS "Found ccache at ${CCacheExectuable}: using ccache to speed up build process") +- endif() +- +- # fix for Visual Studio adapted from https://github.com/ccache/ccache/wiki/MS-Visual-Studio#usage +- # NOTE: there is an issue with ccache installed from chocolatey +- # since chocolatey puts a "shim" as opposed to the actual executable in the PATH +- # the solution is to add the path to the actual ccache executable earlier in the path +- # e.g. in bash: export PATH=`echo c:/ProgramData/chocolatey/lib/ccache/tools/ccache*`:$PATH +- if (MSVC) +- message(STATUS "Found ccache at ${CCacheExectuable}: using ccache with MSVC to speed up build process") +- file(COPY_FILE +- ${CCacheExectuable} ${CMAKE_BINARY_DIR}/cl.exe +- ONLY_IF_DIFFERENT) +- +- set(CMAKE_VS_GLOBALS +- "CLToolExe=cl.exe" +- "CLToolPath=${CMAKE_BINARY_DIR}" +- "TrackFileAccess=false" +- "UseMultiToolTask=true" +- "DebugInformationFormat=OldStyle" +- ) +- endif() +-endif() + + ############################################# + # Options diff --git a/patches/series b/patches/series new file mode 100644 index 0000000..7b725e4 --- /dev/null +++ b/patches/series @@ -0,0 +1,3 @@ +Remove-autodetection-of-raspberry-cpus.patch +disable-ccache.patch +use_macro_instead_of_redefining_struct.patch diff --git a/patches/use_macro_instead_of_redefining_struct.patch b/patches/use_macro_instead_of_redefining_struct.patch new file mode 100644 index 0000000..2e5e347 --- /dev/null +++ b/patches/use_macro_instead_of_redefining_struct.patch @@ -0,0 +1,30 @@ +From b9dd70c4c8d61c93d7a70645e0bd18fa76e6834e Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Marcin=20P=C4=85czkowski?= +Date: Mon, 18 Apr 2022 13:51:53 -0700 +Subject: [PATCH] libsndfile: use a macro instead of redefining the struct + +Co-Authored-By: Christof Ressi +--- + include/plugin_interface/SC_SndBuf.h | 4 +-- + server/plugins/DiskIO_UGens.cpp | 29 +++++++++++---------- + server/scsynth/SC_HiddenWorld.h | 4 +++ + server/scsynth/SC_SequencedCommand.cpp | 10 +++---- + server/scsynth/SC_World.cpp | 4 +-- + server/supernova/sc/sc_plugin_interface.cpp | 4 +-- + 6 files changed, 30 insertions(+), 25 deletions(-) + +Index: supercollider/server/scsynth/SC_HiddenWorld.h +=================================================================== +--- supercollider.orig/server/scsynth/SC_HiddenWorld.h ++++ supercollider/server/scsynth/SC_HiddenWorld.h +@@ -41,6 +41,10 @@ + # include // includes sndfile.h with appropriate configuration + #endif + ++#ifndef NO_LIBSNDFILE ++# include ++#endif ++ + extern HashTable* gUnitDefLib; + + diff --git a/rules b/rules new file mode 100755 index 0000000..ff65a28 --- /dev/null +++ b/rules @@ -0,0 +1,60 @@ +#! /usr/bin/make -f + +include /usr/share/dpkg/architecture.mk + +ifeq ("$(DEB_HOST_ARCH_CPU)","ppc64el") + DEB_CFLAGS_MAINT_APPEND = -mno-altivec -mno-vsx + DEB_CXXFLAGS_MAINT_APPEND = -mno-altivec -mno-vsx +endif + +DPKG_EXPORT_BUILDFLAGS = 1 +DEB_BUILD_MAINT_OPTIONS=hardening=+all +include /usr/share/dpkg/default.mk + +%: + dh $@ --buildsystem=cmake+ninja + +# supernova (optional alternative to scsynth) uses fancy simd things which fail to build on non-target architectures +DEB_BUILD_SUPERNOVA = $(shell dh_listpackages -a | grep -q supercollider-supernova && echo on || echo off) + +# NATIVE needs to be off to build for generic machines +# SSE can be off always: amd64 always enables it, i386 +# cannot enable it + +DEB_CMAKE_EXTRA_FLAGS = \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DNATIVE=off \ + -DSSE=off \ + -DSSE2=off \ + -DCMAKE_SKIP_RPATH=on \ + -DDSO_VISIBILITY=on \ + -DSC_EL_BYTECOMPILE=off \ + -DSYSTEM_BOOST=on \ + -DENABLE_TESTSUITE=off \ + -DLIBSCSYNTH=on \ + -DSYSTEM_YAMLCPP=off \ + -DSUPERNOVA="$(DEB_BUILD_SUPERNOVA)" + + +override_dh_auto_configure: + dh_auto_configure -- $(DEB_CMAKE_EXTRA_FLAGS) + + +# Do not enable tests, they only test the supernova component, which only works on x86 +override_dh_auto_test: + @echo "Tests disabled" + +override_dh_auto_install: + dh_auto_install + install -m 644 debian/README.extensions \ + $(CURDIR)/debian/tmp/usr/share/SuperCollider/Extensions/README +# this needs to be an absolute not relative softlink, +# because supercollider copies it around. hence not using dh_link for this. + install -d $(CURDIR)/debian/tmp/usr/share/SuperCollider/HelpSource/lib + ln -sf /usr/share/javascript/prettify/prettify.js $(CURDIR)/debian/tmp/usr/share/SuperCollider/HelpSource/prettify.js + ln -sf /usr/share/javascript/codemirror/codemirror.js $(CURDIR)/debian/tmp/usr/share/SuperCollider/HelpSource/lib/codemirror-5.39.2.min.js + ln -sf /usr/share/javascript/codemirror/addon/mode/simple.js $(CURDIR)/debian/tmp/usr/share/SuperCollider/HelpSource/lib/codemirror-addon-simple-5.39.2.min.js + ln -sf /usr/share/javascript/jquery/jquery.min.js $(CURDIR)/debian/tmp/usr/share/SuperCollider/HelpSource/lib/jquery.min.js + install -d $(CURDIR)/debian/tmp/usr/share/applications + install -m 644 debian/scel.desktop $(CURDIR)/debian/tmp/usr/share/applications + install -m 644 debian/scvim.desktop $(CURDIR)/debian/tmp/usr/share/applications diff --git a/salsa-ci.yml b/salsa-ci.yml new file mode 100644 index 0000000..33c3a64 --- /dev/null +++ b/salsa-ci.yml @@ -0,0 +1,4 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml diff --git a/scel.desktop b/scel.desktop new file mode 100644 index 0000000..5ab3460 --- /dev/null +++ b/scel.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Version=1.0 +Name=SuperCollider Emacs (scel) +Comment=Emacs environment for SuperCollider +Exec=emacs -sclang +Terminal=false +Type=Application +Icon=supercollider +#cats as in menu-spec-1.0: +Categories=Audio;AudioVideo;Music; diff --git a/scide.1 b/scide.1 new file mode 100644 index 0000000..8d4f4ee --- /dev/null +++ b/scide.1 @@ -0,0 +1,42 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH SCIDE 1 "Dec 21, 2012" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +scide \- SuperCollider IDE +.SH SYNOPSIS +.B scide +.SH DESCRIPTION +\fBSuperCollider\fP is a real time audio synthesis programming +language. +This manual page documents briefly the +.B scide +command, the authoring environment for SuperCollider code. + +SuperCollider has documentation in the HTML format available in the +\fIsupercollider\-doc\fP package. +.PP +.\" TeX users may be more comfortable with the \fB\fP and +.\" \fI\fP escape sequences to invode bold face and italics, +.\" respectively. +.SH SEE ALSO +.BR sclang (1), +.br +.I /usr/share/doc/supercollider\-server +.br +.SH AUTHOR +This manual page was written by Dan Stowell +for the Debian project (but may be used by others). diff --git a/sclang.1 b/sclang.1 new file mode 100644 index 0000000..d98fd6f --- /dev/null +++ b/sclang.1 @@ -0,0 +1,73 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH SCLANG 1 "Nov 18, 2008" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +sclang \- a real time audio synthesis programming language +.SH SYNOPSIS +.B sclang +.RI [ options ] +.SH DESCRIPTION +\fBSuperCollider\fP is a real time audio synthesis programming +language. \fBsclang\fP is a client for the \fBscsynth\fP(1) +server. It connects to scsynth, interprets your sclang commands, +and sends OSC message to scsynth. + +SuperCollider has documentation in the HTML format available in the +\fIsupercollider\-doc\fP package. +.\" TeX users may be more comfortable with the \fB\fP and +.\" \fI\fP escape sequences to invode bold face and italics, +.\" respectively. +.SH OPTIONS +A summary of options is included below. +.TP +.B \-d +Set runtime directory +.TP +.B \-D +Enter daemon mode (no input) +.TP +.B \-g [ k | m ] +Set heap growth (default 256k) +.TP +.B \-h +Show summary of options +.TP +.B \-l +Set library configuration file +.TP +.B \-m [ k | m ] +Set initial heap size (default 2m) +.TP +.B \-r +Call Main.run on startup +.TP +.B \-s +Call Main.stop on shutdown +.TP +.B \-u +Set UDP listening port (default 57120) + +.SH SEE ALSO +.BR scsynth (1) +.br +.I /usr/share/doc/supercollider +.br +.SH AUTHOR +This manual page was written by Paul Brossier +for the Debian project (but may be used by others). + +Modified and updated by Artem Popov . diff --git a/sclangpipe_app.1 b/sclangpipe_app.1 new file mode 100644 index 0000000..94d1c20 --- /dev/null +++ b/sclangpipe_app.1 @@ -0,0 +1,42 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH SCVIM 1 "Nov 18, 2008" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +sclangpipe_app \- a wrapper to invoke sclang for scvim +.SH SYNOPSIS +.B sclangpipe_app +.RI [ options ] +.SH DESCRIPTION +This manual page documents briefly the +.B sclangpipe_app +command. +.PP +.\" TeX users may be more comfortable with the \fB\fP and +.\" \fI\fP escape sequences to invode bold face and italics, +.\" respectively. +\fBsclangpipe_app\fP is a script that invokes the supercollider language (sclang) +executable for use with scvim. Users do NOT normally need to invoke it, since it +is called by the main \fBscvim\fP plugin when invoked by vim. +.SH SEE ALSO +.BR scvim (1) +.br +.I /usr/share/doc/supercollider\-vim/README.scvim +.SH AUTHOR +scvim was written by Alex Norman . +.PP +This manual page was written by Dan Stowell , +for the Ubuntu project (but may be used by others). diff --git a/scsynth.1 b/scsynth.1 new file mode 100644 index 0000000..b9d9290 --- /dev/null +++ b/scsynth.1 @@ -0,0 +1,135 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH SCSYNTH 1 "Nov 18, 2008" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +scsynth \- SuperCollider audio synthesis server +.SH SYNOPSIS +.B scsynth +.RI [ options ] +.SH DESCRIPTION +\fBSuperCollider\fP is a real time audio synthesis programming +language. +This manual page documents briefly the +.B scsynth +command, the audio server of SuperCollider. + +SuperCollider has documentation in the HTML format available in the +\fIsupercollider\-doc\fP package. +.PP +.\" TeX users may be more comfortable with the \fB\fP and +.\" \fI\fP escape sequences to invode bold face and italics, +.\" respectively. +.SH OPTIONS +A summary of options is included below. There \fBmust\fP be a \-u and/or a \-t +option, or \-N for nonrealtime. +.TP +.B \-u +a port number (0\(hy65535) +.TP +.B \-t +a port number (0\(hy65535) +.TP +.B \-c +default 4096 +.TP +.B \-a +default 128 +.TP +.B \-i +default 2 +.TP +.B \-o +default 2 +.TP +.B \-z +default 64 +.TP +.B \-Z +default 0 +.TP +.B \-S +default 0 +.TP +.B \-b +default 1024 +.TP +.B \-n +default 1024 +.TP +.B \-d +default 1024 +.TP +.B \-m +default 8192 +.TP +.B \-w +default 64 +.TP +.B \-r +default 64 +.TP +.B \-D +default 1 +.TP +.B \-R +default 1 +.TP +.B \-l +default 64 +.br +maximum number of named return addresses stored +.br +also maximum number of tcp connections accepted +.TP +.B \-p +When using TCP, the session password must be the first command sent. +The default is no password. UDP ports never require passwords, so +for security use TCP. +.TP +.B \-N +.TP +.B \-L +enable memory locking +.TP +.B \-H +.TP +.B \-v +0 is normal behaviour +.br +\-1 suppresses informational messages +.br +\-2 suppresses informational and many error messages +.TP +.B \-U +a colon\-separated list of paths +.br +If \-U is specified, the standard paths are NOT searched for plugins. +.TP +.B \-P +If specified, prevents file\-accessing OSC commands from accessing files outside . +.SH TO QUIT +To quit, send a 'quit' command via UDP or TCP, or press ctrl\-C. +.SH SEE ALSO +.BR sclang (1), +.br +.I /usr/share/doc/supercollider\-server +.br +.SH AUTHOR +This manual page was written by Paul Brossier +for the Debian project (but may be used by others). + +Modified and updated by Artem Popov . diff --git a/scvim.1 b/scvim.1 new file mode 100644 index 0000000..4e30c87 --- /dev/null +++ b/scvim.1 @@ -0,0 +1,53 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH SCVIM 1 "Nov 18, 2008" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +scvim \- run Vim with SuperCollider mode +.SH SYNOPSIS +.B scvim +.RI [ options ] +.SH DESCRIPTION +This manual page documents briefly the +.B scvim +command. +.PP +.\" TeX users may be more comfortable with the \fB\fP and +.\" \fI\fP escape sequences to invode bold face and italics, +.\" respectively. +\fBscvim\fP is a script that runs Vim text editor with SuperCollider mode. +It activates the SuperCollider syntax highlighting and starts the \fBsclang\fP +interpreter within Vim. +.SH OPTIONS +A summary of options is included below. +.TP +.B \-g \-\-graphical +Use gvim (graphical vim). +.TP +.B \-r \-\-rcfile rcfile +Use the file indicated as the scvim configuration file. +.TP +.B \-h \-\-help +Show summary of options. +.SH SEE ALSO +.BR sclang (1) +.br +.I /usr/share/doc/supercollider\-vim/README.scvim +.SH AUTHOR +scvim was written by Alex Norman . +.PP +This manual page was written by Artem Popov , +for the Ubuntu project (but may be used by others). diff --git a/scvim.desktop b/scvim.desktop new file mode 100644 index 0000000..3009c8c --- /dev/null +++ b/scvim.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Version=1.0 +Name=SuperCollider Vim +Comment=Vim environment for SuperCollider +Exec=scvim +Terminal=true +Type=Application +Icon=supercollider +#cats as in menu-spec-1.0: +Categories=Audio;AudioVideo;Music; diff --git a/scvim_make_help.1 b/scvim_make_help.1 new file mode 100644 index 0000000..a6d5397 --- /dev/null +++ b/scvim_make_help.1 @@ -0,0 +1,61 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH SCVIM 1 "Nov 18, 2008" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +scvim_make_help \- strip SuperCollider HTML help to text, for use with scvim +.SH SYNOPSIS +.B scvim_make_help +.RI [ options ] +.SH DESCRIPTION +This manual page documents briefly the +.B scvim_make_help +command. +.PP +.\" TeX users may be more comfortable with the \fB\fP and +.\" \fI\fP escape sequences to invode bold face and italics, +.\" respectively. +\fBscvim_make_help\fP is a script that strips SuperCollider HTML help to text +format, for use with scvim. Users do NOT normally need to invoke it, since it +is called by the main \fBscvim\fP script upon first run. +The stripped files are placed in ~/.scvim by default, but this can be overridden +by specifying SCVIM_CACHE_DIR environment variable. +.SH OPTIONS +A summary of options is included below. +.TP +.B \-s \-\-source\-dir directory +Specify the soruce directory to search for HTML help files. +.TP +.B \-d \-\-dest\-dir directory +The Destination Directory for the processed Help Files. +.TP +.B \-c \-\-clean +Clean the Destination Directory before building the helpfiles. +.TP +.B \-f \-\-force +Do not prompt to see if the user is sure about deleting files. +.TP +.B \-h \-\-help +Show summary of options. +.SH SEE ALSO +.BR scvim (1) +.br +.I /usr/share/doc/supercollider\-vim/README.scvim +.SH AUTHOR +scvim was written by Alex Norman . +.PP +This manual page was written by Dan Stowell , +for the Ubuntu project (but may be used by others). diff --git a/source/format b/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/source/lintian-overrides b/source/lintian-overrides new file mode 100644 index 0000000..a18cc59 --- /dev/null +++ b/source/lintian-overrides @@ -0,0 +1,2 @@ +# This file is the source itself +source-is-missing [HelpSource/Other/HelpDocsLicensing.html] diff --git a/supercollider-common.install b/supercollider-common.install new file mode 100644 index 0000000..c061b8a --- /dev/null +++ b/supercollider-common.install @@ -0,0 +1,8 @@ +usr/share/SuperCollider/Extensions/README +usr/share/SuperCollider/HID_Support +usr/share/SuperCollider/HelpSource +usr/share/SuperCollider/SCClassLibrary +usr/share/SuperCollider/examples +usr/share/SuperCollider/sounds +usr/share/icons/hicolor/ +usr/share/mime diff --git a/supercollider-dev.install b/supercollider-dev.install new file mode 100644 index 0000000..d9b9533 --- /dev/null +++ b/supercollider-dev.install @@ -0,0 +1,6 @@ +usr/include/SuperCollider/SCVersion.txt +usr/include/SuperCollider/common +usr/include/SuperCollider/lang/SC_LanguageClient.h +usr/include/SuperCollider/plugin_interface +usr/include/SuperCollider/server +usr/lib/libscsynth.so diff --git a/supercollider-doc.install b/supercollider-doc.install new file mode 100644 index 0000000..c873c1b --- /dev/null +++ b/supercollider-doc.install @@ -0,0 +1,3 @@ +usr/share/SuperCollider/AUTHORS +usr/share/SuperCollider/CHANGELOG.md +usr/share/SuperCollider/Help diff --git a/supercollider-emacs.docs b/supercollider-emacs.docs new file mode 100644 index 0000000..8060448 --- /dev/null +++ b/supercollider-emacs.docs @@ -0,0 +1 @@ +editors/sc-el/README.md diff --git a/supercollider-emacs.emacsen-compat b/supercollider-emacs.emacsen-compat new file mode 100644 index 0000000..573541a --- /dev/null +++ b/supercollider-emacs.emacsen-compat @@ -0,0 +1 @@ +0 diff --git a/supercollider-emacs.emacsen-install b/supercollider-emacs.emacsen-install new file mode 100644 index 0000000..662af82 --- /dev/null +++ b/supercollider-emacs.emacsen-install @@ -0,0 +1,58 @@ +#! /bin/sh -e +# /usr/lib/emacsen-common/packages/install/supercollider + +# Written by Jim Van Zandt , borrowing heavily +# from the install scripts for gettext by Santiago Vila +# and octave by Dirk Eddelbuettel . + +FLAVOR=$1 +PACKAGE=SuperCollider + +case $FLAVOR in + emacs) + exit 0 + ;; + emacs2[0123]*) + echo install/${PACKAGE}: Skipping obsolete emacs ${FLAVOR} + exit 0 + ;; + xemacs*) + echo install/${PACKAGE}: Skipping unsupported emacs ${FLAVOR} + exit 0 + ;; + *) + echo install/${PACKAGE}: Handling install of emacsen flavor ${FLAVOR} + + #FLAVORTEST=`echo $FLAVOR | cut -c-6` + #if [ ${FLAVORTEST} = xemacs ] ; then + # SITEFLAG="-no-site-file" + #else + # SITEFLAG="--no-site-file" + #fi + FLAGS="${SITEFLAG} -q -batch -l path.el -f batch-byte-compile" + + ELDIR=/usr/share/emacs/site-lisp/${PACKAGE} + ELCDIR=/usr/share/${FLAVOR}/site-lisp/${PACKAGE} + + # Install-info-altdir does not actually exist. + # Maybe somebody will write it. + if test -x /usr/sbin/install-info-altdir; then + echo install/${PACKAGE}: install Info links for ${FLAVOR} + install-info-altdir --quiet --section "" "" --dirname=${FLAVOR} /usr/share/info/${PACKAGE}.info.gz + fi + + install -m 755 -d ${ELCDIR} + cd ${ELDIR} + FILES=`echo *.el` + cp ${FILES} ${ELCDIR} + cd ${ELCDIR} + + cat << EOF > path.el +(setq load-path (cons "." load-path) byte-compile-warnings nil) +EOF + ${FLAVOR} ${FLAGS} ${FILES} + rm -f *.el path.el + + exit 0 +esac + diff --git a/supercollider-emacs.emacsen-remove b/supercollider-emacs.emacsen-remove new file mode 100644 index 0000000..f36af55 --- /dev/null +++ b/supercollider-emacs.emacsen-remove @@ -0,0 +1,28 @@ +#!/bin/sh -e +# /usr/lib/emacsen-common/packages/remove/supercollider + +FLAVOR=$1 +PACKAGE=SuperCollider + +case $FLAVOR in + emacs) + exit 0 + ;; + emacs2[0123]*) + echo remove/${PACKAGE}: Skipping obsolete emacs ${FLAVOUR} + exit 0 + ;; + xemacs*) + echo remove/${PACKAGE}: Skipping unsupported emacs ${FLAVOUR} + exit 0 + ;; + *) + if test -x /usr/sbin/install-info-altdir; then + echo remove/${PACKAGE}: removing Info links for ${FLAVOR} + install-info-altdir --quiet --remove --dirname=${FLAVOR} /usr/share/info/supercollider.info.gz + fi + + echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR} + rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE} +esac + diff --git a/supercollider-emacs.emacsen-startup b/supercollider-emacs.emacsen-startup new file mode 100644 index 0000000..611b891 --- /dev/null +++ b/supercollider-emacs.emacsen-startup @@ -0,0 +1,25 @@ +;; -*-emacs-lisp-*- +;; +;; Emacs startup file, e.g. /etc/emacs/site-start.d/50supercollider.el +;; for the Debian supercollider package +;; +;; Originally contributed by Nils Naumann +;; Modified by Dirk Eddelbuettel +;; Adapted for dh-make by Jim Van Zandt + +;; The supercollider package follows the Debian/GNU Linux 'emacsen' policy and +;; byte-compiles its elisp files for each 'emacs flavor' (emacs19, +;; xemacs19, emacs20, xemacs20...). The compiled code is then +;; installed in a subdirectory of the respective site-lisp directory. +;; We have to add this to the load-path: +(let ((package-dir (concat "/usr/share/" + (symbol-name flavor) + "/site-lisp/SuperCollider"))) +;; If package-dir does not exist, the supercollider package must have +;; removed but not purged, and we should skip the setup. + (when (file-directory-p package-dir) + (setq load-path (cons package-dir load-path)) +;; (autoload 'supercollider-mode "supercollider-mode" +;; "Major mode for editing supercollider files." t) +;; (add-to-list 'auto-mode-alist '("\\.supercollider$" . supercollider-mode)) + (require 'sclang))) diff --git a/supercollider-emacs.install b/supercollider-emacs.install new file mode 100644 index 0000000..36ca9b1 --- /dev/null +++ b/supercollider-emacs.install @@ -0,0 +1,3 @@ +usr/share/SuperCollider/Extensions/scide_scel +usr/share/applications/scel.desktop +usr/share/emacs diff --git a/supercollider-emacs.lintian-overrides b/supercollider-emacs.lintian-overrides new file mode 100644 index 0000000..d14ee50 --- /dev/null +++ b/supercollider-emacs.lintian-overrides @@ -0,0 +1 @@ +supercollider-emacs: desktop-command-not-in-package usr/share/applications/scel.desktop emacs diff --git a/supercollider-gedit.docs b/supercollider-gedit.docs new file mode 100644 index 0000000..205df92 --- /dev/null +++ b/supercollider-gedit.docs @@ -0,0 +1 @@ +editors/sced/README.md diff --git a/supercollider-gedit.install b/supercollider-gedit.install new file mode 100644 index 0000000..b70dbd7 --- /dev/null +++ b/supercollider-gedit.install @@ -0,0 +1,2 @@ +usr/lib/gedit/plugins/ +usr/share/gtksourceview-3.0/language-specs/supercollider.lang diff --git a/supercollider-ide.install b/supercollider-ide.install new file mode 100644 index 0000000..bd75ae2 --- /dev/null +++ b/supercollider-ide.install @@ -0,0 +1,3 @@ +usr/bin/scide +usr/share/SuperCollider/translations/* +usr/share/applications/SuperColliderIDE.desktop diff --git a/supercollider-ide.manpages b/supercollider-ide.manpages new file mode 100644 index 0000000..6b2c1e2 --- /dev/null +++ b/supercollider-ide.manpages @@ -0,0 +1 @@ +debian/scide.1 diff --git a/supercollider-language.docs b/supercollider-language.docs new file mode 100644 index 0000000..88fb60c --- /dev/null +++ b/supercollider-language.docs @@ -0,0 +1,2 @@ +README.md +README_LINUX.md diff --git a/supercollider-language.install b/supercollider-language.install new file mode 100644 index 0000000..5ecb16d --- /dev/null +++ b/supercollider-language.install @@ -0,0 +1 @@ +usr/bin/sclang diff --git a/supercollider-language.manpages b/supercollider-language.manpages new file mode 100644 index 0000000..02843d5 --- /dev/null +++ b/supercollider-language.manpages @@ -0,0 +1 @@ +debian/sclang.1 diff --git a/supercollider-server.docs b/supercollider-server.docs new file mode 100644 index 0000000..88fb60c --- /dev/null +++ b/supercollider-server.docs @@ -0,0 +1,2 @@ +README.md +README_LINUX.md diff --git a/supercollider-server.install b/supercollider-server.install new file mode 100644 index 0000000..4f337d7 --- /dev/null +++ b/supercollider-server.install @@ -0,0 +1,27 @@ +usr/bin/scsynth +usr/lib/SuperCollider/plugins/BinaryOpUGens.so +usr/lib/SuperCollider/plugins/ChaosUGens.so +usr/lib/SuperCollider/plugins/DelayUGens.so +usr/lib/SuperCollider/plugins/DemandUGens.so +usr/lib/SuperCollider/plugins/DiskIO_UGens.so +usr/lib/SuperCollider/plugins/DynNoiseUGens.so +usr/lib/SuperCollider/plugins/FFT_UGens.so +usr/lib/SuperCollider/plugins/FilterUGens.so +usr/lib/SuperCollider/plugins/GendynUGens.so +usr/lib/SuperCollider/plugins/GrainUGens.so +usr/lib/SuperCollider/plugins/IOUGens.so +usr/lib/SuperCollider/plugins/LFUGens.so +usr/lib/SuperCollider/plugins/ML_UGens.so +usr/lib/SuperCollider/plugins/MulAddUGens.so +usr/lib/SuperCollider/plugins/NoiseUGens.so +usr/lib/SuperCollider/plugins/OscUGens.so +usr/lib/SuperCollider/plugins/PV_ThirdParty.so +usr/lib/SuperCollider/plugins/PanUGens.so +usr/lib/SuperCollider/plugins/PhysicalModelingUGens.so +usr/lib/SuperCollider/plugins/ReverbUGens.so +usr/lib/SuperCollider/plugins/TestUGens.so +usr/lib/SuperCollider/plugins/TriggerUGens.so +usr/lib/SuperCollider/plugins/UIUGens.so +usr/lib/SuperCollider/plugins/UnaryOpUGens.so +usr/lib/SuperCollider/plugins/UnpackFFTUGens.so +usr/lib/SuperCollider/plugins/DemoUGens.so diff --git a/supercollider-server.lintian-overrides b/supercollider-server.lintian-overrides new file mode 100644 index 0000000..4d50297 --- /dev/null +++ b/supercollider-server.lintian-overrides @@ -0,0 +1,4 @@ +# This library is linked against libc +library-not-linked-against-libc [usr/lib/SuperCollider/plugins/ChaosUGens.so] +library-not-linked-against-libc [usr/lib/SuperCollider/plugins/GendynUGens.so] +library-not-linked-against-libc [usr/lib/SuperCollider/plugins/UnpackFFTUGens.so] diff --git a/supercollider-server.manpages b/supercollider-server.manpages new file mode 100644 index 0000000..ce1fe5e --- /dev/null +++ b/supercollider-server.manpages @@ -0,0 +1 @@ +debian/scsynth.1 diff --git a/supercollider-supernova.install b/supercollider-supernova.install new file mode 100644 index 0000000..7dc890c --- /dev/null +++ b/supercollider-supernova.install @@ -0,0 +1,27 @@ +usr/bin/supernova +usr/lib/SuperCollider/plugins/BinaryOpUGens_supernova.so +usr/lib/SuperCollider/plugins/ChaosUGens_supernova.so +usr/lib/SuperCollider/plugins/DelayUGens_supernova.so +usr/lib/SuperCollider/plugins/DemandUGens_supernova.so +usr/lib/SuperCollider/plugins/DiskIO_UGens_supernova.so +usr/lib/SuperCollider/plugins/DynNoiseUGens_supernova.so +usr/lib/SuperCollider/plugins/FFT_UGens_supernova.so +usr/lib/SuperCollider/plugins/FilterUGens_supernova.so +usr/lib/SuperCollider/plugins/GendynUGens_supernova.so +usr/lib/SuperCollider/plugins/GrainUGens_supernova.so +usr/lib/SuperCollider/plugins/IOUGens_supernova.so +usr/lib/SuperCollider/plugins/LFUGens_supernova.so +usr/lib/SuperCollider/plugins/ML_UGens_supernova.so +usr/lib/SuperCollider/plugins/MulAddUGens_supernova.so +usr/lib/SuperCollider/plugins/NoiseUGens_supernova.so +usr/lib/SuperCollider/plugins/OscUGens_supernova.so +usr/lib/SuperCollider/plugins/PV_ThirdParty_supernova.so +usr/lib/SuperCollider/plugins/PanUGens_supernova.so +usr/lib/SuperCollider/plugins/PhysicalModelingUGens_supernova.so +usr/lib/SuperCollider/plugins/ReverbUGens_supernova.so +usr/lib/SuperCollider/plugins/TestUGens_supernova.so +usr/lib/SuperCollider/plugins/TriggerUGens_supernova.so +usr/lib/SuperCollider/plugins/UIUGens_supernova.so +usr/lib/SuperCollider/plugins/UnaryOpUGens_supernova.so +usr/lib/SuperCollider/plugins/UnpackFFTUGens_supernova.so +usr/lib/SuperCollider/plugins/DemoUGens_supernova.so \ No newline at end of file diff --git a/supercollider-supernova.lintian-overrides b/supercollider-supernova.lintian-overrides new file mode 100644 index 0000000..e77adaa --- /dev/null +++ b/supercollider-supernova.lintian-overrides @@ -0,0 +1,4 @@ +# This library is linked against libc +library-not-linked-against-libc [usr/lib/SuperCollider/plugins/ChaosUGens_supernova.so] +library-not-linked-against-libc [usr/lib/SuperCollider/plugins/GendynUGens_supernova.so] +library-not-linked-against-libc [usr/lib/SuperCollider/plugins/UnpackFFTUGens_supernova.so] diff --git a/supercollider-supernova.manpages b/supercollider-supernova.manpages new file mode 100644 index 0000000..3081379 --- /dev/null +++ b/supercollider-supernova.manpages @@ -0,0 +1 @@ +debian/supernova.1 diff --git a/supercollider-vim.README.Debian b/supercollider-vim.README.Debian new file mode 100644 index 0000000..d48939a --- /dev/null +++ b/supercollider-vim.README.Debian @@ -0,0 +1,12 @@ +Dear user, this package provides the vim addon supercollider-vim, but it is +not enabled by default. If you want to enable it for your user account just +execute: + +vim-addons install supercollider + +Similarly, to enable it for all users of this system just execute (as root): + +vim-addons -w install supercollider + +vim-addons is provided by the vim-addon-manager package, have a look at its +manpage for more information. diff --git a/supercollider-vim.docs b/supercollider-vim.docs new file mode 100644 index 0000000..7c9ce03 --- /dev/null +++ b/supercollider-vim.docs @@ -0,0 +1,2 @@ +#editors/scvim/SCVim.scd +editors/scvim/README.md diff --git a/supercollider-vim.install b/supercollider-vim.install new file mode 100644 index 0000000..e5c1ebd --- /dev/null +++ b/supercollider-vim.install @@ -0,0 +1,8 @@ +#debian/supercollider-vim.yaml usr/share/vim/registry/ +#usr/bin/sclangpipe_app +#usr/bin/scvim +#usr/share/SuperCollider/Extensions/scvim +#usr/share/scvim +#usr/share/vim +usr/share/SuperCollider/Extensions/scide_scvim/SCVim.sc +usr/share/applications/scvim.desktop diff --git a/supercollider-vim.manpages b/supercollider-vim.manpages new file mode 100644 index 0000000..ba418be --- /dev/null +++ b/supercollider-vim.manpages @@ -0,0 +1 @@ +debian/scvim.1 debian/sclangpipe_app.1 diff --git a/supercollider-vim.yaml b/supercollider-vim.yaml new file mode 100644 index 0000000..4aa2a04 --- /dev/null +++ b/supercollider-vim.yaml @@ -0,0 +1,10 @@ +addon: supercollider +description: "SuperCollider mode for Vim" +disabledby: "let loaded_supercollider = 1" +files: + - ftplugin/supercollider.vim + - indent/sc_indent.vim + - syntax/supercollider.vim + - syntax/supercollider_lang.vim + - syntax/supercollider_objects.vim + - syntax/supercollider_operators.vim diff --git a/supernova.1 b/supernova.1 new file mode 100644 index 0000000..de73604 --- /dev/null +++ b/supernova.1 @@ -0,0 +1,135 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH SUPERNOVA 1 "Nov 18, 2008" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +supernova \- SuperCollider audio synthesis server +.SH SYNOPSIS +.B supernova +.RI [ options ] +.SH DESCRIPTION +\fBSuperCollider\fP is a real time audio synthesis programming +language. +This manual page documents briefly the +.B supernova +command, the audio server of SuperCollider. + +SuperCollider has documentation in the HTML format available in the +\fIsupercollider\-doc\fP package. +.PP +.\" TeX users may be more comfortable with the \fB\fP and +.\" \fI\fP escape sequences to invode bold face and italics, +.\" respectively. +.SH OPTIONS +A summary of options is included below. There \fBmust\fP be a \-u and/or a \-t +option, or \-N for nonrealtime. +.TP +.B \-u +a port number (0\(hy65535) +.TP +.B \-t +a port number (0\(hy65535) +.TP +.B \-c +default 4096 +.TP +.B \-a +default 128 +.TP +.B \-i +default 2 +.TP +.B \-o +default 2 +.TP +.B \-z +default 64 +.TP +.B \-Z +default 0 +.TP +.B \-S +default 0 +.TP +.B \-b +default 1024 +.TP +.B \-n +default 1024 +.TP +.B \-d +default 1024 +.TP +.B \-m +default 8192 +.TP +.B \-w +default 64 +.TP +.B \-r +default 64 +.TP +.B \-D +default 1 +.TP +.B \-R +default 1 +.TP +.B \-l +default 64 +.br +maximum number of named return addresses stored +.br +also maximum number of tcp connections accepted +.TP +.B \-p +When using TCP, the session password must be the first command sent. +The default is no password. UDP ports never require passwords, so +for security use TCP. +.TP +.B \-N +.TP +.B \-L +enable memory locking +.TP +.B \-H +.TP +.B \-v +0 is normal behaviour +.br +\-1 suppresses informational messages +.br +\-2 suppresses informational and many error messages +.TP +.B \-U +a colon\-separated list of paths +.br +If \-U is specified, the standard paths are NOT searched for plugins. +.TP +.B \-P +If specified, prevents file\-accessing OSC commands from accessing files outside . +.SH TO QUIT +To quit, send a 'quit' command via UDP or TCP, or press ctrl\-C. +.SH SEE ALSO +.BR sclang (1), +.br +.I /usr/share/doc/supercollider\-server +.br +.SH AUTHOR +This manual page was written by Paul Brossier +for the Debian project (but may be used by others). + +Modified and updated by Artem Popov . diff --git a/upstream/metadata b/upstream/metadata new file mode 100644 index 0000000..345b464 --- /dev/null +++ b/upstream/metadata @@ -0,0 +1,5 @@ +Name: supercollider +Bug-Database: https://github.com/supercollider/supercollider/issues +Bug-Submit: https://github.com/supercollider/supercollider/issues/new +Repository: https://github.com/supercollider/supercollider.git +Repository-Browse: https://github.com/supercollider/supercollider diff --git a/watch b/watch new file mode 100644 index 0000000..ccba01c --- /dev/null +++ b/watch @@ -0,0 +1,9 @@ +version=4 +opts="repack, \ + repacksuffix=+repack, \ + dversionmangle=s%\+repack%%, \ + searchmode=plain,\ + filenamemangle=s%Version-@ANY_VERSION@%@PACKAGE@-$1.tar.gz%, \ + uversionmangle=s/-rc/~rc/" \ + https://api.github.com/repos/supercollider/supercollider/tags?per_page=100 \ + https://api.github.com/repos/[^/]+/[^/]+/tarball/refs/tags/Version-@ANY_VERSION@ -- 2.30.2