diff options
author | pacien | 2024-01-02 22:22:31 +0100 |
---|---|---|
committer | pacien | 2024-01-02 22:22:31 +0100 |
commit | 62a54468dac216508760379d91a0a6f5f4f8f316 (patch) | |
tree | 0f2532988bcce364fbba089809390875608cef5f /index.html | |
parent | 6174e7435d64b95c1d9878ff486d129639a18be1 (diff) | |
download | beamer-viewer-62a54468dac216508760379d91a0a6f5f4f8f316.tar.gz |
project: relicence under the EUPL
As the sole contributor of the project,
I hereby relicence it to the EUPL-1.2.
Resolution of conflicts within the EU should be better.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 20 |
1 files changed, 4 insertions, 16 deletions
@@ -2,20 +2,8 @@ | |||
2 | 2 | ||
3 | <!-- | 3 | <!-- |
4 | * Beamer Viewer, a web-based PDF presentation viewer | 4 | * Beamer Viewer, a web-based PDF presentation viewer |
5 | * Copyright (C) 2018-2023 Pacien TRAN-GIRARD | 5 | * Copyright 2018-2024 Pacien TRAN-GIRARD |
6 | * | 6 | * SPDX-License-Identifier: EUPL-1.2 |
7 | * This program is free software: you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU Affero General Public License as | ||
9 | * published by the Free Software Foundation, either version 3 of the | ||
10 | * License, or (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU Affero General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU Affero General Public License | ||
18 | * along with this program. If not, see <https://www.gnu.org/licenses/>. | ||
19 | --> | 7 | --> |
20 | 8 | ||
21 | <html> | 9 | <html> |
@@ -85,8 +73,8 @@ | |||
85 | 73 | ||
86 | <div> | 74 | <div> |
87 | <ul> | 75 | <ul> |
88 | <li><a href="https://pacien.org">© 2018-2023 Pacien</a></li> | 76 | <li><a href="https://pacien.org">© 2024 Pacien</a></li> |
89 | <li><a href="https://cgit.pacien.net/beamer-viewer/about/">Source code</a></li> | 77 | <li><a href="https://cgit.pacien.net/beamer-viewer/about/">Source code (EUPL)</a></li> |
90 | <li><a href="https://www.paypal.com/paypalme/pacien/15">Donate</a></li> | 78 | <li><a href="https://www.paypal.com/paypalme/pacien/15">Donate</a></li> |
91 | <li><a href="https://mozilla.github.io/pdf.js/">Powered by PDF.js</a></li> | 79 | <li><a href="https://mozilla.github.io/pdf.js/">Powered by PDF.js</a></li> |
92 | </ul> | 80 | </ul> |