From 9b30f40092580ca986914953dde626092ed53f3c Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Thu, 13 Oct 2022 21:32:11 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Corrige=20"or"=20por=20"OR"=20en?= =?UTF-8?q?=20licencias?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- drust/Cargo.toml | 2 +- pagetop-admin/Cargo.toml | 2 +- pagetop-mdbook/Cargo.toml | 2 +- pagetop-node/Cargo.toml | 2 +- pagetop-user/Cargo.toml | 2 +- website/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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"