@@ -32,7 +32,8 @@ A simple and valid ABOUT file named httpd.ABOUT may look like this::
3232 download_url: http://archive.apache.org/dist/httpd/httpd-2.4.3.tar.gz
3333 license_expression: apache-2.0
3434 licenses:
35- - license_file: httpd.LICENSE
35+ - key: apache-2.0
36+ - file: apache-2.0.LICENSE
3637 notice_file: httpd.NOTICE
3738 copyright: Copyright (c) 2012 The Apache Software Foundation.
3839
@@ -48,7 +49,7 @@ The meaning of this ABOUT file is:
4849- The file "httpd-2.4.3.tar.gz" was originally downloaded from
4950 http://archive.apache.org/dist/httpd/httpd-2.4.3.tar.gz
5051
51- - In the same directory, "httpd .LICENSE" and "httpd.NOTICE" are files that
52+ - In the same directory, "apache-2.0 .LICENSE" and "httpd.NOTICE" are files that
5253 contain respectively the license text and the notice text for this component.
5354
5455- This component is licensed under "apache-2.0"
@@ -189,12 +190,14 @@ encoded text and allows to support non-ASCII text content.
189190For example, the full license text for a component is often stored in a separate
190191file named COPYING::
191192
192- license_file: linux.COPYING
193+ licenses:
194+ - file: linux.COPYING
193195
194196In this example, the README file is stored in a doc directory, one directory
195197above the ABOUT file directory, using a relative POSIX path::
196198
197- license_file: ../docs/ruby.README
199+ licenses:
200+ - file: ../docs/ruby.README
198201
199202Field referencing a URL
200203~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments