aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app.css4
-rw-r--r--app.js2
-rw-r--r--index.html8
-rw-r--r--readme.md4
4 files changed, 9 insertions, 9 deletions
diff --git a/app.css b/app.css
index b2f9841..08cdbc5 100644
--- a/app.css
+++ b/app.css
@@ -1,6 +1,6 @@
1/* 1/*
2 * EchoClip, a web tool to record and play back audio clips. 2 * EchoClip, a web tool to record and play back audio clips.
3 * Copyright 2024 Pacien TRAN-GIRARD 3 * Copyright 2024 Euxane TRAN-GIRARD
4 * SPDX-License-Identifier: EUPL-1.2 4 * SPDX-License-Identifier: EUPL-1.2
5 */ 5 */
6 6
@@ -10,4 +10,4 @@
10 10
11#recording-indicator.active { 11#recording-indicator.active {
12 color: red; 12 color: red;
13} \ No newline at end of file 13}
diff --git a/app.js b/app.js
index 7b5f4b0..3993b20 100644
--- a/app.js
+++ b/app.js
@@ -1,6 +1,6 @@
1/* 1/*
2 * EchoClip, a web tool to record and play back audio clips. 2 * EchoClip, a web tool to record and play back audio clips.
3 * Copyright 2024 Pacien TRAN-GIRARD 3 * Copyright 2024 Euxane TRAN-GIRARD
4 * SPDX-License-Identifier: EUPL-1.2 4 * SPDX-License-Identifier: EUPL-1.2
5 */ 5 */
6 6
diff --git a/index.html b/index.html
index a0df0ca..c6e184c 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
2 2
3<!-- 3<!--
4 * EchoClip, a web tool to record and play back audio clips. 4 * EchoClip, a web tool to record and play back audio clips.
5 * Copyright 2024 Pacien TRAN-GIRARD 5 * Copyright 2024 Euxane TRAN-GIRARD
6 * SPDX-License-Identifier: EUPL-1.2 6 * SPDX-License-Identifier: EUPL-1.2
7--> 7-->
8 8
@@ -66,8 +66,8 @@
66 <p>Speak, sing, practice, have fun! Nothing is sent out to the network.</p> 66 <p>Speak, sing, practice, have fun! Nothing is sent out to the network.</p>
67 67
68 <ul> 68 <ul>
69 <li><a href="https://pacien.org">&copy; 2024 Pacien</a></li> 69 <li><a href="https://euxane.net">&copy; 2024 Euxane</a></li>
70 <li><a href="https://cgit.pacien.net/echoclip">Source code (EUPL)</a></li> 70 <li><a href="https://cgit.euxane.net/echoclip">Source code (EUPL)</a></li>
71 <li><a href="https://www.paypal.com/paypalme/pacien/10">Donate</a></li> 71 <li><a href="https://www.paypal.com/paypalme/pacien/10">Donate</a></li>
72 </ul> 72 </ul>
73 </footer> 73 </footer>
@@ -75,4 +75,4 @@
75 <script src="app.js"></script> 75 <script src="app.js"></script>
76</body> 76</body>
77 77
78</html> \ No newline at end of file 78</html>
diff --git a/readme.md b/readme.md
index f6f2b00..58310a7 100644
--- a/readme.md
+++ b/readme.md
@@ -10,7 +10,7 @@ Recordings are all stored locally and are never sent over the network.
10## Usage 10## Usage
11 11
12An instance of this web application is deployed at 12An instance of this web application is deployed at
13[echoclip.pacien.org](https://echoclip.pacien.org/). 13[echoclip.euxane.net](https://echoclip.euxane.net/).
14 14
15It works in any modern web browser, 15It works in any modern web browser,
16both on desktop computers and mobile devices. 16both on desktop computers and mobile devices.
@@ -23,7 +23,7 @@ Issues and patches: email the author.
23 23
24## Licence 24## Licence
25 25
26Copyright 2024 Pacien TRAN-GIRARD. 26Copyright 2024 Euxane TRAN-GIRARD.
27 27
28_EchoClip_ is distributed under the terms of European Union Public Licence 28_EchoClip_ is distributed under the terms of European Union Public Licence
29version 1.2, a copy of which is provided in `./licence.txt`. 29version 1.2, a copy of which is provided in `./licence.txt`.