summaryrefslogtreecommitdiff
path: root/nchan.c
diff options
context:
space:
mode:
authormouring <mouring>2001-07-04 03:32:30 +0000
committermouring <mouring>2001-07-04 03:32:30 +0000
commit215aac303e225f6e0618ff8d6b54e2493cce7903 (patch)
treee6864c6a406526d802b9530ddaaf9a2120a1648a /nchan.c
parent1cc1914c62d9c8330cd2954cc72ea6e27adda11d (diff)
downloadopenssh-215aac303e225f6e0618ff8d6b54e2493cce7903.tar.gz
- markus@cvs.openbsd.org 2001/06/25 08:25:41
[channels.c channels.h cipher.c clientloop.c compat.c compat.h hostfile.c kex.c kex.h key.c key.h nchan.c packet.c serverloop.c session.c session.h sftp-server.c ssh-add.c ssh-agent.c uuencode.h] update copyright for 2001
Diffstat (limited to 'nchan.c')
-rw-r--r--nchan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nchan.c b/nchan.c
index 8916c13f..8e1be2d3 100644
--- a/nchan.c
+++ b/nchan.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1999 Markus Friedl. All rights reserved.
+ * Copyright (c) 1999, 2000, 2001 Markus Friedl. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -23,7 +23,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: nchan.c,v 1.29 2001/06/23 15:12:19 itojun Exp $");
+RCSID("$OpenBSD: nchan.c,v 1.30 2001/06/25 08:25:38 markus Exp $");
#include "ssh1.h"
#include "ssh2.h"