Skip to content

Commit

Permalink
bier: Add copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
nrybowski committed Oct 31, 2024
1 parent d3db178 commit b505da5
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 0 deletions.
17 changes: 17 additions & 0 deletions elements/bier/bierroutetable.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* bierroutetable.{cc,hh} -- element encapsulates packet in IP6 SRv6 header
* Nicolas Rybowski
*
* Copyright (c) 2024 UCLouvain
*
* 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, subject to the conditions
* listed in the Click LICENSE file. These conditions include: you must
* preserve this copyright notice, and you cannot mention the copyright
* holders in advertising related to the Software without their permission.
* The Software is provided WITHOUT ANY WARRANTY, EXPRESS OR IMPLIED. This
* notice is a summary of the Click LICENSE file; the license in that file is
* legally binding.
*/

#include <click/config.h>
#include "bierroutetable.hh"
#include <click/args.hh>
Expand Down
17 changes: 17 additions & 0 deletions elements/bier/checkbierheader.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* checkbierheader.{cc,hh} -- element encapsulates packet in IP6 SRv6 header
* Nicolas Rybowski
*
* Copyright (c) 2024 UCLouvain
*
* 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, subject to the conditions
* listed in the Click LICENSE file. These conditions include: you must
* preserve this copyright notice, and you cannot mention the copyright
* holders in advertising related to the Software without their permission.
* The Software is provided WITHOUT ANY WARRANTY, EXPRESS OR IMPLIED. This
* notice is a summary of the Click LICENSE file; the license in that file is
* legally binding.
*/

#include <click/config.h>
#include "checkbierheader.hh"
#include <click/element.hh>
Expand Down
17 changes: 17 additions & 0 deletions elements/bier/lookupbiertable.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* lookupbiertable.{cc,hh} -- element encapsulates packet in IP6 SRv6 header
* Nicolas Rybowski
*
* Copyright (c) 2024 UCLouvain
*
* 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, subject to the conditions
* listed in the Click LICENSE file. These conditions include: you must
* preserve this copyright notice, and you cannot mention the copyright
* holders in advertising related to the Software without their permission.
* The Software is provided WITHOUT ANY WARRANTY, EXPRESS OR IMPLIED. This
* notice is a summary of the Click LICENSE file; the license in that file is
* legally binding.
*/

#include <click/config.h>
#include <click/args.hh>
#include <click/glue.hh>
Expand Down
17 changes: 17 additions & 0 deletions elements/ip6/checkbierin6header.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* checkbierin6header.{cc,hh} -- element encapsulates packet in IP6 SRv6 header
* Nicolas Rybowski
*
* Copyright (c) 2024 UCLouvain
*
* 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, subject to the conditions
* listed in the Click LICENSE file. These conditions include: you must
* preserve this copyright notice, and you cannot mention the copyright
* holders in advertising related to the Software without their permission.
* The Software is provided WITHOUT ANY WARRANTY, EXPRESS OR IMPLIED. This
* notice is a summary of the Click LICENSE file; the license in that file is
* legally binding.
*/

#include <click/config.h>
#include "checkbierin6header.hh"
#include <clicknet/ip6.h>
Expand Down
17 changes: 17 additions & 0 deletions lib/biertable.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* biertable.{cc,hh} -- element encapsulates packet in IP6 SRv6 header
* Nicolas Rybowski
*
* Copyright (c) 2024 UCLouvain
*
* 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, subject to the conditions
* listed in the Click LICENSE file. These conditions include: you must
* preserve this copyright notice, and you cannot mention the copyright
* holders in advertising related to the Software without their permission.
* The Software is provided WITHOUT ANY WARRANTY, EXPRESS OR IMPLIED. This
* notice is a summary of the Click LICENSE file; the license in that file is
* legally binding.
*/

#include <click/config.h>
#include <click/biertable.hh>
#include <click/glue.hh>
Expand Down

0 comments on commit b505da5

Please sign in to comment.