diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2023-02-08 12:03:28 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2023-02-09 12:46:13 +0100 |
commit | 47b6d5406fbb30707a3ccfda6680ac00c0fd6306 (patch) | |
tree | 19615426b651594e66c2261289cd93935c5c6316 /babeld | |
parent | Merge pull request #12773 from donaldsharp/pbr_table_values (diff) | |
download | frr-47b6d5406fbb30707a3ccfda6680ac00c0fd6306.tar.xz frr-47b6d5406fbb30707a3ccfda6680ac00c0fd6306.zip |
*: sort out & explain licenses used in FRR
New "introduction" note in `COPYING`, and all the licenses moved into
`doc/licenses/`.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'babeld')
-rw-r--r-- | babeld/LICENCE | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/babeld/LICENCE b/babeld/LICENCE deleted file mode 100644 index 2a340a4db..000000000 --- a/babeld/LICENCE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2007, 2008 by Juliusz Chroboczek - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. |