diff options
author | Sean Eubanks <seanmeu@protonmail.com> | 2023-06-02 20:26:46 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-03 10:38:22 +0700 |
commit | f566cbb5df5db84a926cbc7f3f37843aa8ca9b02 (patch) | |
tree | 78e2a99eaf851024009223e6da4442d78a1d1b8e /development | |
parent | 3ea9c7685ee3c3f1e0eed6f1c0537cf1742801c2 (diff) | |
download | slackbuilds-f566cbb5df5db84a926cbc7f3f37843aa8ca9b02.tar.gz slackbuilds-f566cbb5df5db84a926cbc7f3f37843aa8ca9b02.tar.xz |
development/premake5: Fix encoding of SlackBuild.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/premake5/premake5.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/premake5/premake5.SlackBuild b/development/premake5/premake5.SlackBuild index 9d3b439c02..9a1d908b2f 100644 --- a/development/premake5/premake5.SlackBuild +++ b/development/premake5/premake5.SlackBuild @@ -6,7 +6,7 @@ # All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the “Software”), to +# of this software and associated documentation files (the "Software"), to # deal in the Software without restriction, including without limitation the # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or # sell copies of the Software, and to permit persons to whom the Software is @@ -15,7 +15,7 @@ # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # -# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |