Skip to content

Commit

Permalink
fix: add copyrights on new files
Browse files Browse the repository at this point in the history
Signed-off-by: Joris Mancini <joris.mancini_externe@rte-france.com>
  • Loading branch information
TheMaskedTurtle committed May 14, 2024
1 parent 6f31910 commit ee22b56
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/ReportViewer/log-severity.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* Copyright (c) 2024, RTE (http://www.rte-france.com)
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

export type LogSeverity = {
name: 'UNKNOWN' | 'INFO' | 'WARN' | 'ERROR' | 'FATAL';
level: number;
Expand Down
7 changes: 7 additions & 0 deletions src/components/ReportViewer/report.type.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* Copyright (c) 2024, RTE (http://www.rte-france.com)
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

export interface Report {
taskKey: string;
defaultName: string;
Expand Down

0 comments on commit ee22b56

Please sign in to comment.