From a6268a5bc188ebe5eefed356d76b299a5c56756b Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Wed, 23 Aug 2017 16:02:19 +0200 Subject: Big update of copyright statements so they can be automatically processed to produce debian/copyright file --- include/grgsm/api.h | 2 +- include/grgsm/decoding/control_channels_decoder.h | 2 +- include/grgsm/decoding/tch_f_decoder.h | 2 +- include/grgsm/decryption/decryption.h | 2 +- include/grgsm/demapping/tch_f_chans_demapper.h | 2 +- include/grgsm/demapping/universal_ctrl_chans_demapper.h | 2 +- include/grgsm/flow_control/burst_fnr_filter.h | 2 +- include/grgsm/flow_control/burst_sdcch_subslot_filter.h | 2 +- include/grgsm/flow_control/burst_sdcch_subslot_splitter.h | 2 +- include/grgsm/flow_control/burst_timeslot_filter.h | 2 +- include/grgsm/flow_control/burst_timeslot_splitter.h | 2 +- include/grgsm/flow_control/common.h | 2 +- include/grgsm/flow_control/dummy_burst_filter.h | 2 +- include/grgsm/flow_control/uplink_downlink_splitter.h | 2 +- include/grgsm/misc_utils/burst_file_sink.h | 2 +- include/grgsm/misc_utils/burst_file_source.h | 2 +- include/grgsm/misc_utils/bursts_printer.h | 2 +- include/grgsm/misc_utils/collect_system_info.h | 2 +- include/grgsm/misc_utils/controlled_fractional_resampler_cc.h | 2 +- include/grgsm/misc_utils/controlled_rotator_cc.h | 2 +- include/grgsm/misc_utils/extract_cmc.h | 2 +- include/grgsm/misc_utils/extract_immediate_assignment.h | 2 +- include/grgsm/misc_utils/extract_system_info.h | 2 +- include/grgsm/misc_utils/message_file_sink.h | 2 +- include/grgsm/misc_utils/message_file_source.h | 2 +- include/grgsm/misc_utils/message_printer.h | 2 +- include/grgsm/misc_utils/msg_to_tag.h | 2 +- include/grgsm/misc_utils/tmsi_dumper.h | 2 +- include/grgsm/plotting.hpp | 2 +- include/grgsm/qa_utils/burst_sink.h | 2 +- include/grgsm/qa_utils/burst_source.h | 2 +- include/grgsm/qa_utils/message_sink.h | 2 +- include/grgsm/qa_utils/message_source.h | 2 +- include/grgsm/receiver/clock_offset_control.h | 2 +- include/grgsm/receiver/cx_channel_hopper.h | 2 +- include/grgsm/receiver/receiver.h | 2 +- 36 files changed, 36 insertions(+), 36 deletions(-) mode change 100755 => 100644 include/grgsm/misc_utils/collect_system_info.h mode change 100755 => 100644 include/grgsm/misc_utils/extract_cmc.h (limited to 'include/grgsm') diff --git a/include/grgsm/api.h b/include/grgsm/api.h index d36befb..a5684b4 100644 --- a/include/grgsm/api.h +++ b/include/grgsm/api.h @@ -1,7 +1,7 @@ /* -*- c++ -*- */ /* * @file - * @author Piotr Krysik + * @author (C) 2014 by Piotr Krysik * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/decoding/control_channels_decoder.h b/include/grgsm/decoding/control_channels_decoder.h index 066eaa0..0bb3563 100644 --- a/include/grgsm/decoding/control_channels_decoder.h +++ b/include/grgsm/decoding/control_channels_decoder.h @@ -1,7 +1,7 @@ /* -*- c++ -*- */ /* * @file - * @author Piotr Krysik + * @author (C) 2014 by Piotr Krysik * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/decoding/tch_f_decoder.h b/include/grgsm/decoding/tch_f_decoder.h index 93fe971..df5f0ff 100644 --- a/include/grgsm/decoding/tch_f_decoder.h +++ b/include/grgsm/decoding/tch_f_decoder.h @@ -1,7 +1,7 @@ /* -*- c++ -*- */ /* * @file - * @author Roman Khassraf + * @author (C) 2015 by Roman Khassraf * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/decryption/decryption.h b/include/grgsm/decryption/decryption.h index b3a66e1..e30e567 100644 --- a/include/grgsm/decryption/decryption.h +++ b/include/grgsm/decryption/decryption.h @@ -1,7 +1,7 @@ /* -*- c++ -*- */ /* * @file - * @author Piotr Krysik + * @author (C) 2014 by Piotr Krysik * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/demapping/tch_f_chans_demapper.h b/include/grgsm/demapping/tch_f_chans_demapper.h index cdd7457..c04c749 100644 --- a/include/grgsm/demapping/tch_f_chans_demapper.h +++ b/include/grgsm/demapping/tch_f_chans_demapper.h @@ -1,7 +1,7 @@ /* -*- c++ -*- */ /* * @file - * @author Roman Khassraf + * @author (C) 2015 by Roman Khassraf * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/demapping/universal_ctrl_chans_demapper.h b/include/grgsm/demapping/universal_ctrl_chans_demapper.h index 34bcafd..0e614d4 100644 --- a/include/grgsm/demapping/universal_ctrl_chans_demapper.h +++ b/include/grgsm/demapping/universal_ctrl_chans_demapper.h @@ -1,7 +1,7 @@ /* -*- c++ -*- */ /* * @file - * @author Piotr Krysik + * @author (C) 2014-2016 by Piotr Krysik * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/flow_control/burst_fnr_filter.h b/include/grgsm/flow_control/burst_fnr_filter.h index 0d94ff8..c1c6287 100644 --- a/include/grgsm/flow_control/burst_fnr_filter.h +++ b/include/grgsm/flow_control/burst_fnr_filter.h @@ -1,7 +1,7 @@ /* -*- c++ -*- */ /* * @file - * @author Roman Khassraf + * @author (C) 2015 by Roman Khassraf * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/flow_control/burst_sdcch_subslot_filter.h b/include/grgsm/flow_control/burst_sdcch_subslot_filter.h index a68782f..a0a23bc 100644 --- a/include/grgsm/flow_control/burst_sdcch_subslot_filter.h +++ b/include/grgsm/flow_control/burst_sdcch_subslot_filter.h @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* @file - * @author Roman Khassraf + * @author (C) 2015 by Roman Khassraf * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/flow_control/burst_sdcch_subslot_splitter.h b/include/grgsm/flow_control/burst_sdcch_subslot_splitter.h index 83f98ba..d894128 100644 --- a/include/grgsm/flow_control/burst_sdcch_subslot_splitter.h +++ b/include/grgsm/flow_control/burst_sdcch_subslot_splitter.h @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* @file - * @author Roman Khassraf + * @author (C) 2015 by Roman Khassraf * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/flow_control/burst_timeslot_filter.h b/include/grgsm/flow_control/burst_timeslot_filter.h index 79d677c..45df8f4 100644 --- a/include/grgsm/flow_control/burst_timeslot_filter.h +++ b/include/grgsm/flow_control/burst_timeslot_filter.h @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* @file - * @author Roman Khassraf + * @author (C) 2015 by Roman Khassraf * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/flow_control/burst_timeslot_splitter.h b/include/grgsm/flow_control/burst_timeslot_splitter.h index 4daac08..f4abcae 100644 --- a/include/grgsm/flow_control/burst_timeslot_splitter.h +++ b/include/grgsm/flow_control/burst_timeslot_splitter.h @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* @file - * @author Roman Khassraf + * @author (C) 2015 by Roman Khassraf * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/flow_control/common.h b/include/grgsm/flow_control/common.h index fa4725c..8a9f638 100644 --- a/include/grgsm/flow_control/common.h +++ b/include/grgsm/flow_control/common.h @@ -1,7 +1,7 @@ /* -*- c++ -*- */ /* * @file - * @author Vadim Yanitskiy + * @author (C) 2017 by Vadim Yanitskiy * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/flow_control/dummy_burst_filter.h b/include/grgsm/flow_control/dummy_burst_filter.h index bf956bb..993b418 100644 --- a/include/grgsm/flow_control/dummy_burst_filter.h +++ b/include/grgsm/flow_control/dummy_burst_filter.h @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* @file - * @author Roman Khassraf + * @author (C) 2015 by Roman Khassraf * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/flow_control/uplink_downlink_splitter.h b/include/grgsm/flow_control/uplink_downlink_splitter.h index c8f1321..0dbc0bc 100644 --- a/include/grgsm/flow_control/uplink_downlink_splitter.h +++ b/include/grgsm/flow_control/uplink_downlink_splitter.h @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* @file - * @author Piotr Krysik + * @author (C) 2016 by Piotr Krysik * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/misc_utils/burst_file_sink.h b/include/grgsm/misc_utils/burst_file_sink.h index 3a567e9..3f80ca3 100644 --- a/include/grgsm/misc_utils/burst_file_sink.h +++ b/include/grgsm/misc_utils/burst_file_sink.h @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* @file - * @author Roman Khassraf + * @author (C) 2015 by Roman Khassraf * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/misc_utils/burst_file_source.h b/include/grgsm/misc_utils/burst_file_source.h index b401848..0095d5d 100644 --- a/include/grgsm/misc_utils/burst_file_source.h +++ b/include/grgsm/misc_utils/burst_file_source.h @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* @file - * @author Roman Khassraf + * @author (C) 2015 by Roman Khassraf * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/misc_utils/bursts_printer.h b/include/grgsm/misc_utils/bursts_printer.h index 36e30b8..e705214 100644 --- a/include/grgsm/misc_utils/bursts_printer.h +++ b/include/grgsm/misc_utils/bursts_printer.h @@ -1,7 +1,7 @@ /* -*- c++ -*- */ /* * @file - * @author Piotr Krysik + * @author (C) 2014 by Piotr Krysik * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/misc_utils/collect_system_info.h b/include/grgsm/misc_utils/collect_system_info.h old mode 100755 new mode 100644 index 95871d5..e9f45cb --- a/include/grgsm/misc_utils/collect_system_info.h +++ b/include/grgsm/misc_utils/collect_system_info.h @@ -1,7 +1,7 @@ /* -*- c++ -*- */ /* * @file - * @author Roman Khassraf + * @author (C) 2017 by Roman Khassraf * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/misc_utils/controlled_fractional_resampler_cc.h b/include/grgsm/misc_utils/controlled_fractional_resampler_cc.h index 9eeb393..b085f94 100644 --- a/include/grgsm/misc_utils/controlled_fractional_resampler_cc.h +++ b/include/grgsm/misc_utils/controlled_fractional_resampler_cc.h @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* @file - * @author Piotr Krysik + * @author (C) 2016 by Piotr Krysik * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/misc_utils/controlled_rotator_cc.h b/include/grgsm/misc_utils/controlled_rotator_cc.h index 8c38eff..249af13 100644 --- a/include/grgsm/misc_utils/controlled_rotator_cc.h +++ b/include/grgsm/misc_utils/controlled_rotator_cc.h @@ -1,7 +1,7 @@ /* -*- c++ -*- */ /* * @file - * @author Piotr Krysik + * @author (C) 2014-2016 by Piotr Krysik * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/misc_utils/extract_cmc.h b/include/grgsm/misc_utils/extract_cmc.h old mode 100755 new mode 100644 index 7b31564..2b07bbe --- a/include/grgsm/misc_utils/extract_cmc.h +++ b/include/grgsm/misc_utils/extract_cmc.h @@ -1,7 +1,7 @@ /* -*- c++ -*- */ /* * @file - * @author Roman Khassraf + * @author (C) 2016 by Roman Khassraf * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/misc_utils/extract_immediate_assignment.h b/include/grgsm/misc_utils/extract_immediate_assignment.h index f848cd2..31fd7d9 100644 --- a/include/grgsm/misc_utils/extract_immediate_assignment.h +++ b/include/grgsm/misc_utils/extract_immediate_assignment.h @@ -1,7 +1,7 @@ /* -*- c++ -*- */ /* * @file - * @author Roman Khassraf + * @author (C) 2015 by Roman Khassraf * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/misc_utils/extract_system_info.h b/include/grgsm/misc_utils/extract_system_info.h index 32331b4..9bf56b3 100644 --- a/include/grgsm/misc_utils/extract_system_info.h +++ b/include/grgsm/misc_utils/extract_system_info.h @@ -1,7 +1,7 @@ /* -*- c++ -*- */ /* * @file - * @author Piotr Krysik + * @author (C) 2014 by Piotr Krysik * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/misc_utils/message_file_sink.h b/include/grgsm/misc_utils/message_file_sink.h index 16c6253..46cb096 100644 --- a/include/grgsm/misc_utils/message_file_sink.h +++ b/include/grgsm/misc_utils/message_file_sink.h @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* @file - * @author Roman Khassraf + * @author (C) 2015 by Roman Khassraf * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/misc_utils/message_file_source.h b/include/grgsm/misc_utils/message_file_source.h index 2ad61f9..33f9e25 100644 --- a/include/grgsm/misc_utils/message_file_source.h +++ b/include/grgsm/misc_utils/message_file_source.h @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* @file - * @author Roman Khassraf + * @author (C) 2015 by Roman Khassraf * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/misc_utils/message_printer.h b/include/grgsm/misc_utils/message_printer.h index 6755b76..c81fd87 100644 --- a/include/grgsm/misc_utils/message_printer.h +++ b/include/grgsm/misc_utils/message_printer.h @@ -1,7 +1,7 @@ /* -*- c++ -*- */ /* * @file - * @author Piotr Krysik + * @author (C) 2014 by Piotr Krysik * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/misc_utils/msg_to_tag.h b/include/grgsm/misc_utils/msg_to_tag.h index 69232fc..87e2e78 100644 --- a/include/grgsm/misc_utils/msg_to_tag.h +++ b/include/grgsm/misc_utils/msg_to_tag.h @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* @file - * @author Piotr Krysik + * @author (C) 2016 by Piotr Krysik * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/misc_utils/tmsi_dumper.h b/include/grgsm/misc_utils/tmsi_dumper.h index 8ea19a4..10add7c 100644 --- a/include/grgsm/misc_utils/tmsi_dumper.h +++ b/include/grgsm/misc_utils/tmsi_dumper.h @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* @file - * @author Piotr Krysik + * @author (C) 2015 by Piotr Krysik * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/plotting.hpp b/include/grgsm/plotting.hpp index ff37fec..21890e4 100644 --- a/include/grgsm/plotting.hpp +++ b/include/grgsm/plotting.hpp @@ -1,7 +1,7 @@ /* -*- c++ -*- */ /* * @file - * @author Piotr Krysik + * @author (C) 2014 by Piotr Krysik * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/qa_utils/burst_sink.h b/include/grgsm/qa_utils/burst_sink.h index 0d1330c..e12d027 100644 --- a/include/grgsm/qa_utils/burst_sink.h +++ b/include/grgsm/qa_utils/burst_sink.h @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* @file - * @author Roman Khassraf + * @author (C) 2015 by Roman Khassraf * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/qa_utils/burst_source.h b/include/grgsm/qa_utils/burst_source.h index 67c881c..e74a8aa 100644 --- a/include/grgsm/qa_utils/burst_source.h +++ b/include/grgsm/qa_utils/burst_source.h @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* @file - * @author Roman Khassraf + * @author (C) 2015 by Roman Khassraf * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/qa_utils/message_sink.h b/include/grgsm/qa_utils/message_sink.h index 14369b0..d4a8e6b 100644 --- a/include/grgsm/qa_utils/message_sink.h +++ b/include/grgsm/qa_utils/message_sink.h @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* @file - * @author Roman Khassraf + * @author (C) 2015 by Roman Khassraf * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/qa_utils/message_source.h b/include/grgsm/qa_utils/message_source.h index dc1f546..0d34ec1 100644 --- a/include/grgsm/qa_utils/message_source.h +++ b/include/grgsm/qa_utils/message_source.h @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* @file - * @author Roman Khassraf + * @author (C) 2015 by Roman Khassraf * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/receiver/clock_offset_control.h b/include/grgsm/receiver/clock_offset_control.h index c4ea8b1..00756cb 100644 --- a/include/grgsm/receiver/clock_offset_control.h +++ b/include/grgsm/receiver/clock_offset_control.h @@ -1,7 +1,7 @@ /* -*- c++ -*- */ /* * @file - * @author Piotr Krysik + * @author (C) 2015-2016 by Piotr Krysik * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/receiver/cx_channel_hopper.h b/include/grgsm/receiver/cx_channel_hopper.h index 99a65c7..0352717 100644 --- a/include/grgsm/receiver/cx_channel_hopper.h +++ b/include/grgsm/receiver/cx_channel_hopper.h @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* @file - * @author Piotr Krysik + * @author (C) 2015 by Pieter Robyns * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify diff --git a/include/grgsm/receiver/receiver.h b/include/grgsm/receiver/receiver.h index e19fe7a..dbbe327 100644 --- a/include/grgsm/receiver/receiver.h +++ b/include/grgsm/receiver/receiver.h @@ -1,7 +1,7 @@ /* -*- c++ -*- */ /* * @file - * @author Piotr Krysik + * @author (C) 2014-2016 by Piotr Krysik * @section LICENSE * * Gr-gsm is free software; you can redistribute it and/or modify -- cgit v1.2.3