🩹 Corrige "or" por "OR" en licencias

This commit is contained in:
Manuel Cillero 2022-10-13 21:32:11 +02:00
parent f241775aef
commit 9b30f40092
6 changed files with 6 additions and 6 deletions

View file

@ -11,7 +11,7 @@ description = """\
""" """
homepage = "https://pagetop.cillero.es" homepage = "https://pagetop.cillero.es"
repository = "https://github.com/manuelcillero/pagetop" repository = "https://github.com/manuelcillero/pagetop"
license = "Apache-2.0 or MIT" license = "Apache-2.0 OR MIT"
[dependencies] [dependencies]
actix-web = "4.2.1" actix-web = "4.2.1"

View file

@ -11,7 +11,7 @@ description = """\
""" """
homepage = "https://pagetop.cillero.es" homepage = "https://pagetop.cillero.es"
repository = "https://github.com/manuelcillero/pagetop" repository = "https://github.com/manuelcillero/pagetop"
license = "Apache-2.0 or MIT" license = "Apache-2.0 OR MIT"
[dependencies] [dependencies]
pagetop = { path = "../pagetop", version = "0.0" } pagetop = { path = "../pagetop", version = "0.0" }

View file

@ -12,7 +12,7 @@ description = """\
""" """
homepage = "https://pagetop.cillero.es" homepage = "https://pagetop.cillero.es"
repository = "https://github.com/manuelcillero/pagetop" repository = "https://github.com/manuelcillero/pagetop"
license = "Apache-2.0 or MIT" license = "Apache-2.0 OR MIT"
[dependencies] [dependencies]
pagetop = { path = "../pagetop", version = "0.0" } pagetop = { path = "../pagetop", version = "0.0" }

View file

@ -11,7 +11,7 @@ description = """\
""" """
homepage = "https://pagetop.cillero.es" homepage = "https://pagetop.cillero.es"
repository = "https://github.com/manuelcillero/pagetop" repository = "https://github.com/manuelcillero/pagetop"
license = "Apache-2.0 or MIT" license = "Apache-2.0 OR MIT"
[dependencies] [dependencies]
pagetop = { path = "../pagetop", version = "0.0", features = ["database"], default-features = false } pagetop = { path = "../pagetop", version = "0.0", features = ["database"], default-features = false }

View file

@ -11,7 +11,7 @@ description = """\
""" """
homepage = "https://pagetop.cillero.es" homepage = "https://pagetop.cillero.es"
repository = "https://github.com/manuelcillero/pagetop" repository = "https://github.com/manuelcillero/pagetop"
license = "Apache-2.0 or MIT" license = "Apache-2.0 OR MIT"
[dependencies] [dependencies]
pagetop = { path = "../pagetop", version = "0.0", features = ["database"], default-features = false } pagetop = { path = "../pagetop", version = "0.0", features = ["database"], default-features = false }

View file

@ -11,7 +11,7 @@ description = """\
""" """
homepage = "https://pagetop.cillero.es" homepage = "https://pagetop.cillero.es"
repository = "https://github.com/manuelcillero/pagetop" repository = "https://github.com/manuelcillero/pagetop"
license = "Apache-2.0 or MIT" license = "Apache-2.0 OR MIT"
[dependencies] [dependencies]
actix-web = "4.2.1" actix-web = "4.2.1"