Skip to content

Commit

Permalink
Use LicenseRef- prefix for license file
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr authored Oct 22, 2022
1 parent 8e47eb1 commit c43a129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/restbed/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class RestbedConan(ConanFile):
description = "Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++14 applications."
topics = ("restful", "server", "client", "json", "http", "ssl", "tls")
url = "https://github.com/conan-io/conan-center-index"
license = "AGPL-3.0-or-later", "CPL" # Corvusoft Permissive License (CPL)
license = "AGPL-3.0-or-later", "LicenseRef-CPL" # Corvusoft Permissive License (CPL)

settings = "os", "arch", "compiler", "build_type"
options = {
Expand Down

0 comments on commit c43a129

Please sign in to comment.