diff options
author | euxane | 2024-08-31 20:34:51 +0200 |
---|---|---|
committer | euxane | 2024-08-31 20:34:51 +0200 |
commit | b4ee43b4b7226609eb458ebc615d1f7406292816 (patch) | |
tree | ddf163610f7043dcfdc001fe6a523cb8dc094ad1 /src | |
parent | d662c3ac8f7cf8b72db95cca16dfea5b296e12dc (diff) | |
download | jacoco-viewer-b4ee43b4b7226609eb458ebc615d1f7406292816.tar.gz |
Diffstat (limited to 'src')
-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 |
5 files changed, 6 insertions, 6 deletions
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 |