<div dir="ltr"><div>On Sat, Nov 8, 2014 at 11:23 PM, Maarten Hoes <<a href="mailto:hoes.maarten@gmail.com">hoes.maarten@gmail.com</a>> wrote:<br>><br>> I created a shell script that creates a lcov code coverage report of running 'make check' on the libreoffice code. Ive run it a few times, and it seems to be doing what I intended it to. I submitted it to gerrit for review. Feel free to take a look and provide feedback.<br>><br>> <a href="https://gerrit.libreoffice.org/#/c/12315/">https://gerrit.libreoffice.org/#/c/12315/</a><br>><br><br></div>Hrm. I notice I forgot to include a license. Should I stick this in the top of the file in a patch ? <br><div><br><br><pre><code># -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at <a href="http://mozilla.org/MPL/2.0/">http://mozilla.org/MPL/2.0/</a>.
#
...
# vim: set noet sw=4 ts=4:<br><br></code></pre><br></div></div>