Skip to content

Commit

Permalink
sort copyright (close #3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota2357 committed Jul 10, 2023
1 parent 1ad8d48 commit 7f28550
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
ENCODING = 'UnicodeFull'

COPYRIGHT = "\n".join([
"[PleckJP]",
"Copyright (c) 2023 ryota2357",
"[Hack]",
"Copyright (c) 2018 Source Foundry Authors",
"",
"[IBM Plex]",
"Copyright © 2017 IBM Corp.",
"",
"[Hack]",
"Copyright (c) 2018 Source Foundry Authors",
"",
"[Nerd Fonts]",
"Copyright (c) 2014, Ryan L McIntyre",
"",
"[PleckJP]",
"Copyright (c) 2023 ryota2357",
])

ASCENT = 1618
Expand Down

0 comments on commit 7f28550

Please # to comment.