Skip to content

Commit 29e6310

Browse files
committed
Fixed license version to be inline with Drupal core.
1 parent 4ca4639 commit 29e6310

File tree

4 files changed

+341
-676
lines changed

4 files changed

+341
-676
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020

2121
# Remove the lines below in your project.
2222
.github/FUNDING.yml export-ignore
23-
LICENSE export-ignore
23+
LICENSE.txt export-ignore

.scaffold/tests/bats/_assert_init.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ assert_files_present_common() {
2727
assert_dir_not_exists ".scaffold"
2828
assert_file_not_exists ".github/workflows/scaffold-release.yml"
2929
assert_file_not_exists ".github/workflows/scaffold-test.yml"
30-
assert_file_not_exists "LICENSE"
30+
assert_file_not_exists "LICENSE.txt"
3131
assert_file_not_exists "README.dist.md"
3232
assert_file_not_exists "logo.tmp.png"
3333

0 commit comments

Comments
 (0)