Skip to content
This repository was archived by the owner on Oct 13, 2020. It is now read-only.

Commit 8d0a1e5

Browse files
author
Christian Hergert
committed
Fix LICENSE issue with cmake
1 parent c1f6895 commit 8d0a1e5

File tree

4 files changed

+1
-6
lines changed

4 files changed

+1
-6
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ CMakeCache.txt
1414
compile
1515
config.*
1616
configure
17-
COPYING
1817
depcomp
1918
.deps
2019
.dirstamp

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set (BSON_MICRO_VERSION 2)
1515
set (BSON_API_VERSION 1.0)
1616
set (BSON_VERSION 0.6.2)
1717

18-
set (CPACK_RESOURCE_FILE_LICENSE "${SOURCE_DIR}/LICENSE")
18+
set (CPACK_RESOURCE_FILE_LICENSE "${SOURCE_DIR}/COPYING")
1919
set (CPACK_PACKAGE_VERSION_MAJOR ${BSON_MAJOR_VERSION})
2020
set (CPACK_PACKAGE_VERSION_MINOR ${BSON_MINOR_VERSION})
2121

LICENSE renamed to COPYING

File renamed without changes.

autogen.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ if [ ! -f README ]; then
1212
ln -s README.md README
1313
fi
1414

15-
if [ ! -f COPYING ]; then
16-
ln -s LICENSE COPYING
17-
fi
18-
1915
touch ChangeLog
2016
touch AUTHORS
2117

0 commit comments

Comments
 (0)