atom: License

This commit is contained in:
Vincent Riquer 2026-02-20 02:00:02 +01:00
parent 05b72b70d7
commit 756ce7ec01

13
atom
View File

@ -1,5 +1,18 @@
#!/usr/bin/env bash #!/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 \ declare -r \
DOCDIR=%DOCDIR% \ DOCDIR=%DOCDIR% \
LIBDIR=%LIBDIR% \ LIBDIR=%LIBDIR% \