diff --git a/LICENSE.md b/LICENSE.md index fd2e9ca..9be789f 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Vehbi Sinan Tunalioglu +Copyright (c) 2024 Vehbi Sinan Tunalioglu Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.yaml b/package.yaml index ef7a45a..5b6869e 100644 --- a/package.yaml +++ b/package.yaml @@ -4,7 +4,7 @@ github: "vst/haskell-template-hebele" license: MIT author: "Vehbi Sinan Tunalioglu" maintainer: "vst@vsthost.com" -copyright: "Copyright (c) 2023 Vehbi Sinan Tunalioglu" +copyright: "Copyright (c) 2024 Vehbi Sinan Tunalioglu" extra-source-files: - README.md diff --git a/run-template.sh b/run-template.sh index cd2e1d2..af0df3d 100644 --- a/run-template.sh +++ b/run-template.sh @@ -6,7 +6,7 @@ _def_title="Haskell Project Template" _def_github="vst/haskell-template-hebele" _def_author="Vehbi Sinan Tunalioglu" _def_maintainer="vst@vsthost.com" -_def_copyright="Copyright (c) 2023 Vehbi Sinan Tunalioglu" +_def_copyright="Copyright (c) 2024 Vehbi Sinan Tunalioglu" ## Initialize variables: _var_name="${_def_name}"