]> git.proxmox.com Git - libgit2.git/commitdiff
Add license file to all public headers
authorVicent Marti <tanoku@gmail.com>
Mon, 6 Dec 2010 21:08:31 +0000 (23:08 +0200)
committerVicent Marti <tanoku@gmail.com>
Mon, 6 Dec 2010 21:08:31 +0000 (23:08 +0200)
Yes, the public headers do need our license.

Signed-off-by: Vicent Marti <tanoku@gmail.com>
16 files changed:
src/git2/blob.h
src/git2/commit.h
src/git2/common.h
src/git2/errors.h
src/git2/index.h
src/git2/object.h
src/git2/odb.h
src/git2/odb_backend.h
src/git2/oid.h
src/git2/repository.h
src/git2/revwalk.h
src/git2/tag.h
src/git2/thread-utils.h
src/git2/tree.h
src/git2/types.h
src/git2/zlib.h

index f94b1f963f113bc6e917a2320963891cfe9ee36a..9c7b5a2a95d29d12bfc3b39294fb05200dfe66e5 100644 (file)
@@ -1,3 +1,27 @@
+/*
+ * This file is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License, version 2,
+ * as published by the Free Software Foundation.
+ *
+ * In addition to the permissions in the GNU General Public License,
+ * the authors give you unlimited permission to link the compiled
+ * version of this file into combinations with other programs,
+ * and to distribute those combinations without any restriction
+ * coming from the use of this file.  (The General Public License
+ * restrictions do apply in other respects; for example, they cover
+ * modification of the file, and distribution when not linked into
+ * a combined executable.)
+ *
+ * This file is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; see the file COPYING.  If not, write to
+ * the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
 #ifndef INCLUDE_git_blob_h__
 #define INCLUDE_git_blob_h__
 
@@ -6,7 +30,7 @@
 #include "oid.h"
 
 /**
- * @file git/blob.h
+ * @file git2/blob.h
  * @brief Git blob load and write routines
  * @defgroup git_blob Git blob load and write routines
  * @ingroup Git
index 54ecb622eef252d20130f62e028c4e68ce98da20..7286797583942fa3a5d6d068176eb36d48f8d616 100644 (file)
@@ -1,3 +1,27 @@
+/*
+ * This file is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License, version 2,
+ * as published by the Free Software Foundation.
+ *
+ * In addition to the permissions in the GNU General Public License,
+ * the authors give you unlimited permission to link the compiled
+ * version of this file into combinations with other programs,
+ * and to distribute those combinations without any restriction
+ * coming from the use of this file.  (The General Public License
+ * restrictions do apply in other respects; for example, they cover
+ * modification of the file, and distribution when not linked into
+ * a combined executable.)
+ *
+ * This file is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; see the file COPYING.  If not, write to
+ * the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
 #ifndef INCLUDE_git_commit_h__
 #define INCLUDE_git_commit_h__
 
@@ -6,7 +30,7 @@
 #include "oid.h"
 
 /**
- * @file git/commit.h
+ * @file git2/commit.h
  * @brief Git commit parsing, formatting routines
  * @defgroup git_commit Git commit parsing, formatting routines
  * @ingroup Git
index 0a7de41ea7774397bde91013d3b8c285135570ce..b819f0549e379d7ad4424bcb9ce5da7044fc4595 100644 (file)
@@ -1,3 +1,27 @@
+/*
+ * This file is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License, version 2,
+ * as published by the Free Software Foundation.
+ *
+ * In addition to the permissions in the GNU General Public License,
+ * the authors give you unlimited permission to link the compiled
+ * version of this file into combinations with other programs,
+ * and to distribute those combinations without any restriction
+ * coming from the use of this file.  (The General Public License
+ * restrictions do apply in other respects; for example, they cover
+ * modification of the file, and distribution when not linked into
+ * a combined executable.)
+ *
+ * This file is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; see the file COPYING.  If not, write to
+ * the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
 #ifndef INCLUDE_git_common_h__
 #define INCLUDE_git_common_h__
 
@@ -50,7 +74,7 @@
 #endif
 
 /**
- * @file git/common.h
+ * @file git2/common.h
  * @brief Git common platform definitions
  * @defgroup git_common Git common platform definitions
  * @ingroup Git
index f4720bebec5dc85fe30a74f0931507b0d56f1346..98bce4857f332c86c092d79115ba557133e32553 100644 (file)
@@ -1,8 +1,32 @@
+/*
+ * This file is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License, version 2,
+ * as published by the Free Software Foundation.
+ *
+ * In addition to the permissions in the GNU General Public License,
+ * the authors give you unlimited permission to link the compiled
+ * version of this file into combinations with other programs,
+ * and to distribute those combinations without any restriction
+ * coming from the use of this file.  (The General Public License
+ * restrictions do apply in other respects; for example, they cover
+ * modification of the file, and distribution when not linked into
+ * a combined executable.)
+ *
+ * This file is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; see the file COPYING.  If not, write to
+ * the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
 #ifndef INCLUDE_git_errors_h__
 #define INCLUDE_git_errors_h__
 
 /**
- * @file git/errors.h
+ * @file git2/errors.h
  * @brief Git error handling routines and variables
  * @ingroup Git
  * @{
index 8bdced6a32801c8352c19d30c169b9e4488e57f8..f0cae09b12c22da69b353320deacf1deaad3fec2 100644 (file)
@@ -1,3 +1,27 @@
+/*
+ * This file is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License, version 2,
+ * as published by the Free Software Foundation.
+ *
+ * In addition to the permissions in the GNU General Public License,
+ * the authors give you unlimited permission to link the compiled
+ * version of this file into combinations with other programs,
+ * and to distribute those combinations without any restriction
+ * coming from the use of this file.  (The General Public License
+ * restrictions do apply in other respects; for example, they cover
+ * modification of the file, and distribution when not linked into
+ * a combined executable.)
+ *
+ * This file is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; see the file COPYING.  If not, write to
+ * the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
 #ifndef INCLUDE_git_index_h__
 #define INCLUDE_git_index_h__
 
@@ -5,7 +29,7 @@
 #include "types.h"
 
 /**
- * @file git/index.h
+ * @file git2/index.h
  * @brief Git index parsing and manipulation routines
  * @defgroup git_index Git index parsing and manipulation routines
  * @ingroup Git
index 516591729c6ac98fac323aea102047875aa419b0..f316c5d629029179b723ca39221cd865da03c443 100644 (file)
@@ -1,3 +1,27 @@
+/*
+ * This file is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License, version 2,
+ * as published by the Free Software Foundation.
+ *
+ * In addition to the permissions in the GNU General Public License,
+ * the authors give you unlimited permission to link the compiled
+ * version of this file into combinations with other programs,
+ * and to distribute those combinations without any restriction
+ * coming from the use of this file.  (The General Public License
+ * restrictions do apply in other respects; for example, they cover
+ * modification of the file, and distribution when not linked into
+ * a combined executable.)
+ *
+ * This file is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; see the file COPYING.  If not, write to
+ * the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
 #ifndef INCLUDE_git_object_h__
 #define INCLUDE_git_object_h__
 
@@ -6,7 +30,7 @@
 #include "oid.h"
 
 /**
- * @file git/object.h
+ * @file git2/object.h
  * @brief Git revision object management routines
  * @defgroup git_object Git revision object management routines
  * @ingroup Git
index 6be6ea2cfbd20f3c9f21926df05ad7b1a1887192..2f27411354a3e80e69ae8f3d61244a9232ad9d87 100644 (file)
@@ -1,3 +1,27 @@
+/*
+ * This file is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License, version 2,
+ * as published by the Free Software Foundation.
+ *
+ * In addition to the permissions in the GNU General Public License,
+ * the authors give you unlimited permission to link the compiled
+ * version of this file into combinations with other programs,
+ * and to distribute those combinations without any restriction
+ * coming from the use of this file.  (The General Public License
+ * restrictions do apply in other respects; for example, they cover
+ * modification of the file, and distribution when not linked into
+ * a combined executable.)
+ *
+ * This file is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; see the file COPYING.  If not, write to
+ * the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
 #ifndef INCLUDE_git_odb_h__
 #define INCLUDE_git_odb_h__
 
@@ -6,7 +30,7 @@
 #include "oid.h"
 
 /**
- * @file git/odb.h
+ * @file git2/odb.h
  * @brief Git object database routines
  * @defgroup git_odb Git object database routines
  * @ingroup Git
index 747f4e97a499ec8d2e6aa81a8d454f5ffb9c737b..9c0c3ad6f1b66a31f962e348fde616b66dc118ff 100644 (file)
@@ -1,3 +1,27 @@
+/*
+ * This file is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License, version 2,
+ * as published by the Free Software Foundation.
+ *
+ * In addition to the permissions in the GNU General Public License,
+ * the authors give you unlimited permission to link the compiled
+ * version of this file into combinations with other programs,
+ * and to distribute those combinations without any restriction
+ * coming from the use of this file.  (The General Public License
+ * restrictions do apply in other respects; for example, they cover
+ * modification of the file, and distribution when not linked into
+ * a combined executable.)
+ *
+ * This file is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; see the file COPYING.  If not, write to
+ * the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
 #ifndef INCLUDE_git_odb_backend_h__
 #define INCLUDE_git_odb_backend_h__
 
@@ -5,8 +29,16 @@
 #include "types.h"
 #include "oid.h"
 
+/**
+ * @file git2/backend.h
+ * @brief Git custom backend functions
+ * @defgroup git_backend Git custom backend API
+ * @ingroup Git
+ * @{
+ */
 GIT_BEGIN_DECL
 
+/** An instance for a custom backend */
 struct git_odb_backend {
        git_odb *odb;
 
@@ -32,7 +64,6 @@ struct git_odb_backend {
                        const git_oid *);
 
        void (* free)(struct git_odb_backend *);
-
 };
 
 GIT_END_DECL
index f0e39da6872859d6261000e2bb5e2756069e3f40..7c9534290e8026f7134cff8d70064fd65213ad47 100644 (file)
@@ -1,8 +1,32 @@
+/*
+ * This file is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License, version 2,
+ * as published by the Free Software Foundation.
+ *
+ * In addition to the permissions in the GNU General Public License,
+ * the authors give you unlimited permission to link the compiled
+ * version of this file into combinations with other programs,
+ * and to distribute those combinations without any restriction
+ * coming from the use of this file.  (The General Public License
+ * restrictions do apply in other respects; for example, they cover
+ * modification of the file, and distribution when not linked into
+ * a combined executable.)
+ *
+ * This file is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; see the file COPYING.  If not, write to
+ * the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
 #ifndef INCLUDE_git_oid_h__
 #define INCLUDE_git_oid_h__
 
 /**
- * @file git/oid.h
+ * @file git2/oid.h
  * @brief Git object id routines
  * @defgroup git_oid Git object id routines
  * @ingroup Git
index 683e78fc95539eb46c53b6bd6f2f40f739290734..24b411b64e9e506e341a30a207929a1bfbd993a1 100644 (file)
@@ -1,3 +1,27 @@
+/*
+ * This file is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License, version 2,
+ * as published by the Free Software Foundation.
+ *
+ * In addition to the permissions in the GNU General Public License,
+ * the authors give you unlimited permission to link the compiled
+ * version of this file into combinations with other programs,
+ * and to distribute those combinations without any restriction
+ * coming from the use of this file.  (The General Public License
+ * restrictions do apply in other respects; for example, they cover
+ * modification of the file, and distribution when not linked into
+ * a combined executable.)
+ *
+ * This file is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; see the file COPYING.  If not, write to
+ * the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
 #ifndef INCLUDE_git_repository_h__
 #define INCLUDE_git_repository_h__
 
@@ -6,7 +30,7 @@
 #include "oid.h"
 
 /**
- * @file git/repository.h
+ * @file git2/repository.h
  * @brief Git repository management routines
  * @defgroup git_repository Git repository management routines
  * @ingroup Git
index 6a761088a354a31bc58a8f670bc55432142c4828..960039a397db16e761e207ee60b9a3a97fdc4410 100644 (file)
@@ -1,3 +1,27 @@
+/*
+ * This file is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License, version 2,
+ * as published by the Free Software Foundation.
+ *
+ * In addition to the permissions in the GNU General Public License,
+ * the authors give you unlimited permission to link the compiled
+ * version of this file into combinations with other programs,
+ * and to distribute those combinations without any restriction
+ * coming from the use of this file.  (The General Public License
+ * restrictions do apply in other respects; for example, they cover
+ * modification of the file, and distribution when not linked into
+ * a combined executable.)
+ *
+ * This file is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; see the file COPYING.  If not, write to
+ * the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
 #ifndef INCLUDE_git_revwalk_h__
 #define INCLUDE_git_revwalk_h__
 
@@ -5,7 +29,7 @@
 #include "types.h"
 
 /**
- * @file git/revwalk.h
+ * @file git2/revwalk.h
  * @brief Git revision traversal routines
  * @defgroup git_revwalk Git revision traversal routines
  * @ingroup Git
index d570098708d6976ffd3e99e7aee9e517be2a9689..39b45ac74e8c7d68cfc3bd4b1ee405ad5e095737 100644 (file)
@@ -1,3 +1,27 @@
+/*
+ * This file is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License, version 2,
+ * as published by the Free Software Foundation.
+ *
+ * In addition to the permissions in the GNU General Public License,
+ * the authors give you unlimited permission to link the compiled
+ * version of this file into combinations with other programs,
+ * and to distribute those combinations without any restriction
+ * coming from the use of this file.  (The General Public License
+ * restrictions do apply in other respects; for example, they cover
+ * modification of the file, and distribution when not linked into
+ * a combined executable.)
+ *
+ * This file is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; see the file COPYING.  If not, write to
+ * the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
 #ifndef INCLUDE_git_tag_h__
 #define INCLUDE_git_tag_h__
 
@@ -6,7 +30,7 @@
 #include "oid.h"
 
 /**
- * @file git/tag.h
+ * @file git2/tag.h
  * @brief Git tag parsing routines
  * @defgroup git_tag Git tag management
  * @ingroup Git
index 241514f3af6dd20d6d647db9ed37a6dc21d9532a..c45a76e959e9f0e6db7af50a1e844d3c52ea2b5a 100644 (file)
@@ -1,3 +1,27 @@
+/*
+ * This file is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License, version 2,
+ * as published by the Free Software Foundation.
+ *
+ * In addition to the permissions in the GNU General Public License,
+ * the authors give you unlimited permission to link the compiled
+ * version of this file into combinations with other programs,
+ * and to distribute those combinations without any restriction
+ * coming from the use of this file.  (The General Public License
+ * restrictions do apply in other respects; for example, they cover
+ * modification of the file, and distribution when not linked into
+ * a combined executable.)
+ *
+ * This file is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; see the file COPYING.  If not, write to
+ * the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
 #ifndef INCLUDE_git_thread_utils_h__
 #define INCLUDE_git_thread_utils_h__
 
index d935169d851e4233e0848ef75814919b452bbca9..b2f6905ae7d5d7791a5039c4d330cdbf72c74a78 100644 (file)
@@ -1,3 +1,27 @@
+/*
+ * This file is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License, version 2,
+ * as published by the Free Software Foundation.
+ *
+ * In addition to the permissions in the GNU General Public License,
+ * the authors give you unlimited permission to link the compiled
+ * version of this file into combinations with other programs,
+ * and to distribute those combinations without any restriction
+ * coming from the use of this file.  (The General Public License
+ * restrictions do apply in other respects; for example, they cover
+ * modification of the file, and distribution when not linked into
+ * a combined executable.)
+ *
+ * This file is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; see the file COPYING.  If not, write to
+ * the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
 #ifndef INCLUDE_git_tree_h__
 #define INCLUDE_git_tree_h__
 
@@ -6,7 +30,7 @@
 #include "oid.h"
 
 /**
- * @file git/tree.h
+ * @file git2/tree.h
  * @brief Git tree parsing, loading routines
  * @defgroup git_tree Git tree parsing, loading routines
  * @ingroup Git
index 18684e13d3047e53b36e6f6225fcec7af7ae8c6c..22fecef3f156deb324065c8b8b23a73ce0c9685f 100644 (file)
@@ -1,8 +1,32 @@
+/*
+ * This file is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License, version 2,
+ * as published by the Free Software Foundation.
+ *
+ * In addition to the permissions in the GNU General Public License,
+ * the authors give you unlimited permission to link the compiled
+ * version of this file into combinations with other programs,
+ * and to distribute those combinations without any restriction
+ * coming from the use of this file.  (The General Public License
+ * restrictions do apply in other respects; for example, they cover
+ * modification of the file, and distribution when not linked into
+ * a combined executable.)
+ *
+ * This file is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; see the file COPYING.  If not, write to
+ * the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
 #ifndef INCLUDE_git_types_h__
 #define INCLUDE_git_types_h__
 
 /**
- * @file git/types.h
+ * @file git2/types.h
  * @brief libgit2 base types
  * @ingroup Git
  * @{
index b68db9bc1736909ba06b97e481e6707dbf91ed8f..4935663403d7197827c2a518b55202f97df647ce 100644 (file)
@@ -1,10 +1,34 @@
+/*
+ * This file is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License, version 2,
+ * as published by the Free Software Foundation.
+ *
+ * In addition to the permissions in the GNU General Public License,
+ * the authors give you unlimited permission to link the compiled
+ * version of this file into combinations with other programs,
+ * and to distribute those combinations without any restriction
+ * coming from the use of this file.  (The General Public License
+ * restrictions do apply in other respects; for example, they cover
+ * modification of the file, and distribution when not linked into
+ * a combined executable.)
+ *
+ * This file is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; see the file COPYING.  If not, write to
+ * the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
 #ifndef INCLUDE_git_zlib_h__
 #define INCLUDE_git_zlib_h__
 
 #include <zlib.h>
 
 /**
- * @file git/zlib.h
+ * @file git2/zlib.h
  * @brief Git data compression routines
  * @defgroup git_zlib Git data compression routines
  * @ingroup Git