File: about.html

package info (click to toggle)
nixnote2 2.1.7~git20220718%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 11,984 kB
  • sloc: cpp: 78,958; java: 1,096; sh: 322; javascript: 107; ansic: 10; makefile: 6
file content (22 lines) | stat: -rw-r--r-- 871 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<body>
    <span align="center">
        <p/>
        <img src="__LOGO__"/>
        <p><b>__VERSION__</b></p>
        <p>
            (c) 2008-2018 <a href="https://github.com/baumgarr">Randy Baumgarte</a><br/>
            (c) 2018-2020 <a href="https://github.com/robert7">Robert Spiegel</a>
            & <a href="https://raw.githubusercontent.com/robert7/nixnote2/master/debian/copyright">contributors</a>.<br/>
            License: <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GNU GPLv3</a>
        </p>
        <p>Evernote is (c) 2018 by Evernote Corporation</p>
        <p><hr/></p>
        <p>__TRANSLATION__</p>
        <p>
            If you would like to support the project, you can send me some little amount
            via paypal: <a href="https://paypal.me/nixnote2">https://paypal.me/nixnote2</a>
        </p>
    </span>
</body>
</html>