diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2022-09-25 00:20:43 +0000 |
---|---|---|
committer | wxiaoguang <wxiaoguang@gmail.com> | 2022-09-25 00:20:43 +0000 |
commit | c4742fbea3b57ac9b24c691207cd6d4db7cb9656 (patch) | |
tree | 4e7c95567eede26704405116ad0a87f7e86831f4 | |
parent | bb1e0d0aa5af402b23a60ab9f4e64e4bad634051 (diff) | |
download | gitea-c4742fbea3b57ac9b24c691207cd6d4db7cb9656.tar.gz gitea-c4742fbea3b57ac9b24c691207cd6d4db7cb9656.zip |
[skip ci] Updated licenses and gitignores
-rw-r--r-- | options/license/checkmk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/options/license/checkmk b/options/license/checkmk new file mode 100644 index 0000000000..46c6b74278 --- /dev/null +++ b/options/license/checkmk @@ -0,0 +1,9 @@ +# Copyright (c) 2006, 2010 Micah Cowan +# +# Redistribution of this program in any form, with or without +# modifications, is permitted, provided that the above copyright is +# retained in distributions of this program in source form. +# +# (This is a free, non-copyleft license compatible with pretty much any +# other free or proprietary license, including the GPL. It's essentially +# a scaled-down version of the "modified" BSD license.) |