Skip to content

Commit 66eaaba

Browse files
committed
Year in the licenses
1 parent 6020c9c commit 66eaaba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

project_template/{% if license=='Apache' %}LICENSE{% endif %}

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright 2024 {{ full_name }}
190+
Copyright {{ '%Y' | strftime }} {{ full_name }}
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

project_template/{% if license=='BSD' %}LICENSE{% endif %}

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2024, {{ full_name }}.
3+
Copyright (c) {{ '%Y' | strftime }}, {{ full_name }}.
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

project_template/{% if license=='MIT' %}LICENSE{% endif %}

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2024 {{ full_name }}
1+
Copyright {{ '%Y' | strftime }} {{ full_name }}
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of
44
this software and associated documentation files (the "Software"), to deal in

0 commit comments

Comments
 (0)