diff options
| author | murilo ijanc | 2025-11-22 11:02:01 -0300 |
|---|---|---|
| committer | murilo ijanc | 2025-11-22 11:02:01 -0300 |
| commit | 70441f087263395b78bb70888bbb7de7574e4ff9 (patch) | |
| tree | 6783467a1869fd946097aee5bc8efac549dc0027 | |
| parent | d6e12aa845154a0c1543b4f84250d8a7afe72ec7 (diff) | |
| download | templates-70441f087263395b78bb70888bbb7de7574e4ff9.tar.gz | |
Add authors placeholder to automatic write author to license
| -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 b7187f0..32986f9 100644 --- a/cli/template/LICENSE +++ b/cli/template/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) {{ "today" | date: "%Y" }} murilo ijanc' <murilo@ijanc.org> +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 diff --git a/cli/template/build.rs b/cli/template/build.rs index 7b9315b..b7c2a9f 100644 --- a/cli/template/build.rs +++ b/cli/template/build.rs @@ -1,5 +1,5 @@ // -// Copyright (c) {{ "today" | date: "%Y" }} murilo ijanc' <murilo@ijanc.org> +// 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 diff --git a/cli/template/src/main.rs b/cli/template/src/main.rs index 3d05358..b496ebd 100644 --- a/cli/template/src/main.rs +++ b/cli/template/src/main.rs @@ -1,5 +1,5 @@ // -// Copyright (c) {{ "today" | date: "%Y" }} murilo ijanc' <murilo@ijanc.org> +// 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 |