diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-07-03 15:29:55 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-07-03 17:12:45 +0300 |
commit | 42360f8ba5b8ee2d61c3874dc1a9e5baa813b537 (patch) | |
tree | 2f4e913c67236acf85d13d81fe0371c53bb28703 | |
parent | 3efae743d85c00403939acca8db445eaa2489f89 (diff) |
Canonicalize license in manifest
-rw-r--r-- | hello0/.gitattributes | 2 | ||||
-rw-r--r-- | hello0/manifest | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hello0/.gitattributes b/hello0/.gitattributes index 9fce1b0..1631641 100644 --- a/hello0/.gitattributes +++ b/hello0/.gitattributes @@ -10,7 +10,7 @@ #*.bat text eol=crlf # Use `eol=lf` for files that should have the LF line ending both in the -# working tree (even on Windows) in the repository. +# working tree (even on Windows) and in the repository. # #*.sh text eol=lf diff --git a/hello0/manifest b/hello0/manifest index a11da2a..6269c38 100644 --- a/hello0/manifest +++ b/hello0/manifest @@ -3,7 +3,7 @@ name: hello0 version: 1.0.0 project: hello summary: Zero-dependencies "Hello World" program -license: public-domain +license: other: public domain ; Released into the public domain. url: http://example.org/hello0 src-url: https://git.build2.org/cgit/hello/hello0/tree/hello0 email: hello0@example.org |