mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 07:13:03 +00:00 
			
		
		
		
	Updating copyright year
This commit is contained in:
		| @@ -1,24 +1,34 @@ | |||||||
| /* | /*! | ||||||
|  * Copyright 2011 Free Software Foundation, Inc. |  * \file raw_array.h | ||||||
|  |  * \brief API access to experimental GNSS Array platform. | ||||||
|  |  * \author Javier Arribas, 2014. jarribas(at)cttc.es | ||||||
|  * |  * | ||||||
|  * This file is part of GNU Radio |  * ------------------------------------------------------------------------- | ||||||
|  * |  * | ||||||
|  * GNU Radio is free software; you can redistribute it and/or modify |  * Copyright (C) 2010-2015  (see AUTHORS file for a list of contributors) | ||||||
|  |  * | ||||||
|  |  * GNSS-SDR is a software defined Global Navigation | ||||||
|  |  *          Satellite Systems receiver | ||||||
|  |  * | ||||||
|  |  * This file is part of GNSS-SDR. | ||||||
|  |  * | ||||||
|  |  * GNSS-SDR is free software: you can redistribute it and/or modify | ||||||
|  * it under the terms of the GNU General Public License as published by |  * it under the terms of the GNU General Public License as published by | ||||||
|  * the Free Software Foundation; either version 3, or (at your option) |  * the Free Software Foundation, either version 3 of the License, or | ||||||
|  * any later version. |  * (at your option) any later version. | ||||||
|  * |  * | ||||||
|  * GNU Radio is distributed in the hope that it will be useful, |  * GNSS-SDR is distributed in the hope that it will be useful, | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||||
|  * GNU General Public License for more details. |  * GNU General Public License for more details. | ||||||
|  * |  * | ||||||
|  * You should have received a copy of the GNU General Public License |  * 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 GNSS-SDR. If not, see <http://www.gnu.org/licenses/>. | ||||||
|  * the Free Software Foundation, Inc., 51 Franklin Street, |  * | ||||||
|  * Boston, MA 02110-1301, USA. |  * ------------------------------------------------------------------------- | ||||||
|  */ |  */ | ||||||
|  |  | ||||||
|  |  | ||||||
| #ifndef INCLUDED_DBFCTTC_API_H | #ifndef INCLUDED_DBFCTTC_API_H | ||||||
| #define INCLUDED_DBFCTTC_API_H | #define INCLUDED_DBFCTTC_API_H | ||||||
|  |  | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ | |||||||
|  * |  * | ||||||
|  * ------------------------------------------------------------------------- |  * ------------------------------------------------------------------------- | ||||||
|  * |  * | ||||||
|  * Copyright (C) 2010-2014  (see AUTHORS file for a list of contributors) |  * Copyright (C) 2010-2015  (see AUTHORS file for a list of contributors) | ||||||
|  * |  * | ||||||
|  * GNSS-SDR is a software defined Global Navigation |  * GNSS-SDR is a software defined Global Navigation | ||||||
|  *          Satellite Systems receiver |  *          Satellite Systems receiver | ||||||
| @@ -15,7 +15,7 @@ | |||||||
|  * GNSS-SDR is free software: you can redistribute it and/or modify |  * GNSS-SDR is free software: you can redistribute it and/or modify | ||||||
|  * it under the terms of the GNU General Public License as published by |  * it under the terms of the GNU General Public License as published by | ||||||
|  * the Free Software Foundation, either version 3 of the License, or |  * the Free Software Foundation, either version 3 of the License, or | ||||||
|  * at your option) any later version. |  * (at your option) any later version. | ||||||
|  * |  * | ||||||
|  * GNSS-SDR is distributed in the hope that it will be useful, |  * GNSS-SDR is distributed in the hope that it will be useful, | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|   | |||||||
| @@ -1,24 +1,29 @@ | |||||||
| /* | /* | ||||||
|  * Copyright 2012 Free Software Foundation, Inc. |  | ||||||
|  * |  * | ||||||
|  * This file is part of GNU Radio |  * Copyright (C) 2010-2015  (see AUTHORS file for a list of contributors) | ||||||
|  * |  * | ||||||
|  * GNU Radio is free software; you can redistribute it and/or modify |  * GNSS-SDR is a software defined Global Navigation | ||||||
|  |  *          Satellite Systems receiver | ||||||
|  |  * | ||||||
|  |  * This file is part of GNSS-SDR. | ||||||
|  |  * | ||||||
|  |  * GNSS-SDR is free software: you can redistribute it and/or modify | ||||||
|  * it under the terms of the GNU General Public License as published by |  * it under the terms of the GNU General Public License as published by | ||||||
|  * the Free Software Foundation; either version 3, or (at your option) |  * the Free Software Foundation, either version 3 of the License, or | ||||||
|  * any later version. |  * (at your option) any later version. | ||||||
|  * |  * | ||||||
|  * GNU Radio is distributed in the hope that it will be useful, |  * GNSS-SDR is distributed in the hope that it will be useful, | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||||
|  * GNU General Public License for more details. |  * GNU General Public License for more details. | ||||||
|  * |  * | ||||||
|  * You should have received a copy of the GNU General Public License |  * 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 GNSS-SDR. If not, see <http://www.gnu.org/licenses/>. | ||||||
|  * the Free Software Foundation, Inc., 51 Franklin Street, |  * | ||||||
|  * Boston, MA 02110-1301, USA. |  * ------------------------------------------------------------------------- | ||||||
|  */ |  */ | ||||||
|  |  | ||||||
|  |  | ||||||
| /* | /* | ||||||
|  * This class gathers together all the test cases for the gr-filter |  * This class gathers together all the test cases for the gr-filter | ||||||
|  * directory into a single test suite.  As you create new test cases, |  * directory into a single test suite.  As you create new test cases, | ||||||
|   | |||||||
| @@ -1,25 +1,29 @@ | |||||||
| /* -*- c++ -*- */ |  | ||||||
| /* | /* | ||||||
|  * Copyright 2012 Free Software Foundation, Inc. |  | ||||||
|  * |  * | ||||||
|  * This file is part of GNU Radio |  * Copyright (C) 2010-2015  (see AUTHORS file for a list of contributors) | ||||||
|  * |  * | ||||||
|  * GNU Radio is free software; you can redistribute it and/or modify |  * GNSS-SDR is a software defined Global Navigation | ||||||
|  |  *          Satellite Systems receiver | ||||||
|  |  * | ||||||
|  |  * This file is part of GNSS-SDR. | ||||||
|  |  * | ||||||
|  |  * GNSS-SDR is free software: you can redistribute it and/or modify | ||||||
|  * it under the terms of the GNU General Public License as published by |  * it under the terms of the GNU General Public License as published by | ||||||
|  * the Free Software Foundation; either version 3, or (at your option) |  * the Free Software Foundation, either version 3 of the License, or | ||||||
|  * any later version. |  * (at your option) any later version. | ||||||
|  * |  * | ||||||
|  * GNU Radio is distributed in the hope that it will be useful, |  * GNSS-SDR is distributed in the hope that it will be useful, | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||||
|  * GNU General Public License for more details. |  * GNU General Public License for more details. | ||||||
|  * |  * | ||||||
|  * You should have received a copy of the GNU General Public License |  * 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 GNSS-SDR. If not, see <http://www.gnu.org/licenses/>. | ||||||
|  * the Free Software Foundation, Inc., 51 Franklin Street, |  * | ||||||
|  * Boston, MA 02110-1301, USA. |  * ------------------------------------------------------------------------- | ||||||
|  */ |  */ | ||||||
|  |  | ||||||
|  |  | ||||||
| #ifndef _QA_DBFCTTC_H_ | #ifndef _QA_DBFCTTC_H_ | ||||||
| #define _QA_DBFCTTC_H_ | #define _QA_DBFCTTC_H_ | ||||||
|  |  | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ | |||||||
|  * |  * | ||||||
|  * ------------------------------------------------------------------------- |  * ------------------------------------------------------------------------- | ||||||
|  * |  * | ||||||
|  * Copyright (C) 2010-2014  (see AUTHORS file for a list of contributors) |  * Copyright (C) 2010-2015  (see AUTHORS file for a list of contributors) | ||||||
|  * |  * | ||||||
|  * GNSS-SDR is a software defined Global Navigation |  * GNSS-SDR is a software defined Global Navigation | ||||||
|  *          Satellite Systems receiver |  *          Satellite Systems receiver | ||||||
| @@ -15,7 +15,7 @@ | |||||||
|  * GNSS-SDR is free software: you can redistribute it and/or modify |  * GNSS-SDR is free software: you can redistribute it and/or modify | ||||||
|  * it under the terms of the GNU General Public License as published by |  * it under the terms of the GNU General Public License as published by | ||||||
|  * the Free Software Foundation, either version 3 of the License, or |  * the Free Software Foundation, either version 3 of the License, or | ||||||
|  * at your option) any later version. |  * (at your option) any later version. | ||||||
|  * |  * | ||||||
|  * GNSS-SDR is distributed in the hope that it will be useful, |  * GNSS-SDR is distributed in the hope that it will be useful, | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ | |||||||
|  * |  * | ||||||
|  * ------------------------------------------------------------------------- |  * ------------------------------------------------------------------------- | ||||||
|  * |  * | ||||||
|  * Copyright (C) 2010-2014  (see AUTHORS file for a list of contributors) |  * Copyright (C) 2010-2015  (see AUTHORS file for a list of contributors) | ||||||
|  * |  * | ||||||
|  * GNSS-SDR is a software defined Global Navigation |  * GNSS-SDR is a software defined Global Navigation | ||||||
|  *          Satellite Systems receiver |  *          Satellite Systems receiver | ||||||
| @@ -15,7 +15,7 @@ | |||||||
|  * GNSS-SDR is free software: you can redistribute it and/or modify |  * GNSS-SDR is free software: you can redistribute it and/or modify | ||||||
|  * it under the terms of the GNU General Public License as published by |  * it under the terms of the GNU General Public License as published by | ||||||
|  * the Free Software Foundation, either version 3 of the License, or |  * the Free Software Foundation, either version 3 of the License, or | ||||||
|  * at your option) any later version. |  * (at your option) any later version. | ||||||
|  * |  * | ||||||
|  * GNSS-SDR is distributed in the hope that it will be useful, |  * GNSS-SDR is distributed in the hope that it will be useful, | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ | |||||||
|  * |  * | ||||||
|  * ------------------------------------------------------------------------- |  * ------------------------------------------------------------------------- | ||||||
|  * |  * | ||||||
|  * Copyright (C) 2010-2014  (see AUTHORS file for a list of contributors) |  * Copyright (C) 2010-2015  (see AUTHORS file for a list of contributors) | ||||||
|  * |  * | ||||||
|  * GNSS-SDR is a software defined Global Navigation |  * GNSS-SDR is a software defined Global Navigation | ||||||
|  *          Satellite Systems receiver |  *          Satellite Systems receiver | ||||||
| @@ -15,7 +15,7 @@ | |||||||
|  * GNSS-SDR is free software: you can redistribute it and/or modify |  * GNSS-SDR is free software: you can redistribute it and/or modify | ||||||
|  * it under the terms of the GNU General Public License as published by |  * it under the terms of the GNU General Public License as published by | ||||||
|  * the Free Software Foundation, either version 3 of the License, or |  * the Free Software Foundation, either version 3 of the License, or | ||||||
|  * at your option) any later version. |  * (at your option) any later version. | ||||||
|  * |  * | ||||||
|  * GNSS-SDR is distributed in the hope that it will be useful, |  * GNSS-SDR is distributed in the hope that it will be useful, | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ | |||||||
|  * |  * | ||||||
|  * ------------------------------------------------------------------------- |  * ------------------------------------------------------------------------- | ||||||
|  * |  * | ||||||
|  * Copyright (C) 2010-2014  (see AUTHORS file for a list of contributors) |  * Copyright (C) 2010-2015  (see AUTHORS file for a list of contributors) | ||||||
|  * |  * | ||||||
|  * GNSS-SDR is a software defined Global Navigation |  * GNSS-SDR is a software defined Global Navigation | ||||||
|  *          Satellite Systems receiver |  *          Satellite Systems receiver | ||||||
| @@ -15,7 +15,7 @@ | |||||||
|  * GNSS-SDR is free software: you can redistribute it and/or modify |  * GNSS-SDR is free software: you can redistribute it and/or modify | ||||||
|  * it under the terms of the GNU General Public License as published by |  * it under the terms of the GNU General Public License as published by | ||||||
|  * the Free Software Foundation, either version 3 of the License, or |  * the Free Software Foundation, either version 3 of the License, or | ||||||
|  * at your option) any later version. |  * (at your option) any later version. | ||||||
|  * |  * | ||||||
|  * GNSS-SDR is distributed in the hope that it will be useful, |  * GNSS-SDR is distributed in the hope that it will be useful, | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|   | |||||||
| @@ -1,23 +1,31 @@ | |||||||
| /* -*- c++ -*- */ | /*! | ||||||
| /* |  * \file test_dbfcttc.cc | ||||||
|  * Copyright 2012 Free Software Foundation, Inc. |  * \brief GNSS Array platform driver test. | ||||||
|  |  * \author Javier Arribas, 2014. jarribas(at)cttc.es | ||||||
|  * |  * | ||||||
|  * This file is part of GNU Radio |  * ------------------------------------------------------------------------- | ||||||
|  * |  * | ||||||
|  * GNU Radio is free software; you can redistribute it and/or modify |  * Copyright (C) 2010-2015  (see AUTHORS file for a list of contributors) | ||||||
|  |  * | ||||||
|  |  * GNSS-SDR is a software defined Global Navigation | ||||||
|  |  *          Satellite Systems receiver | ||||||
|  |  * | ||||||
|  |  * This file is part of GNSS-SDR. | ||||||
|  |  * | ||||||
|  |  * GNSS-SDR is free software: you can redistribute it and/or modify | ||||||
|  * it under the terms of the GNU General Public License as published by |  * it under the terms of the GNU General Public License as published by | ||||||
|  * the Free Software Foundation; either version 3, or (at your option) |  * the Free Software Foundation, either version 3 of the License, or | ||||||
|  * any later version. |  * (at your option) any later version. | ||||||
|  * |  * | ||||||
|  * GNU Radio is distributed in the hope that it will be useful, |  * GNSS-SDR is distributed in the hope that it will be useful, | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||||
|  * GNU General Public License for more details. |  * GNU General Public License for more details. | ||||||
|  * |  * | ||||||
|  * You should have received a copy of the GNU General Public License |  * 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 GNSS-SDR. If not, see <http://www.gnu.org/licenses/>. | ||||||
|  * the Free Software Foundation, Inc., 51 Franklin Street, |  * | ||||||
|  * Boston, MA 02110-1301, USA. |  * ------------------------------------------------------------------------- | ||||||
|  */ |  */ | ||||||
|  |  | ||||||
| #ifdef HAVE_CONFIG_H | #ifdef HAVE_CONFIG_H | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez