diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2022-09-21 15:19:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-21 15:19:30 +0100 |
| commit | 9286e5991ecea7fcdad2f6e68181e30d240ebd98 (patch) | |
| tree | 6dfbcb0fae67726d7dee97bec04f40b6902f6588 /src/libgit2 | |
| parent | d78fad1519fa8ea85d6a461ac4a394c834da2624 (diff) | |
| parent | c11724686c145e8074d46b2289e2a857613ea4a2 (diff) | |
| download | libgit2-9286e5991ecea7fcdad2f6e68181e30d240ebd98.tar.gz | |
Merge pull request #6405 from libgit2/ethomson/experimental
Support non-cmake builds with an in-tree `experimental.h`
Diffstat (limited to 'src/libgit2')
| -rw-r--r-- | src/libgit2/experimental.h.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libgit2/experimental.h.in b/src/libgit2/experimental.h.in index 3d6e931e2..25fb14b9d 100644 --- a/src/libgit2/experimental.h.in +++ b/src/libgit2/experimental.h.in @@ -1,3 +1,10 @@ +/* + * 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. + */ + #ifndef INCLUDE_experimental_h__ #define INCLUDE_experimental_h__ |
