Skip to content

Commit

Permalink
Change year in code generator
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmilano committed Sep 4, 2023
1 parent f68cb27 commit fc6fd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/dtmilano/android/code_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def header(self, out: TextIO = sys.stdout) -> None:
{self.get_shebang()}
# -*- coding: utf-8 -*-
"""
Copyright (C) 2013-2022 Diego Torres Milano
Copyright (C) 2013-2023 Diego Torres Milano
Created on {date.today()} by Culebra v{__version__}
__ __ __ __
/ \ / \ / \ / \
Expand Down

0 comments on commit fc6fd01

Please sign in to comment.