diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2006-05-20 22:03:25 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2006-05-20 22:03:25 +0000 |
commit | 5ee84c2e258c4d0201c3d21a9d39ef93946fdefa (patch) | |
tree | 8e13a7f2f4a73c4c4f43518d0e0d98e77591db8b /sys | |
parent | 156ce1decc799c2857b6ce0e511d62dd84ab0c48 (diff) |
bump copyright
Diffstat (limited to 'sys')
-rw-r--r-- | sys/net/if_trunk.c | 4 | ||||
-rw-r--r-- | sys/net/if_trunk.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/net/if_trunk.c b/sys/net/if_trunk.c index e7c0c62e1c4..f4e5d6a206c 100644 --- a/sys/net/if_trunk.c +++ b/sys/net/if_trunk.c @@ -1,7 +1,7 @@ -/* $OpenBSD: if_trunk.c,v 1.25 2006/05/20 20:52:57 reyk Exp $ */ +/* $OpenBSD: if_trunk.c,v 1.26 2006/05/20 22:03:24 reyk Exp $ */ /* - * Copyright (c) 2005 Reyk Floeter <reyk@openbsd.org> + * Copyright (c) 2005, 2006 Reyk Floeter <reyk@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/sys/net/if_trunk.h b/sys/net/if_trunk.h index 7d1ace8aca1..72cb55013b4 100644 --- a/sys/net/if_trunk.h +++ b/sys/net/if_trunk.h @@ -1,7 +1,7 @@ -/* $OpenBSD: if_trunk.h,v 1.7 2006/02/09 13:33:38 reyk Exp $ */ +/* $OpenBSD: if_trunk.h,v 1.8 2006/05/20 22:03:24 reyk Exp $ */ /* - * Copyright (c) 2005 Reyk Floeter <reyk@openbsd.org> + * Copyright (c) 2005, 2006 Reyk Floeter <reyk@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above |