diff --git a/atom b/atom index bacf858..b8b2e6a 100755 --- a/atom +++ b/atom @@ -1,5 +1,18 @@ #!/usr/bin/env bash +# Copyright © 2012-2026 ScriptFanix +# 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. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# A copy of the GNU General Public License v3 is includded in the LICENSE file +# at the root of the project. + declare -r \ DOCDIR=%DOCDIR% \ LIBDIR=%LIBDIR% \