diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-01-25 11:55:02 +0100 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-01-25 11:55:02 +0100 |
commit | dce947bb991d5d3f6cca2752da17afd186e42acd (patch) | |
tree | f416db37a793fcb4c51b7aec9339fb64c33fc6ff /trim-lcov.py | |
parent | c02297da219a3a44d061543ff64bb953e2065128 (diff) | |
download | libayatana-indicator-dce947bb991d5d3f6cca2752da17afd186e42acd.tar.gz libayatana-indicator-dce947bb991d5d3f6cca2752da17afd186e42acd.tar.bz2 libayatana-indicator-dce947bb991d5d3f6cca2752da17afd186e42acd.zip |
trim-lcov.py: add license header
Diffstat (limited to 'trim-lcov.py')
-rwxr-xr-x | trim-lcov.py | 20 |
1 files 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 +# <http://www.gnu.org/licenses/>. +# +# Author: Ryan Lortie <desrt@desrt.ca> + + # 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 <desrt@desrt.ca> import sys |