aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2020-03-01 12:13:27 +0100
committerFelix Morgner <felix.morgner@gmail.com>2020-03-01 12:13:27 +0100
commit5e6fe1d012468dbc66c992a062e50bc9ae5bc33f (patch)
treea1d7d3ad43d9a07cd8cb2d26dd45753f6eb5d712
parentb0cef60cdfd21bb05a74d29eb4ecb63f143b04a3 (diff)
downloadnewtype-5e6fe1d012468dbc66c992a062e50bc9ae5bc33f.tar.xz
newtype-5e6fe1d012468dbc66c992a062e50bc9ae5bc33f.zip
releng: bump license year
-rw-r--r--LICENSE2
-rw-r--r--doc/src/conf.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index 3959b78..18858da 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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'