[Xorp-hackers] [PATCH] contrib/win32/xorprtm (c) 2001-2012 XORP, Inc and Others

Victor Miasnikov vvm at tut.by
Wed Mar 14 07:41:21 PDT 2012


From: Victor Miasnikov <vvm at tut.by>

contrib/win32/xorprtm (c) 2001-2012 XORP, Inc and Others

Signed-off-by: Victor Miasnikov <vvm at tut.by>
---
 xorp/contrib/xorprtm/xorprtm/bsdroute.h            |    2 +-
 xorp/contrib/xorprtm/xorprtm/defs.h                |    2 +-
 xorp/contrib/xorprtm/xorprtm/list.h                |    2 +-
 xorp/contrib/xorprtm/xorprtm/loadprotocol.c        |    2 +-
 xorp/contrib/xorprtm/xorprtm/mibmgr.c              |    2 +-
 xorp/contrib/xorprtm/xorprtm/mibmgr.h              |    2 +-
 xorp/contrib/xorprtm/xorprtm/pchsample.h           |    2 +-
 xorp/contrib/xorprtm/xorprtm/print_rtmsg.c         |    2 +-
 xorp/contrib/xorprtm/xorprtm/rmapi.c               |    2 +-
 xorp/contrib/xorprtm/xorprtm/rmapi.h               |    2 +-
 xorp/contrib/xorprtm/xorprtm/sync.c                |    2 +-
 xorp/contrib/xorprtm/xorprtm/sync.h                |    2 +-
 xorp/contrib/xorprtm/xorprtm/test_monitor.c        |    2 +-
 xorp/contrib/xorprtm/xorprtm/test_routeadd.c       |    2 +-
 xorp/contrib/xorprtm/xorprtm/test_routeadddelete.c |    2 +-
 xorp/contrib/xorprtm/xorprtm/test_routeaddwait.c   |    2 +-
 xorp/contrib/xorprtm/xorprtm/utils.c               |    2 +-
 xorp/contrib/xorprtm/xorprtm/utils.h               |    2 +-
 xorp/contrib/xorprtm/xorprtm/xorprtm.c             |    2 +-
 xorp/contrib/xorprtm/xorprtm/xorprtm.h             |    2 +-
 xorp/contrib/xorprtm/xorprtm/xorprtm_internal.h    |    2 +-
 21 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/xorp/contrib/xorprtm/xorprtm/bsdroute.h b/xorp/contrib/xorprtm/xorprtm/bsdroute.h
index 87e6972..c76ec43 100644
--- a/xorp/contrib/xorprtm/xorprtm/bsdroute.h
+++ b/xorp/contrib/xorprtm/xorprtm/bsdroute.h
@@ -2,7 +2,7 @@
 /* vim:set sts=4 ts=8: */
 
 /*
- * Copyright (c) 2001-2009 XORP, Inc.
+ * Copyright (c) 2001-2012 XORP, Inc and Others
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License, Version 2, June
diff --git a/xorp/contrib/xorprtm/xorprtm/defs.h b/xorp/contrib/xorprtm/xorprtm/defs.h
index 9c44ecf..ac9cdd0 100644
--- a/xorp/contrib/xorprtm/xorprtm/defs.h
+++ b/xorp/contrib/xorprtm/xorprtm/defs.h
@@ -2,7 +2,7 @@
 /* vim:set sts=4 ts=8: */
 
 /*
- * Copyright (c) 2001-2009 XORP, Inc.
+ * Copyright (c) 2001-2012 XORP, Inc and Others
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License, Version 2, June
diff --git a/xorp/contrib/xorprtm/xorprtm/list.h b/xorp/contrib/xorprtm/xorprtm/list.h
index a1da37b..294ff96 100644
--- a/xorp/contrib/xorprtm/xorprtm/list.h
+++ b/xorp/contrib/xorprtm/xorprtm/list.h
@@ -2,7 +2,7 @@
 /* vim:set sts=4 ts=8: */
 
 /*
- * Copyright (c) 2001-2009 XORP, Inc.
+ * Copyright (c) 2001-2012 XORP, Inc and Others
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License, Version 2, June
diff --git a/xorp/contrib/xorprtm/xorprtm/loadprotocol.c b/xorp/contrib/xorprtm/xorprtm/loadprotocol.c
index 8c35183..b9e9ac5 100644
--- a/xorp/contrib/xorprtm/xorprtm/loadprotocol.c
+++ b/xorp/contrib/xorprtm/xorprtm/loadprotocol.c
@@ -2,7 +2,7 @@
 /* vim:set sts=4 ts=8: */
 
 /*
- * Copyright (c) 2001-2009 XORP, Inc.
+ * Copyright (c) 2001-2012 XORP, Inc and Others
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License, Version 2, June
diff --git a/xorp/contrib/xorprtm/xorprtm/mibmgr.c b/xorp/contrib/xorprtm/xorprtm/mibmgr.c
index 6a9f87f..cd1951e 100644
--- a/xorp/contrib/xorprtm/xorprtm/mibmgr.c
+++ b/xorp/contrib/xorprtm/xorprtm/mibmgr.c
@@ -2,7 +2,7 @@
 /* vim:set sts=4 ts=8: */
 
 /*
- * Copyright (c) 2001-2009 XORP, Inc.
+ * Copyright (c) 2001-2012 XORP, Inc and Others
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License, Version 2, June
diff --git a/xorp/contrib/xorprtm/xorprtm/mibmgr.h b/xorp/contrib/xorprtm/xorprtm/mibmgr.h
index 94c498f..7f36737 100644
--- a/xorp/contrib/xorprtm/xorprtm/mibmgr.h
+++ b/xorp/contrib/xorprtm/xorprtm/mibmgr.h
@@ -2,7 +2,7 @@
 /* vim:set sts=4 ts=8: */
 
 /*
- * Copyright (c) 2001-2009 XORP, Inc.
+ * Copyright (c) 2001-2012 XORP, Inc and Others
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License, Version 2, June
diff --git a/xorp/contrib/xorprtm/xorprtm/pchsample.h b/xorp/contrib/xorprtm/xorprtm/pchsample.h
index a390615..a6afa8e 100644
--- a/xorp/contrib/xorprtm/xorprtm/pchsample.h
+++ b/xorp/contrib/xorprtm/xorprtm/pchsample.h
@@ -2,7 +2,7 @@
 /* vim:set sts=4 ts=8: */
 
 /*
- * Copyright (c) 2001-2009 XORP, Inc.
+ * Copyright (c) 2001-2012 XORP, Inc and Others
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License, Version 2, June
diff --git a/xorp/contrib/xorprtm/xorprtm/print_rtmsg.c b/xorp/contrib/xorprtm/xorprtm/print_rtmsg.c
index c910f69..16622e3 100644
--- a/xorp/contrib/xorprtm/xorprtm/print_rtmsg.c
+++ b/xorp/contrib/xorprtm/xorprtm/print_rtmsg.c
@@ -2,7 +2,7 @@
 /* vim:set sts=4 ts=8: */
 
 /*
- * Copyright (c) 2001-2009 XORP, Inc.
+ * Copyright (c) 2001-2012 XORP, Inc and Others
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License, Version 2, June
diff --git a/xorp/contrib/xorprtm/xorprtm/rmapi.c b/xorp/contrib/xorprtm/xorprtm/rmapi.c
index 64d3a16..324981a 100644
--- a/xorp/contrib/xorprtm/xorprtm/rmapi.c
+++ b/xorp/contrib/xorprtm/xorprtm/rmapi.c
@@ -2,7 +2,7 @@
 /* vim:set sts=4 ts=8: */
 
 /*
- * Copyright (c) 2001-2009 XORP, Inc.
+ * Copyright (c) 2001-2012 XORP, Inc and Others
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License, Version 2, June
diff --git a/xorp/contrib/xorprtm/xorprtm/rmapi.h b/xorp/contrib/xorprtm/xorprtm/rmapi.h
index c8e3ef5..70b5fc2 100644
--- a/xorp/contrib/xorprtm/xorprtm/rmapi.h
+++ b/xorp/contrib/xorprtm/xorprtm/rmapi.h
@@ -2,7 +2,7 @@
 /* vim:set sts=4 ts=8: */
 
 /*
- * Copyright (c) 2001-2009 XORP, Inc.
+ * Copyright (c) 2001-2012 XORP, Inc and Others
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License, Version 2, June
diff --git a/xorp/contrib/xorprtm/xorprtm/sync.c b/xorp/contrib/xorprtm/xorprtm/sync.c
index 90747dc..146ab4e 100644
--- a/xorp/contrib/xorprtm/xorprtm/sync.c
+++ b/xorp/contrib/xorprtm/xorprtm/sync.c
@@ -2,7 +2,7 @@
 /* vim:set sts=4 ts=8: */
 
 /*
- * Copyright (c) 2001-2009 XORP, Inc.
+ * Copyright (c) 2001-2012 XORP, Inc and Others
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License, Version 2, June
diff --git a/xorp/contrib/xorprtm/xorprtm/sync.h b/xorp/contrib/xorprtm/xorprtm/sync.h
index 706e333..d021961 100644
--- a/xorp/contrib/xorprtm/xorprtm/sync.h
+++ b/xorp/contrib/xorprtm/xorprtm/sync.h
@@ -2,7 +2,7 @@
 /* vim:set sts=4 ts=8: */
 
 /*
- * Copyright (c) 2001-2009 XORP, Inc.
+ * Copyright (c) 2001-2012 XORP, Inc and Others
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License, Version 2, June
diff --git a/xorp/contrib/xorprtm/xorprtm/test_monitor.c b/xorp/contrib/xorprtm/xorprtm/test_monitor.c
index 3d100f4..6447753 100644
--- a/xorp/contrib/xorprtm/xorprtm/test_monitor.c
+++ b/xorp/contrib/xorprtm/xorprtm/test_monitor.c
@@ -2,7 +2,7 @@
 /* vim:set sts=4 ts=8: */
 
 /*
- * Copyright (c) 2001-2009 XORP, Inc.
+ * Copyright (c) 2001-2012 XORP, Inc and Others
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License, Version 2, June
diff --git a/xorp/contrib/xorprtm/xorprtm/test_routeadd.c b/xorp/contrib/xorprtm/xorprtm/test_routeadd.c
index 29ee842..178db1b 100644
--- a/xorp/contrib/xorprtm/xorprtm/test_routeadd.c
+++ b/xorp/contrib/xorprtm/xorprtm/test_routeadd.c
@@ -2,7 +2,7 @@
 /* vim:set sts=4 ts=8: */
 
 /*
- * Copyright (c) 2001-2009 XORP, Inc.
+ * Copyright (c) 2001-2012 XORP, Inc and Others
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License, Version 2, June
diff --git a/xorp/contrib/xorprtm/xorprtm/test_routeadddelete.c b/xorp/contrib/xorprtm/xorprtm/test_routeadddelete.c
index c030a9c..79db77b 100644
--- a/xorp/contrib/xorprtm/xorprtm/test_routeadddelete.c
+++ b/xorp/contrib/xorprtm/xorprtm/test_routeadddelete.c
@@ -2,7 +2,7 @@
 /* vim:set sts=4 ts=8: */
 
 /*
- * Copyright (c) 2001-2009 XORP, Inc.
+ * Copyright (c) 2001-2012 XORP, Inc and Others
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License, Version 2, June
diff --git a/xorp/contrib/xorprtm/xorprtm/test_routeaddwait.c b/xorp/contrib/xorprtm/xorprtm/test_routeaddwait.c
index c90ba29..03bf71b 100644
--- a/xorp/contrib/xorprtm/xorprtm/test_routeaddwait.c
+++ b/xorp/contrib/xorprtm/xorprtm/test_routeaddwait.c
@@ -2,7 +2,7 @@
 /* vim:set sts=4 ts=8: */
 
 /*
- * Copyright (c) 2001-2009 XORP, Inc.
+ * Copyright (c) 2001-2012 XORP, Inc and Others
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License, Version 2, June
diff --git a/xorp/contrib/xorprtm/xorprtm/utils.c b/xorp/contrib/xorprtm/xorprtm/utils.c
index 027a3cb..81dffb8 100644
--- a/xorp/contrib/xorprtm/xorprtm/utils.c
+++ b/xorp/contrib/xorprtm/xorprtm/utils.c
@@ -2,7 +2,7 @@
 /* vim:set sts=4 ts=8: */
 
 /*
- * Copyright (c) 2001-2009 XORP, Inc.
+ * Copyright (c) 2001-2012 XORP, Inc and Others
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License, Version 2, June
diff --git a/xorp/contrib/xorprtm/xorprtm/utils.h b/xorp/contrib/xorprtm/xorprtm/utils.h
index d3a7f9e..9a9fa55 100644
--- a/xorp/contrib/xorprtm/xorprtm/utils.h
+++ b/xorp/contrib/xorprtm/xorprtm/utils.h
@@ -2,7 +2,7 @@
 /* vim:set sts=4 ts=8: */
 
 /*
- * Copyright (c) 2001-2009 XORP, Inc.
+ * Copyright (c) 2001-2012 XORP, Inc and Others
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License, Version 2, June
diff --git a/xorp/contrib/xorprtm/xorprtm/xorprtm.c b/xorp/contrib/xorprtm/xorprtm/xorprtm.c
index 40112e0..35ff695 100644
--- a/xorp/contrib/xorprtm/xorprtm/xorprtm.c
+++ b/xorp/contrib/xorprtm/xorprtm/xorprtm.c
@@ -2,7 +2,7 @@
 /* vim:set sts=4 ts=8: */
 
 /*
- * Copyright (c) 2001-2009 XORP, Inc.
+ * Copyright (c) 2001-2012 XORP, Inc and Others
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License, Version 2, June
diff --git a/xorp/contrib/xorprtm/xorprtm/xorprtm.h b/xorp/contrib/xorprtm/xorprtm/xorprtm.h
index fbf6400..cf485ae 100644
--- a/xorp/contrib/xorprtm/xorprtm/xorprtm.h
+++ b/xorp/contrib/xorprtm/xorprtm/xorprtm.h
@@ -2,7 +2,7 @@
 /* vim:set sts=4 ts=8: */
 
 /*
- * Copyright (c) 2001-2009 XORP, Inc.
+ * Copyright (c) 2001-2012 XORP, Inc and Others
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License, Version 2, June
diff --git a/xorp/contrib/xorprtm/xorprtm/xorprtm_internal.h b/xorp/contrib/xorprtm/xorprtm/xorprtm_internal.h
index 4534a48..2d0d09f 100644
--- a/xorp/contrib/xorprtm/xorprtm/xorprtm_internal.h
+++ b/xorp/contrib/xorprtm/xorprtm/xorprtm_internal.h
@@ -2,7 +2,7 @@
 /* vim:set sts=4 ts=8: */
 
 /*
- * Copyright (c) 2001-2009 XORP, Inc.
+ * Copyright (c) 2001-2012 XORP, Inc and Others
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License, Version 2, June
-- 
1.7.9.msysgit.0




More information about the Xorp-hackers mailing list