From 7d019a48eb6a02aa47c038160d14b67ae12be939 Mon Sep 17 00:00:00 2001
From: Bjoern Ludwig <bjoern.ludwig@ptb.de>
Date: Thu, 19 Jan 2023 16:27:07 +0100
Subject: [PATCH] refactor(copyright year): update copyright to 2023

---
 LICENSE      | 2 +-
 docs/conf.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/LICENSE b/LICENSE
index 965a6b0..8bafe82 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright 2022 Björn Ludwig
+Copyright 2023 Björn Ludwig
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of this
 software and associated documentation files (the "Software"), to deal in the Software
diff --git a/docs/conf.py b/docs/conf.py
index 612a227..38c6e8e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -141,7 +141,7 @@ root_doc = "index"
 
 # General information about the project.
 project = "lp_nn_robustness_verification"
-copyright = "2022, B. Ludwig (PTB)"
+copyright = "2023, B. Ludwig (PTB)"
 author = "B. Ludwig"
 
 # The version info for the project you're documenting, acts as replacement for
-- 
GitLab