blob: 424c32b34735593db2c1c6a58f78881cd83a79d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- doc/licensing/freebsd-licensing.cmake.orig 2018-12-25 07:13:44 UTC
+++ doc/licensing/freebsd-licensing.cmake
@@ -0,0 +1,6 @@
+include("linux-distribution.cmake")
+
+set(system_copyright_dir "/usr/local/share/licenses")
+set(copyright_pattern
+ "${system_copyright_dir}/@package@/LICENSE"
+)
|