From ea34c017b5623c2d1d378746d1e8ed5b07382a06 Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Sun, 2 Oct 2016 18:53:43 +0200 Subject: Added license statements where it was missing --- lib/decryption/decryption_impl.cc | 12 +++++++----- lib/decryption/decryption_impl.h | 10 ++++++---- 2 files changed, 13 insertions(+), 9 deletions(-) (limited to 'lib/decryption') diff --git a/lib/decryption/decryption_impl.cc b/lib/decryption/decryption_impl.cc index 7382e91..5fa0c03 100644 --- a/lib/decryption/decryption_impl.cc +++ b/lib/decryption/decryption_impl.cc @@ -1,19 +1,22 @@ /* -*- c++ -*- */ /* - * Copyright 2014 <+YOU OR YOUR COMPANY+>. + * @file + * @author Piotr Krysik + * @author Roman Khassraf + * @section LICENSE * - * This is free software; you can redistribute it and/or modify + * Gr-gsm 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, or (at your option) * any later version. * - * This software is distributed in the hope that it will be useful, + * Gr-gsm 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 software; see the file COPYING. If not, write to + * along with gr-gsm; see the file COPYING. If not, write to * the Free Software Foundation, Inc., 51 Franklin Street, * Boston, MA 02110-1301, USA. */ @@ -57,7 +60,6 @@ namespace gr { set_a5_version(a5_version); validate_k_c(); -// std::cout << "Be careful with decryption block - it wasn't tested yet!" << std::endl; message_port_register_in(pmt::mp("bursts")); set_msg_handler(pmt::mp("bursts"), boost::bind(&decryption_impl::decrypt, this, _1)); message_port_register_out(pmt::mp("bursts")); diff --git a/lib/decryption/decryption_impl.h b/lib/decryption/decryption_impl.h index 68fbb9c..d5332d4 100644 --- a/lib/decryption/decryption_impl.h +++ b/lib/decryption/decryption_impl.h @@ -1,19 +1,21 @@ /* -*- c++ -*- */ /* - * Copyright 2014 <+YOU OR YOUR COMPANY+>. + * @file + * @author Piotr Krysik + * @section LICENSE * - * This is free software; you can redistribute it and/or modify + * Gr-gsm 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, or (at your option) * any later version. * - * This software is distributed in the hope that it will be useful, + * Gr-gsm 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 software; see the file COPYING. If not, write to + * along with gr-gsm; see the file COPYING. If not, write to * the Free Software Foundation, Inc., 51 Franklin Street, * Boston, MA 02110-1301, USA. */ -- cgit v1.2.3