Skip to content

Commit

Permalink
chore: add missing copyright header (#70)
Browse files Browse the repository at this point in the history
## Summary

Add missing copyright header to the `checkCoverage.js` file.
  • Loading branch information
ashutosh-ukey authored Feb 8, 2025
1 parent 517b89a commit 431adb9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions script/test/checkCoverage.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* Copyright 2025 Circle Internet Group, Inc. All rights reserved.
* SPDX-License-Identifier: GPL-3.0-or-later
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
const fs = require('fs');

const COVERAGE_TABLE_HEADER = "| File | % Lines | % Statements | % Branches | % Funcs |";
Expand Down

0 comments on commit 431adb9

Please sign in to comment.