# HG changeset patch # User Oleksandr Gavenko # Date 1322421781 -7200 # Node ID 8e73498193641e2704eaaf56d10644d966a37ab4 # Parent aa9974c8abeba55f02dd8762f3975ec846c419d6 Remove duplication for AUTHOR files. diff -r aa9974c8abeb -r 8e7349819364 devel-proj-files.rst --- a/devel-proj-files.rst Sun Nov 20 23:18:56 2011 +0200 +++ b/devel-proj-files.rst Sun Nov 27 21:23:01 2011 +0200 @@ -87,16 +87,30 @@ ACKNOWLEDGEMENTS -Contributors files. -=================== +AUTHORS/THANKS files. +===================== -AUTHOR file. ------------- +AUTHORS/MAINTAINERS file. +------------------------- :: - authors - AUTHOR - AUTHORS + AUTHOR AUTHORS MAINTAINERS + + * Usually regular contributors. + * List of project members with contact info (email, phone, home page, address, + etc). + +CONTRIBUTORS/THANKS/CREDITS file. +--------------------------------- +:: + + CONTRIBUTORS THANKS CREDITS ACKNOWLEDGEMENTS + + * Irregular contributor list. + * Usually casual/non-regular contributors. + +DEDICATION file. +---------------- README file. ============ @@ -281,30 +295,6 @@ CONVENTIONS file. ----------------- -Authors files. -============== - -AUTHORS/MAINTAINERS file. -------------------------- -:: - - AUTHOR AUTHORS MAINTAINERS - - * Usually regular contributors. - * List of project members with contact info (email/phone/home page/address/etc). - -CONTRIBUTORS/THANKS/CREDITS/ file. ----------------------------------- - - * Irregular contributor list. - * Usually casual/non-regular contributors. - -ACKNOWLEDGEMENTS file. ----------------------- - -DEDICATION file. ----------------- - Project changes files. ======================