Skip to content

Commit

Permalink
add license header
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeichlersmith committed Dec 2, 2022
1 parent aefc9db commit 0f3419f
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions smux
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
#!/bin/sh

###################################################################################################
# ssh+tmux = smux
#
# a light, POSIX wrapper around ssh to create and attach to tmux sessions on remote computers
###################################################################################################
# SPDX-License-Identifier: GPL-3.0-only
#
# This file is part of the smux project: https://github.com/tomeichlersmith/smux
#
# Copyright (C) 2021 smux contributors
#
# smux is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 3
# as published by the Free Software Foundation.
#
# smux 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 smux; if not, see <http://www.gnu.org/licenses/>.

# POSIX
set -o errexit
Expand Down

0 comments on commit 0f3419f

Please sign in to comment.