Skip to content

Commit

Permalink
cli: add copyright header to cli.c
Browse files Browse the repository at this point in the history
  • Loading branch information
qdeslandes committed Sep 2, 2024
1 parent b1b7ca1 commit c817696
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/cli/cli.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (c) 2023 Meta Platforms, Inc. and affiliates.
*/

#include <argp.h>
#include <stdarg.h>
#include <stdio.h>
Expand Down

0 comments on commit c817696

Please sign in to comment.