Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misc: Relicense Ryujinx.Audio under the terms of the MIT license #3449

Merged
merged 2 commits into from
Jul 8, 2022
Merged

misc: Relicense Ryujinx.Audio under the terms of the MIT license #3449

merged 2 commits into from
Jul 8, 2022

Conversation

marysaka
Copy link
Contributor

@marysaka marysaka commented Jul 8, 2022

With the approvals of all the Ryujinx.Audio contributors, this PR, changes Ryujinx.Audio license from LGPLv3 to MIT.

Also fix UTF8-BOM usage on some files (not sure how this happened?)

With the approvals of all the Ryujinx.Audio contributors, this commit
changes Ryujinx.Audio license from LGPLv3 to MIT.
@marysaka marysaka added miscellaneous Related to some project not listed in labels audio Related to Ryujinx.Audio labels Jul 8, 2022
Copy link
Member

@gdkchan gdkchan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice to have the entire project under the same license now.

@marysaka marysaka merged commit 4c2ab88 into Ryujinx:master Jul 8, 2022
santibe added a commit to santibe/Ryujinx that referenced this pull request Jul 21, 2022
commit 9337f52
Author: gdk <gab.dark.100@gmail.com>
Date:   Sun Jul 10 02:20:58 2022 -0300

    Increment call depth on function start rather than before call

commit a233617
Author: gdk <gab.dark.100@gmail.com>
Date:   Wed Jun 29 17:24:21 2022 -0300

    Also reset call depth when not using the unmanaged dispatch loop

commit c852a9a
Author: gdk <gab.dark.100@gmail.com>
Date:   Wed Jun 29 15:53:51 2022 -0300

    PPTC version bump

commit 67479d4
Author: gdk <gab.dark.100@gmail.com>
Date:   Wed Jun 29 15:46:45 2022 -0300

    Protect against stack overflow caused by deep recursive calls

commit 3af42d6
Author: Emmanuel Hansen <emmausssss@gmail.com>
Date:   Fri Jul 8 18:47:11 2022 +0000

    UI - Avalonia Part 3 (Ryujinx#3441)

    * Add all other windows

    * addreesed review

    * Prevent "No Update" option from being deleted

    * Select no update is the current update is removed from the title update window

    * fix amiibo crash

commit bccf5e8
Author: Emmanuel Hansen <emmausssss@gmail.com>
Date:   Fri Jul 8 18:28:45 2022 +0000

    Avalonia - Use loaded config when assigning controller input (Ryujinx#3447)

    * Use loaded config when assigning controller input

    * Fix crash when switch player in controller window

commit d86a116
Author: Emmanuel Hansen <emmausssss@gmail.com>
Date:   Fri Jul 8 18:16:30 2022 +0000

    ensure mouse cursor is only hidden when mouse is in renderer (Ryujinx#3448)

commit 4c2ab88
Author: Mary <mary@mary.zone>
Date:   Fri Jul 8 19:45:53 2022 +0200

    misc: Relicense Ryujinx.Audio under the terms of the MIT license (Ryujinx#3449)

    * Ryujinx.Audio: Remove BOM from files

    * misc: Relicense Ryujinx.Audio under the terms of the MIT license

    With the approvals of all the Ryujinx.Audio contributors, this commit
    changes Ryujinx.Audio license from LGPLv3 to MIT.

commit bc5bb44
Author: Emmanuel Hansen <emmausssss@gmail.com>
Date:   Fri Jul 8 12:53:48 2022 +0000

    Fix deadlock in mouse input on Avalonia (Ryujinx#3444)

    * fix deadlock in mouse input

    * apply @AcK77 changes

commit 55e9795
Author: gdkchan <gab.dark.100@gmail.com>
Date:   Wed Jul 6 13:37:36 2022 -0300

    Fix Vi managed and stray layers open/close/destroy (Ryujinx#3438)

    * Fix Vi managed and stray layers open/close/destroy

    * OpenLayer should set the state to ManagedOpened

commit f7ef636
Author: gdkchan <gab.dark.100@gmail.com>
Date:   Wed Jul 6 08:40:31 2022 -0300

    Implement CPU FCVT Half <-> Double conversion variants (Ryujinx#3439)

    * Half <-> Double conversion support

    * Add tests, fast path and deduplicate SoftFloat code

    * PPTC version

commit b46b63e
Author: gdkchan <gab.dark.100@gmail.com>
Date:   Tue Jul 5 19:58:36 2022 -0300

    Add support for alpha to coverage dithering (Ryujinx#3069)

    * Add support for alpha to coverage dithering

    * Shader cache version bump

    * Fix wrong alpha register

    * Ensure support buffer is cleared

    * New shader specialization based approach

commit 594246e
Author: Emmanuel Hansen <emmausssss@gmail.com>
Date:   Tue Jul 5 18:06:31 2022 +0000

    UI - Avalonia Part 2 (Ryujinx#3351)

    * add settings windows and children views

    * Expose hotkeys configuration on the UI

    * Remove double spacing from locale JSON

    * simplify button assigner

    * add cemuhook buttons and title to locale

    * move common button assigner to own class

    * cancel button assigner when window is closed

    * remove unused setting

    * address review. fix controller profile not loading default when switching devices

    * fix updater file name

    * Input cleanup (Ryujinx#37)

    * addressed review

    * add device type to controller device checks

    * change accessibility modifier of public classes to internal

    * Update Ryujinx.Ava/Ui/ViewModels/ControllerSettingsViewModel.cs

    Co-authored-by: gdkchan <gab.dark.100@gmail.com>

    * Update de_DE.json

    * Update de_DE.json

    * Update tr_TR.json

    Translated newly added lines

    * Update it_IT.json

    * fix rebase

    * update avalonia

    * fix wrong key used for button text

    * Align settings window elements

    * Tabs to spaces

    * Update brazilian portuguese translation

    * Minor improvement on brazilian portuguese translation

    * fix turkish translation

    * remove unused text

    * change view related classes to public

    * unsubscribe from deferred event if dialog is closed

    * Load the default language before loading any other when switching languages

    * Make controller settings more compact

    * increase default width of settings window, reduce profile buttons width

    Co-authored-by: gdk <gab.dark.100@gmail.com>
    Co-authored-by: MutantAura <44103205+MutantAura@users.noreply.github.com>
    Co-authored-by: Niwu34 <67392333+Niwu34@users.noreply.github.com>
    Co-authored-by: aegiff <99728970+aegiff@users.noreply.github.com>
    Co-authored-by: Antonio Brugnolo <36473846+AntoSkate@users.noreply.github.com>

commit d21b403
Author: Ac_K <Acoustik666@gmail.com>
Date:   Sun Jul 3 10:17:24 2022 +0200

    Stub GetTemperature (Ryujinx#3429)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
audio Related to Ryujinx.Audio miscellaneous Related to some project not listed in labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants