Skip to content

Commit

Permalink
unicode author name
Browse files Browse the repository at this point in the history
The author was spelled by using ascii characters only.
We no longer insist it to be written in ascii characters only.
  • Loading branch information
seebye committed Apr 18, 2021
1 parent 9872c4f commit e3ea6d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/fzfimg.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# This is just an example how ueberzug can be used with fzf.
# Copyright (C) 2019 Nico Baeurer
# Copyright (C) 2019 Nico Bäurer

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion examples/mastodon.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# This is just an example how ueberzug can be used.
# Copyright (C) 2019 Nico Baeurer
# Copyright (C) 2019 Nico Bäurer

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion ueberzug/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
__url_repository__ = 'https://github.com/seebye/ueberzug'
__url_bug_reports__ = 'https://github.com/seebye/ueberzug/issues'
__url_project__ = __url_repository__
__author__ = 'Nico Baeurer'
__author__ = 'Nico Bäurer'
2 changes: 1 addition & 1 deletion ueberzug/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
License:
ueberzug Copyright (C) 2018 Nico Baeurer
ueberzug Copyright (C) 2018 Nico Bäurer
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions.
Expand Down

0 comments on commit e3ea6d6

Please sign in to comment.