On Thursday 18 of August 2011, Thorsten Behrens wrote: > Lubos Lunak wrote: > > However, I can't help noticing that the template layout is ... er, not > > suitable for easy use: > > How about attached patch? Does that address your points?
It does, but does it really need to be so chatty to repeat the obvious facts that each contributor's copyright relates only to portions created by that contributor and that all rights are reserved by each contributor? I was thinking more something like the attachment. But if it really needs to be spelled out for whatever lawyerly reason, your changes are good enough for me. -- Lubos Lunak [email protected]
diff --git a/TEMPLATE.SOURCECODE.HEADER b/TEMPLATE.SOURCECODE.HEADER index 974b321..b080bdb 100644 --- a/TEMPLATE.SOURCECODE.HEADER +++ b/TEMPLATE.SOURCECODE.HEADER @@ -1,3 +1,4 @@ +!! Please adapt the placeholder text inside the [ ] !! /* * Version: MPL 1.1 / GPLv3+ / LGPLv3+ * @@ -11,14 +12,11 @@ * for the specific language governing rights and limitations under the * License. * - * The Initial Developer of the Original Code is - * [ insert your name / company etc. here eg. Jim Bob <[email protected]> ] - * Portions created by the Initial Developer are Copyright (C) 2010 the - * Initial Developer. All Rights Reserved. - * * Major Contributor(s): - * Ted <[email protected]> - * Portions created by the Ted are Copyright (C) 2010 Ted. All Rights Reserved. + * [ Copyright (C) 2011 Jim Bob <[email protected]> (initial developer) ] + * [ Copyright (C) 2011 Ted <[email protected]> ] + * + * All Rights Reserved. * * For minor contributions see the git repository. *
_______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
