File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
Rampart uses many components and libraries from several sources. We've strived to
2
2
use only software licensed under a permissive licenses such as MIT, BSD or Apache.
3
3
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
7
7
8
8
In general, code written by us is licensed under the MIT License.
9
9
Original file line number Diff line number Diff line change @@ -478,7 +478,6 @@ install(CODE "execute_process ( \
478
478
install (CODE "execute_process( \
479
479
COMMAND ${CMAKE_COMMAND} -E copy \
480
480
\" ${PROJECT_SOURCE_DIR} /LICENSE\" \
481
- \" ${PROJECT_SOURCE_DIR} /LICENSE-rsal.txt\" \
482
481
\" ${CMAKE_INSTALL_PREFIX} /\" \
483
482
)"
484
483
)
You can’t perform that action at this time.
0 commit comments