Skip to content

Commit

Permalink
Fix copyright to 2016
Browse files Browse the repository at this point in the history
  • Loading branch information
lammel committed Mar 29, 2016
1 parent 17ff2c9 commit 9f981e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions peersync.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# PeerSync - a file syncronization tool for clustered hosts
# Author: [email protected]
# (C)2015, NeoTel Telefonservice GmbH & Co KG
# Author: Roland Lammel <[email protected]>
# (C)2016, NeoTel Telefonservice GmbH & Co KG

VERSION=0.9.0
PEERSYNCCONFIGS="$HOME/.peersync /etc/peersync.conf"
Expand Down Expand Up @@ -34,7 +34,7 @@ verbose() {

version() {
echo "PeerSync v$VERSION - A peer file syncronisation tool based on rsync"
echo "(C)2014, NeoTel Telefonservice GmbH & Co KG"
echo "(C)2016, NeoTel Telefonservice GmbH & Co KG"
}

rsync_peer() {
Expand Down

0 comments on commit 9f981e5

Please sign in to comment.