diff options
author | Ben Straub <bs@github.com> | 2013-10-30 07:21:12 -0700 |
---|---|---|
committer | Ben Straub <bs@github.com> | 2013-10-30 07:21:12 -0700 |
commit | dbfd2833270ecbcdf98dcb2914c148a146b70307 (patch) | |
tree | 9b51ebd3839bd9cbf03d5ebb855cfb35078c6c4e | |
parent | 7cc3c9bf00788e0d91f1a495a28b12509c5bd89d (diff) | |
download | libgit2-dbfd2833270ecbcdf98dcb2914c148a146b70307.tar.gz |
add.c: proper frontmatter
-rw-r--r-- | examples/add.c | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/examples/add.c b/examples/add.c index 0411ca7bc..999a41e64 100644 --- a/examples/add.c +++ b/examples/add.c @@ -1,6 +1,11 @@ -#include <git2.h> -#include <stdio.h> -#include <string.h> +/* + * 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 "common.h" #include <assert.h> enum print_options { |