From 85e782ad57f27c753364faeaead01522982a12ec Mon Sep 17 00:00:00 2001 From: Josh F Date: Thu, 5 Jan 2023 14:20:18 -0500 Subject: Update copyright to 2023 --- python/log.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/log.py') diff --git a/python/log.py b/python/log.py index d5a5f3e6..4b70fcf9 100644 --- a/python/log.py +++ b/python/log.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2022 Vector 35 Inc +# Copyright (c) 2015-2023 Vector 35 Inc # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to @@ -219,4 +219,4 @@ class Logger: log(LogLevel.ErrorLog, message, self.logger_name, self.session_id) def log_alert(self, message:str) -> None: - log(LogLevel.AlertLog, message, self.logger_name, self.session_id) \ No newline at end of file + log(LogLevel.AlertLog, message, self.logger_name, self.session_id) -- cgit v1.3.1