diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-08-08 14:12:19 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-08-08 14:13:01 +0100 |
commit | 68bcd5a3e8b6a18c239b1b55e97ddd359141c58e (patch) | |
tree | 26695d056551c85aa56e66ce5d78fcaca75e2cd8 | |
parent | 76f5b9b148972a13c640b3cd64a8cb17fbd2dd2c (diff) |
Add extra clarity as to which version to choose
Change-Id: I5528329b1d62074fb48f0a98419da66303584261
-rw-r--r-- | TEMPLATE.SOURCECODE.HEADER | 31 |
1 files changed, 28 insertions, 3 deletions
diff --git a/TEMPLATE.SOURCECODE.HEADER b/TEMPLATE.SOURCECODE.HEADER index bae1397aae29..eabd9aa66328 100644 --- a/TEMPLATE.SOURCECODE.HEADER +++ b/TEMPLATE.SOURCECODE.HEADER @@ -1,6 +1,31 @@ ------------------------------------------------------------------------ - For all new, original source files created by + * Stop / Think * + + You need to choose either a pure MPLv2 header (from the top), +or an MPLv2 on ALv2 header (from the bottom). + + If the new module you created is based in any way on an +existing module, then: + + a) if that module has an LGPLv3+ header - please retain that + in the new code, it will get updated when that module is + re-based. + + b) if that module has an MPLv2 on ALv2 header - please use + this option or + + c) if the module is entirely your own work, and/or based on an + existing MPLv2 header - please use that header. + + For any questions please contact me directly: + michael.meeks@suse.com. + + Thanks ! + +------------------------------------------------------------------------ + + For all entirely new, original source files created by LibreOffice hackers: ------------------------------------------------------------------------ @@ -46,8 +71,8 @@ For XML / .component: ------------------------------------------------------------------------ - Only for source files which may contain code - from the Apache Software Foundation: + For source files which may contain code + from the Apache Software Foundation: ------------------------------------------------------------------------ |