summaryrefslogtreecommitdiff
path: root/share/templates/readme.tmpl
blob: d9f5ffab430261a4b1381a52f975f6f5f7df7987 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[% center("$name version $version") %]
[% center("($synopsis)") %]
[% center("Maintained by $maintainer") %]

  [% FOREACH copr IN copyrights %]Copyright [% copr.years %]
  [% copr.holder %].  [% END %]This software is distributed under a
  [% license.summary %].  Please see the section LICENSE below for more
  information.

[% FOREACH section IN readme.sections %][% section.title %]

[% indent(section.body, 2) %]

[% END %]SOURCE REPOSITORY

  [% name %] is maintained using [% vcs.type %].  You can access the
  current source by cloning the repository at:

      [% vcs.url %]

  or view the repository via the web at:

      [% vcs.browse %]
[% IF vcs.type == 'Git' %]
  When contributing modifications, patches (possibly generated by
  git-format-patch) are preferred to Git pull requests.
[% END %]
LICENSE

  The [% name %] package as a whole is covered by the following copyright
  statement and license:

[% copyright(4) %]

[% indent(license.full, 4) %]

  All individual files without an explicit exception below are released
  under this license.  Some files may have additional copyright holders as
  noted in those files.  There is detailed information about the licensing
  of each file in the LICENSE file in this distribution.

  Some files in this distribution are individually released under
  different licenses, all of which are compatible with the above general
  package license but which may require preservation of additional
  notices.  All required notices are preserved in the LICENSE file.

  For any copyright range specified by files in this package as YYYY-ZZZZ,
  the range specifies every single year in that closed interval.