Skip to content

Commit 435dc8e

Browse files
committed
project.xml : document the "url" and "license" attributes of project tag
1 parent 7a0cb43 commit 435dc8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

project.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@
4646
name := The name of your project (optional)
4747
description := A short description for your project (optional)
4848
email := The email address where to reach you (optional)
49+
url := The website or similar resource about the project or its ecosystem (optional)
4950
repository := git repository holding project (optional)
5051
unique_class_name := "0"|"1" (optional, defaults to 0) As a failsafe, forbid naming agents or classes same as the project itself (can cause conflicts in generated header filenames). Disable explicitly (set to 0) only in legacy projects that can not regenerate otherwise, and try to fix those.
52+
license := optional common tag of the project's license ("MPLv2", "GPL-2.0+", "CompanyName Proprietary" etc.); see also license.xml for longer wording
5153
-->
5254
<project script = "zproject.gsl" name = "zproject"
5355

0 commit comments

Comments
 (0)