Skip to content

Commit

Permalink
Change SPDX to "LGPL-3.0-only WITH LGPL-3.0-linking-exception"
Browse files Browse the repository at this point in the history
This is effectively the same license as the MPL-2.0,
but not on a source-file basis. Also add AUTHORS to the LICENSE
file (currently generated for Windows only).
  • Loading branch information
fschutt committed Mar 26, 2021
1 parent d7e8e19 commit a163477
Show file tree
Hide file tree
Showing 11 changed files with 382 additions and 61 deletions.
417 changes: 369 additions & 48 deletions LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion azul-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "azul-core"
version = "0.0.2"
authors = ["Felix Schütt <[email protected]>"]
license = "MIT"
license = "LGPL-3.0-only WITH LGPL-3.0-linking-exception"
description = '''
Common datatypes used for the Azul document object model, shared across all azul-* crates
'''
Expand Down
2 changes: 1 addition & 1 deletion azul-css-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "azul-css-parser"
version = "0.0.1"
authors = ["Felix Schütt <[email protected]>"]
license = "MIT"
license = "LGPL-3.0-only WITH LGPL-3.0-linking-exception"
description = '''
CSS-compatible parser for the Azul GUI framework
'''
Expand Down
2 changes: 1 addition & 1 deletion azul-css/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "azul-css"
version = "0.0.1"
authors = ["Felix Schütt <[email protected]>"]
license = "MIT"
license = "LGPL-3.0-only WITH LGPL-3.0-linking-exception"
description = '''
Common datatypes used for styling applications
using the Azul desktop GUI framework
Expand Down
2 changes: 1 addition & 1 deletion azul-desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "azul-desktop"
version = "0.0.5"
authors = ["Felix Schütt <[email protected]>"]
license = "MIT"
license = "LGPL-3.0-only WITH LGPL-3.0-linking-exception"
description = "Desktop rendering API for azul"
homepage = "https://azul.rs/"
keywords = ["gui", "user-interface", "svg", "graphics", "css" ]
Expand Down
2 changes: 1 addition & 1 deletion azul-dll/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "azul-dll"
version = "0.0.1"
authors = ["Felix Schütt <[email protected]>"]
license = "MIT"
license = "LGPL-3.0-only WITH LGPL-3.0-linking-exception"
description = "C-API of Azul GUI"
homepage = "https://azul.rs/"
keywords = ["gui", "user-interface", "svg", "graphics", "css" ]
Expand Down
4 changes: 2 additions & 2 deletions azul-layout/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "azul-layout"
version = "0.0.4"
authors = ["Emil Sjölander <[email protected]>", "fschutt <[email protected]>"]
license = "MIT"
authors = ["Felix Schütt <[email protected]>"]
license = "LGPL-3.0-only WITH LGPL-3.0-linking-exception"
description = '''
Flexbox layout solver the Azul GUI framework
'''
Expand Down
2 changes: 1 addition & 1 deletion azul-text-layout/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "azul-text-layout"
version = "0.0.5"
authors = ["Felix Schütt <[email protected]>"]
license = "MIT"
license = "LGPL-3.0-only WITH LGPL-3.0-linking-exception"
description = '''
Text layout algorithms Azul desktop GUI framework
'''
Expand Down
2 changes: 1 addition & 1 deletion azul-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "azul-web"
version = "0.0.5"
authors = ["Felix Schütt <[email protected]>"]
license = "MIT"
license = "LGPL-3.0-only WITH LGPL-3.0-linking-exception"
description = "Web API implementation for the Azul GUI toolkit"
homepage = "https://azul.rs/"
keywords = ["gui", "GUI", "user-interface", "svg", "graphics" ]
Expand Down
2 changes: 1 addition & 1 deletion azul-widgets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "azul-widgets"
version = "0.0.2"
authors = ["Felix Schütt <[email protected]>"]
license = "MIT"
license = "LGPL-3.0-only WITH LGPL-3.0-linking-exception"
description = '''
Builtin widgets for the Azul GUI framework (buttons, checkboxes, labels, etc.)
'''
Expand Down
6 changes: 3 additions & 3 deletions azulc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "azulc"
version = "0.0.3"
authors = ["Felix Schütt <[email protected]>"]
license = "MIT"
license = "LGPL-3.0-only WITH LGPL-3.0-linking-exception"
description = '''
Azul XML-to-Rust compiler (and library)
'''
Expand Down Expand Up @@ -42,8 +42,8 @@ image = { version = "0.23.12", default-features = fals
rust-fontconfig = { version = "0.1.2", default-features = false, features = ["std"], optional = true }
lyon = { version = "0.15.8", default-features = false, optional = true }
rayon = { version = "1.5.0", default-features = false, optional = true }
usvg = { git = "https://github.com/RazrFalcon/resvg", rev = "38fc6781bd6edffcb8c14b3145b5e5a7342f6761", default-features = false, optional = true }
resvg = { git = "https://github.com/RazrFalcon/resvg", rev = "38fc6781bd6edffcb8c14b3145b5e5a7342f6761", default-features = false, optional = true }
usvg = { version = "0.14.0", default-features = false, optional = true }
resvg = { version = "0.14.0", default-features = false, optional = true }
roxmltree = { version = "0.14.0", default-features = false, optional = true }
owned_ttf_parser = { version = "0.6.0", default-features = false, optional = true }
tiny-skia = { version = "0.5.1", default-features = false, optional = true, features = ["libm"] }
Expand Down

0 comments on commit a163477

Please sign in to comment.