From 4ccf97f6677aa626dd98a48985c9e15b1de103a9 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Wed, 10 Dec 2025 11:26:22 -0800 Subject: [PATCH] [examples] update license generator w/ project name --- examples/license.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/license.sh b/examples/license.sh index e65a489..9f688d0 100644 --- a/examples/license.sh +++ b/examples/license.sh @@ -1,10 +1,11 @@ #!/usr/bin/env shrimp year = date.now | date.year +project = fs.pwd | fs.basename | str.titlecase { -Copyright $year +Copyright $year $project Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal