added non-gpl plugin blocking (wow i can't believe it came to this)

This commit is contained in:
David Anderson
2007-03-03 23:14:24 +00:00
parent 1f1edef98d
commit 109b1e45b5
12 changed files with 235 additions and 2 deletions

View File

@ -37,3 +37,18 @@ max_binlog_size 20
; 2 - float comparisons
; 4 - float rounding
optimizer 7
; AMX Mod X is licensed under the GPL, an open source
; license that requires plugin source code to be
; freely available. While this is our policy, there
; are some unscrupulous authors that violate this
; license and thus your right to see and modify their
; source code.
;
; In order to make users aware of this situation,
; plugins which violate our terms have been blocked
; from loading. If you are aware of your rights and
; the AMX Mod X license, and don't mind running plugins
; which are trying to take away your rights, change
; the 0 on the following line to 1.
allow_nongpl 0