diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2019-02-04 01:22:03 +0100 | 
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2019-04-27 19:33:45 +0200 | 
| commit | 4bef0ec4fbe97c7865f1de676d22832344167bab (patch) | |
| tree | 5da74ec1de3744ebbcf6cae1a42d9371dfb1b83e /debian/copyright | |
| parent | 798ac49d06b6619adb4c5ac765b092397bc50a6c (diff) | |
isisd: replace dict_* with DECLARE_RBTREE
Historically, isisd has been carrying around its own red-black tree to
manage its LSP DB in.  This replaces that with the newly-added
DECLARE_RBTREE_*.  This allows completely removing the dict_* code.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'debian/copyright')
| -rw-r--r-- | debian/copyright | 13 | 
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/copyright b/debian/copyright index 61d87260d8..d1f28a65a2 100644 --- a/debian/copyright +++ b/debian/copyright @@ -324,19 +324,6 @@ Copyright:   Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@openbsd.org>   Copyright (c) 2006, 2007, 2008 Reyk Floeter <reyk@openbsd.org> -Files: isisd/dict.* -Copyright: Copyright (C) 1997 Kaz Kylheku <kaz@ashi.footprints.net> -License: custom-BSD-like - All rights are reserved by the author, with the following exceptions: - Permission is granted to freely reproduce and distribute this software, - possibly in exchange for a fee, provided that this copyright notice appears - intact. Permission is also granted to adapt this software to produce - derivative works, as long as the modified versions carry this copyright - notice and additional notices stating that the work has been modified. - This source code may be translated into executable form and incorporated - into proprietary software; there is no requirement for such software to - contain a copyright notice related to this source. -  Files: qpb/qpb.proto fpm/fpm.proto  License: ISC  Copyright: Copyright (C) 2016 Sproute Networks, Inc.  | 
