From c349b7f3c13197948ea555c5cf2aaad6ae76454b Mon Sep 17 00:00:00 2001 From: Amory Meltzer Date: Mon, 8 Dec 2014 15:34:14 -0800 Subject: [PATCH] Attempt to specify usage of :commercial and :gratis in license stanza Follows discussion at https://github.com/caskroom/homebrew-cask/issues/7917 --- doc/CASK_LANGUAGE_REFERENCE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/CASK_LANGUAGE_REFERENCE.md b/doc/CASK_LANGUAGE_REFERENCE.md index e7107a766d40..8ce6eed528af 100644 --- a/doc/CASK_LANGUAGE_REFERENCE.md +++ b/doc/CASK_LANGUAGE_REFERENCE.md @@ -349,8 +349,8 @@ open source. Chromium licensing is described by the generic category [`:oss`](h | symbol | generic category | meaning | URL | | ---------------- | ---------------- | ----------------------------------------------- | ----------- | -| `:gratis` | `:closed` | free-to-use, closed source | -| `:commercial` | `:closed` | not free to use | +| `:gratis` | `:closed` | Full functionality free-to-use, closed source | +| `:commercial` | `:closed` | Not free to use beyond a trial period | | `:affero` | `:oss` | Affero General Public License | | `:apache` | `:oss` | Apache Public License | | `:arphic` | `:oss` | Arphic Public License |