diff --git a/drust/Cargo.toml b/drust/Cargo.toml index 9ad49f4f..a1f66688 100644 --- a/drust/Cargo.toml +++ b/drust/Cargo.toml @@ -11,7 +11,7 @@ description = """\ """ homepage = "https://pagetop.cillero.es" repository = "https://github.com/manuelcillero/pagetop" -license = "Apache-2.0 or MIT" +license = "Apache-2.0 OR MIT" [dependencies] actix-web = "4.2.1" diff --git a/pagetop-admin/Cargo.toml b/pagetop-admin/Cargo.toml index c3175413..06fc361b 100644 --- a/pagetop-admin/Cargo.toml +++ b/pagetop-admin/Cargo.toml @@ -11,7 +11,7 @@ description = """\ """ homepage = "https://pagetop.cillero.es" repository = "https://github.com/manuelcillero/pagetop" -license = "Apache-2.0 or MIT" +license = "Apache-2.0 OR MIT" [dependencies] pagetop = { path = "../pagetop", version = "0.0" } diff --git a/pagetop-mdbook/Cargo.toml b/pagetop-mdbook/Cargo.toml index bf0ab952..e8d8047f 100644 --- a/pagetop-mdbook/Cargo.toml +++ b/pagetop-mdbook/Cargo.toml @@ -12,7 +12,7 @@ description = """\ """ homepage = "https://pagetop.cillero.es" repository = "https://github.com/manuelcillero/pagetop" -license = "Apache-2.0 or MIT" +license = "Apache-2.0 OR MIT" [dependencies] pagetop = { path = "../pagetop", version = "0.0" } diff --git a/pagetop-node/Cargo.toml b/pagetop-node/Cargo.toml index c21d255d..1b58ff20 100644 --- a/pagetop-node/Cargo.toml +++ b/pagetop-node/Cargo.toml @@ -11,7 +11,7 @@ description = """\ """ homepage = "https://pagetop.cillero.es" repository = "https://github.com/manuelcillero/pagetop" -license = "Apache-2.0 or MIT" +license = "Apache-2.0 OR MIT" [dependencies] pagetop = { path = "../pagetop", version = "0.0", features = ["database"], default-features = false } diff --git a/pagetop-user/Cargo.toml b/pagetop-user/Cargo.toml index db3d053f..3d6f39a4 100644 --- a/pagetop-user/Cargo.toml +++ b/pagetop-user/Cargo.toml @@ -11,7 +11,7 @@ description = """\ """ homepage = "https://pagetop.cillero.es" repository = "https://github.com/manuelcillero/pagetop" -license = "Apache-2.0 or MIT" +license = "Apache-2.0 OR MIT" [dependencies] pagetop = { path = "../pagetop", version = "0.0", features = ["database"], default-features = false } diff --git a/website/Cargo.toml b/website/Cargo.toml index 200294a3..55231683 100644 --- a/website/Cargo.toml +++ b/website/Cargo.toml @@ -11,7 +11,7 @@ description = """\ """ homepage = "https://pagetop.cillero.es" repository = "https://github.com/manuelcillero/pagetop" -license = "Apache-2.0 or MIT" +license = "Apache-2.0 OR MIT" [dependencies] actix-web = "4.2.1"