Skip to content

Commit

Permalink
Add license to buffer.c
Browse files Browse the repository at this point in the history
  • Loading branch information
bkmgit authored Sep 3, 2023
1 parent 1b9fe98 commit 08f5e50
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/buffer.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Copyright (C) the libgit2 contributors. All rights reserved.
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
*/
#include <stdarg.h>
#include <string.h>
#include <assert.h>
Expand Down

0 comments on commit 08f5e50

Please sign in to comment.