diff options
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/template/LICENSE | 2 | ||||
| -rw-r--r-- | cli/template/build.rs | 2 | ||||
| -rw-r--r-- | cli/template/src/main.rs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cli/template/LICENSE b/cli/template/LICENSE index 1d0d924..b7187f0 100644 --- a/cli/template/LICENSE +++ b/cli/template/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2025 murilo ijanc' <murilo@ijanc.org> +Copyright (c) {{ "today" | date: "%Y" }} murilo ijanc' <murilo@ijanc.org> Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/cli/template/build.rs b/cli/template/build.rs index 6efb53f..7b9315b 100644 --- a/cli/template/build.rs +++ b/cli/template/build.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2025 murilo ijanc' <murilo@ijanc.org> +// Copyright (c) {{ "today" | date: "%Y" }} murilo ijanc' <murilo@ijanc.org> // // Permission to use, copy, modify, and distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/cli/template/src/main.rs b/cli/template/src/main.rs index cb5fa0e..3d05358 100644 --- a/cli/template/src/main.rs +++ b/cli/template/src/main.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2025 murilo ijanc' <murilo@ijanc.org> +// Copyright (c) {{ "today" | date: "%Y" }} murilo ijanc' <murilo@ijanc.org> // // Permission to use, copy, modify, and distribute this software for any // purpose with or without fee is hereby granted, provided that the above |