diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-09-01 21:03:36 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-09-01 21:03:53 +0200 |
commit | f4d178b3f6f917b8ff19234498e824277b5163e3 (patch) | |
tree | fbe5d45797e6e8ea254a503901be7c8986c772f5 | |
parent | ee5317f86520392dc8723fd808855930c41f5302 (diff) | |
download | json-rpc-shell-f4d178b3f6f917b8ff19234498e824277b5163e3.tar.gz json-rpc-shell-f4d178b3f6f917b8ff19234498e824277b5163e3.tar.xz json-rpc-shell-f4d178b3f6f917b8ff19234498e824277b5163e3.zip |
Update copyright years
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | json-rpc-shell.c | 2 | ||||
-rw-r--r-- | json-rpc-test-server.c | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Copyright (c) 2014 - 2018, Přemysl Eric Janouch <p@janouch.name> +Copyright (c) 2014 - 2020, Přemysl Eric Janouch <p@janouch.name> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. diff --git a/json-rpc-shell.c b/json-rpc-shell.c index cce5f8d..8f74a06 100644 --- a/json-rpc-shell.c +++ b/json-rpc-shell.c @@ -1,7 +1,7 @@ /* * json-rpc-shell.c: simple JSON-RPC 2.0 shell * - * Copyright (c) 2014 - 2016, Přemysl Eric Janouch <p@janouch.name> + * Copyright (c) 2014 - 2020, Přemysl Eric Janouch <p@janouch.name> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted. diff --git a/json-rpc-test-server.c b/json-rpc-test-server.c index 564c1a7..951a4c6 100644 --- a/json-rpc-test-server.c +++ b/json-rpc-test-server.c @@ -1,7 +1,7 @@ /* * json-rpc-test-server.c: JSON-RPC 2.0 demo server * - * Copyright (c) 2015 - 2018, Přemysl Eric Janouch <p@janouch.name> + * Copyright (c) 2015 - 2020, Přemysl Eric Janouch <p@janouch.name> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted. |