From 62b5d085f7c9c15f131dcad262ea883bf429807a Mon Sep 17 00:00:00 2001 From: Ivan Zakharyaschev Date: Mon, 17 Dec 2012 21:01:32 +0400 Subject: [PATCH] Added author notices. --- TODO.mdwn | 2 ++ rpush | 3 +++ rpush-continue | 3 +++ rpush-into | 3 +++ 4 files changed, 11 insertions(+) diff --git a/TODO.mdwn b/TODO.mdwn index cd53571..a1d0f3a 100644 --- a/TODO.mdwn +++ b/TODO.mdwn @@ -1,3 +1,5 @@ +Updated in September and December 2012 by Ivan Zakharyaschev imz at altlinux.org + * unify with a FISH client My idea here is similar to that of [FISH](http://en.wikipedia.org/wiki/Files_transferred_over_shell_protocol) -- , ("FISH = ssh + dd"): no server required, only basic Unix "ls", and "cat", and etc. diff --git a/rpush b/rpush index 31b43b0..8ed9ec2 100755 --- a/rpush +++ b/rpush @@ -11,6 +11,9 @@ # "ssh" and "eval" are just examples; any valid bash command # which interpretes arguments in the same way as "eval" will do. +# Licensed to all under AGPL as published by FSF. +# Copyright (C) 2012 by Ivan Zakharyaschev imz at altlinux.org + CHECK=yes case "$1" in -f|--force) diff --git a/rpush-continue b/rpush-continue index 199a705..5c19b1a 100755 --- a/rpush-continue +++ b/rpush-continue @@ -17,6 +17,9 @@ # the output of "ls -l" (either on Android 2.2 or usual Unix, GNU/Linux). # By default, we assume you are connecting to an Android (with DroidSSHd). +# Licensed to all under AGPL as published by FSF. +# Copyright (C) 2012 by Ivan Zakharyaschev imz at altlinux.org + readonly SRC="$1" shift diff --git a/rpush-into b/rpush-into index 75cf578..45e3983 100755 --- a/rpush-into +++ b/rpush-into @@ -20,6 +20,9 @@ # "ssh" and "eval" are just examples; any valid bash command # which interpretes arguments in the same way as "eval" will do. +# Licensed to all under AGPL as published by FSF. +# Copyright (C) 2012 by Ivan Zakharyaschev imz at altlinux.org + case "$1" in -c|--continue) shift -- 2.11.4.GIT