From 529895b14c686e8ffd41c9ff37f4762c611ffd20 Mon Sep 17 00:00:00 2001 From: ptrkrysik Date: Tue, 2 Dec 2014 18:07:38 +0100 Subject: Updated copyleft statements of my files #3 --- include/gsm/api.h | 13 ++++---- include/gsm/decoding/control_channels_decoder.h | 18 +++++----- include/gsm/demapping/get_bcch_or_ccch_bursts.h | 18 +++++----- .../gsm/demapping/universal_ctrl_chans_demapper.h | 18 +++++----- include/gsm/misc_utils/bursts_printer.h | 18 +++++----- include/gsm/misc_utils/controlled_const_source_f.h | 19 ++++++----- include/gsm/misc_utils/controlled_rotator_cc.h | 18 +++++----- include/gsm/misc_utils/extract_system_info.h | 18 +++++----- include/gsm/misc_utils/message_printer.h | 18 +++++----- include/gsm/receiver/receiver.h | 18 +++++----- include/plotting/plotting.hpp | 10 +++--- lib/decoding/cch.h | 1 - lib/decoding/control_channels_decoder_impl.cc | 18 +++++----- lib/decoding/control_channels_decoder_impl.h | 18 +++++----- lib/decoding/fire_crc.c | 1 - lib/decoding/fire_crc.h | 1 - lib/decoding/interleave.c | 1 - lib/decoding/interleave.h | 1 - lib/demapping/get_bcch_or_ccch_bursts_impl.cc | 18 +++++----- lib/demapping/get_bcch_or_ccch_bursts_impl.h | 18 +++++----- .../universal_ctrl_chans_demapper_impl.cc | 18 +++++----- lib/demapping/universal_ctrl_chans_demapper_impl.h | 18 +++++----- lib/misc_utils/bursts_printer_impl.cc | 18 +++++----- lib/misc_utils/bursts_printer_impl.h | 18 +++++----- lib/misc_utils/controlled_const_source_f_impl.cc | 18 +++++----- lib/misc_utils/controlled_const_source_f_impl.h | 18 +++++----- lib/misc_utils/controlled_rotator_cc_impl.cc | 18 +++++----- lib/misc_utils/controlled_rotator_cc_impl.h | 18 +++++----- lib/misc_utils/extract_system_info_impl.cc | 18 +++++----- lib/misc_utils/extract_system_info_impl.h | 18 +++++----- lib/misc_utils/message_printer_impl.cc | 18 +++++----- lib/misc_utils/message_printer_impl.h | 18 +++++----- lib/receiver/assert.h | 39 +++++++++++----------- lib/receiver/gsm_constants.h | 22 ++++++++++++ lib/receiver/receiver_config.cc | 13 +++----- lib/receiver/receiver_config.h | 13 +++----- lib/receiver/receiver_impl.cc | 10 +++--- lib/receiver/receiver_impl.h | 18 +++++----- lib/receiver/viterbi_detector.cc | 8 ++--- lib/receiver/viterbi_detector.h | 8 ++--- python/receiver/clock_offset_control.py | 2 +- python/receiver/fcch_burst_tagger.py | 2 +- python/receiver/sch_detector.py | 2 +- 43 files changed, 340 insertions(+), 276 deletions(-) diff --git a/include/gsm/api.h b/include/gsm/api.h index 03c4842..5ef6053 100644 --- a/include/gsm/api.h +++ b/include/gsm/api.h @@ -1,20 +1,21 @@ +/* -*- c++ -*- */ /* - * Copyright 2011 Free Software Foundation, Inc. + * @file + * @author Piotr Krysik + * @section LICENSE * - * This file is part of GNU Radio - * - * GNU Radio 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. * - * GNU Radio 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 GNU Radio; 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. */ diff --git a/include/gsm/decoding/control_channels_decoder.h b/include/gsm/decoding/control_channels_decoder.h index 49a8e35..bd8b08f 100644 --- a/include/gsm/decoding/control_channels_decoder.h +++ b/include/gsm/decoding/control_channels_decoder.h @@ -1,19 +1,21 @@ /* -*- c++ -*- */ -/* - * Copyright 2014 <+YOU OR YOUR COMPANY+>. - * - * This is free software; you can redistribute it and/or modify +/* + * @file + * @author Piotr Krysik + * @section LICENSE + * + * 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. */ diff --git a/include/gsm/demapping/get_bcch_or_ccch_bursts.h b/include/gsm/demapping/get_bcch_or_ccch_bursts.h index 12f9dbc..0201bd0 100644 --- a/include/gsm/demapping/get_bcch_or_ccch_bursts.h +++ b/include/gsm/demapping/get_bcch_or_ccch_bursts.h @@ -1,19 +1,21 @@ /* -*- c++ -*- */ -/* - * Copyright 2014 <+YOU OR YOUR COMPANY+>. - * - * This is free software; you can redistribute it and/or modify +/* + * @file + * @author Piotr Krysik + * @section LICENSE + * + * 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. */ diff --git a/include/gsm/demapping/universal_ctrl_chans_demapper.h b/include/gsm/demapping/universal_ctrl_chans_demapper.h index 8e8abb5..53edcd8 100644 --- a/include/gsm/demapping/universal_ctrl_chans_demapper.h +++ b/include/gsm/demapping/universal_ctrl_chans_demapper.h @@ -1,19 +1,21 @@ /* -*- c++ -*- */ -/* - * Copyright 2014 <+YOU OR YOUR COMPANY+>. - * - * This is free software; you can redistribute it and/or modify +/* + * @file + * @author Piotr Krysik + * @section LICENSE + * + * 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. */ diff --git a/include/gsm/misc_utils/bursts_printer.h b/include/gsm/misc_utils/bursts_printer.h index ea72fb1..5993b21 100644 --- a/include/gsm/misc_utils/bursts_printer.h +++ b/include/gsm/misc_utils/bursts_printer.h @@ -1,19 +1,21 @@ /* -*- c++ -*- */ -/* - * Copyright 2014 <+YOU OR YOUR COMPANY+>. - * - * This is free software; you can redistribute it and/or modify +/* + * @file + * @author Piotr Krysik + * @section LICENSE + * + * 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. */ diff --git a/include/gsm/misc_utils/controlled_const_source_f.h b/include/gsm/misc_utils/controlled_const_source_f.h index b175578..d2c7404 100644 --- a/include/gsm/misc_utils/controlled_const_source_f.h +++ b/include/gsm/misc_utils/controlled_const_source_f.h @@ -1,24 +1,25 @@ /* -*- c++ -*- */ -/* - * Copyright 2014 <+YOU OR YOUR COMPANY+>. - * - * This is free software; you can redistribute it and/or modify +/* + * @file + * @author Piotr Krysik + * @section LICENSE + * + * 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. */ - #ifndef INCLUDED_GSM_CONTROLLED_CONST_SOURCE_F_H #define INCLUDED_GSM_CONTROLLED_CONST_SOURCE_F_H diff --git a/include/gsm/misc_utils/controlled_rotator_cc.h b/include/gsm/misc_utils/controlled_rotator_cc.h index 5339660..c01823e 100644 --- a/include/gsm/misc_utils/controlled_rotator_cc.h +++ b/include/gsm/misc_utils/controlled_rotator_cc.h @@ -1,19 +1,21 @@ /* -*- c++ -*- */ -/* - * Copyright 2014 <+YOU OR YOUR COMPANY+>. - * - * This is free software; you can redistribute it and/or modify +/* + * @file + * @author Piotr Krysik + * @section LICENSE + * + * 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. */ diff --git a/include/gsm/misc_utils/extract_system_info.h b/include/gsm/misc_utils/extract_system_info.h index a92c937..fada960 100644 --- a/include/gsm/misc_utils/extract_system_info.h +++ b/include/gsm/misc_utils/extract_system_info.h @@ -1,19 +1,21 @@ /* -*- c++ -*- */ -/* - * Copyright 2014 <+YOU OR YOUR COMPANY+>. - * - * This is free software; you can redistribute it and/or modify +/* + * @file + * @author Piotr Krysik + * @section LICENSE + * + * 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. */ diff --git a/include/gsm/misc_utils/message_printer.h b/include/gsm/misc_utils/message_printer.h index e049934..60eb5c4 100644 --- a/include/gsm/misc_utils/message_printer.h +++ b/include/gsm/misc_utils/message_printer.h @@ -1,19 +1,21 @@ /* -*- c++ -*- */ -/* - * Copyright 2014 <+YOU OR YOUR COMPANY+>. - * - * This is free software; you can redistribute it and/or modify +/* + * @file + * @author Piotr Krysik + * @section LICENSE + * + * 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. */ diff --git a/include/gsm/receiver/receiver.h b/include/gsm/receiver/receiver.h index 2bb8fc7..4ff0b4b 100644 --- a/include/gsm/receiver/receiver.h +++ b/include/gsm/receiver/receiver.h @@ -1,19 +1,21 @@ /* -*- c++ -*- */ -/* - * Copyright 2014 <+YOU OR YOUR COMPANY+>. - * - * This is free software; you can redistribute it and/or modify +/* + * @file + * @author Piotr Krysik + * @section LICENSE + * + * 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. */ diff --git a/include/plotting/plotting.hpp b/include/plotting/plotting.hpp index d9d869e..ff37fec 100644 --- a/include/plotting/plotting.hpp +++ b/include/plotting/plotting.hpp @@ -1,19 +1,21 @@ /* -*- c++ -*- */ /* - * Copyright 2014 Piotr Krysik . + * @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. */ diff --git a/lib/decoding/cch.h b/lib/decoding/cch.h index efd5615..7852bfd 100644 --- a/lib/decoding/cch.h +++ b/lib/decoding/cch.h @@ -1,4 +1,3 @@ -//TODO: this file shouldn't be part of the GSM Receiver #ifndef __GSMSTACK_CCH_H__ #define __GSMSTACK_CCH_H__ 1 diff --git a/lib/decoding/control_channels_decoder_impl.cc b/lib/decoding/control_channels_decoder_impl.cc index 404796f..f67abca 100644 --- a/lib/decoding/control_channels_decoder_impl.cc +++ b/lib/decoding/control_channels_decoder_impl.cc @@ -1,19 +1,21 @@ /* -*- c++ -*- */ -/* - * Copyright 2014 <+YOU OR YOUR COMPANY+>. - * - * This is free software; you can redistribute it and/or modify +/* + * @file + * @author Piotr Krysik + * @section LICENSE + * + * 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. */ diff --git a/lib/decoding/control_channels_decoder_impl.h b/lib/decoding/control_channels_decoder_impl.h index 5af9500..93d4950 100644 --- a/lib/decoding/control_channels_decoder_impl.h +++ b/lib/decoding/control_channels_decoder_impl.h @@ -1,19 +1,21 @@ /* -*- c++ -*- */ -/* - * Copyright 2014 <+YOU OR YOUR COMPANY+>. - * - * This is free software; you can redistribute it and/or modify +/* + * @file + * @author Piotr Krysik + * @section LICENSE + * + * 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. */ diff --git a/lib/decoding/fire_crc.c b/lib/decoding/fire_crc.c index 7cdfc0b..c9f0348 100644 --- a/lib/decoding/fire_crc.c +++ b/lib/decoding/fire_crc.c @@ -1,4 +1,3 @@ -//TODO: this file shouldn't be part of the GSM Receiver /* -*- c++ -*- */ /* * Copyright 2005 Free Software Foundation, Inc. diff --git a/lib/decoding/fire_crc.h b/lib/decoding/fire_crc.h index aa6319c..15d5b81 100644 --- a/lib/decoding/fire_crc.h +++ b/lib/decoding/fire_crc.h @@ -1,4 +1,3 @@ -//TODO: this file shouldn't be part of the GSM Receiver /* -*- c++ -*- */ /* * Copyright 2005 Free Software Foundation, Inc. diff --git a/lib/decoding/interleave.c b/lib/decoding/interleave.c index 8388a6f..d9fd604 100644 --- a/lib/decoding/interleave.c +++ b/lib/decoding/interleave.c @@ -1,4 +1,3 @@ -//TODO: this file shouldn't be part of the GSM Receiver #include #include #include "interleave.h" diff --git a/lib/decoding/interleave.h b/lib/decoding/interleave.h index a50434a..cb415dd 100644 --- a/lib/decoding/interleave.h +++ b/lib/decoding/interleave.h @@ -1,4 +1,3 @@ -//TODO: this file shouldn't be part of the GSM Receiver /* * $Id:$ */ diff --git a/lib/demapping/get_bcch_or_ccch_bursts_impl.cc b/lib/demapping/get_bcch_or_ccch_bursts_impl.cc index 78d4280..76d3f10 100644 --- a/lib/demapping/get_bcch_or_ccch_bursts_impl.cc +++ b/lib/demapping/get_bcch_or_ccch_bursts_impl.cc @@ -1,19 +1,21 @@ /* -*- c++ -*- */ -/* - * Copyright 2014 <+YOU OR YOUR COMPANY+>. - * - * This is free software; you can redistribute it and/or modify +/* + * @file + * @author Piotr Krysik + * @section LICENSE + * + * 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. */ diff --git a/lib/demapping/get_bcch_or_ccch_bursts_impl.h b/lib/demapping/get_bcch_or_ccch_bursts_impl.h index ad49649..1ba5e7b 100644 --- a/lib/demapping/get_bcch_or_ccch_bursts_impl.h +++ b/lib/demapping/get_bcch_or_ccch_bursts_impl.h @@ -1,19 +1,21 @@ /* -*- c++ -*- */ -/* - * Copyright 2014 <+YOU OR YOUR COMPANY+>. - * - * This is free software; you can redistribute it and/or modify +/* + * @file + * @author Piotr Krysik + * @section LICENSE + * + * 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. */ diff --git a/lib/demapping/universal_ctrl_chans_demapper_impl.cc b/lib/demapping/universal_ctrl_chans_demapper_impl.cc index 75fa6f7..df4c2b5 100644 --- a/lib/demapping/universal_ctrl_chans_demapper_impl.cc +++ b/lib/demapping/universal_ctrl_chans_demapper_impl.cc @@ -1,19 +1,21 @@ /* -*- c++ -*- */ -/* - * Copyright 2014 <+YOU OR YOUR COMPANY+>. - * - * This is free software; you can redistribute it and/or modify +/* + * @file + * @author Piotr Krysik + * @section LICENSE + * + * 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. */ diff --git a/lib/demapping/universal_ctrl_chans_demapper_impl.h b/lib/demapping/universal_ctrl_chans_demapper_impl.h index 472b321..1b40d74 100644 --- a/lib/demapping/universal_ctrl_chans_demapper_impl.h +++ b/lib/demapping/universal_ctrl_chans_demapper_impl.h @@ -1,19 +1,21 @@ /* -*- c++ -*- */ -/* - * Copyright 2014 <+YOU OR YOUR COMPANY+>. - * - * This is free software; you can redistribute it and/or modify +/* + * @file + * @author Piotr Krysik + * @section LICENSE + * + * 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. */ diff --git a/lib/misc_utils/bursts_printer_impl.cc b/lib/misc_utils/bursts_printer_impl.cc index e428163..f888a93 100644 --- a/lib/misc_utils/bursts_printer_impl.cc +++ b/lib/misc_utils/bursts_printer_impl.cc @@ -1,19 +1,21 @@ /* -*- c++ -*- */ -/* - * Copyright 2014 <+YOU OR YOUR COMPANY+>. - * - * This is free software; you can redistribute it and/or modify +/* + * @file + * @author Piotr Krysik + * @section LICENSE + * + * 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. */ diff --git a/lib/misc_utils/bursts_printer_impl.h b/lib/misc_utils/bursts_printer_impl.h index 57bd208..67f3c25 100644 --- a/lib/misc_utils/bursts_printer_impl.h +++ b/lib/misc_utils/bursts_printer_impl.h @@ -1,19 +1,21 @@ /* -*- c++ -*- */ -/* - * Copyright 2014 <+YOU OR YOUR COMPANY+>. - * - * This is free software; you can redistribute it and/or modify +/* + * @file + * @author Piotr Krysik + * @section LICENSE + * + * 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. */ diff --git a/lib/misc_utils/controlled_const_source_f_impl.cc b/lib/misc_utils/controlled_const_source_f_impl.cc index 4aa2f14..ee8d0ae 100644 --- a/lib/misc_utils/controlled_const_source_f_impl.cc +++ b/lib/misc_utils/controlled_const_source_f_impl.cc @@ -1,19 +1,21 @@ /* -*- c++ -*- */ -/* - * Copyright 2014 <+YOU OR YOUR COMPANY+>. - * - * This is free software; you can redistribute it and/or modify +/* + * @file + * @author Piotr Krysik + * @section LICENSE + * + * 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. */ diff --git a/lib/misc_utils/controlled_const_source_f_impl.h b/lib/misc_utils/controlled_const_source_f_impl.h index 28fb0ca..8fa2f8d 100644 --- a/lib/misc_utils/controlled_const_source_f_impl.h +++ b/lib/misc_utils/controlled_const_source_f_impl.h @@ -1,19 +1,21 @@ /* -*- c++ -*- */ -/* - * Copyright 2014 <+YOU OR YOUR COMPANY+>. - * - * This is free software; you can redistribute it and/or modify +/* + * @file + * @author Piotr Krysik + * @section LICENSE + * + * 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. */ diff --git a/lib/misc_utils/controlled_rotator_cc_impl.cc b/lib/misc_utils/controlled_rotator_cc_impl.cc index ee72a6a..6211d49 100644 --- a/lib/misc_utils/controlled_rotator_cc_impl.cc +++ b/lib/misc_utils/controlled_rotator_cc_impl.cc @@ -1,19 +1,21 @@ /* -*- c++ -*- */ -/* - * Copyright 2014 <+YOU OR YOUR COMPANY+>. - * - * This is free software; you can redistribute it and/or modify +/* + * @file + * @author Piotr Krysik + * @section LICENSE + * + * 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. */ diff --git a/lib/misc_utils/controlled_rotator_cc_impl.h b/lib/misc_utils/controlled_rotator_cc_impl.h index da39a7f..f9a0de7 100644 --- a/lib/misc_utils/controlled_rotator_cc_impl.h +++ b/lib/misc_utils/controlled_rotator_cc_impl.h @@ -1,19 +1,21 @@ /* -*- c++ -*- */ -/* - * Copyright 2014 <+YOU OR YOUR COMPANY+>. - * - * This is free software; you can redistribute it and/or modify +/* + * @file + * @author Piotr Krysik + * @section LICENSE + * + * 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. */ diff --git a/lib/misc_utils/extract_system_info_impl.cc b/lib/misc_utils/extract_system_info_impl.cc index 6b6ce5f..23282f7 100644 --- a/lib/misc_utils/extract_system_info_impl.cc +++ b/lib/misc_utils/extract_system_info_impl.cc @@ -1,19 +1,21 @@ /* -*- c++ -*- */ -/* - * Copyright 2014 <+YOU OR YOUR COMPANY+>. - * - * This is free software; you can redistribute it and/or modify +/* + * @file + * @author Piotr Krysik + * @section LICENSE + * + * 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. */ diff --git a/lib/misc_utils/extract_system_info_impl.h b/lib/misc_utils/extract_system_info_impl.h index cabe64c..75d41b3 100644 --- a/lib/misc_utils/extract_system_info_impl.h +++ b/lib/misc_utils/extract_system_info_impl.h @@ -1,19 +1,21 @@ /* -*- c++ -*- */ -/* - * Copyright 2014 <+YOU OR YOUR COMPANY+>. - * - * This is free software; you can redistribute it and/or modify +/* + * @file + * @author Piotr Krysik + * @section LICENSE + * + * 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. */ diff --git a/lib/misc_utils/message_printer_impl.cc b/lib/misc_utils/message_printer_impl.cc index 5a9e6db..9cf6556 100644 --- a/lib/misc_utils/message_printer_impl.cc +++ b/lib/misc_utils/message_printer_impl.cc @@ -1,19 +1,21 @@ /* -*- c++ -*- */ -/* - * Copyright 2014 <+YOU OR YOUR COMPANY+>. - * - * This is free software; you can redistribute it and/or modify +/* + * @file + * @author Piotr Krysik + * @section LICENSE + * + * 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. */ diff --git a/lib/misc_utils/message_printer_impl.h b/lib/misc_utils/message_printer_impl.h index 06a10da..897890e 100644 --- a/lib/misc_utils/message_printer_impl.h +++ b/lib/misc_utils/message_printer_impl.h @@ -1,19 +1,21 @@ /* -*- c++ -*- */ -/* - * Copyright 2014 <+YOU OR YOUR COMPANY+>. - * - * This is free software; you can redistribute it and/or modify +/* + * @file + * @author Piotr Krysik + * @section LICENSE + * + * 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. */ diff --git a/lib/receiver/assert.h b/lib/receiver/assert.h index aa47e23..e091324 100644 --- a/lib/receiver/assert.h +++ b/lib/receiver/assert.h @@ -1,23 +1,24 @@ +/* -*- c++ -*- */ /* -* Copyright 2007 Free Software Foundation, Inc. -* -* This software is distributed under the terms of the GNU Public License. -* See the COPYING file in the main directory for details. - - 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. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -*/ + * @file + * @author Piotr Krysik + * @section LICENSE + * + * 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. + * + * 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 gr-gsm; see the file COPYING. If not, write to + * the Free Software Foundation, Inc., 51 Franklin Street, + * Boston, MA 02110-1301, USA. + */ #ifndef ASSERT_H diff --git a/lib/receiver/gsm_constants.h b/lib/receiver/gsm_constants.h index 01d089b..131d923 100644 --- a/lib/receiver/gsm_constants.h +++ b/lib/receiver/gsm_constants.h @@ -1,3 +1,25 @@ +/* -*- c++ -*- */ +/* + * @file + * @author Piotr Krysik + * @section LICENSE + * + * 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. + * + * 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 gr-gsm; see the file COPYING. If not, write to + * the Free Software Foundation, Inc., 51 Franklin Street, + * Boston, MA 02110-1301, USA. + */ + #ifndef INCLUDED_GSM_CONSTANTS_H #define INCLUDED_GSM_CONSTANTS_H diff --git a/lib/receiver/receiver_config.cc b/lib/receiver/receiver_config.cc index c7c996e..c8b85c7 100644 --- a/lib/receiver/receiver_config.cc +++ b/lib/receiver/receiver_config.cc @@ -1,28 +1,23 @@ /* -*- c++ -*- */ /* * @file - * @author Piotr Krysik + * @author Piotr Krysik * @section LICENSE * - * GNU Radio 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. * - * GNU Radio 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 GNU Radio; 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. - * - * @section DESCRIPTION - * This file contains classes which define gsm_receiver configuration - * and the burst_counter which is used to store internal state of the receiver - * when it's synchronized */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/lib/receiver/receiver_config.h b/lib/receiver/receiver_config.h index 2014a5b..496e1fe 100644 --- a/lib/receiver/receiver_config.h +++ b/lib/receiver/receiver_config.h @@ -1,28 +1,23 @@ /* -*- c++ -*- */ /* * @file - * @author Piotr Krysik + * @author Piotr Krysik * @section LICENSE * - * GNU Radio 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. * - * GNU Radio 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 GNU Radio; 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. - * - * @section DESCRIPTION - * This file contains classes which define gsm_receiver configuration - * and the burst_counter which is used to store internal state of the receiver - * when it's synchronized */ #ifndef INCLUDED_GSM_RECEIVER_CONFIG_H #define INCLUDED_GSM_RECEIVER_CONFIG_H diff --git a/lib/receiver/receiver_impl.cc b/lib/receiver/receiver_impl.cc index a31721d..42592c4 100644 --- a/lib/receiver/receiver_impl.cc +++ b/lib/receiver/receiver_impl.cc @@ -1,19 +1,21 @@ /* -*- c++ -*- */ /* - * Copyright 2014 Piotr Krysik . + * @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. */ diff --git a/lib/receiver/receiver_impl.h b/lib/receiver/receiver_impl.h index 769d279..a6edbce 100644 --- a/lib/receiver/receiver_impl.h +++ b/lib/receiver/receiver_impl.h @@ -1,19 +1,21 @@ /* -*- c++ -*- */ -/* - * Copyright 2014 <+YOU OR YOUR COMPANY+>. - * - * This is free software; you can redistribute it and/or modify +/* + * @file + * @author Piotr Krysik + * @section LICENSE + * + * 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. */ diff --git a/lib/receiver/viterbi_detector.cc b/lib/receiver/viterbi_detector.cc index fa65a85..c3a54fe 100644 --- a/lib/receiver/viterbi_detector.cc +++ b/lib/receiver/viterbi_detector.cc @@ -1,21 +1,21 @@ /* -*- c++ -*- */ /* * @file - * @author Piotr Krysik + * @author Piotr Krysik * @section LICENSE * - * This program 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 program 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 program; 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. */ diff --git a/lib/receiver/viterbi_detector.h b/lib/receiver/viterbi_detector.h index 0360f83..ef74cd0 100644 --- a/lib/receiver/viterbi_detector.h +++ b/lib/receiver/viterbi_detector.h @@ -1,21 +1,21 @@ /* -*- c++ -*- */ /* * @file - * @author Piotr Krysik + * @author Piotr Krysik * @section LICENSE * - * This program 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 program 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 program; 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. */ diff --git a/python/receiver/clock_offset_control.py b/python/receiver/clock_offset_control.py index 291c278..5f328a9 100644 --- a/python/receiver/clock_offset_control.py +++ b/python/receiver/clock_offset_control.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright 2014 <+YOU OR YOUR COMPANY+>. +# Copyright 2014 Piotr Krysik # # This is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/python/receiver/fcch_burst_tagger.py b/python/receiver/fcch_burst_tagger.py index 56fead9..58f877c 100644 --- a/python/receiver/fcch_burst_tagger.py +++ b/python/receiver/fcch_burst_tagger.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright 2014 Piotr Krysik pkrysik@elka.pw.edu.pl +# Copyright 2014 Piotr Krysik # # This is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/python/receiver/sch_detector.py b/python/receiver/sch_detector.py index ca3c423..561c1fa 100644 --- a/python/receiver/sch_detector.py +++ b/python/receiver/sch_detector.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright 2014 Piotr Krysik pkrysik@elka.pw.edu.pl +# Copyright 2014 Piotr Krysik # # This is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- cgit v1.2.3