diff --git a/src/app/components/search-bar/search-bar.component.spec.ts b/src/app/components/search-bar/search-bar.component.spec.ts
index 0b76e930..68d2ec61 100644
--- a/src/app/components/search-bar/search-bar.component.spec.ts
+++ b/src/app/components/search-bar/search-bar.component.spec.ts
@@ -1,3 +1,25 @@
+/*
+Copyright (c) 2020-2024 CRS4
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+*/
+
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { SearchBarComponent } from './search-bar.component';
diff --git a/src/app/components/search-bar/search-bar.component.ts b/src/app/components/search-bar/search-bar.component.ts
index 58c1a9a0..1fbd6835 100644
--- a/src/app/components/search-bar/search-bar.component.ts
+++ b/src/app/components/search-bar/search-bar.component.ts
@@ -1,3 +1,25 @@
+/*
+Copyright (c) 2020-2024 CRS4
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+*/
+
import {
Component,
ElementRef,
diff --git a/src/app/components/stats-bar-chart/stats-bar-chart.component.html b/src/app/components/stats-bar-chart/stats-bar-chart.component.html
index 7d86dc3d..c1b49062 100644
--- a/src/app/components/stats-bar-chart/stats-bar-chart.component.html
+++ b/src/app/components/stats-bar-chart/stats-bar-chart.component.html
@@ -1,3 +1,25 @@
+
+
diff --git a/src/app/components/stats-bar-chart/stats-bar-chart.component.spec.ts b/src/app/components/stats-bar-chart/stats-bar-chart.component.spec.ts
index 073508cc..1e320e8d 100644
--- a/src/app/components/stats-bar-chart/stats-bar-chart.component.spec.ts
+++ b/src/app/components/stats-bar-chart/stats-bar-chart.component.spec.ts
@@ -1,3 +1,25 @@
+/*
+Copyright (c) 2020-2024 CRS4
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+*/
+
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { StatsBarChartComponent } from './stats-bar-chart.component';
diff --git a/src/app/components/stats-bar-chart/stats-bar-chart.component.ts b/src/app/components/stats-bar-chart/stats-bar-chart.component.ts
index 92abd70b..ed74ade4 100644
--- a/src/app/components/stats-bar-chart/stats-bar-chart.component.ts
+++ b/src/app/components/stats-bar-chart/stats-bar-chart.component.ts
@@ -1,3 +1,25 @@
+/*
+Copyright (c) 2020-2024 CRS4
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+*/
+
import {
AfterViewChecked,
ChangeDetectionStrategy,
diff --git a/src/app/components/stats-pie-chart/stats-pie-chart.component.html b/src/app/components/stats-pie-chart/stats-pie-chart.component.html
index 5fd5fc71..bba3ef16 100644
--- a/src/app/components/stats-pie-chart/stats-pie-chart.component.html
+++ b/src/app/components/stats-pie-chart/stats-pie-chart.component.html
@@ -1,3 +1,25 @@
+
+
diff --git a/src/app/components/stats-pie-chart/stats-pie-chart.component.spec.ts b/src/app/components/stats-pie-chart/stats-pie-chart.component.spec.ts
index 2ebdb145..8fd53837 100644
--- a/src/app/components/stats-pie-chart/stats-pie-chart.component.spec.ts
+++ b/src/app/components/stats-pie-chart/stats-pie-chart.component.spec.ts
@@ -1,3 +1,25 @@
+/*
+Copyright (c) 2020-2024 CRS4
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+*/
+
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { StatsPieChartComponent } from './stats-pie-chart.component';
diff --git a/src/app/components/stats-pie-chart/stats-pie-chart.component.ts b/src/app/components/stats-pie-chart/stats-pie-chart.component.ts
index 02594c98..a7c0b8dd 100644
--- a/src/app/components/stats-pie-chart/stats-pie-chart.component.ts
+++ b/src/app/components/stats-pie-chart/stats-pie-chart.component.ts
@@ -1,3 +1,25 @@
+/*
+Copyright (c) 2020-2024 CRS4
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+*/
+
import {
ChangeDetectionStrategy,
ChangeDetectorRef,
diff --git a/src/app/components/test-instances/test-instances.component.html b/src/app/components/test-instances/test-instances.component.html
index 84836b47..4bf7a199 100644
--- a/src/app/components/test-instances/test-instances.component.html
+++ b/src/app/components/test-instances/test-instances.component.html
@@ -1,3 +1,25 @@
+
+
workflow
diff --git a/src/app/components/test-instances/test-instances.component.spec.ts b/src/app/components/test-instances/test-instances.component.spec.ts
index 2ec69554..b5fa2610 100644
--- a/src/app/components/test-instances/test-instances.component.spec.ts
+++ b/src/app/components/test-instances/test-instances.component.spec.ts
@@ -1,3 +1,25 @@
+/*
+Copyright (c) 2020-2024 CRS4
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+*/
+
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { TestInstancesComponent } from './test-instances.component';
diff --git a/src/app/components/test-instances/test-instances.component.ts b/src/app/components/test-instances/test-instances.component.ts
index e0754bc7..7e670993 100644
--- a/src/app/components/test-instances/test-instances.component.ts
+++ b/src/app/components/test-instances/test-instances.component.ts
@@ -1,3 +1,25 @@
+/*
+Copyright (c) 2020-2024 CRS4
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+*/
+
import {
ChangeDetectorRef,
Component,
diff --git a/src/app/components/test-suites/test-suites.component.html b/src/app/components/test-suites/test-suites.component.html
index e7460661..2d91007d 100644
--- a/src/app/components/test-suites/test-suites.component.html
+++ b/src/app/components/test-suites/test-suites.component.html
@@ -1,3 +1,25 @@
+
+
workflow list
diff --git a/src/app/components/test-suites/test-suites.component.spec.ts b/src/app/components/test-suites/test-suites.component.spec.ts
index 14c7e1c6..4758b106 100644
--- a/src/app/components/test-suites/test-suites.component.spec.ts
+++ b/src/app/components/test-suites/test-suites.component.spec.ts
@@ -1,3 +1,25 @@
+/*
+Copyright (c) 2020-2024 CRS4
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+*/
+
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { TestSuitesComponent } from './test-suites.component';
diff --git a/src/app/components/test-suites/test-suites.component.ts b/src/app/components/test-suites/test-suites.component.ts
index 6db3fc6e..6f330a94 100644
--- a/src/app/components/test-suites/test-suites.component.ts
+++ b/src/app/components/test-suites/test-suites.component.ts
@@ -1,3 +1,25 @@
+/*
+Copyright (c) 2020-2024 CRS4
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+*/
+
import {
ChangeDetectorRef,
Component,
diff --git a/src/app/components/workflow-header/workflow-header.component.html b/src/app/components/workflow-header/workflow-header.component.html
index 70edfbe4..f8909c09 100644
--- a/src/app/components/workflow-header/workflow-header.component.html
+++ b/src/app/components/workflow-header/workflow-header.component.html
@@ -1,3 +1,25 @@
+
+