legal: Happy 2024 everyone...

Done with:

ack '2023+' -l | xargs sed -i -e 's/2023+/2024+/g'

Checked manually with:

git add -p

Hello to future James from 2025, and Happy Hacking!
This commit is contained in:
James Shubin
2024-01-22 15:23:33 -05:00
parent c39fdcb8ac
commit a8f194259b
395 changed files with 396 additions and 396 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Copyright (C) 2013-2023+ James Shubin and the project contributors
# Copyright (C) 2013-2024+ James Shubin and the project contributors
# Written by James Shubin <james@shubin.ca> and the project contributors
#
# This program is free software: you can redistribute it and/or modify