diff options
author | David Robillard <d@drobilla.net> | 2022-06-12 13:47:41 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-06-12 13:47:41 -0400 |
commit | 0e7053de7086423484e5a8f2c0db76efba4ed257 (patch) | |
tree | 3240e8751afbd4d0e42d384bdf53aa60de7ea164 | |
parent | 020eeafddee36b7142fceac4cd3bd67250a015fd (diff) | |
download | serd-0e7053de7086423484e5a8f2c0db76efba4ed257.tar.gz serd-0e7053de7086423484e5a8f2c0db76efba4ed257.tar.bz2 serd-0e7053de7086423484e5a8f2c0db76efba4ed257.zip |
Update top-level copyright dates
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | doc/conf.py.in | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Copyright 2011-2021 David Robillard <d@drobilla.net> +Copyright 2011-2022 David Robillard <d@drobilla.net> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/doc/conf.py.in b/doc/conf.py.in index 9375f0dc..de3f183c 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -1,7 +1,7 @@ # Project information project = "Serd" -copyright = "2020, David Robillard" +copyright = "2022, David Robillard" author = "David Robillard" release = "@SERD_VERSION@" |