From 42360f8ba5b8ee2d61c3874dc1a9e5baa813b537 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 3 Jul 2020 15:29:55 +0300 Subject: Canonicalize license in manifest --- hello0/.gitattributes | 2 +- 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 -- cgit v1.1