diff options
author | Leah Neukirchen <leah@vuxu.org> | 2021-06-03 16:53:41 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2021-06-03 16:53:41 +0200 |
commit | 0a93cff4a7cc1ff55480300820ee5ddb74d70d4e (patch) | |
tree | 5790104f7cc0c5799d2c2bc05bdc29bc28b27db8 | |
parent | 77f381ae96a3b9c78bfc504552335f68e5756fa1 (diff) | |
download | hittpd-0a93cff4a7cc1ff55480300820ee5ddb74d70d4e.tar.gz hittpd-0a93cff4a7cc1ff55480300820ee5ddb74d70d4e.tar.xz hittpd-0a93cff4a7cc1ff55480300820ee5ddb74d70d4e.zip |
bump copyright years
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | hittpd.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE index 20471fb..5d980d9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2020 Leah Neukirchen <leah@vuxu.org> +Copyright 2020, 2021 Leah Neukirchen <leah@vuxu.org> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/hittpd.c b/hittpd.c index bbf9b21..53e747d 100644 --- a/hittpd.c +++ b/hittpd.c @@ -1,6 +1,6 @@ /* hittpd - efficient, no-frills HTTP 1.1 server */ -/* Copyright 2020 Leah Neukirchen <leah@vuxu.org> +/* Copyright 2020, 2021 Leah Neukirchen <leah@vuxu.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to |