summaryrefslogtreecommitdiff
path: root/debian/copyright
AgeCommit message (Collapse)Author
2019-11-03debian: update debian/copyrightVincent Bernat
Some authors are added in the "GPL-2+" section, notably Alexandre Cassen for the code in `vrrpd/`, and Cumulus Networks and Open Source Routing which were uncredited despite many occurrence in the headers. Signed-off-by: Vincent Bernat <vincent@bernat.ch>
2019-04-27isisd: replace dict_* with DECLARE_RBTREEDavid Lamparter
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>
2019-02-19debian: full & proper copyright fileDavid Lamparter
Signed-off-by: David Lamparter <equinox@diac24.net>
2019-02-19debian: make package "official"David Lamparter
Move us into place in debian/ Signed-off-by: David Lamparter <equinox@diac24.net>
2017-11-17debian->debianpkg: Move debian files from debian dir to debianpkg dir.Martin Winter
Debian build systems use debian subdir for building and having a debian dir in the source package causes issues. Moving it to debianpkg avoids the issue and allows us to ship debian package files in the source distribution Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
2017-03-30Rename: freerangerouting --> frroutingLou Berger
Signed-off-by: Lou Berger <lberger@labn.net>
2017-01-20Doc: Update URL to freerangerouting.orgMartin Winter
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
2017-01-04debian: Convert Quagga -> FrrDonald Sharp
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
2015-05-19Debian Packaging FilesDonald Sharp
This is the collection of Debian packaging files used to compile our code