From 925903c477e291475f726067a344bccf045e45f5 Mon Sep 17 00:00:00 2001 From: Timothy Sample Date: Wed, 22 May 2019 01:03:43 -0400 Subject: [PATCH] Add missing copyright notice in coverage script. * tools/coverage.in: Add missing copyright notice. --- tools/coverage.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/coverage.in b/tools/coverage.in index 67dca02..eba9a4f 100644 --- a/tools/coverage.in +++ b/tools/coverage.in @@ -5,6 +5,11 @@ ;;; Gash -- Guile As SHell ;;; Copyright © 2017 Timothy Sample ;;; +;;; The 'coverage-data->lcov' procedure was adapted from: +;;; +;;; GNU Guile +;;; Copyright (C) 2010, 2013, 2018 Free Software Foundation, Inc. +;;; ;;; This file is part of Gash. ;;; ;;; Gash is free software: you can redistribute it and/or modify