diff options
author | sabetts <sabetts> | 2004-12-02 00:33:22 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2004-12-02 00:33:22 +0000 |
commit | dc1091504fd27520d9c8922f53ffc47a3c4389de (patch) | |
tree | 36d0eb57565e7063a458fd84aec74ba5de215bad /contrib/split.sh | |
parent | 63a8a7ef1c3b7906399406e2fa7ccd4431d37a09 (diff) | |
download | ratpoison-dc1091504fd27520d9c8922f53ffc47a3c4389de.zip |
add copyright notices
Diffstat (limited to 'contrib/split.sh')
-rwxr-xr-x | contrib/split.sh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/contrib/split.sh b/contrib/split.sh index 7fd0eb8..8de92bf 100755 --- a/contrib/split.sh +++ b/contrib/split.sh @@ -1,5 +1,10 @@ #!/bin/sh - +# +# Copyright (C) 2003 Shawn Betts +# +# Copying and distribution of this file, with or without modification, +# are permitted in any medium without royalty provided the copyright +# # Split the current frame into 16 little frames. This is an example of # how to script ratpoison. |