diff --git a/LICENSE.md b/LICENSE.md index 51158162b..f58c55f22 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -9,7 +9,7 @@ at your option. ## MIT License -Copyright (c) 2018-2021 Michael R. Welsh and Ruffle contributors +Copyright (c) 2018-2022 Ruffle LLC and Ruffle contributors (https://github.com/ruffle-rs/ruffle/graphs/contributors) Permission is hereby granted, free of charge, to any @@ -551,7 +551,7 @@ Ruffle depends on third-party libraries with compatible licenses. | [strsim](https://github.com/dguo/strsim-rs) | [MIT](#MIT) | Copyright (c) 2015 Danny Guo Copyright (c) 2016 Titus Wormer | | [strsim](https://github.com/dguo/strsim-rs) | [MIT](#MIT) | Copyright (c) 2015 Danny Guo Copyright (c) 2016 Titus Wormer Copyright (c) 2018 Akash Kurdekar | | [svg](https://github.com/bodoni/svg) | [Apache-2.0](#Apache-20)/[MIT](#MIT) | Copyright 2015–2021 The svg Developers Copyright 2015–2021 The svg Developers | -| [swf](https://github.com/ruffle-rs/ruffle) | [Apache-2.0](#Apache-20)/[MIT](#MIT) | Copyright (c) 2018 Mike Welsh | +| [swf](https://github.com/ruffle-rs/ruffle) | [Apache-2.0](#Apache-20)/[MIT](#MIT) | Copyright (c) 2018 Ruffle LLC and Ruffle contributors | | [syn](https://github.com/dtolnay/syn) | [Apache-2.0](#Apache-20)/[MIT](#MIT) | Copyright (c) David Tolnay | | [synstructure](https://github.com/mystor/synstructure) | [MIT](#MIT) | Copyright 2016 Nika Layzell | | [tar](https://github.com/alexcrichton/tar-rs) | [Apache-2.0](#Apache-20)/[MIT](#MIT) | Copyright (c) 2014 Alex Crichton | diff --git a/core/Cargo.toml b/core/Cargo.toml index 09b71606b..aeb4e9e36 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ruffle_core" version = "0.1.0" -authors = ["Mike Welsh "] +authors = ["Ruffle LLC "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/core/macros/Cargo.toml b/core/macros/Cargo.toml index 5501238e1..25c365156 100644 --- a/core/macros/Cargo.toml +++ b/core/macros/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ruffle_macros" version = "0.1.0" -authors = ["Mike Welsh "] +authors = ["Ruffle LLC "] edition = "2021" [lib] diff --git a/desktop/Cargo.toml b/desktop/Cargo.toml index 05ee466b1..09be74906 100644 --- a/desktop/Cargo.toml +++ b/desktop/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ruffle_desktop" version = "0.1.0" -authors = ["Mike Welsh "] +authors = ["Ruffle LLC "] edition = "2021" default-run = "ruffle_desktop" license = "MIT OR Apache-2.0" diff --git a/render/canvas/Cargo.toml b/render/canvas/Cargo.toml index 5a8e075d9..452db354d 100644 --- a/render/canvas/Cargo.toml +++ b/render/canvas/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ruffle_render_canvas" version = "0.1.0" -authors = ["Mike Welsh "] +authors = ["Ruffle LLC "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/render/common_tess/Cargo.toml b/render/common_tess/Cargo.toml index db6e57073..baabb28c5 100644 --- a/render/common_tess/Cargo.toml +++ b/render/common_tess/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ruffle_render_common_tess" version = "0.1.0" -authors = ["Mike Welsh "] +authors = ["Ruffle LLC "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/render/webgl/Cargo.toml b/render/webgl/Cargo.toml index d0aaf000d..bd130daae 100644 --- a/render/webgl/Cargo.toml +++ b/render/webgl/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ruffle_render_webgl" version = "0.1.0" -authors = ["Mike Welsh "] +authors = ["Ruffle LLC "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/swf/Cargo.toml b/swf/Cargo.toml index e260a6f96..d1461c373 100644 --- a/swf/Cargo.toml +++ b/swf/Cargo.toml @@ -2,7 +2,7 @@ name = "swf" version = "0.1.2" edition = "2021" -authors = ["Mike Welsh"] +authors = ["Ruffle LLC "] repository = "https://github.com/ruffle-rs/ruffle" homepage = "https://github.com/ruffle-rs/ruffle" license = "MIT OR Apache-2.0" diff --git a/web/LICENSE.md b/web/LICENSE.md index f67e7852d..b34a971d2 100644 --- a/web/LICENSE.md +++ b/web/LICENSE.md @@ -549,7 +549,7 @@ Ruffle depends on third-party libraries with compatible licenses. | [strsim](https://github.com/dguo/strsim-rs) | [MIT](#MIT) | Copyright (c) 2015 Danny Guo Copyright (c) 2016 Titus Wormer | | [strsim](https://github.com/dguo/strsim-rs) | [MIT](#MIT) | Copyright (c) 2015 Danny Guo Copyright (c) 2016 Titus Wormer Copyright (c) 2018 Akash Kurdekar | | [svg](https://github.com/bodoni/svg) | [Apache-2.0](#Apache-20)/[MIT](#MIT) | Copyright 2015–2021 The svg Developers Copyright 2015–2021 The svg Developers | -| [swf](https://github.com/ruffle-rs/ruffle) | [Apache-2.0](#Apache-20)/[MIT](#MIT) | Copyright (c) 2018 Mike Welsh | +| [swf](https://github.com/ruffle-rs/ruffle) | [Apache-2.0](#Apache-20)/[MIT](#MIT) | Copyright (c) 2018 Ruffle LLC and Ruffle contributors | | [syn](https://github.com/dtolnay/syn) | [Apache-2.0](#Apache-20)/[MIT](#MIT) | Copyright (c) David Tolnay | | [synstructure](https://github.com/mystor/synstructure) | [MIT](#MIT) | Copyright 2016 Nika Layzell | | [tar](https://github.com/alexcrichton/tar-rs) | [Apache-2.0](#Apache-20)/[MIT](#MIT) | Copyright (c) 2014 Alex Crichton | diff --git a/web/common/Cargo.toml b/web/common/Cargo.toml index c58a17b41..19f35be7b 100644 --- a/web/common/Cargo.toml +++ b/web/common/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ruffle_web_common" version = "0.1.0" -authors = ["Mike Welsh "] +authors = ["Ruffle LLC "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/web/packages/demo/LICENSE_MIT b/web/packages/demo/LICENSE_MIT index 63a286b4f..941fe9938 100644 --- a/web/packages/demo/LICENSE_MIT +++ b/web/packages/demo/LICENSE_MIT @@ -1,4 +1,4 @@ -Copyright (c) 2018 Mike Welsh +Copyright (c) 2018 Ruffle LLC and Ruffle contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated diff --git a/web/packages/extension/LICENSE_MIT b/web/packages/extension/LICENSE_MIT index 63a286b4f..d760f60c5 100644 --- a/web/packages/extension/LICENSE_MIT +++ b/web/packages/extension/LICENSE_MIT @@ -1,4 +1,4 @@ -Copyright (c) 2018 Mike Welsh +Copyright (c) 2018 Ruffle LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated diff --git a/web/packages/selfhosted/LICENSE_MIT b/web/packages/selfhosted/LICENSE_MIT index 63a286b4f..941fe9938 100644 --- a/web/packages/selfhosted/LICENSE_MIT +++ b/web/packages/selfhosted/LICENSE_MIT @@ -1,4 +1,4 @@ -Copyright (c) 2018 Mike Welsh +Copyright (c) 2018 Ruffle LLC and Ruffle contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated