aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'general-concepts/licenses')
-rw-r--r--general-concepts/licenses/text.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/general-concepts/licenses/text.xml b/general-concepts/licenses/text.xml
index 6e531f5..45b94f7 100644
--- a/general-concepts/licenses/text.xml
+++ b/general-concepts/licenses/text.xml
@@ -10,6 +10,15 @@ spelling) variable. The value of this variable must be the name of a
file in the Portage tree's <c>licenses/</c> directory.
</p>
+<p>
+If the application is multi-license (either of several licenses can
+be used) then use the following syntax:
+</p>
+
+<codesample lang="ebuild">
+LICENSE="|| ( foo bar )"
+</codesample>
+
<subsection>
<title>Adding New Licenses</title>
<body>