From e95fd8341403f5eb78ea981a0928afc855307acf Mon Sep 17 00:00:00 2001 From: euxane Date: Sat, 31 Aug 2024 20:34:28 +0200 Subject: update name and domain --- app.css | 4 ++-- app.js | 2 +- index.html | 8 ++++---- readme.md | 4 ++-- 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 @@ /* * EchoClip, a web tool to record and play back audio clips. - * Copyright 2024 Pacien TRAN-GIRARD + * Copyright 2024 Euxane TRAN-GIRARD * SPDX-License-Identifier: EUPL-1.2 */ @@ -10,4 +10,4 @@ #recording-indicator.active { color: red; -} \ No newline at end of file +} diff --git a/app.js b/app.js index 7b5f4b0..3993b20 100644 --- a/app.js +++ b/app.js @@ -1,6 +1,6 @@ /* * EchoClip, a web tool to record and play back audio clips. - * Copyright 2024 Pacien TRAN-GIRARD + * Copyright 2024 Euxane TRAN-GIRARD * SPDX-License-Identifier: EUPL-1.2 */ diff --git a/index.html b/index.html index a0df0ca..c6e184c 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ @@ -66,8 +66,8 @@

Speak, sing, practice, have fun! Nothing is sent out to the network.

@@ -75,4 +75,4 @@ - \ No newline at end of file + 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. ## Usage An instance of this web application is deployed at -[echoclip.pacien.org](https://echoclip.pacien.org/). +[echoclip.euxane.net](https://echoclip.euxane.net/). It works in any modern web browser, both on desktop computers and mobile devices. @@ -23,7 +23,7 @@ Issues and patches: email the author. ## Licence -Copyright 2024 Pacien TRAN-GIRARD. +Copyright 2024 Euxane TRAN-GIRARD. _EchoClip_ is distributed under the terms of European Union Public Licence version 1.2, a copy of which is provided in `./licence.txt`. -- cgit v1.2.3