From dce947bb991d5d3f6cca2752da17afd186e42acd Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Fri, 25 Jan 2013 11:55:02 +0100 Subject: trim-lcov.py: add license header --- trim-lcov.py | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/trim-lcov.py b/trim-lcov.py index c1709c3..8465e95 100755 --- a/trim-lcov.py +++ b/trim-lcov.py @@ -1,5 +1,23 @@ #!/usr/bin/python +# Copyright 2013 Canonical Ltd. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# version 3.0 as published by the Free Software Foundation. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License version 3.0 for more details. +# +# You should have received a copy of the GNU General Public +# License along with this library. If not, see +# . +# +# Author: Ryan Lortie + + # This script removes branch and/or line coverage data for lines that # contain a particular substring. # @@ -10,8 +28,6 @@ # # This script intentionally avoids checking for errors. Any exceptions # will trigger make to fail. -# -# Author: Ryan Lortie import sys -- cgit v1.2.3