File: README.source

package info (click to toggle)
ruby-rbpdf 1.21.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 16,488 kB
  • sloc: ruby: 138,259; makefile: 12
file content (28 lines) | stat: -rw-r--r-- 987 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
20
21
22
23
24
25
26
27
28
Some modifications to the upstream tarball are made to remove some unneeded
and unconventionally-licensed files. See debian/copyright for the exact file
paths.

Files removed:

* ttf2ufm binaries:
    There's no need for pre-compiled binaries (of an unused helper tool) in
    the source package.

* pfm2afm-src.tar.gz:
    No third party code; also the files within are ambiguously licensed.
    They only contain:

         This code is released for public use as long as the
         copyright remains intact.  This code is provided asis
         without any warrenties, express or implied.

    which doesn't seem to be a known Free software license.

    https://ctan.org/tex-archive/fonts/utilities/pfm2afm?lang=en
    lists the license as GPL, but nothing in this tar.gz file indicates
    that.

* ttf2ufm-src.tar.gz
    No third party code; also the files within are ambiguously licensed.
    They contain what appears to be the 4-clause BSD license without the 4th
    clause.