]> git.proxmox.com Git - libgit2.git/commit - src/cache.h
Cleanup legal data
authorVicent Marti <tanoku@gmail.com>
Sun, 18 Sep 2011 22:54:32 +0000 (01:54 +0300)
committerVicent Marti <tanoku@gmail.com>
Sun, 18 Sep 2011 22:54:32 +0000 (01:54 +0300)
commitbb742ede3d54564ff900fb7246e7b1ff01482b2c
tree66fa381751e1684bc63e72787211358c6691be1f
parent934fa904e949a9e33dcb017fb73c0e3db22c3f3d
Cleanup legal data

1. The license header is technically not valid if it doesn't have a
copyright signature.

2. The COPYING file has been updated with the different licenses used in
the project.

3. The full GPLv2 header in each file annoys me.
128 files changed:
COPYING
include/git2.h
include/git2/blob.h
include/git2/branch.h
include/git2/commit.h
include/git2/common.h
include/git2/config.h
include/git2/errors.h
include/git2/index.h
include/git2/indexer.h
include/git2/net.h
include/git2/object.h
include/git2/odb.h
include/git2/odb_backend.h
include/git2/oid.h
include/git2/reflog.h
include/git2/refs.h
include/git2/refspec.h
include/git2/remote.h
include/git2/repository.h
include/git2/revwalk.h
include/git2/signature.h
include/git2/status.h
include/git2/tag.h
include/git2/thread-utils.h
include/git2/transport.h
include/git2/tree.h
include/git2/types.h
include/git2/zlib.h
src/blob.c
src/blob.h
src/bswap.h
src/buffer.c
src/buffer.h
src/cache.c
src/cache.h
src/cc-compat.h
src/commit.c
src/commit.h
src/common.h
src/config.c
src/config.h
src/config_file.c
src/delta-apply.c
src/delta-apply.h
src/dir.h
src/errors.c
src/fetch.c
src/fetch.h
src/filebuf.c
src/filebuf.h
src/fileops.c
src/fileops.h
src/hash.c
src/hash.h
src/hashtable.c
src/hashtable.h
src/index.c
src/index.h
src/indexer.c
src/map.h
src/mwindow.c
src/mwindow.h
src/netops.c
src/netops.h
src/object.c
src/odb.c
src/odb.h
src/odb_loose.c
src/odb_pack.c
src/oid.c
src/pack.c
src/pack.h
src/path.c
src/path.h
src/pkt.c
src/pkt.h
src/posix.c
src/posix.h
src/ppc/sha1.c
src/ppc/sha1.h
src/pqueue.c
src/pqueue.h
src/reflog.c
src/reflog.h
src/refs.c
src/refs.h
src/refspec.c
src/refspec.h
src/remote.c
src/remote.h
src/repository.c
src/repository.h
src/revwalk.c
src/sha1.c
src/sha1.h
src/sha1_lookup.c
src/sha1_lookup.h
src/signature.c
src/signature.h
src/status.c
src/tag.c
src/tag.h
src/thread-utils.c
src/thread-utils.h
src/transport.c
src/transport.h
src/transport_git.c
src/transport_local.c
src/tree.c
src/tree.h
src/tsort.c
src/unix/map.c
src/unix/posix.h
src/util.c
src/util.h
src/vector.c
src/vector.h
src/win32/dir.c
src/win32/fnmatch.c
src/win32/fnmatch.h
src/win32/map.c
src/win32/mingw-compat.h
src/win32/msvc-compat.h
src/win32/posix.c
src/win32/posix.h
src/win32/pthread.c
src/win32/pthread.h