Skip to content

Commit d9a2e03

Browse files
committed
fix dead links and update license
1 parent a9a9be3 commit d9a2e03

File tree

4 files changed

+15
-21
lines changed

4 files changed

+15
-21
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
# These are supported funding model platforms
22

33
github: mcpcpc
4-
patreon: # Replace with a single Patreon username
5-
open_collective: # Replace with a single Open Collective username
6-
ko_fi: # Replace with a single Ko-fi username
7-
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8-
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9-
liberapay: # Replace with a single Liberapay username
10-
issuehunt: # Replace with a single IssueHunt username
11-
otechie: # Replace with a single Otechie username
124
custom: https://www.paypal.me/mcpcpc/usd5

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Michael Czigler
3+
Copyright (c) 2020-2023 Michael Czigler
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,12 @@ out for others.
1818
COMPATIBILITY
1919
-------------
2020

21-
Compatibility with the following terminator-emulators have been tested and
22-
confirmed on KISS Linux [1]:
21+
Compatibility with the following terminator-emulators have been tested:
2322

24-
- simple terminal, st [2]
25-
- alacritty [3]
26-
- xterm [4]
27-
- kitty [5]
23+
- simple terminal, st [1]
24+
- alacritty 2]
25+
- xterm [3]
26+
- kitty [4]
2827

2928

3029
DEPENDENCIES
@@ -100,13 +99,12 @@ in the docs/ folder) by creating a Pull Request.
10099
REFERENCES
101100
----------
102101
[0] https://github.com/dylanaraps/okpal
103-
[1] https://k1ss.org
104-
[2] Note that background, foreground and cursor color setting does not work
102+
[1] Note that background, foreground and cursor color setting does not work
105103
without applying the 'OSC 10 11 12' patch.
106104
https://st.suckless.org
107-
[3] Confirmed to work in wayland (per sdsddsd1).
105+
[2] Confirmed to work in wayland (per sdsddsd1).
108106
https://github.com/mcpcpc/kfc/issues/1
109-
[4] Confirmed by periish.
107+
[3] Confirmed by periish.
110108
https://github.com/mcpcpc/kfc/issues/3
111-
[5] Confirmed by emokoi
109+
[4] Confirmed by emokoi
112110
https://github.com/mcpcpc/kfc/issues/4

kfc.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
/* See LICENSE file for license details. */
1+
/*
2+
* SPDX-License-Identifier: MIT
3+
* Copyright (C) 2020-3033 Michael Czigler
4+
*/
5+
26
#define _POSIX_C_SOURCE 200809L
37
#include <dirent.h>
48
#include <getopt.h>

0 commit comments

Comments
 (0)