fox-archives / license-checker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

license-checker

A simple tool to check that I include the particular SPDX tags I want on my files.

// SPDX-FileCopyrightText: Copyright (c) 2023 Edwin Kofler
// SPDX-License-Identifier: MPL-2.0
import path from 'node:path'

About

License:Mozilla Public License 2.0


Languages

Language:JavaScript 100.0%