Commit 66bbdccb authored by Federico Vaga's avatar Federico Vaga

demo:svec: fix license and comments

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 79bcaa31
/* /**
* Copyright (C) 2015 CERN (www.cern.ch) * Copyright (C) 2015 CERN (www.cern.ch)
* Author: Federico Vaga <federico.vaga@cern.ch> * Author: Federico Vaga <federico.vaga@cern.ch>
*
* SPDX-License-Identifier: LGPL-3.0-or-later
*/ */
#ifndef __FW_SVEC_COMMON_H__ #ifndef __FW_SVEC_COMMON_H__
......
/* /**
* This work is part of the White Rabbit Node Core project. * Copyright (C) 2015 CERN (www.cern.ch)
*
* Copyright (C) 2013-2014 CERN (www.cern.ch)
* Author: Federico Vaga <federico.vaga@cern.ch> * Author: Federico Vaga <federico.vaga@cern.ch>
* License: MPL2
* *
* This Source Code Form is subject to the terms of the Mozilla Public * SPDX-License-Identifier: LGPL-3.0-or-later
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/ */
#include "mockturtle-rt.h" #include "mockturtle-rt.h"
......
/* /**
* This work is part of the White Rabbit Node Core project. * Copyright (C) 2015 CERN (www.cern.ch)
*
* Copyright (C) 2013-2014 CERN (www.cern.ch)
* Author: Federico Vaga <federico.vaga@cern.ch> * Author: Federico Vaga <federico.vaga@cern.ch>
* License: MPL2
* *
* This Source Code Form is subject to the terms of the Mozilla Public * SPDX-License-Identifier: LGPL-3.0-or-later
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/ */
#include "mockturtle-rt.h" #include "mockturtle-rt.h"
......
/* /**
* This work is part of the White Rabbit Node Core project.
*
* Copyright (C) 2015 CERN (www.cern.ch) * Copyright (C) 2015 CERN (www.cern.ch)
* Author: Tomasz Wlostowski <tomasz.wlostowski@cern.ch> * Author: Tomasz Wlostowski <tomasz.wlostowski@cern.ch>
* Author: Federico Vaga <federico.vaga@cern.ch> * Author: Federico Vaga <federico.vaga@cern.ch>
* *
* Released according to the GNU GPL, version 2 or any later version. * SPDX-License-Identifier: LGPL-3.0-or-later
*/ */
#include <inttypes.h> #include <inttypes.h>
......
/* /**
* Copyright (C) 2013-2014 CERN (www.cern.ch) * Copyright (C) 2015 CERN (www.cern.ch)
* Author: Federico Vaga <federico.vaga@cern.ch> * Author: Federico Vaga <federico.vaga@cern.ch>
* *
* Released according to the GNU GPL, version 2 or any later version. * SPDX-License-Identifier: LGPL-3.0-or-later
*/ */
#include <string.h> #include <string.h>
......
/* /*
* Copyright (C) 2015 CERN (www.cern.ch) * Copyright (C) 2014 CERN (www.cern.ch)
* Author: Federico Vaga <federico.vaga@cern.ch> * Author: Federico Vaga <federico.vaga@cern.ch>
* * SPDX-License-Identifier: BSD-3-Clause
* Define the symbols which are shared between the user-space and
* the firmware application
*/ */
#ifndef __SVEC_COMMON_H #ifndef __SVEC_COMMON_H
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* Copyright (C) 2014 CERN (www.cern.ch) * Copyright (C) 2014 CERN (www.cern.ch)
* Author: Federico Vaga <federico.vaga@cern.ch> * Author: Federico Vaga <federico.vaga@cern.ch>
* *
* Define here the internal API * SPDX-License-Identifier: LGPL-3.0-or-later
*/ */
......
/* /*
* Copyright (C) 2015 CERN (www.cern.ch) * Copyright (C) 2014 CERN (www.cern.ch)
* Author: Federico Vaga <federico.vaga@cern.ch> * Author: Federico Vaga <federico.vaga@cern.ch>
* License: LGPL v3 *
* SPDX-License-Identifier: LGPL-3.0-or-later
*/ */
/* /*
* This is just a SVEC, the code is not optimized * This is just a SVEC, the code is not optimized
*/ */
......
/* /*
* Copyright (C) * Copyright (C) 2014 CERN (www.cern.ch)
* Author: * Author: Federico Vaga <federico.vaga@cern.ch>
* License:
* *
* Define in this file the public API * SPDX-License-Identifier: LGPL-3.0-or-later
*/ */
......
/* /*
* Copyright (C) 2014 CERN (www.cern.ch) * Copyright (C) 2014 CERN (www.cern.ch)
* Author: Federico Vaga <federico.vaga@cern.ch> * Author: Federico Vaga <federico.vaga@cern.ch>
* License: GPLv3+ *
* SPDX-License-Identifier: GPL-3.0-or-later
*/ */
#include <stdint.h> #include <stdint.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment