File: ACKNOWLEDGEMENT.md

package info (click to toggle)
fcm 2021.05.01-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 7,788 kB
  • sloc: perl: 26,014; sh: 10,510; javascript: 4,043; f90: 774; python: 294; ansic: 29; makefile: 14; cpp: 5
file content (19 lines) | stat: -rw-r--r-- 775 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Acknowledgement for non-FCM Work

Licences for non-FCM works included in this distribution can be
found in the licences/ directory.

Non-FCM works included in this distribution are listed below:

doc/etc/bootstrap/:
* Unmodified external software library copyright 2011-2015 Twitter, Inc
  released under the MIT license.
  See [Bootstrap](http://getbootstrap.com/).

svn-hooks/svnperms.py:
* Subversion repository pre-commit path-based permission checking utility,
  written by [Gustavo Niemeyer](mailto:gustavo@niemeyer.net) and released under
  Apache 2.0 license.
  Original source downloaded from r1295006 at:
  https://svn.apache.org/viewvc/subversion/trunk/tools/hook-scripts/svnperms.py
  This version is modified to allow custom permission message per repository.