Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Commit b90f707

Browse files
committed
fixup! chore(reuse): yep
1 parent 029c9ee commit b90f707

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Justfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,8 @@ vault-push-all: (vault "wordpress" "push") (vault "nextjs" "push")
108108
org-tu-kleinweb := 'Temple University <[email protected]>'
109109
org-roots := 'Roots Software Foundation LLC'
110110

111-
# Add the project default license header to the specified files
112-
[private]
113-
alias license := reuse-gpl
111+
# [reuse]: Apply the default license to files
112+
alias reuse := reuse-gpl
114113

115114
[private]
116115
reuse-with-roots +FILES: (reuse-dual org-roots FILES)

apps/nextjs-minimal/components/SiteFooter/FinePrint.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2023 Temple University <[email protected]>
2+
// SPDX-License-Identifier: GPL-3.0-or-later
3+
14
const currentYear = new Date().getFullYear()
25

36
export default function FinePrint() {

0 commit comments

Comments
 (0)