diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2013-01-08 17:07:25 -0600 |
|---|---|---|
| committer | Edward Thomson <ethomson@edwardthomson.com> | 2013-01-08 17:31:27 -0600 |
| commit | 359fc2d241ac407bdf9bf0d28715705f01ca6360 (patch) | |
| tree | 05e960bd9e73228d6efe662575c10ea9a5d189c4 /src/win32/git2.rc | |
| parent | d63dc61dd704431a8d487dbfa9fe61b24a58184d (diff) | |
| download | libgit2-359fc2d241ac407bdf9bf0d28715705f01ca6360.tar.gz | |
update copyrights
Diffstat (limited to 'src/win32/git2.rc')
| -rw-r--r-- | src/win32/git2.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32/git2.rc b/src/win32/git2.rc index 3a65c0a0f..b9ff9b081 100644 --- a/src/win32/git2.rc +++ b/src/win32/git2.rc @@ -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-2012 the libgit2 contributors\0" + VALUE "LegalCopyright", "Copyright (C) the libgit2 contributors. All rights reserved.\0" VALUE "OriginalFilename", LIBGIT2_FILENAME "\0" VALUE "ProductName", "libgit2\0" VALUE "ProductVersion", LIBGIT2_VERSION "\0" |
