diff options
| author | Ben Straub <bs@github.com> | 2013-11-02 05:33:26 -0700 |
|---|---|---|
| committer | Ben Straub <bs@github.com> | 2013-11-02 05:33:26 -0700 |
| commit | 6cb831bd5667d934d8947279523cb235b4f8bba4 (patch) | |
| tree | a9f9538fea2ab9a958c6353692a7a2ffe893fb8b /examples/common.h | |
| parent | dcfdb977d0767395055afe2dcd44fe260e39b46d (diff) | |
| download | libgit2-6cb831bd5667d934d8947279523cb235b4f8bba4.tar.gz | |
Replace copyright topmatter in example files
Diffstat (limited to 'examples/common.h')
| -rw-r--r-- | examples/common.h | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/examples/common.h b/examples/common.h index 5ffc9c8eb..2fd7d579f 100644 --- a/examples/common.h +++ b/examples/common.h @@ -1,8 +1,15 @@ /* - * Copyright (C) the libgit2 contributors. All rights reserved. + * Utilities library for libgit2 examples * - * This file is part of libgit2, distributed under the GNU GPL v2 with - * a Linking Exception. For full terms see the included COPYING file. + * Written by the libgit2 contributors + * + * To the extent possible under law, the author(s) have dedicated all copyright + * and related and neighboring rights to this software to the public domain + * worldwide. This software is distributed without any warranty. + * + * You should have received a copy of the CC0 Public Domain Dedication along + * with this software. If not, see + * <http://creativecommons.org/publicdomain/zero/1.0/>. */ #include <stdio.h> |
