Skip to content

Commit

Permalink
Remove invalid header from README
Browse files Browse the repository at this point in the history
  • Loading branch information
lbirkert committed Aug 15, 2023
1 parent c07a781 commit ac60b80
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
22 changes: 7 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,16 @@
[//]: # SPDX-License-Identifier: AGPL-3.0-only

[//]: # ████████████████████████████████████████████████
[//]: # █─▄▄▄─█▄─██─▄█▄─▄█▄─▀─▄█▄─▄─▀█▄─█─▄█─▄─▄─█▄─▄▄─█
[//]: # █─██▀─██─██─███─███▀─▀███─▄─▀██▄─▄████─████─▄█▀█
[//]: # ▀───▄▄▀▀▄▄▄▄▀▀▄▄▄▀▄▄█▄▄▀▄▄▄▄▀▀▀▄▄▄▀▀▀▄▄▄▀▀▄▄▄▄▄▀
[//]: # https://github.com/QuixByte/qb/blob/main/LICENSE
[//]: #
[//]: # (c) Copyright 2023 The QuixByte Authors

```
████████████████████████████████████████████████
█─▄▄▄─█▄─██─▄█▄─▄█▄─▀─▄█▄─▄─▀█▄─█─▄█─▄─▄─█▄─▄▄─█
█─██▀─██─██─███─███▀─▀███─▄─▀██▄─▄████─████─▄█▀█
▀───▄▄▀▀▄▄▄▄▀▀▄▄▄▀▄▄█▄▄▀▄▄▄▄▀▀▀▄▄▄▀▀▀▄▄▄▀▀▄▄▄▄▄▀
___ _ ____ _
/ _ \ _ _(___ _| __ ) _ _| |_ ___
| | | | | | | \ \/ | _ \| | | | __/ _ \
| |_| | |_| | |> <| |_) | |_| | || __/
\__\_\\__,_|_/_/\_|____/ \__, |\__\___|
|___/
-- About
QuixByte is an opensource file service, which allows users to quickly synchronize and backup their files across multiple devices.
-- Footer
--
https://github.com/QuixByte/qb/blob/main/LICENSE
(c) Copyright 2023 The QuixByte Authors
Expand Down
4 changes: 3 additions & 1 deletion scripts/header.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ def construct(ext: str) -> str:
root = os.path.normpath(os.path.join(dn, ".."))

ignore_exts = [
"lock"
"lock",
# TODO: add proper file headers for markdown
"md"
]
ignore_files = [
"AUTHORS",
Expand Down

0 comments on commit ac60b80

Please sign in to comment.