aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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
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
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