From ddf4c01f668c7ce88df6af672d9a1357736c1b3d Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Sat, 7 Sep 2013 22:30:48 -0700 Subject: [PATCH] Forgot to propagate license to rf_path.[ch]. --- firmware/hackrf_usb/rf_path.c | 22 ++++++++++++++++++++++ firmware/hackrf_usb/rf_path.h | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/firmware/hackrf_usb/rf_path.c b/firmware/hackrf_usb/rf_path.c index e511bf41..32cb9989 100644 --- a/firmware/hackrf_usb/rf_path.c +++ b/firmware/hackrf_usb/rf_path.c @@ -1,3 +1,25 @@ +/* + * Copyright 2012 Jared Boone + * Copyright 2013 Benjamin Vernoux + * + * This file is part of HackRF. + * + * 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 2, 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; see the file COPYING. If not, write to + * the Free Software Foundation, Inc., 51 Franklin Street, + * Boston, MA 02110-1301, USA. + */ + #include "rf_path.h" #include diff --git a/firmware/hackrf_usb/rf_path.h b/firmware/hackrf_usb/rf_path.h index fea572f7..aec7a974 100644 --- a/firmware/hackrf_usb/rf_path.h +++ b/firmware/hackrf_usb/rf_path.h @@ -1,3 +1,25 @@ +/* + * Copyright 2012 Jared Boone + * Copyright 2013 Benjamin Vernoux + * + * This file is part of HackRF. + * + * 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 2, 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; see the file COPYING. If not, write to + * the Free Software Foundation, Inc., 51 Franklin Street, + * Boston, MA 02110-1301, USA. + */ + #ifndef __RFPATH_H__ #define __RFPATH_H__