Skip to content

Commit

Permalink
Fix copyright in font files
Browse files Browse the repository at this point in the history
[why]
The copyright in the font files are unspecified at the moment and
Fontforge fills in something deduced from the current user.

[how]
Specify a concrete copyright value that matches the values the previous
releases had.

[note]
#72 (comment)

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
  • Loading branch information
Finii committed Nov 20, 2023
1 parent 2056654 commit 232fc70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export START_CODEPOINT
export FONT_NAME=$(name)
export OUTPUT_DIR=$(dest)
export JSON_FILE=$(json_file)
export COPYRIGHT=Copyright (c) $(date '+%Y'), Lukas W

all_files=$(font_assets) $(dest)/$(name).css $(dest)/preview.html $(dest)/readme-header.png README.md

Expand Down
1 change: 1 addition & 0 deletions scripts/generate-font.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
font.fullname = fontname
font.design_size = font_design_size
font.em = font_em
font.copyright = os.environ['COPYRIGHT']

# if autowidth:
# font.autoWidth(0, 0, font.em)
Expand Down

0 comments on commit 232fc70

Please sign in to comment.