[hamradio-commits] [gnss-sdr] 22/27: Updating copyright year

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Wed Jan 14 09:07:43 UTC 2015


This is an automated email from the git hooks/post-receive script.

carles_fernandez-guest pushed a commit to branch master
in repository gnss-sdr.

commit 5ab258d0e0d17a923837a9970e1670f7123fcbd8
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Mon Jan 12 21:22:02 2015 +0100

    Updating copyright year
---
 drivers/gr-dbfcttc/include/dbfcttc/api.h       | 30 +++++++++++++++++---------
 drivers/gr-dbfcttc/include/dbfcttc/raw_array.h |  4 ++--
 drivers/gr-dbfcttc/lib/qa_dbfcttc.cc           | 23 ++++++++++++--------
 drivers/gr-dbfcttc/lib/qa_dbfcttc.h            | 24 ++++++++++++---------
 drivers/gr-dbfcttc/lib/qa_raw_array.cc         |  4 ++--
 drivers/gr-dbfcttc/lib/qa_raw_array.h          |  4 ++--
 drivers/gr-dbfcttc/lib/raw_array_impl.cc       |  4 ++--
 drivers/gr-dbfcttc/lib/raw_array_impl.h        |  4 ++--
 drivers/gr-dbfcttc/lib/test_dbfcttc.cc         | 30 ++++++++++++++++----------
 9 files changed, 77 insertions(+), 50 deletions(-)

diff --git a/drivers/gr-dbfcttc/include/dbfcttc/api.h b/drivers/gr-dbfcttc/include/dbfcttc/api.h
index 3221d10..15faf6f 100644
--- a/drivers/gr-dbfcttc/include/dbfcttc/api.h
+++ b/drivers/gr-dbfcttc/include/dbfcttc/api.h
@@ -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
- * the Free Software Foundation; either version 3, or (at your option)
- * any later version.
+ * the Free Software Foundation, either version 3 of the License, or
+ * (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
  * 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
- * the Free Software Foundation, Inc., 51 Franklin Street,
- * Boston, MA 02110-1301, USA.
+ * along with GNSS-SDR. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * -------------------------------------------------------------------------
  */
 
+
 #ifndef INCLUDED_DBFCTTC_API_H
 #define INCLUDED_DBFCTTC_API_H
 
diff --git a/drivers/gr-dbfcttc/include/dbfcttc/raw_array.h b/drivers/gr-dbfcttc/include/dbfcttc/raw_array.h
index 2acd6d2..ff35009 100644
--- a/drivers/gr-dbfcttc/include/dbfcttc/raw_array.h
+++ b/drivers/gr-dbfcttc/include/dbfcttc/raw_array.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
  *          Satellite Systems receiver
@@ -15,7 +15,7 @@
  * 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
  * 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,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/drivers/gr-dbfcttc/lib/qa_dbfcttc.cc b/drivers/gr-dbfcttc/lib/qa_dbfcttc.cc
index 6a81194..bb240f1 100644
--- a/drivers/gr-dbfcttc/lib/qa_dbfcttc.cc
+++ b/drivers/gr-dbfcttc/lib/qa_dbfcttc.cc
@@ -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
- * the Free Software Foundation; either version 3, or (at your option)
- * any later version.
+ * the Free Software Foundation, either version 3 of the License, or
+ * (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
  * 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
- * the Free Software Foundation, Inc., 51 Franklin Street,
- * Boston, MA 02110-1301, USA.
+ * along with GNSS-SDR. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * -------------------------------------------------------------------------
  */
 
+
 /*
  * This class gathers together all the test cases for the gr-filter
  * directory into a single test suite.  As you create new test cases,
diff --git a/drivers/gr-dbfcttc/lib/qa_dbfcttc.h b/drivers/gr-dbfcttc/lib/qa_dbfcttc.h
index 6c0bb2c..508b00d 100644
--- a/drivers/gr-dbfcttc/lib/qa_dbfcttc.h
+++ b/drivers/gr-dbfcttc/lib/qa_dbfcttc.h
@@ -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
- * the Free Software Foundation; either version 3, or (at your option)
- * any later version.
+ * the Free Software Foundation, either version 3 of the License, or
+ * (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
  * 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
- * the Free Software Foundation, Inc., 51 Franklin Street,
- * Boston, MA 02110-1301, USA.
+ * along with GNSS-SDR. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * -------------------------------------------------------------------------
  */
 
+
 #ifndef _QA_DBFCTTC_H_
 #define _QA_DBFCTTC_H_
 
diff --git a/drivers/gr-dbfcttc/lib/qa_raw_array.cc b/drivers/gr-dbfcttc/lib/qa_raw_array.cc
index 17caed4..246ddb3 100644
--- a/drivers/gr-dbfcttc/lib/qa_raw_array.cc
+++ b/drivers/gr-dbfcttc/lib/qa_raw_array.cc
@@ -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
  *          Satellite Systems receiver
@@ -15,7 +15,7 @@
  * 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
  * 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,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/drivers/gr-dbfcttc/lib/qa_raw_array.h b/drivers/gr-dbfcttc/lib/qa_raw_array.h
index 2ddaaee..02486b1 100644
--- a/drivers/gr-dbfcttc/lib/qa_raw_array.h
+++ b/drivers/gr-dbfcttc/lib/qa_raw_array.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
  *          Satellite Systems receiver
@@ -15,7 +15,7 @@
  * 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
  * 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,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/drivers/gr-dbfcttc/lib/raw_array_impl.cc b/drivers/gr-dbfcttc/lib/raw_array_impl.cc
index 2a948b5..261574c 100644
--- a/drivers/gr-dbfcttc/lib/raw_array_impl.cc
+++ b/drivers/gr-dbfcttc/lib/raw_array_impl.cc
@@ -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
  *          Satellite Systems receiver
@@ -15,7 +15,7 @@
  * 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
  * 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,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/drivers/gr-dbfcttc/lib/raw_array_impl.h b/drivers/gr-dbfcttc/lib/raw_array_impl.h
index afe5acc..2148aed 100644
--- a/drivers/gr-dbfcttc/lib/raw_array_impl.h
+++ b/drivers/gr-dbfcttc/lib/raw_array_impl.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
  *          Satellite Systems receiver
@@ -15,7 +15,7 @@
  * 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
  * 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,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/drivers/gr-dbfcttc/lib/test_dbfcttc.cc b/drivers/gr-dbfcttc/lib/test_dbfcttc.cc
index c1cc1cb..36741cd 100644
--- a/drivers/gr-dbfcttc/lib/test_dbfcttc.cc
+++ b/drivers/gr-dbfcttc/lib/test_dbfcttc.cc
@@ -1,23 +1,31 @@
-/* -*- c++ -*- */
-/*
- * Copyright 2012 Free Software Foundation, Inc.
+/*!
+ * \file test_dbfcttc.cc
+ * \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
- * the Free Software Foundation; either version 3, or (at your option)
- * any later version.
+ * the Free Software Foundation, either version 3 of the License, or
+ * (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
  * 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
- * the Free Software Foundation, Inc., 51 Franklin Street,
- * Boston, MA 02110-1301, USA.
+ * along with GNSS-SDR. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * -------------------------------------------------------------------------
  */
 
 #ifdef HAVE_CONFIG_H

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list