diff options
| author | Harald Welte <laforge@gnumonks.org> | 2017-11-13 01:00:26 +0900 | 
|---|---|---|
| committer | Harald Welte <laforge@gnumonks.org> | 2017-11-13 01:35:12 +0900 | 
| commit | e08da9757099af3d275c122c9379d46a037eb309 (patch) | |
| tree | 9108b960c4b996d6644449486a1e005b5f45857c /src/ctrl | |
| parent | 0f7bcb5f17f18682f7f9dc41e2d0fc73c4c08318 (diff) | |
Fix/Update copyright notices; Add SPDX annotation
Let's fix some erroneous/accidential references to wrong license,
update copyright information where applicable and introduce a
SPDX-License-Identifier to all files.
Change-Id: I39af26c6aaaf5c926966391f6565fc5936be21af
Diffstat (limited to 'src/ctrl')
| -rw-r--r-- | src/ctrl/control_cmd.c | 4 | ||||
| -rw-r--r-- | src/ctrl/control_if.c | 4 | ||||
| -rw-r--r-- | src/ctrl/control_vty.c | 4 | ||||
| -rw-r--r-- | src/ctrl/fsm_ctrl_commands.c | 6 | 
4 files changed, 17 insertions, 1 deletions
diff --git a/src/ctrl/control_cmd.c b/src/ctrl/control_cmd.c index 24b388b3..f6164795 100644 --- a/src/ctrl/control_cmd.c +++ b/src/ctrl/control_cmd.c @@ -3,9 +3,13 @@  /*   * (C) 2010-2011 by Daniel Willmann <daniel@totalueberwachung.de>   * (C) 2010-2011 by On-Waves + * (C) 2014 by Harald Welte <laforge@gnumonks.org> + * (C) 2017 by sysmocom - s.f.m.c. GmbH   *   * All Rights Reserved   * + * SPDX-License-Identifier: GPL-2.0+ + *   * 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 2 of the License, or diff --git a/src/ctrl/control_if.c b/src/ctrl/control_if.c index 9b8a194a..07b17c90 100644 --- a/src/ctrl/control_if.c +++ b/src/ctrl/control_if.c @@ -3,9 +3,13 @@  /*   * (C) 2010-2011 by Daniel Willmann <daniel@totalueberwachung.de>   * (C) 2010-2011 by On-Waves + * (C) 2014 by Harald Welte <laforge@gnumonks.org> + * (C) 2016-2017 by sysmocom - s.f.m.c. GmbH   *   * All Rights Reserved   * + * SPDX-License-Identifier: GPL-2.0+ + *   * 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 2 of the License, or diff --git a/src/ctrl/control_vty.c b/src/ctrl/control_vty.c index a968bc01..ef988892 100644 --- a/src/ctrl/control_vty.c +++ b/src/ctrl/control_vty.c @@ -1,10 +1,12 @@  /*! \file control_vty.c   * VTY configuration for Control interface. */  /* - * (C) 2016 by sysmocom s.m.f.c. GmbH <info@sysmocom.de> + * (C) 2016 by sysmocom - s.f.m.c. GmbH <info@sysmocom.de>   *   * All Rights Reserved   * + * SPDX-License-Identifier: GPL-2.0+ + *   * 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 2 of the License, or diff --git a/src/ctrl/fsm_ctrl_commands.c b/src/ctrl/fsm_ctrl_commands.c index 38fbd1e1..3c7e1bd0 100644 --- a/src/ctrl/fsm_ctrl_commands.c +++ b/src/ctrl/fsm_ctrl_commands.c @@ -1,5 +1,11 @@  /*! \file fsm_ctrl_commands.c */ +/* (C) 2017 by Harald Welte <laforge@gnumonks.org> + * All Rights Reserved + * + * SPDX-License-Identifier: GPL-2.0+ + */ +  #include <string.h>  #include <errno.h>  | 
