Skip to content

Commit 47ef962

Browse files
committed
license description update
1 parent 30b8440 commit 47ef962

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

LICENSE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Rampart uses many components and libraries from several sources. We've strived to
22
use only software licensed under a permissive licenses such as MIT, BSD or Apache.
33

4-
A major exception is the RSAL license for the Texis Library used by the
5-
rampart-sql module, which may be found in LICENSE-rsal.txt file in this
6-
distribution.
4+
A major exception is the RSAL license for the Texis Library and related files used
5+
by the rampart-sql module. The text of this license may be found at
6+
https://github.com/aflin/rampart/blob/main/LICENSE-rsal.txt
77

88
In general, code written by us is licensed under the MIT License.
99

src/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,6 @@ install(CODE "execute_process ( \
478478
install(CODE "execute_process( \
479479
COMMAND ${CMAKE_COMMAND} -E copy \
480480
\"${PROJECT_SOURCE_DIR}/LICENSE\" \
481-
\"${PROJECT_SOURCE_DIR}/LICENSE-rsal.txt\" \
482481
\"${CMAKE_INSTALL_PREFIX}/\" \
483482
)"
484483
)

0 commit comments

Comments
 (0)