Skip to content

Commit c1725c6

Browse files
authored
Merge pull request #1206 from jimklimov/unlicensed-yet
project.xml : make sure zproject building itself does not break…
2 parents f1df26b + aa30f9c commit c1725c6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ zproject's `project.xml` contains an extensive description of the available conf
232232
<project script = "zproject.gsl" name = "zproject"
233233
234234
license = "MPLv2"
235+
check_license_years = "0"
235236
url = "https://github.com/zeromq/zproject"
236237
repository = "https://github.com/zeromq/zproject">
237238

project.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
<project script = "zproject.gsl" name = "zproject"
5656
5757
license = "MPLv2"
58+
check_license_years = "0"
5859
url = "https://github.com/zeromq/zproject"
5960
repository = "https://github.com/zeromq/zproject">
6061

0 commit comments

Comments
 (0)