| 182 |
<title><varname>Format</varname></title> |
<title><varname>Format</varname></title> |
| 183 |
<para> |
<para> |
| 184 |
Required single line: URI of the format specification, such as: |
Required single line: URI of the format specification, such as: |
| 185 |
<literal>http://www.debian.org/doc/copyright-format/1.0</literal> |
<literal>http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/</literal> |
| 186 |
</para> |
</para> |
| 187 |
</section> |
</section> |
| 188 |
|
|
| 275 |
|
|
| 276 |
<section id="example-header-paragraph"> |
<section id="example-header-paragraph"> |
| 277 |
<title>Example header paragraph</title> |
<title>Example header paragraph</title> |
| 278 |
<programlisting>Format: <VERSIONED_FORMAT_URL> |
<programlisting>Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ |
| 279 |
Upstream-Name: SOFTware |
Upstream-Name: SOFTware |
| 280 |
Upstream-Contact: John Doe <john.doe@example.com> |
Upstream-Contact: John Doe <john.doe@example.com> |
| 281 |
Source: http://www.example.com/software/project</programlisting> |
Source: http://www.example.com/software/project</programlisting> |
| 485 |
[LICENSE TEXT] |
[LICENSE TEXT] |
| 486 |
|
|
| 487 |
License: LGPL-2.1 |
License: LGPL-2.1 |
| 488 |
LICENSE TEXT]</programlisting> |
[LICENSE TEXT]</programlisting> |
| 489 |
</example> |
</example> |
| 490 |
|
|
| 491 |
<example> |
<example> |
| 1069 |
A possible <filename>debian/copyright</filename> file for the program |
A possible <filename>debian/copyright</filename> file for the program |
| 1070 |
<quote>X Solitaire</quote> distributed in the Debian source package |
<quote>X Solitaire</quote> distributed in the Debian source package |
| 1071 |
<literal>xsol</literal>: |
<literal>xsol</literal>: |
| 1072 |
<programlisting><![CDATA[Format: <VERSIONED_FORMAT_URL> |
<programlisting><![CDATA[Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ |
| 1073 |
Upstream-Name: X Solitaire |
Upstream-Name: X Solitaire |
| 1074 |
Source: ftp://ftp.example.com/pub/games |
Source: ftp://ftp.example.com/pub/games |
| 1075 |
|
|
| 1099 |
|
|
| 1100 |
Files: debian/* |
Files: debian/* |
| 1101 |
Copyright: Copyright 1998 Jane Smith <jsmith@example.net> |
Copyright: Copyright 1998 Jane Smith <jsmith@example.net> |
| 1102 |
License: |
License: GPL-2+ |
| 1103 |
[LICENSE TEXT]]]></programlisting> |
[LICENSE TEXT]]]></programlisting> |
| 1104 |
</para> |
</para> |
| 1105 |
</example> |
</example> |
| 1110 |
A possible <filename>debian/copyright</filename> file for the program |
A possible <filename>debian/copyright</filename> file for the program |
| 1111 |
<quote>Planet Venus</quote>, distributed in the Debian source |
<quote>Planet Venus</quote>, distributed in the Debian source |
| 1112 |
package <literal>planet-venus</literal>: |
package <literal>planet-venus</literal>: |
| 1113 |
<programlisting><![CDATA[Format: <VERSIONED_FORMAT_URL> |
<programlisting><![CDATA[Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ |
| 1114 |
Upstream-Name: Planet Venus |
Upstream-Name: Planet Venus |
| 1115 |
Upstream-Contact: John Doe <jdoe@example.com> |
Upstream-Contact: John Doe <jdoe@example.com> |
| 1116 |
Source: http://www.example.com/code/venus |
Source: http://www.example.com/code/venus |
| 1125 |
|
|
| 1126 |
Files: debian/* |
Files: debian/* |
| 1127 |
Copyright: 2008, Dan Developer <dan@debian.example.com> |
Copyright: 2008, Dan Developer <dan@debian.example.com> |
| 1128 |
License: |
License: permissive |
| 1129 |
Copying and distribution of this package, with or without |
Copying and distribution of this package, with or without |
| 1130 |
modification, are permitted in any medium without royalty |
modification, are permitted in any medium without royalty |
| 1131 |
provided the copyright notice and this notice are |
provided the copyright notice and this notice are |