summaryrefslogtreecommitdiffstats
path: root/channels.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-01-22 23:29:03 +1100
committerDamien Miller <djm@mindrot.org>2002-01-22 23:29:03 +1100
commitb51ed391618d5c5ac5b7950a4743f45d5cf5898e (patch)
tree7b28a64db870b6cd4bdfad1013f8cfc22b39fdaf /channels.h
parent5144df92616ff8ed4fa3aa709651333c09d850b4 (diff)
- markus@cvs.openbsd.org 2002/01/14 13:57:03
[channels.h nchan.c] (c) 2002
Diffstat (limited to 'channels.h')
-rw-r--r--channels.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels.h b/channels.h
index 9f97488b..3422d964 100644
--- a/channels.h
+++ b/channels.h
@@ -10,7 +10,7 @@
* called by a name other than "ssh" or "Secure Shell".
*/
/*
- * Copyright (c) 1999, 2000, 2001 Markus Friedl. All rights reserved.
+ * Copyright (c) 1999, 2000, 2001, 2002 Markus Friedl. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,7 +32,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-/* RCSID("$OpenBSD: channels.h,v 1.58 2002/01/14 13:55:55 markus Exp $"); */
+/* RCSID("$OpenBSD: channels.h,v 1.59 2002/01/14 13:57:03 markus Exp $"); */
#ifndef CHANNEL_H
#define CHANNEL_H