scripts: add SPDX-License-Identifier in files (#6215)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
@font-face {
|
||||
font-family: "PT Serif";
|
||||
src: url("pt-serif-web-regular.ttf") format("truetype");
|
||||
|
@@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
"""
|
||||
A Python script to generate a single PDF document with all the `tldr` pages. It works by generating
|
||||
|
@@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
code {
|
||||
color: #b58900;
|
||||
}
|
||||
|
@@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
code {
|
||||
color: #dc322f
|
||||
}
|
||||
|
Reference in New Issue
Block a user