From 07d0f7d8981477f85ab0e2fb96a08b8eceab70f9 Mon Sep 17 00:00:00 2001 From: Justin Seyster Date: Tue, 31 Jul 2012 21:17:30 -0400 Subject: [PATCH] Adds missing copyright notice. --- src/tracecut-advice.c | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/tracecut-advice.c b/src/tracecut-advice.c index 87a191a..f8e8e09 100644 --- a/src/tracecut-advice.c +++ b/src/tracecut-advice.c @@ -1,3 +1,27 @@ +/* Copyright (c) 2011 Justin Seyster + Copyright (c) 2011 Erez Zadok + Copyright (c) 2011 Stony Brook University + Copyright (c) 2011 The Research Foundation of SUNY + + This program is free software: you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program 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 for more details. + + Under Section 7 of GPL version 3, you are granted additional + permissions described in the GCC Runtime Library Exception, version + 3.1, as published by the Free Software Foundation. + + You should have received a copy of the GNU General Public License + and a copy of the GCC Runtime Library Exception along with this + program; see the files COPYING and COPYING.RUNTIME respectively. + If not, see . */ + #include #include #include -- 2.34.1