diff --git a/install.sh b/install.sh index a33803c..a1fe081 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,21 @@ #!/bin/sh +# Copyright (c) 2018-2019 TildeLinux Maintainers +# +# 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 2 of the License, or +# (at your option) any later version. +# +# 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. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# +# Email: tildelinux@tildeverse.org if test -z "$1" then diff --git a/openbox_files.sh b/openbox_files.sh index a3b9a27..2f01be2 100755 --- a/openbox_files.sh +++ b/openbox_files.sh @@ -1,4 +1,22 @@ #!/bin/sh +# Copyright (c) 2018-2019 TildeLinux Maintainers +# +# 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 2 of the License, or +# (at your option) any later version. +# +# 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. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# +# Email: tildelinux@tildeverse.org + ssh_config_file="$HOME/.ssh/config" get_locations() { diff --git a/setup_gui.sh b/setup_gui.sh index 7dd88bc..cb880cf 100755 --- a/setup_gui.sh +++ b/setup_gui.sh @@ -1,4 +1,22 @@ #!/bin/sh +# Copyright (c) 2018-2019 TildeLinux Maintainers +# +# 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 2 of the License, or +# (at your option) any later version. +# +# 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. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# +# Email: tildelinux@tildeverse.org + set -e eval "$(xdotool getmouselocation --shell)" diff --git a/sshfs_gui.sh b/sshfs_gui.sh index ba23271..a7af0be 100755 --- a/sshfs_gui.sh +++ b/sshfs_gui.sh @@ -1,4 +1,21 @@ #!/bin/sh +# Copyright (c) 2018-2019 TildeLinux Maintainers +# +# 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 2 of the License, or +# (at your option) any later version. +# +# 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. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# +# Email: tildelinux@tildeverse.org setup_script_path="$HOME/.local/bin/setup_gui.sh"