diff options
| -rw-r--r-- | LICENSE | 2 | ||||
| -rw-r--r-- | doc/src/conf.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Copyright (c) 2019, Felix Morgner <felix.morgner@gmail.com>, all rights reserved +Copyright (c) 2020, Felix Morgner <felix.morgner@gmail.com>, all rights reserved Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/doc/src/conf.py b/doc/src/conf.py index b4c1de7..2727f58 100644 --- a/doc/src/conf.py +++ b/doc/src/conf.py @@ -6,7 +6,7 @@ import os # -- Project information ----------------------------------------------------- project = 'newtype' -copyright = '2019, Felix Morgner' +copyright = '2020, Felix Morgner' author = 'Felix Morgner' version = '1.0' release = '1.1.0' |
