aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreuxane2024-08-31 20:34:51 +0200
committereuxane2024-08-31 20:34:51 +0200
commitb4ee43b4b7226609eb458ebc615d1f7406292816 (patch)
treeddf163610f7043dcfdc001fe6a523cb8dc094ad1
parentd662c3ac8f7cf8b72db95cca16dfea5b296e12dc (diff)
downloadjacoco-viewer-b4ee43b4b7226609eb458ebc615d1f7406292816.tar.gz
update name and domainHEADmaster
-rw-r--r--README.md4
-rw-r--r--src/App.css2
-rw-r--r--src/App.js2
-rw-r--r--src/CoverageListing.js2
-rw-r--r--src/Report.js4
-rw-r--r--src/listComponents.js2
6 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 29793c8..bf1626b 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
3A web-based JaCoCo coverage report viewer. 3A web-based JaCoCo coverage report viewer.
4Part of a scholar project at UPEM. 4Part of a scholar project at UPEM.
5 5
6This application is deployed at https://jacocoviewer.pacien.org. 6This application is deployed at <https://jacocoviewer.euxane.net>.
7 7
8 8
9## Yarn tasks 9## Yarn tasks
@@ -14,7 +14,7 @@ This application is deployed at https://jacocoviewer.pacien.org.
14 14
15## License 15## License
16 16
17Copyright (C) 2018 Pacien TRAN-GIRARD and Adam NAILI. 17Copyright (C) 2018 Euxane TRAN-GIRARD and Adam NAILI.
18Software distributed under the terms of the GNU Affero General Public License v3. 18Software distributed under the terms of the GNU Affero General Public License v3.
19 19
20This program makes direct use of the following libraries: 20This program makes direct use of the following libraries:
diff --git a/src/App.css b/src/App.css
index 4c969f8..8d55d4a 100644
--- a/src/App.css
+++ b/src/App.css
@@ -1,6 +1,6 @@
1/* 1/*
2 * JaCoCo Report Viewer, a web-based coverage report viewer 2 * JaCoCo Report Viewer, a web-based coverage report viewer
3 * Copyright (C) 2018 Pacien TRAN-GIRARD 3 * Copyright (C) 2018 Euxane TRAN-GIRARD
4 * Adam NAILI 4 * Adam NAILI
5 * 5 *
6 * This program is free software: you can redistribute it and/or modify 6 * This program is free software: you can redistribute it and/or modify
diff --git a/src/App.js b/src/App.js
index 870a7c0..a2f3368 100644
--- a/src/App.js
+++ b/src/App.js
@@ -1,6 +1,6 @@
1/* 1/*
2 * JaCoCo Report Viewer, a web-based coverage report viewer 2 * JaCoCo Report Viewer, a web-based coverage report viewer
3 * Copyright (C) 2018 Pacien TRAN-GIRARD 3 * Copyright (C) 2018 Euxane TRAN-GIRARD
4 * Adam NAILI 4 * Adam NAILI
5 * 5 *
6 * This program is free software: you can redistribute it and/or modify 6 * This program is free software: you can redistribute it and/or modify
diff --git a/src/CoverageListing.js b/src/CoverageListing.js
index 72a5ea8..4f2976d 100644
--- a/src/CoverageListing.js
+++ b/src/CoverageListing.js
@@ -1,6 +1,6 @@
1/* 1/*
2 * JaCoCo Report Viewer, a web-based coverage report viewer 2 * JaCoCo Report Viewer, a web-based coverage report viewer
3 * Copyright (C) 2018 Pacien TRAN-GIRARD 3 * Copyright (C) 2018 Euxane TRAN-GIRARD
4 * Adam NAILI 4 * Adam NAILI
5 * 5 *
6 * This program is free software: you can redistribute it and/or modify 6 * This program is free software: you can redistribute it and/or modify
diff --git a/src/Report.js b/src/Report.js
index 7fc98e1..f122245 100644
--- a/src/Report.js
+++ b/src/Report.js
@@ -1,6 +1,6 @@
1/* 1/*
2 * JaCoCo Report Viewer, a web-based coverage report viewer 2 * JaCoCo Report Viewer, a web-based coverage report viewer
3 * Copyright (C) 2018 Pacien TRAN-GIRARD 3 * Copyright (C) 2018 Euxane TRAN-GIRARD
4 * Adam NAILI 4 * Adam NAILI
5 * 5 *
6 * This program is free software: you can redistribute it and/or modify 6 * This program is free software: you can redistribute it and/or modify
@@ -24,7 +24,7 @@ export class Report extends Component {
24 _renderAppInfo() { 24 _renderAppInfo() {
25 return ( 25 return (
26 <div> 26 <div>
27 Copyright &copy; 2018 Pacien TRAN-GIRARD, Adam NAILI - <a href="https://cgit.pacien.net/public/apps/upem-jacoco-viewer/about/">Sources</a> 27 Copyright &copy; 2018 Euxane TRAN-GIRARD, Adam NAILI - <a href="https://cgit.euxane.net/jacoco-viewer/about/">Sources</a>
28 </div> 28 </div>
29 ); 29 );
30 } 30 }
diff --git a/src/listComponents.js b/src/listComponents.js
index 2d89ac3..4cd377f 100644
--- a/src/listComponents.js
+++ b/src/listComponents.js
@@ -1,6 +1,6 @@
1/* 1/*
2 * JaCoCo Report Viewer, a web-based coverage report viewer 2 * JaCoCo Report Viewer, a web-based coverage report viewer
3 * Copyright (C) 2018 Pacien TRAN-GIRARD 3 * Copyright (C) 2018 Euxane TRAN-GIRARD
4 * Adam NAILI 4 * Adam NAILI
5 * 5 *
6 * This program is free software: you can redistribute it and/or modify 6 * This program is free software: you can redistribute it and/or modify