summaryrefslogtreecommitdiff
path: root/examples/log.c
diff options
context:
space:
mode:
authorVicent Martí <vicent@github.com>2013-11-04 10:14:22 -0800
committerVicent Martí <vicent@github.com>2013-11-04 10:14:22 -0800
commita605bbd9b466a4244d695a9f5adff4ce4de6fabd (patch)
tree3d85a28dbf223c4ea95f452268cd1484dec04760 /examples/log.c
parent44acdd1f9a7bb97b5a5fe724065fd86c63696aed (diff)
parent6cb831bd5667d934d8947279523cb235b4f8bba4 (diff)
downloadlibgit2-a605bbd9b466a4244d695a9f5adff4ce4de6fabd.tar.gz
Merge pull request #1934 from libgit2/relicense-examples
Relicense examples under CC0
Diffstat (limited to 'examples/log.c')
-rw-r--r--examples/log.c13
1 files changed, 10 insertions, 3 deletions
diff --git a/examples/log.c b/examples/log.c
index a36d4c95e..471c5ff96 100644
--- a/examples/log.c
+++ b/examples/log.c
@@ -1,8 +1,15 @@
/*
- * Copyright (C) the libgit2 contributors. All rights reserved.
+ * libgit2 "log" example - shows how to walk history and get commit info
*
- * 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 "common.h"