This file is indexed.

/usr/share/doc/fcm/CONTRIBUTING.md is in fcm 2017.10.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# FCM: How to Contribute

## Report Bugs

Report bugs and request enhancement by opening an issue on
[FCM issues @ Github](https://github.com/metomi/fcm/issues). If reporting a
bug, add a recipe for repeating it. If requesting an enhancement,
describe the use case in detail.

## Contribute Code

All contributions to FCM are made via pull requests against the *master*
branch of [metomi/fcm](https://github.com/metomi/fcm). New contributors
should add their details to the [Code Contributors](#code-contributors)
section of this file as part of their first request. The developer who
reviews each pull request is responsible for checking that the
contributor's name is listed in this file before merging the pull request
into *master*.

## Code Contributors

The following people have contributed to this code under the terms of
the Contributor Licence Agreement and Certificate of Origin detailed
below:

* Jim Bolton (Met Office, UK)
* Andrew Clark (Met Office, UK)
* Paul Cresswell (Met Office, UK)
* Martin Dix (CSIRO, Australia)
* Ben Fitzpatrick (Met Office, UK)
* Dave Matthews (Met Office, UK)
* Stephen Oxley (Met Office, UK)
* Matt Pryor (Met Office, UK)
* Roddy Sharp (Met Office, UK)
* Matt Shin (Met Office, UK)
* Stuart Whitehouse (Met Office, UK)

(All contributors are identifiable with email addresses in the version
control logs or otherwise.)

## Contributor Licence Agreement and Certificate of Origin

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I have
    the right to submit it, either on my behalf or on behalf of my
    employer, under the terms and conditions as described by this file;
    or

(b) The contribution is based upon previous work that, to the best of
    my knowledge, is covered under an appropriate licence and I have
    the right or permission from the copyright owner under that licence
    to submit that work with modifications, whether created in whole or
    in part by me, under the terms and conditions as described by
    this file; or

(c) The contribution was provided directly to me by some other person
    who certified (a) or (b) and I have not modified it.

(d) I understand and agree that this project and the contribution
    are public and that a record of the contribution (including my
    name and email address) is maintained indefinitely and may be
    redistributed consistent with this project or the licence(s)
    involved.

(e) I, or my employer, grant to the UK Met Office and all recipients of
    this software a perpetual, worldwide, non-exclusive, no-charge,
    royalty-free, irrevocable copyright licence to reproduce, modify,
    prepare derivative works of, publicly display, publicly perform,
    sub-licence, and distribute this contribution and such modifications
    and derivative works consistent with this project or the licence(s)
    involved or other appropriate open source licence(s) specified by
    the project and approved by the
    [Open Source Initiative (OSI)](http://www.opensource.org/).

(f) If I become aware of anything that would make any of the above
    inaccurate, in any way, I will let the UK Met Office know as soon as
    I become aware.

(The FCM Contributor Licence Agreement and Certificate of Origin is
inspired by the Certificate of Origin used by Enyo and the Linux
Kernel.)