diff options
Diffstat (limited to '')
-rw-r--r-- | qpb/qpb.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/qpb/qpb.c b/qpb/qpb.c new file mode 100644 index 0000000..63454f1 --- /dev/null +++ b/qpb/qpb.c @@ -0,0 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/* + * qpb.c + * + * @copyright Copyright (C) 2016 Sproute Networks, Inc. + * + * @author Avneesh Sachdev <avneesh@sproute.com> + */ + +/* + * Main file for the qpb library. + */ |