Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
66faeb5c
Commit
66faeb5c
authored
Feb 13, 2012
by
Vicent Martí
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #557 from schu/copyright
Update Copyright header
parents
2c19b565
5e0de328
Hide whitespace changes
Inline
Side-by-side
Showing
143 changed files
with
143 additions
and
143 deletions
+143
-143
COPYING
+1
-1
include/git2.h
+1
-1
include/git2/attr.h
+1
-1
include/git2/blob.h
+1
-1
include/git2/branch.h
+1
-1
include/git2/commit.h
+1
-1
include/git2/common.h
+1
-1
include/git2/config.h
+1
-1
include/git2/errors.h
+1
-1
include/git2/index.h
+1
-1
include/git2/indexer.h
+1
-1
include/git2/net.h
+1
-1
include/git2/object.h
+1
-1
include/git2/odb.h
+1
-1
include/git2/odb_backend.h
+1
-1
include/git2/oid.h
+1
-1
include/git2/reflog.h
+1
-1
include/git2/refs.h
+1
-1
include/git2/refspec.h
+1
-1
include/git2/remote.h
+1
-1
include/git2/repository.h
+1
-1
include/git2/revwalk.h
+1
-1
include/git2/signature.h
+1
-1
include/git2/status.h
+1
-1
include/git2/tag.h
+1
-1
include/git2/threads.h
+1
-1
include/git2/tree.h
+1
-1
include/git2/types.h
+1
-1
include/git2/version.h
+1
-1
include/git2/windows.h
+1
-1
include/git2/zlib.h
+1
-1
src/attr.h
+1
-1
src/attr_file.h
+1
-1
src/blob.c
+1
-1
src/blob.h
+1
-1
src/bswap.h
+1
-1
src/buffer.c
+1
-1
src/buffer.h
+1
-1
src/cache.c
+1
-1
src/cache.h
+1
-1
src/cc-compat.h
+1
-1
src/commit.c
+1
-1
src/commit.h
+1
-1
src/common.h
+1
-1
src/config.c
+1
-1
src/config.h
+1
-1
src/config_file.c
+1
-1
src/delta-apply.c
+1
-1
src/delta-apply.h
+1
-1
src/errors.c
+1
-1
src/fetch.c
+1
-1
src/fetch.h
+1
-1
src/filebuf.c
+1
-1
src/filebuf.h
+1
-1
src/fileops.c
+1
-1
src/fileops.h
+1
-1
src/global.c
+1
-1
src/global.h
+1
-1
src/hash.c
+1
-1
src/hash.h
+1
-1
src/hashtable.c
+1
-1
src/hashtable.h
+1
-1
src/ignore.h
+1
-1
src/index.c
+1
-1
src/index.h
+1
-1
src/indexer.c
+1
-1
src/map.h
+1
-1
src/mwindow.c
+1
-1
src/mwindow.h
+1
-1
src/netops.c
+1
-1
src/netops.h
+1
-1
src/object.c
+1
-1
src/odb.c
+1
-1
src/odb.h
+1
-1
src/odb_loose.c
+1
-1
src/odb_pack.c
+1
-1
src/oid.c
+1
-1
src/pack.c
+1
-1
src/pack.h
+1
-1
src/path.c
+1
-1
src/path.h
+1
-1
src/pkt.c
+1
-1
src/pkt.h
+1
-1
src/posix.c
+1
-1
src/posix.h
+1
-1
src/ppc/sha1.c
+1
-1
src/ppc/sha1.h
+1
-1
src/pqueue.c
+1
-1
src/pqueue.h
+1
-1
src/protocol.c
+1
-1
src/protocol.h
+1
-1
src/reflog.c
+1
-1
src/reflog.h
+1
-1
src/refs.c
+1
-1
src/refs.h
+1
-1
src/refspec.c
+1
-1
src/refspec.h
+1
-1
src/remote.c
+1
-1
src/remote.h
+1
-1
src/repository.c
+1
-1
src/repository.h
+1
-1
src/revwalk.c
+1
-1
src/sha1.c
+1
-1
src/sha1.h
+1
-1
src/sha1_lookup.c
+1
-1
src/sha1_lookup.h
+1
-1
src/signature.c
+1
-1
src/signature.h
+1
-1
src/status.c
+1
-1
src/tag.c
+1
-1
src/tag.h
+1
-1
src/thread-utils.c
+1
-1
src/thread-utils.h
+1
-1
src/transport.c
+1
-1
src/transport.h
+1
-1
src/transports/git.c
+1
-1
src/transports/http.c
+1
-1
src/transports/local.c
+1
-1
src/tree-cache.c
+1
-1
src/tree-cache.h
+1
-1
src/tree.c
+1
-1
src/tree.h
+1
-1
src/tsort.c
+1
-1
src/unix/map.c
+1
-1
src/unix/posix.h
+1
-1
src/util.c
+1
-1
src/util.h
+1
-1
src/vector.c
+1
-1
src/vector.h
+1
-1
src/win32/dir.c
+1
-1
src/win32/dir.h
+1
-1
src/win32/fnmatch.c
+1
-1
src/win32/fnmatch.h
+1
-1
src/win32/git2.rc
+1
-1
src/win32/map.c
+1
-1
src/win32/mingw-compat.h
+1
-1
src/win32/msvc-compat.h
+1
-1
src/win32/posix.h
+1
-1
src/win32/posix_w32.c
+1
-1
src/win32/pthread.c
+1
-1
src/win32/pthread.h
+1
-1
src/win32/utf-conv.c
+1
-1
src/win32/utf-conv.h
+1
-1
No files found.
COPYING
View file @
66faeb5c
libgit2 is Copyright (C) 2009-201
1
the libgit2 contributors,
libgit2 is Copyright (C) 2009-201
2
the libgit2 contributors,
unless otherwise stated. See the AUTHORS file for details.
Note that the only valid version of the GPL as far as this project
...
...
include/git2.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* 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/git2/attr.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* 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/git2/blob.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* 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/git2/branch.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* 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/git2/commit.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* 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/git2/common.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* 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/git2/config.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* 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/git2/errors.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* 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/git2/index.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* 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/git2/indexer.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* 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/git2/net.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* 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/git2/object.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* 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/git2/odb.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* 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/git2/odb_backend.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* 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/git2/oid.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* 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/git2/reflog.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* 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/git2/refs.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* 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/git2/refspec.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* 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/git2/remote.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* 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/git2/repository.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* 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/git2/revwalk.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* 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/git2/signature.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* 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/git2/status.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* 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/git2/tag.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* 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/git2/threads.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* 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/git2/tree.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* 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/git2/types.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* 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/git2/version.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* 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/git2/windows.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* 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/git2/zlib.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/attr.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/attr_file.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/blob.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/blob.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/bswap.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/buffer.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/buffer.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/cache.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/cache.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/cc-compat.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/commit.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/commit.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/common.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/config.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/config.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/config_file.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/delta-apply.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/delta-apply.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/errors.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/fetch.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/fetch.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/filebuf.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/filebuf.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/fileops.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/fileops.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/global.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/global.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/hash.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/hash.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/hashtable.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/hashtable.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/ignore.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/index.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/index.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/indexer.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/map.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/mwindow.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/mwindow.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/netops.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/netops.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/object.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/odb.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/odb.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/odb_loose.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/odb_pack.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/oid.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/pack.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/pack.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/path.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/path.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/pkt.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/pkt.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/posix.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/posix.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/ppc/sha1.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/ppc/sha1.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/pqueue.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/pqueue.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/protocol.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/protocol.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/reflog.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/reflog.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/refs.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/refs.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/refspec.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/refspec.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/remote.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/remote.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/repository.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/repository.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/revwalk.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/sha1.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/sha1.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/sha1_lookup.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/sha1_lookup.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/signature.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/signature.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/status.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/tag.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/tag.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/thread-utils.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/thread-utils.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/transport.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/transport.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/transports/git.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/transports/http.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/transports/local.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/tree-cache.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/tree-cache.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/tree.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/tree.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/tsort.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/unix/map.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/unix/posix.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/util.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/util.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/vector.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/vector.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/win32/dir.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/win32/dir.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/win32/fnmatch.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/win32/fnmatch.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/win32/git2.rc
View file @
66faeb5c
...
...
@@ -28,7 +28,7 @@ BEGIN
VALUE "FileDescription", "libgit2 - the Git linkable library\0"
VALUE "FileVersion", LIBGIT2_VERSION "\0"
VALUE "InternalName", LIBGIT2_FILENAME "\0"
VALUE "LegalCopyright", "Copyright (C) 2009-201
1
the libgit2 contributors\0"
VALUE "LegalCopyright", "Copyright (C) 2009-201
2
the libgit2 contributors\0"
VALUE "OriginalFilename", LIBGIT2_FILENAME "\0"
VALUE "ProductName", "libgit2\0"
VALUE "ProductVersion", LIBGIT2_VERSION "\0"
...
...
src/win32/map.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/win32/mingw-compat.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/win32/msvc-compat.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/win32/posix.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/win32/posix_w32.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/win32/pthread.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/win32/pthread.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/win32/utf-conv.c
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
src/win32/utf-conv.h
View file @
66faeb5c
/*
* Copyright (C) 2009-201
1
the libgit2 contributors
* Copyright (C) 2009-201
2
the libgit2 contributors
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment