From 3a53e581c4888ce0d8e7f62c6766eeafe1c0610f Mon Sep 17 00:00:00 2001
From: pacien
Date: Tue, 31 Jul 2018 21:00:13 +0200
Subject: Succumb to paranoia
---
pointless/viewer/init.js | 19 +++++++++++++++----
pointless/viewer/presentation.js | 19 +++++++++++++++----
pointless/viewer/screen.js | 19 +++++++++++++++----
pointless/viewer/stage.js | 19 +++++++++++++++----
pointless/viewer/timer.js | 19 +++++++++++++++----
pointless/viewer/viewer.css | 19 +++++++++++++++----
pointless/viewer/viewer.js | 19 +++++++++++++++----
7 files changed, 105 insertions(+), 28 deletions(-)
(limited to 'pointless')
diff --git a/pointless/viewer/init.js b/pointless/viewer/init.js
index 5f04eac..01f550c 100644
--- a/pointless/viewer/init.js
+++ b/pointless/viewer/init.js
@@ -1,8 +1,19 @@
/*
- * init.js
- * Part of Pointless Viewer, a Beamer presentation viewer
- * Copyright 2018 Pacien TRAN-GIRARD
- * License: GNU GPL v3
+ * Pointless Viewer, a web-based Beamer presentation viewer
+ * Copyright (C) 2018 Pacien TRAN-GIRARD
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
"use strict";
diff --git a/pointless/viewer/presentation.js b/pointless/viewer/presentation.js
index 97a9244..2d6b0e3 100644
--- a/pointless/viewer/presentation.js
+++ b/pointless/viewer/presentation.js
@@ -1,8 +1,19 @@
/*
- * presentation.js
- * Part of Pointless Viewer, a Beamer presentation viewer
- * Copyright 2018 Pacien TRAN-GIRARD
- * License: GNU GPL v3
+ * Pointless Viewer, a web-based Beamer presentation viewer
+ * Copyright (C) 2018 Pacien TRAN-GIRARD
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
"use strict";
diff --git a/pointless/viewer/screen.js b/pointless/viewer/screen.js
index 4f5e5bf..bf7a049 100644
--- a/pointless/viewer/screen.js
+++ b/pointless/viewer/screen.js
@@ -1,8 +1,19 @@
/*
- * screen.js
- * Part of Pointless Viewer, a Beamer presentation viewer
- * Copyright 2018 Pacien TRAN-GIRARD
- * License: GNU GPL v3
+ * Pointless Viewer, a web-based Beamer presentation viewer
+ * Copyright (C) 2018 Pacien TRAN-GIRARD
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
"use strict";
diff --git a/pointless/viewer/stage.js b/pointless/viewer/stage.js
index 99e240a..1772480 100644
--- a/pointless/viewer/stage.js
+++ b/pointless/viewer/stage.js
@@ -1,8 +1,19 @@
/*
- * stage.js
- * Part of Pointless Viewer, a Beamer presentation viewer
- * Copyright 2018 Pacien TRAN-GIRARD
- * License: GNU GPL v3
+ * Pointless Viewer, a web-based Beamer presentation viewer
+ * Copyright (C) 2018 Pacien TRAN-GIRARD
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
"use strict";
diff --git a/pointless/viewer/timer.js b/pointless/viewer/timer.js
index 28c3f97..21cd8b8 100644
--- a/pointless/viewer/timer.js
+++ b/pointless/viewer/timer.js
@@ -1,8 +1,19 @@
/*
- * timer.js
- * Part of Pointless Viewer, a Beamer presentation viewer
- * Copyright 2018 Pacien TRAN-GIRARD
- * License: GNU GPL v3
+ * Pointless Viewer, a web-based Beamer presentation viewer
+ * Copyright (C) 2018 Pacien TRAN-GIRARD
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
"use strict";
diff --git a/pointless/viewer/viewer.css b/pointless/viewer/viewer.css
index 21bba3b..6702702 100644
--- a/pointless/viewer/viewer.css
+++ b/pointless/viewer/viewer.css
@@ -1,8 +1,19 @@
/*
- * viewer.css
- * Part of Pointless Viewer, a Beamer presentation viewer
- * Copyright 2018 Pacien TRAN-GIRARD
- * License: GNU GPL v3
+ * Pointless Viewer, a web-based Beamer presentation viewer
+ * Copyright (C) 2018 Pacien TRAN-GIRARD
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
html, body {
diff --git a/pointless/viewer/viewer.js b/pointless/viewer/viewer.js
index f4cc348..a38e9d3 100644
--- a/pointless/viewer/viewer.js
+++ b/pointless/viewer/viewer.js
@@ -1,8 +1,19 @@
/*
- * viewer.js
- * Part of Pointless Viewer, a Beamer presentation viewer
- * Copyright 2018 Pacien TRAN-GIRARD
- * License: GNU GPL v3
+ * Pointless Viewer, a web-based Beamer presentation viewer
+ * Copyright (C) 2018 Pacien TRAN-GIRARD
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
*/
"use strict";
--
cgit v1.2.3