diff --git a/web/src/app/layout.tsx b/web/src/app/layout.tsx index 9e963d5..ab12704 100644 --- a/web/src/app/layout.tsx +++ b/web/src/app/layout.tsx @@ -1,4 +1,4 @@ -/*- +/* * Copyright 2025 Carver Automation Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/web/src/app/nodes/page.js b/web/src/app/nodes/page.js index 9e1bf04..239c1d7 100644 --- a/web/src/app/nodes/page.js +++ b/web/src/app/nodes/page.js @@ -1,4 +1,4 @@ -/*- +/* * Copyright 2025 Carver Automation Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/web/src/app/page.tsx b/web/src/app/page.tsx index 6ad422b..1256c96 100644 --- a/web/src/app/page.tsx +++ b/web/src/app/page.tsx @@ -1,4 +1,4 @@ -/*- +/* * Copyright 2025 Carver Automation Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/web/src/app/providers.js b/web/src/app/providers.js index 16d52f2..3e6294c 100644 --- a/web/src/app/providers.js +++ b/web/src/app/providers.js @@ -1,4 +1,4 @@ -/*- +/* * Copyright 2025 Carver Automation Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/web/src/app/service/[nodeid]/[servicename]/page.js b/web/src/app/service/[nodeid]/[servicename]/page.js index ca8376b..05910e6 100644 --- a/web/src/app/service/[nodeid]/[servicename]/page.js +++ b/web/src/app/service/[nodeid]/[servicename]/page.js @@ -1,4 +1,4 @@ -/*- +/* * Copyright 2025 Carver Automation Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/web/src/components/Dashboard.jsx b/web/src/components/Dashboard.jsx index 9ef397d..b7f49aa 100644 --- a/web/src/components/Dashboard.jsx +++ b/web/src/components/Dashboard.jsx @@ -1,4 +1,4 @@ -/*- +/* * Copyright 2025 Carver Automation Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/web/src/components/DuskDashboard.jsx b/web/src/components/DuskDashboard.jsx index 393e3c4..7d03519 100644 --- a/web/src/components/DuskDashboard.jsx +++ b/web/src/components/DuskDashboard.jsx @@ -1,4 +1,4 @@ -/*- +/* * Copyright 2025 Carver Automation Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/web/src/components/ExportButton.jsx b/web/src/components/ExportButton.jsx index 5090e14..64e5ac7 100644 --- a/web/src/components/ExportButton.jsx +++ b/web/src/components/ExportButton.jsx @@ -1,4 +1,4 @@ -/*- +/* * Copyright 2025 Carver Automation Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/web/src/components/Navbar.jsx b/web/src/components/Navbar.jsx index 664ce21..48af10e 100644 --- a/web/src/components/Navbar.jsx +++ b/web/src/components/Navbar.jsx @@ -1,4 +1,4 @@ -/*- +/* * Copyright 2025 Carver Automation Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/web/src/components/NetworkStatus.jsx b/web/src/components/NetworkStatus.jsx index fd95707..9110ee1 100644 --- a/web/src/components/NetworkStatus.jsx +++ b/web/src/components/NetworkStatus.jsx @@ -1,4 +1,4 @@ -/*- +/* * Copyright 2025 Carver Automation Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/web/src/components/NetworkSweepView.jsx b/web/src/components/NetworkSweepView.jsx index 51ab02b..7c4ff18 100644 --- a/web/src/components/NetworkSweepView.jsx +++ b/web/src/components/NetworkSweepView.jsx @@ -1,4 +1,4 @@ -/*- +/* * Copyright 2025 Carver Automation Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/web/src/components/NodeList.jsx b/web/src/components/NodeList.jsx index 0c97a74..f098ce0 100644 --- a/web/src/components/NodeList.jsx +++ b/web/src/components/NodeList.jsx @@ -1,4 +1,4 @@ -/*- +/* * Copyright 2025 Carver Automation Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/web/src/components/NodeTimeline.jsx b/web/src/components/NodeTimeline.jsx index 244f5f7..62b2bae 100644 --- a/web/src/components/NodeTimeline.jsx +++ b/web/src/components/NodeTimeline.jsx @@ -1,4 +1,4 @@ -/*- +/* * Copyright 2025 Carver Automation Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/web/src/components/SNMPDashboard.jsx b/web/src/components/SNMPDashboard.jsx index 7fdc8ac..0f40754 100644 --- a/web/src/components/SNMPDashboard.jsx +++ b/web/src/components/SNMPDashboard.jsx @@ -1,4 +1,4 @@ -/*- +/* * Copyright 2025 Carver Automation Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/web/src/components/ServiceDashboard.jsx b/web/src/components/ServiceDashboard.jsx index 7aa2dc4..78a06c2 100644 --- a/web/src/components/ServiceDashboard.jsx +++ b/web/src/components/ServiceDashboard.jsx @@ -1,4 +1,4 @@ -/*- +/* * Copyright 2025 Carver Automation Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/web/src/components/ServiceSparkline.jsx b/web/src/components/ServiceSparkline.jsx index 5e848cd..fb52080 100644 --- a/web/src/components/ServiceSparkline.jsx +++ b/web/src/components/ServiceSparkline.jsx @@ -1,4 +1,4 @@ -/*- +/* * Copyright 2025 Carver Automation Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/web/src/env.js b/web/src/env.js index 30741a4..5976c12 100644 --- a/web/src/env.js +++ b/web/src/env.js @@ -1,4 +1,4 @@ -/*- +/* * Copyright 2025 Carver Automation Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/web/src/lib/api.js b/web/src/lib/api.js index 6d0ee0a..4cee4da 100644 --- a/web/src/lib/api.js +++ b/web/src/lib/api.js @@ -1,4 +1,4 @@ -/*- +/* * Copyright 2025 Carver Automation Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/web/src/middleware.ts b/web/src/middleware.ts index 5d5af42..fe961bb 100644 --- a/web/src/middleware.ts +++ b/web/src/middleware.ts @@ -1,4 +1,4 @@ -/*- +/* * Copyright 2025 Carver Automation Corporation. * * Licensed under the Apache License, Version 2.0 (the "License");