Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2024 {{ full_name }}
Copyright {{ '%Y' | strftime }} {{ full_name }}

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion project_template/{% if license=='BSD' %}LICENSE{% endif %}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2024, {{ full_name }}.
Copyright (c) {{ '%Y' | strftime }}, {{ full_name }}.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion project_template/{% if license=='MIT' %}LICENSE{% endif %}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2024 {{ full_name }}
Copyright {{ '%Y' | strftime }} {{ full_name }}

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