Skip to content

Commit

Permalink
Merge pull request #278 from carverauto/updates/web_cr_fixes
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
mfreeman451 authored Mar 3, 2025
2 parents 7754fe6 + 12a7b49 commit 36c3149
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion web/src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*-
/*
* Copyright 2025 Carver Automation Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion web/src/app/nodes/page.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*-
/*
* Copyright 2025 Carver Automation Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion web/src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*-
/*
* Copyright 2025 Carver Automation Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion web/src/app/providers.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*-
/*
* Copyright 2025 Carver Automation Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion web/src/app/service/[nodeid]/[servicename]/page.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*-
/*
* Copyright 2025 Carver Automation Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/Dashboard.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*-
/*
* Copyright 2025 Carver Automation Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/DuskDashboard.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*-
/*
* Copyright 2025 Carver Automation Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/ExportButton.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*-
/*
* Copyright 2025 Carver Automation Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/Navbar.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*-
/*
* Copyright 2025 Carver Automation Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/NetworkStatus.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*-
/*
* Copyright 2025 Carver Automation Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/NetworkSweepView.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*-
/*
* Copyright 2025 Carver Automation Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/NodeList.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*-
/*
* Copyright 2025 Carver Automation Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/NodeTimeline.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*-
/*
* Copyright 2025 Carver Automation Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/SNMPDashboard.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*-
/*
* Copyright 2025 Carver Automation Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/ServiceDashboard.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*-
/*
* Copyright 2025 Carver Automation Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/ServiceSparkline.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*-
/*
* Copyright 2025 Carver Automation Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion web/src/env.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*-
/*
* Copyright 2025 Carver Automation Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion web/src/lib/api.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*-
/*
* Copyright 2025 Carver Automation Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion web/src/middleware.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*-
/*
* Copyright 2025 Carver Automation Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down

0 comments on commit 36c3149

Please sign in to comment.