@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: MIT
+
'use strict';
const glob = require('glob');
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
+# SPDX-License-Identifier: MIT
# This script is executed by GitHub Actions for every successful push (on any branch, PR or not).
set -ex
# This script is executed by GitHub Actions for every pull request opened.
# It currently accomplishes the following objectives (for English pages only):
# This script is executed by GitHub Actions when a PR is merged (i.e. in the `deploy` step).
+/* SPDX-License-Identifier: MIT */
@font-face {
font-family: "PT Serif";
src: url("pt-serif-web-regular.ttf") format("truetype");
#!/usr/bin/env python3
"""
A Python script to generate a single PDF document with all the `tldr` pages. It works by generating
code {
color: #b58900;
}
color: #dc322f
import os
import sys
@@ -1,4 +1,6 @@
import argparse
import re
# It runs some basic tests on pages. If the build is also a PR, additional