summaryrefslogtreecommitdiff
path: root/include/git2
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2013-01-08 17:07:25 -0600
committerEdward Thomson <ethomson@edwardthomson.com>2013-01-08 17:31:27 -0600
commit359fc2d241ac407bdf9bf0d28715705f01ca6360 (patch)
tree05e960bd9e73228d6efe662575c10ea9a5d189c4 /include/git2
parentd63dc61dd704431a8d487dbfa9fe61b24a58184d (diff)
downloadlibgit2-359fc2d241ac407bdf9bf0d28715705f01ca6360.tar.gz
update copyrights
Diffstat (limited to 'include/git2')
-rw-r--r--include/git2/attr.h2
-rw-r--r--include/git2/blob.h2
-rw-r--r--include/git2/branch.h2
-rw-r--r--include/git2/checkout.h2
-rw-r--r--include/git2/clone.h2
-rw-r--r--include/git2/commit.h2
-rw-r--r--include/git2/common.h2
-rw-r--r--include/git2/config.h2
-rw-r--r--include/git2/diff.h2
-rw-r--r--include/git2/errors.h2
-rw-r--r--include/git2/graph.h2
-rw-r--r--include/git2/ignore.h2
-rw-r--r--include/git2/index.h2
-rw-r--r--include/git2/indexer.h2
-rw-r--r--include/git2/merge.h2
-rw-r--r--include/git2/message.h2
-rw-r--r--include/git2/net.h2
-rw-r--r--include/git2/notes.h2
-rw-r--r--include/git2/object.h2
-rw-r--r--include/git2/odb.h2
-rw-r--r--include/git2/odb_backend.h2
-rw-r--r--include/git2/oid.h2
-rw-r--r--include/git2/pack.h2
-rw-r--r--include/git2/push.h2
-rw-r--r--include/git2/reflog.h2
-rw-r--r--include/git2/refs.h2
-rw-r--r--include/git2/refspec.h2
-rw-r--r--include/git2/remote.h2
-rw-r--r--include/git2/repository.h2
-rw-r--r--include/git2/reset.h2
-rw-r--r--include/git2/revparse.h2
-rw-r--r--include/git2/revwalk.h2
-rw-r--r--include/git2/signature.h2
-rw-r--r--include/git2/stash.h2
-rw-r--r--include/git2/status.h2
-rw-r--r--include/git2/strarray.h2
-rw-r--r--include/git2/submodule.h2
-rw-r--r--include/git2/tag.h2
-rw-r--r--include/git2/threads.h2
-rw-r--r--include/git2/transport.h2
-rw-r--r--include/git2/tree.h2
-rw-r--r--include/git2/types.h2
-rw-r--r--include/git2/version.h2
43 files changed, 43 insertions, 43 deletions
diff --git a/include/git2/attr.h b/include/git2/attr.h
index b1a7e0eb6..dea44f0e3 100644
--- a/include/git2/attr.h
+++ b/include/git2/attr.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/blob.h b/include/git2/blob.h
index 93d1c7646..0c0f3e580 100644
--- a/include/git2/blob.h
+++ b/include/git2/blob.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/branch.h b/include/git2/branch.h
index f55903cd6..3bda43170 100644
--- a/include/git2/branch.h
+++ b/include/git2/branch.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/checkout.h b/include/git2/checkout.h
index b25298f33..dfc7e0580 100644
--- a/include/git2/checkout.h
+++ b/include/git2/checkout.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/clone.h b/include/git2/clone.h
index c6ab8032b..e299c155d 100644
--- a/include/git2/clone.h
+++ b/include/git2/clone.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/commit.h b/include/git2/commit.h
index 872f691ce..764053eaa 100644
--- a/include/git2/commit.h
+++ b/include/git2/commit.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/common.h b/include/git2/common.h
index ad23d2d34..7a4c54c10 100644
--- a/include/git2/common.h
+++ b/include/git2/common.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/config.h b/include/git2/config.h
index 77fd84797..19d4cb78d 100644
--- a/include/git2/config.h
+++ b/include/git2/config.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/diff.h b/include/git2/diff.h
index 70dbd97aa..c052f34f8 100644
--- a/include/git2/diff.h
+++ b/include/git2/diff.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/errors.h b/include/git2/errors.h
index 4eb9e94ef..9e0a1a9e6 100644
--- a/include/git2/errors.h
+++ b/include/git2/errors.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/graph.h b/include/git2/graph.h
index c89efa6dd..5850aa6e2 100644
--- a/include/git2/graph.h
+++ b/include/git2/graph.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/ignore.h b/include/git2/ignore.h
index 48993da3e..d0c1877a8 100644
--- a/include/git2/ignore.h
+++ b/include/git2/ignore.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/index.h b/include/git2/index.h
index 1d21403ad..2df5103fd 100644
--- a/include/git2/index.h
+++ b/include/git2/index.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/indexer.h b/include/git2/indexer.h
index 41a1503a4..c428d43a8 100644
--- a/include/git2/indexer.h
+++ b/include/git2/indexer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/merge.h b/include/git2/merge.h
index 59493969c..f4c5d9881 100644
--- a/include/git2/merge.h
+++ b/include/git2/merge.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/message.h b/include/git2/message.h
index e89d022a1..395c88690 100644
--- a/include/git2/message.h
+++ b/include/git2/message.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/net.h b/include/git2/net.h
index 2543ff8e0..6e3525f5d 100644
--- a/include/git2/net.h
+++ b/include/git2/net.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/notes.h b/include/git2/notes.h
index ddd54b039..c51d3732a 100644
--- a/include/git2/notes.h
+++ b/include/git2/notes.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/object.h b/include/git2/object.h
index e5ca17e16..e029f0125 100644
--- a/include/git2/object.h
+++ b/include/git2/object.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/odb.h b/include/git2/odb.h
index 3854fa6f6..f39e7b541 100644
--- a/include/git2/odb.h
+++ b/include/git2/odb.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/odb_backend.h b/include/git2/odb_backend.h
index 7b5a51ed9..029c61b9f 100644
--- a/include/git2/odb_backend.h
+++ b/include/git2/odb_backend.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/oid.h b/include/git2/oid.h
index 43717ad70..6be02da6e 100644
--- a/include/git2/oid.h
+++ b/include/git2/oid.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/pack.h b/include/git2/pack.h
index 585cffef6..bc628c56a 100644
--- a/include/git2/pack.h
+++ b/include/git2/pack.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/push.h b/include/git2/push.h
index 900a1833e..51f059ac4 100644
--- a/include/git2/push.h
+++ b/include/git2/push.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/reflog.h b/include/git2/reflog.h
index 418826d1d..4944530af 100644
--- a/include/git2/reflog.h
+++ b/include/git2/reflog.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/refs.h b/include/git2/refs.h
index cfc96a68c..a0abbc339 100644
--- a/include/git2/refs.h
+++ b/include/git2/refs.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/refspec.h b/include/git2/refspec.h
index 21fea20a6..ee06f8eca 100644
--- a/include/git2/refspec.h
+++ b/include/git2/refspec.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/remote.h b/include/git2/remote.h
index 5f6a78097..a0f5d5246 100644
--- a/include/git2/remote.h
+++ b/include/git2/remote.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/repository.h b/include/git2/repository.h
index abd7de8fd..e207e5bb5 100644
--- a/include/git2/repository.h
+++ b/include/git2/repository.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/reset.h b/include/git2/reset.h
index b5fc4a6cb..00d25dff0 100644
--- a/include/git2/reset.h
+++ b/include/git2/reset.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/revparse.h b/include/git2/revparse.h
index 3df6fef7f..6edb7767c 100644
--- a/include/git2/revparse.h
+++ b/include/git2/revparse.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/revwalk.h b/include/git2/revwalk.h
index 893ad2c9d..ad57b622e 100644
--- a/include/git2/revwalk.h
+++ b/include/git2/revwalk.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/signature.h b/include/git2/signature.h
index 7a265bd8e..00d19de66 100644
--- a/include/git2/signature.h
+++ b/include/git2/signature.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/stash.h b/include/git2/stash.h
index b57d47b3a..cf8bc9d4c 100644
--- a/include/git2/stash.h
+++ b/include/git2/stash.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/status.h b/include/git2/status.h
index 349d7aa0d..d0c4a496d 100644
--- a/include/git2/status.h
+++ b/include/git2/status.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/strarray.h b/include/git2/strarray.h
index 338d13873..6ea570c14 100644
--- a/include/git2/strarray.h
+++ b/include/git2/strarray.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/submodule.h b/include/git2/submodule.h
index 444b3a967..1abd33e79 100644
--- a/include/git2/submodule.h
+++ b/include/git2/submodule.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/tag.h b/include/git2/tag.h
index a9773be56..1ffeb0b4a 100644
--- a/include/git2/tag.h
+++ b/include/git2/tag.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/threads.h b/include/git2/threads.h
index f448f6a4d..11f89729a 100644
--- a/include/git2/threads.h
+++ b/include/git2/threads.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/transport.h b/include/git2/transport.h
index c2f205295..fba5fb920 100644
--- a/include/git2/transport.h
+++ b/include/git2/transport.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/tree.h b/include/git2/tree.h
index b3c22e71d..7726a6599 100644
--- a/include/git2/tree.h
+++ b/include/git2/tree.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/types.h b/include/git2/types.h
index 06fcf3613..c16bb8872 100644
--- a/include/git2/types.h
+++ b/include/git2/types.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.
diff --git a/include/git2/version.h b/include/git2/version.h
index 8edbe323c..bc03e85d6 100644
--- a/include/git2/version.h
+++ b/include/git2/version.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * 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.