diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-04-02 23:38:37 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-04-02 23:38:37 +0000 |
commit | 57d99d9423083b93c06568618b98de3b28a103fc (patch) | |
tree | 2b70f741815e54206bb162b5a6d850aea782ae4b | |
parent | f8db8521c17da33db7339c59ebe12cdaa2274812 (diff) | |
download | rtmux-57d99d9423083b93c06568618b98de3b28a103fc.tar.gz rtmux-57d99d9423083b93c06568618b98de3b28a103fc.tar.bz2 rtmux-57d99d9423083b93c06568618b98de3b28a103fc.zip |
09.
-rw-r--r-- | cmd-swap-pane.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-swap-pane.c b/cmd-swap-pane.c index 51493a6e..a2454ced 100644 --- a/cmd-swap-pane.c +++ b/cmd-swap-pane.c @@ -1,7 +1,7 @@ -/* $Id: cmd-swap-pane.c,v 1.2 2009-04-02 23:32:48 nicm Exp $ */ +/* $Id: cmd-swap-pane.c,v 1.3 2009-04-02 23:38:37 nicm Exp $ */ /* - * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> + * Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above |