summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-01 17:34:24 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-01 17:34:24 +0000
commit78d1884e8e4e67b0623a3d06953ed1bcff570030 (patch)
treea8c50325496875d04b6dfcf15934a5bf0c9c1dc5
parent2477fdf577e347bd5415f62f6dc235a60657a7e5 (diff)
downloadmpv-78d1884e8e4e67b0623a3d06953ed1bcff570030.tar.bz2
mpv-78d1884e8e4e67b0623a3d06953ed1bcff570030.tar.xz
weaken veto right
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22398 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--DOCS/tech/new_policy.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/DOCS/tech/new_policy.txt b/DOCS/tech/new_policy.txt
index e16a780200..a18d10358b 100644
--- a/DOCS/tech/new_policy.txt
+++ b/DOCS/tech/new_policy.txt
@@ -265,7 +265,9 @@ The person starting the vote has to count the votes and vetoes and publish
the result on the public developer mailing list as reply to the original vote
with [VOTE-RESULTS] instead of [VOTE] in the subject
Vcv. Counting vetoes, an option shall be removed if the majority of admins
-that is yes >= no && yes>0 cast a veto against it
+that is yes >= no && yes>0 cast a veto against it and the option has less
+than 2/3 majority in the vote, that is number of developer rating it higher
+than the default <= 2*number of developers rating it lower then the default
Vcc. the votes shall be counted by using the Condorcet/Clone Proof SSD
Voting Method