From 756ce7ec01eaf45596d4baa8a706954f8ece3a80 Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Fri, 20 Feb 2026 02:00:02 +0100 Subject: [PATCH] atom: License --- atom | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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% \