commit 70441f087263395b78bb70888bbb7de7574e4ff9 from: murilo ijanc date: Sat Nov 22 14:02:01 2025 UTC Add authors placeholder to automatic write author to license commit - d6e12aa845154a0c1543b4f84250d8a7afe72ec7 commit + 70441f087263395b78bb70888bbb7de7574e4ff9 blob - b7187f0b5885666f74ee9a45a3de079d7a09bbd4 blob + 32986f9e53aee6aab2d50956bec22ab1f6d21df4 --- cli/template/LICENSE +++ cli/template/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) {{ "today" | date: "%Y" }} murilo ijanc' +Copyright (c) {{ "today" | date: "%Y" }} {{ authors }} Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above blob - 7b9315bb95dafbbe9aee73535b796476faee238a blob + b7c2a9f72288d17e738fd29f886581ca47289c04 --- cli/template/build.rs +++ cli/template/build.rs @@ -1,5 +1,5 @@ // -// Copyright (c) {{ "today" | date: "%Y" }} murilo ijanc' +// Copyright (c) {{ "today" | date: "%Y" }} {{ authors }} // // Permission to use, copy, modify, and distribute this software for any // purpose with or without fee is hereby granted, provided that the above blob - 3d05358ef70aef7a02022e179eccd2ae99be2276 blob + b496ebde699dd85ae7b38711ae1e32a61eca5b2c --- cli/template/src/main.rs +++ cli/template/src/main.rs @@ -1,5 +1,5 @@ // -// Copyright (c) {{ "today" | date: "%Y" }} murilo ijanc' +// Copyright (c) {{ "today" | date: "%Y" }} {{ authors }} // // Permission to use, copy, modify, and distribute this software for any // purpose with or without fee is hereby granted, provided that the above