diff --git a/images-doc/info.rkt b/images-doc/info.rkt index 0893d2a..d29ff94 100644 --- a/images-doc/info.rkt +++ b/images-doc/info.rkt @@ -21,3 +21,6 @@ (define pkg-desc "Documentation for images-lib") (define pkg-authors '(ntoronto)) + +(define license + '(Apache-2.0 OR MIT)) diff --git a/images-gui-lib/info.rkt b/images-gui-lib/info.rkt index 0102386..b3aab56 100644 --- a/images-gui-lib/info.rkt +++ b/images-gui-lib/info.rkt @@ -10,3 +10,6 @@ (define pkg-desc "Functions for constructing icons and logos") (define pkg-authors '(ntoronto)) + +(define license + '(Apache-2.0 OR MIT)) diff --git a/images-lib/info.rkt b/images-lib/info.rkt index 0c829e6..6b91545 100644 --- a/images-lib/info.rkt +++ b/images-lib/info.rkt @@ -12,3 +12,6 @@ (define pkg-authors '(ntoronto)) (define version "1.2") + +(define license + '(Apache-2.0 OR MIT)) diff --git a/images-test/info.rkt b/images-test/info.rkt index 3047d6a..137bde2 100644 --- a/images-test/info.rkt +++ b/images-test/info.rkt @@ -14,3 +14,6 @@ (define pkg-desc "Tests for images-pkg") (define pkg-authors '(ntoronto)) + +(define license + '(Apache-2.0 OR MIT)) diff --git a/images/info.rkt b/images/info.rkt index 10d0b62..33a1aa6 100644 --- a/images/info.rkt +++ b/images/info.rkt @@ -8,3 +8,6 @@ (define pkg-desc "Functions (and docs and tests) for constructing icons and logos") (define pkg-authors '(ntoronto)) + +(define license + '(Apache-2.0 OR MIT))