Skip to content

Commit

Permalink
add license to package info.rkt files
Browse files Browse the repository at this point in the history
  • Loading branch information
LiberalArtist authored and mflatt committed Oct 9, 2021
1 parent 975f011 commit b3d0320
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images-doc/info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@
(define pkg-desc "Documentation for images-lib")

(define pkg-authors '(ntoronto))

(define license
'(Apache-2.0 OR MIT))
3 changes: 3 additions & 0 deletions images-gui-lib/info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
(define pkg-desc "Functions for constructing icons and logos")

(define pkg-authors '(ntoronto))

(define license
'(Apache-2.0 OR MIT))
3 changes: 3 additions & 0 deletions images-lib/info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@
(define pkg-authors '(ntoronto))

(define version "1.2")

(define license
'(Apache-2.0 OR MIT))
3 changes: 3 additions & 0 deletions images-test/info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@
(define pkg-desc "Tests for images-pkg")

(define pkg-authors '(ntoronto))

(define license
'(Apache-2.0 OR MIT))
3 changes: 3 additions & 0 deletions images/info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -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))

0 comments on commit b3d0320

Please sign in to comment.