diff --git a/LICENSE.md b/LICENSE.md index 85c7c69..c3cdb71 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@ # GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 -Copyright (C) 2007 [Free Software Foundation, Inc.](http://fsf.org/) +Copyright © 2007 [Free Software Foundation, Inc.](http://fsf.org/) Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -594,7 +594,7 @@ of warranty; and each file should have at least the *copyright* line and a pointer to where the full notice is found. - Copyright (C) + Copyright © This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -614,7 +614,7 @@ Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - Copyright (C) + Copyright © This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. diff --git a/README.md b/README.md index 78fda9d..eecd07d 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The script does not yet support adding lines to `/etc/fstab` or `/etc/crypttab`. ## License luksit - Luks-encrypt drives with a single command\ -Copyright (C) 2021 Keith Irwin (www.ki9.us) +Copyright © 2021 Keith Irwin (www.ki9.us) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/luksit b/luksit index 370f542..dd2073f 100755 --- a/luksit +++ b/luksit @@ -4,7 +4,7 @@ # USAGE: luksit [filesystem] # EXAMPLE: luksit sdf mydrive ext4 # -# Copyright (C) 2021 Keith Irwin (www.ki9.us) +# Copyright © 2021 Keith Irwin (www.ki9.us) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -50,7 +50,7 @@ bail(){ [[ "$0" = "$BASH_SOURCE" ]] && exit 1 || return 1; } KEYDIR="/root/luks" # Initial output -echo " luksit Copyright (C) 2021 Keith Irwin (www.ki9.us)" +echo " luksit Copyright © 2021 Keith Irwin (www.ki9.us)" echo " This program comes with ABSOLUTELY NO WARRANTY; for details" echo " see the LICENSE.md that came with it" echo " This is free software, and you are welcome to redistribute it"