sammich.js
Version:
Too many JavaScript files? Put 'em in a sammich.
24 lines (20 loc) • 649 B
JavaScript
/**
* The short version of the `sammich.js` copyright.
*/
const COPYRIGHT_SHORT = "Copyright (C) 2025 Ashei Juniperus - Available under the MPL 2.0";
/**
* The long version of the `sammich.js` copyright.
*/
const COPYRIGHT_LONG = [
"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 https://mozilla.org/MPL/2.0/."
];
/**
* The `sammich.js` usage info.
*/
const USAGE = "usage: sammich.js [input_files...]";
/**
* The `sammich.js` motto.
*/
const MOTTO = "Too many JavaScript files? Put 'em in a sammich.";