Skip to content

Commit

Permalink
Rename template files
Browse files Browse the repository at this point in the history
  • Loading branch information
evenorog committed Apr 15, 2024
1 parent b655c97 commit 6e7a20c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ fn build_licenses_from_json(input: &Path, output: &Path) -> Result<(), Box<dyn E
for license in licenses {
writeln!(
f,
include_str!("LICENSE-TEMPLATE"),
include_str!("TEMPLATE-FOR-LICENSE.txt"),
ident = license.ident(),
id = license.license_id,
name = license.name,
Expand Down Expand Up @@ -131,7 +131,7 @@ fn build_exceptions_from_json(input: &Path, output: &Path) -> Result<(), Box<dyn
for exception in exceptions {
writeln!(
f,
include_str!("EXCEPTION-TEMPLATE"),
include_str!("TEMPLATE-FOR-EXCEPTION.txt"),
ident = exception.ident(),
id = exception.license_exception_id,
name = exception.name,
Expand Down

0 comments on commit 6e7a20c

Please sign in to comment.