alwaysright icon indicating copy to clipboard operation
alwaysright copied to clipboard

needs a license identifier

Open ToyKeeper opened this issue 9 months ago • 0 comments

To clarify the usage of this code, service_worker.js needs a header stating what the license is. This is usually done in a standard format, such as:

// Always Right service_worker.js
// Copyright (C) 2025 Dietrich Ayala
// SPDX-License-Identifier: GPL-3.0-or-later

This goes at the top of the file.

ToyKeeper avatar Mar 06 '25 17:03 ToyKeeper