diff options
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | src/App.css | 2 | ||||
-rw-r--r-- | src/App.js | 2 | ||||
-rw-r--r-- | src/CoverageListing.js | 2 | ||||
-rw-r--r-- | src/Report.js | 4 | ||||
-rw-r--r-- | src/listComponents.js | 2 |
6 files changed, 8 insertions, 8 deletions
@@ -3,7 +3,7 @@ | |||
3 | A web-based JaCoCo coverage report viewer. | 3 | A web-based JaCoCo coverage report viewer. |
4 | Part of a scholar project at UPEM. | 4 | Part of a scholar project at UPEM. |
5 | 5 | ||
6 | This application is deployed at https://jacocoviewer.pacien.org. | 6 | This 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 | ||
17 | Copyright (C) 2018 Pacien TRAN-GIRARD and Adam NAILI. | 17 | Copyright (C) 2018 Euxane TRAN-GIRARD and Adam NAILI. |
18 | Software distributed under the terms of the GNU Affero General Public License v3. | 18 | Software distributed under the terms of the GNU Affero General Public License v3. |
19 | 19 | ||
20 | This program makes direct use of the following libraries: | 20 | This 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 |
@@ -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 © 2018 Pacien TRAN-GIRARD, Adam NAILI - <a href="https://cgit.pacien.net/public/apps/upem-jacoco-viewer/about/">Sources</a> | 27 | Copyright © 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 |