diff options
-rw-r--r-- | appcache.js | 2 | ||||
-rw-r--r-- | beamer/viewer/init.js | 2 | ||||
-rw-r--r-- | beamer/viewer/presentation.js | 2 | ||||
-rw-r--r-- | beamer/viewer/stage/stage.js | 2 | ||||
-rw-r--r-- | beamer/viewer/viewer.js | 2 | ||||
-rw-r--r-- | index.html | 4 |
6 files changed, 7 insertions, 7 deletions
diff --git a/appcache.js b/appcache.js index 067c968..cdb62fa 100644 --- a/appcache.js +++ b/appcache.js | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Beamer Viewer, a web-based PDF presentation viewer | 2 | * Beamer Viewer, a web-based PDF presentation viewer |
3 | * Copyright (C) 2018 Pacien TRAN-GIRARD | 3 | * Copyright (C) 2018-2023 Pacien TRAN-GIRARD |
4 | * | 4 | * |
5 | * This program is free software: you can redistribute it and/or modify | 5 | * This program is free software: you can redistribute it and/or modify |
6 | * it under the terms of the GNU Affero General Public License as | 6 | * it under the terms of the GNU Affero General Public License as |
diff --git a/beamer/viewer/init.js b/beamer/viewer/init.js index 6190386..d634c94 100644 --- a/beamer/viewer/init.js +++ b/beamer/viewer/init.js | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Beamer Viewer, a web-based PDF presentation viewer | 2 | * Beamer Viewer, a web-based PDF presentation viewer |
3 | * Copyright (C) 2018 Pacien TRAN-GIRARD | 3 | * Copyright (C) 2018-2023 Pacien TRAN-GIRARD |
4 | * | 4 | * |
5 | * This program is free software: you can redistribute it and/or modify | 5 | * This program is free software: you can redistribute it and/or modify |
6 | * it under the terms of the GNU Affero General Public License as | 6 | * it under the terms of the GNU Affero General Public License as |
diff --git a/beamer/viewer/presentation.js b/beamer/viewer/presentation.js index 8934dda..fd03288 100644 --- a/beamer/viewer/presentation.js +++ b/beamer/viewer/presentation.js | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Beamer Viewer, a web-based PDF presentation viewer | 2 | * Beamer Viewer, a web-based PDF presentation viewer |
3 | * Copyright (C) 2018 Pacien TRAN-GIRARD | 3 | * Copyright (C) 2018-2023 Pacien TRAN-GIRARD |
4 | * | 4 | * |
5 | * This program is free software: you can redistribute it and/or modify | 5 | * This program is free software: you can redistribute it and/or modify |
6 | * it under the terms of the GNU Affero General Public License as | 6 | * it under the terms of the GNU Affero General Public License as |
diff --git a/beamer/viewer/stage/stage.js b/beamer/viewer/stage/stage.js index cb94231..3f1a5f5 100644 --- a/beamer/viewer/stage/stage.js +++ b/beamer/viewer/stage/stage.js | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Beamer Viewer, a web-based PDF presentation viewer | 2 | * Beamer Viewer, a web-based PDF presentation viewer |
3 | * Copyright (C) 2018 Pacien TRAN-GIRARD | 3 | * Copyright (C) 2018-2023 Pacien TRAN-GIRARD |
4 | * | 4 | * |
5 | * This program is free software: you can redistribute it and/or modify | 5 | * This program is free software: you can redistribute it and/or modify |
6 | * it under the terms of the GNU Affero General Public License as | 6 | * it under the terms of the GNU Affero General Public License as |
diff --git a/beamer/viewer/viewer.js b/beamer/viewer/viewer.js index a614c88..21b369a 100644 --- a/beamer/viewer/viewer.js +++ b/beamer/viewer/viewer.js | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Beamer Viewer, a web-based PDF presentation viewer | 2 | * Beamer Viewer, a web-based PDF presentation viewer |
3 | * Copyright (C) 2018 Pacien TRAN-GIRARD | 3 | * Copyright (C) 2018-2023 Pacien TRAN-GIRARD |
4 | * | 4 | * |
5 | * This program is free software: you can redistribute it and/or modify | 5 | * This program is free software: you can redistribute it and/or modify |
6 | * it under the terms of the GNU Affero General Public License as | 6 | * it under the terms of the GNU Affero General Public License as |
@@ -2,7 +2,7 @@ | |||
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) 2021 Pacien TRAN-GIRARD | 5 | * Copyright (C) 2018-2023 Pacien TRAN-GIRARD |
6 | * | 6 | * |
7 | * This program is free software: you can redistribute it and/or modify | 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 | 8 | * it under the terms of the GNU Affero General Public License as |
@@ -79,7 +79,7 @@ | |||
79 | 79 | ||
80 | <div> | 80 | <div> |
81 | <ul> | 81 | <ul> |
82 | <li><a href="https://pacien.org">© 2021 Pacien</a></li> | 82 | <li><a href="https://pacien.org">© 2018-2023 Pacien</a></li> |
83 | <li><a href="https://cgit.pacien.net/beamer-viewer/about/">Source repo</a></li> | 83 | <li><a href="https://cgit.pacien.net/beamer-viewer/about/">Source repo</a></li> |
84 | <li><a href="https://mozilla.github.io/pdf.js/">Powered by PDF.js</a></li> | 84 | <li><a href="https://mozilla.github.io/pdf.js/">Powered by PDF.js</a></li> |
85 | </ul> | 85 | </ul> |