update dates in the source files

This commit is contained in:
Michael Mäder
2025-03-11 15:41:16 +01:00
parent f447ce21c8
commit 71c837d931
3 changed files with 5 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Copyright 2024, School of Engineering and Architecture of Fribourg
# Copyright 2025, School of Engineering and Architecture of Fribourg
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -16,8 +16,8 @@
# limitations under the License.
__author__ = 'Michael Mader'
__date__ = "2023-03-12"
__version__ = "0.2"
__date__ = "2025-03-11"
__version__ = "0.3"
__email__ = "michael.maeder@hefr.ch"