diff options
author | 2016-05-23 19:14:03 +0000 | |
---|---|---|
committer | 2016-05-23 19:14:03 +0000 | |
commit | 5dc9330aa1e83f504402780d60345efc0276c6b5 (patch) | |
tree | d0016200a92f530485730065296f6b45e2030fe6 | |
parent | Remove superfluous includes. (diff) | |
download | wireguard-openbsd-5dc9330aa1e83f504402780d60345efc0276c6b5.tar.xz wireguard-openbsd-5dc9330aa1e83f504402780d60345efc0276c6b5.zip |
Update copyright information.
-rw-r--r-- | usr.sbin/ldpd/adjacency.c | 3 | ||||
-rw-r--r-- | usr.sbin/ldpd/hello.c | 3 | ||||
-rw-r--r-- | usr.sbin/ldpd/interface.c | 3 | ||||
-rw-r--r-- | usr.sbin/ldpd/kroute.c | 3 | ||||
-rw-r--r-- | usr.sbin/ldpd/labelmapping.c | 3 | ||||
-rw-r--r-- | usr.sbin/ldpd/lde.c | 3 | ||||
-rw-r--r-- | usr.sbin/ldpd/lde.h | 4 | ||||
-rw-r--r-- | usr.sbin/ldpd/lde_lib.c | 3 | ||||
-rw-r--r-- | usr.sbin/ldpd/ldp.h | 3 | ||||
-rw-r--r-- | usr.sbin/ldpd/ldpd.8 | 3 | ||||
-rw-r--r-- | usr.sbin/ldpd/ldpd.c | 3 | ||||
-rw-r--r-- | usr.sbin/ldpd/ldpd.conf.5 | 3 | ||||
-rw-r--r-- | usr.sbin/ldpd/ldpd.h | 3 | ||||
-rw-r--r-- | usr.sbin/ldpd/ldpe.c | 3 | ||||
-rw-r--r-- | usr.sbin/ldpd/ldpe.h | 4 | ||||
-rw-r--r-- | usr.sbin/ldpd/neighbor.c | 3 | ||||
-rw-r--r-- | usr.sbin/ldpd/packet.c | 3 | ||||
-rw-r--r-- | usr.sbin/ldpd/parse.y | 3 | ||||
-rw-r--r-- | usr.sbin/ldpd/printconf.c | 4 |
19 files changed, 41 insertions, 19 deletions
diff --git a/usr.sbin/ldpd/adjacency.c b/usr.sbin/ldpd/adjacency.c index dd03c173f77..bf86dc931b5 100644 --- a/usr.sbin/ldpd/adjacency.c +++ b/usr.sbin/ldpd/adjacency.c @@ -1,6 +1,7 @@ -/* $OpenBSD: adjacency.c,v 1.21 2016/05/23 19:11:42 renato Exp $ */ +/* $OpenBSD: adjacency.c,v 1.22 2016/05/23 19:14:03 renato Exp $ */ /* + * Copyright (c) 2013, 2015 Renato Westphal <renato@openbsd.org> * Copyright (c) 2009 Michele Marchetto <michele@openbsd.org> * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> * Copyright (c) 2004, 2005, 2008 Esben Norby <norby@openbsd.org> diff --git a/usr.sbin/ldpd/hello.c b/usr.sbin/ldpd/hello.c index b90a3c43720..721fd0ddf4e 100644 --- a/usr.sbin/ldpd/hello.c +++ b/usr.sbin/ldpd/hello.c @@ -1,6 +1,7 @@ -/* $OpenBSD: hello.c,v 1.42 2016/05/23 19:11:42 renato Exp $ */ +/* $OpenBSD: hello.c,v 1.43 2016/05/23 19:14:03 renato Exp $ */ /* + * Copyright (c) 2013, 2016 Renato Westphal <renato@openbsd.org> * Copyright (c) 2009 Michele Marchetto <michele@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any diff --git a/usr.sbin/ldpd/interface.c b/usr.sbin/ldpd/interface.c index a579f7ef32e..ef4fdfc00bc 100644 --- a/usr.sbin/ldpd/interface.c +++ b/usr.sbin/ldpd/interface.c @@ -1,6 +1,7 @@ -/* $OpenBSD: interface.c,v 1.43 2016/05/23 19:11:42 renato Exp $ */ +/* $OpenBSD: interface.c,v 1.44 2016/05/23 19:14:03 renato Exp $ */ /* + * Copyright (c) 2013, 2016 Renato Westphal <renato@openbsd.org> * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> * Copyright (c) 2004, 2005, 2008 Esben Norby <norby@openbsd.org> * diff --git a/usr.sbin/ldpd/kroute.c b/usr.sbin/ldpd/kroute.c index 8dddc938699..335590356dd 100644 --- a/usr.sbin/ldpd/kroute.c +++ b/usr.sbin/ldpd/kroute.c @@ -1,6 +1,7 @@ -/* $OpenBSD: kroute.c,v 1.59 2016/05/23 19:11:42 renato Exp $ */ +/* $OpenBSD: kroute.c,v 1.60 2016/05/23 19:14:03 renato Exp $ */ /* + * Copyright (c) 2015, 2016 Renato Westphal <renato@openbsd.org> * Copyright (c) 2009 Michele Marchetto <michele@openbsd.org> * Copyright (c) 2004 Esben Norby <norby@openbsd.org> * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> diff --git a/usr.sbin/ldpd/labelmapping.c b/usr.sbin/ldpd/labelmapping.c index 06ecafb4d33..fc1b998a223 100644 --- a/usr.sbin/ldpd/labelmapping.c +++ b/usr.sbin/ldpd/labelmapping.c @@ -1,6 +1,7 @@ -/* $OpenBSD: labelmapping.c,v 1.45 2016/05/23 19:11:42 renato Exp $ */ +/* $OpenBSD: labelmapping.c,v 1.46 2016/05/23 19:14:03 renato Exp $ */ /* + * Copyright (c) 2014, 2015 Renato Westphal <renato@openbsd.org> * Copyright (c) 2009 Michele Marchetto <michele@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any diff --git a/usr.sbin/ldpd/lde.c b/usr.sbin/ldpd/lde.c index d1a4bad16d9..637b535134d 100644 --- a/usr.sbin/ldpd/lde.c +++ b/usr.sbin/ldpd/lde.c @@ -1,6 +1,7 @@ -/* $OpenBSD: lde.c,v 1.56 2016/05/23 19:11:42 renato Exp $ */ +/* $OpenBSD: lde.c,v 1.57 2016/05/23 19:14:03 renato Exp $ */ /* + * Copyright (c) 2013, 2016 Renato Westphal <renato@openbsd.org> * Copyright (c) 2004, 2005 Claudio Jeker <claudio@openbsd.org> * Copyright (c) 2004 Esben Norby <norby@openbsd.org> * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> diff --git a/usr.sbin/ldpd/lde.h b/usr.sbin/ldpd/lde.h index a3708fcb4a6..10042cdfc63 100644 --- a/usr.sbin/ldpd/lde.h +++ b/usr.sbin/ldpd/lde.h @@ -1,6 +1,8 @@ -/* $OpenBSD: lde.h,v 1.37 2016/05/23 19:11:42 renato Exp $ */ +/* $OpenBSD: lde.h,v 1.38 2016/05/23 19:14:03 renato Exp $ */ /* + * Copyright (c) 2013, 2016 Renato Westphal <renato@openbsd.org> + * Copyright (c) 2009 Michele Marchetto <michele@openbsd.org> * Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any diff --git a/usr.sbin/ldpd/lde_lib.c b/usr.sbin/ldpd/lde_lib.c index ae437771f2b..6614bf043dd 100644 --- a/usr.sbin/ldpd/lde_lib.c +++ b/usr.sbin/ldpd/lde_lib.c @@ -1,6 +1,7 @@ -/* $OpenBSD: lde_lib.c,v 1.57 2016/05/23 19:11:42 renato Exp $ */ +/* $OpenBSD: lde_lib.c,v 1.58 2016/05/23 19:14:03 renato Exp $ */ /* + * Copyright (c) 2013, 2016 Renato Westphal <renato@openbsd.org> * Copyright (c) 2009 Michele Marchetto <michele@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any diff --git a/usr.sbin/ldpd/ldp.h b/usr.sbin/ldpd/ldp.h index ecab3201dbb..964a0be8dec 100644 --- a/usr.sbin/ldpd/ldp.h +++ b/usr.sbin/ldpd/ldp.h @@ -1,6 +1,7 @@ -/* $OpenBSD: ldp.h,v 1.28 2016/05/23 19:11:42 renato Exp $ */ +/* $OpenBSD: ldp.h,v 1.29 2016/05/23 19:14:03 renato Exp $ */ /* + * Copyright (c) 2013, 2016 Renato Westphal <renato@openbsd.org> * Copyright (c) 2009 Michele Marchetto <michele@openbsd.org> * Copyright (c) 2004, 2005, 2008 Esben Norby <norby@openbsd.org> * diff --git a/usr.sbin/ldpd/ldpd.8 b/usr.sbin/ldpd/ldpd.8 index c91d3753d6d..b4de0adc9e0 100644 --- a/usr.sbin/ldpd/ldpd.8 +++ b/usr.sbin/ldpd/ldpd.8 @@ -1,5 +1,6 @@ -.\" $OpenBSD: ldpd.8,v 1.14 2016/05/23 18:58:48 renato Exp $ +.\" $OpenBSD: ldpd.8,v 1.15 2016/05/23 19:14:03 renato Exp $ .\" +.\" Copyright (c) 2013, 2016 Renato Westphal <renato@openbsd.org> .\" Copyright (c) 2009 Michele Marchetto <michele@openbsd.org> .\" Copyright (c) 2004, 2005, 2006 Esben Norby <norby@openbsd.org> .\" diff --git a/usr.sbin/ldpd/ldpd.c b/usr.sbin/ldpd/ldpd.c index a190927ec34..9434ecfa952 100644 --- a/usr.sbin/ldpd/ldpd.c +++ b/usr.sbin/ldpd/ldpd.c @@ -1,6 +1,7 @@ -/* $OpenBSD: ldpd.c,v 1.46 2016/05/23 19:11:42 renato Exp $ */ +/* $OpenBSD: ldpd.c,v 1.47 2016/05/23 19:14:03 renato Exp $ */ /* + * Copyright (c) 2013, 2016 Renato Westphal <renato@openbsd.org> * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> * Copyright (c) 2004, 2008 Esben Norby <norby@openbsd.org> * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> diff --git a/usr.sbin/ldpd/ldpd.conf.5 b/usr.sbin/ldpd/ldpd.conf.5 index 050a2a9ff6e..e96bc83cb33 100644 --- a/usr.sbin/ldpd/ldpd.conf.5 +++ b/usr.sbin/ldpd/ldpd.conf.5 @@ -1,5 +1,6 @@ -.\" $OpenBSD: ldpd.conf.5,v 1.27 2016/05/23 18:58:48 renato Exp $ +.\" $OpenBSD: ldpd.conf.5,v 1.28 2016/05/23 19:14:03 renato Exp $ .\" +.\" Copyright (c) 2013, 2016 Renato Westphal <renato@openbsd.org> .\" Copyright (c) 2009 Michele Marchetto <michele@openbsd.org> .\" Copyright (c) 2005, 2006 Esben Norby <norby@openbsd.org> .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> diff --git a/usr.sbin/ldpd/ldpd.h b/usr.sbin/ldpd/ldpd.h index d8b4260f990..a1716351c54 100644 --- a/usr.sbin/ldpd/ldpd.h +++ b/usr.sbin/ldpd/ldpd.h @@ -1,6 +1,7 @@ -/* $OpenBSD: ldpd.h,v 1.73 2016/05/23 19:11:42 renato Exp $ */ +/* $OpenBSD: ldpd.h,v 1.74 2016/05/23 19:14:03 renato Exp $ */ /* + * Copyright (c) 2013, 2016 Renato Westphal <renato@openbsd.org> * Copyright (c) 2009 Michele Marchetto <michele@openbsd.org> * Copyright (c) 2004 Esben Norby <norby@openbsd.org> * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> diff --git a/usr.sbin/ldpd/ldpe.c b/usr.sbin/ldpd/ldpe.c index 5ba09019aa7..d2d1af291bb 100644 --- a/usr.sbin/ldpd/ldpe.c +++ b/usr.sbin/ldpd/ldpe.c @@ -1,6 +1,7 @@ -/* $OpenBSD: ldpe.c,v 1.59 2016/05/23 19:11:42 renato Exp $ */ +/* $OpenBSD: ldpe.c,v 1.60 2016/05/23 19:14:03 renato Exp $ */ /* + * Copyright (c) 2013, 2016 Renato Westphal <renato@openbsd.org> * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> * Copyright (c) 2004, 2008 Esben Norby <norby@openbsd.org> * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> diff --git a/usr.sbin/ldpd/ldpe.h b/usr.sbin/ldpd/ldpe.h index 87ffe1eecc0..382f5d6f814 100644 --- a/usr.sbin/ldpd/ldpe.h +++ b/usr.sbin/ldpd/ldpe.h @@ -1,6 +1,8 @@ -/* $OpenBSD: ldpe.h,v 1.54 2016/05/23 19:11:42 renato Exp $ */ +/* $OpenBSD: ldpe.h,v 1.55 2016/05/23 19:14:03 renato Exp $ */ /* + * Copyright (c) 2013, 2016 Renato Westphal <renato@openbsd.org> + * Copyright (c) 2009 Michele Marchetto <michele@openbsd.org> * Copyright (c) 2004, 2005, 2008 Esben Norby <norby@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any diff --git a/usr.sbin/ldpd/neighbor.c b/usr.sbin/ldpd/neighbor.c index c93f4a27d73..652b33f220b 100644 --- a/usr.sbin/ldpd/neighbor.c +++ b/usr.sbin/ldpd/neighbor.c @@ -1,6 +1,7 @@ -/* $OpenBSD: neighbor.c,v 1.70 2016/05/23 19:11:42 renato Exp $ */ +/* $OpenBSD: neighbor.c,v 1.71 2016/05/23 19:14:03 renato Exp $ */ /* + * Copyright (c) 2013, 2016 Renato Westphal <renato@openbsd.org> * Copyright (c) 2009 Michele Marchetto <michele@openbsd.org> * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> * Copyright (c) 2004, 2005, 2008 Esben Norby <norby@openbsd.org> diff --git a/usr.sbin/ldpd/packet.c b/usr.sbin/ldpd/packet.c index 21411c1985a..95efc55f774 100644 --- a/usr.sbin/ldpd/packet.c +++ b/usr.sbin/ldpd/packet.c @@ -1,6 +1,7 @@ -/* $OpenBSD: packet.c,v 1.57 2016/05/23 19:11:42 renato Exp $ */ +/* $OpenBSD: packet.c,v 1.58 2016/05/23 19:14:03 renato Exp $ */ /* + * Copyright (c) 2013, 2016 Renato Westphal <renato@openbsd.org> * Copyright (c) 2009 Michele Marchetto <michele@openbsd.org> * Copyright (c) 2004, 2005, 2008 Esben Norby <norby@openbsd.org> * diff --git a/usr.sbin/ldpd/parse.y b/usr.sbin/ldpd/parse.y index 6aa7ed4caaa..6fcc52f66c4 100644 --- a/usr.sbin/ldpd/parse.y +++ b/usr.sbin/ldpd/parse.y @@ -1,6 +1,7 @@ -/* $OpenBSD: parse.y,v 1.52 2016/05/23 19:11:42 renato Exp $ */ +/* $OpenBSD: parse.y,v 1.53 2016/05/23 19:14:03 renato Exp $ */ /* + * Copyright (c) 2013, 2015, 2016 Renato Westphal <renato@openbsd.org> * Copyright (c) 2004, 2005, 2008 Esben Norby <norby@openbsd.org> * Copyright (c) 2004 Ryan McBride <mcbride@openbsd.org> * Copyright (c) 2002, 2003, 2004 Henning Brauer <henning@openbsd.org> diff --git a/usr.sbin/ldpd/printconf.c b/usr.sbin/ldpd/printconf.c index 08083ff2e2b..e26b57ebe73 100644 --- a/usr.sbin/ldpd/printconf.c +++ b/usr.sbin/ldpd/printconf.c @@ -1,6 +1,8 @@ -/* $OpenBSD: printconf.c,v 1.24 2016/05/23 19:11:42 renato Exp $ */ +/* $OpenBSD: printconf.c,v 1.25 2016/05/23 19:14:03 renato Exp $ */ /* + * Copyright (c) 2013, 2016 Renato Westphal <renato@openbsd.org> + * Copyright (c) 2009 Michele Marchetto <michele@openbsd.org> * Copyright (c) 2004, 2005, 2008 Esben Norby <norby@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any |