commit d6e12aa845154a0c1543b4f84250d8a7afe72ec7 from: murilo ijanc date: Sat Nov 22 13:59:06 2025 UTC Add liquid filter date to generate year to licenses commit - 21ccabe1dfd06b69b1f1fe9faeb82c9e6da8d6b2 commit + d6e12aa845154a0c1543b4f84250d8a7afe72ec7 blob - 1d0d9244f35adb07ec6842c510b84af71c16b073 blob + b7187f0b5885666f74ee9a45a3de079d7a09bbd4 --- cli/template/LICENSE +++ cli/template/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2025 murilo ijanc' +Copyright (c) {{ "today" | date: "%Y" }} murilo ijanc' Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above blob - 6efb53f28d81c72906e42ab51bcbdc9f0c406fb5 blob + 7b9315bb95dafbbe9aee73535b796476faee238a --- cli/template/build.rs +++ cli/template/build.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2025 murilo ijanc' +// Copyright (c) {{ "today" | date: "%Y" }} murilo ijanc' // // Permission to use, copy, modify, and distribute this software for any // purpose with or without fee is hereby granted, provided that the above blob - cb5fa0e326a69a1ea9bc619d1aa731d7759fe169 blob + 3d05358ef70aef7a02022e179eccd2ae99be2276 --- cli/template/src/main.rs +++ cli/template/src/main.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2025 murilo ijanc' +// Copyright (c) {{ "today" | date: "%Y" }} murilo ijanc' // // Permission to use, copy, modify, and distribute this software for any // purpose with or without fee is hereby granted, provided that the above