From 9f6eda22346318dda1c0c4dbd8433026163c5544 Mon Sep 17 00:00:00 2001 From: Jens Egholm Pedersen Date: Sat, 23 Dec 2023 23:23:57 +0100 Subject: [PATCH] Added license and citation (#24) * Added license and citation * Updated sinabs requirement --- CITATION.cff | 38 +++++++++++++++++++++++++++++++++++++ LICENSE | 29 ++++++++++++++++++++++++++++ pyproject.toml | 2 +- tests/test_requirements.txt | 2 +- 4 files changed, 69 insertions(+), 2 deletions(-) create mode 100644 CITATION.cff create mode 100644 LICENSE diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..8d5a632 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,38 @@ +cff-version: 1.2.0 +title: 'Neuromorphic Intermediate Representation: A Unified Instruction Set for Interoperable Brain-Inspired Computing' +doi: arXiv:2311.14641 +message: If you use this software in your work, please cite it as follows. +date-released: 2023-11-23 +authors: + - given-names: Jens E. + family-names: Pedersen + - given-names: Steven + family-names: Abreu + - given-names: Matthias + family-names: Jobst + - given-names: Gregor + family-names: Lenz + - given-names: Vittorio + family-names: Fra + - given-names: Felix C. + family-names: Bauer + - given-names: Dylan R. + family-names: Muir + - given-names: Peng + family-names: Zhou + - given-names: Bernhard + family-names: Vogginger + - given-names: Kade + family-names: Heckel + - given-names: Gianvito + family-names: Urgese + - given-names: Sadasivan + family-names: Shankar + - given-names: Terrence C. + family-names: Stewart + - given-names: Jason K. + family-names: Eshraghian + - given-names: Sadique + family-names: Sheik +abstract: 'This repository contains the source code of the paper Neuromorphic Intermediate Representation: A Unified Instruction Set for Interoperable Brain-Inspired Computing by Jens E. Pedersen, Steven Abreu, Matthias Jobst, Gregor Lenz, Vittorio Fra, Felix C. Bauer, Dylan R. Muir, Peng Zhou, Bernhard Vogginger, Kade Heckel, Gianvito Urgese, Sadasivan Shankar, Terrence C. Stewart, Jason K. Eshraghian and Sadique Sheik, from Arxiv' +version: 1.0.0 diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..c02c992 --- /dev/null +++ b/LICENSE @@ -0,0 +1,29 @@ +BSD 3-Clause License + +Copyright (c) 2023, NIR Team. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/pyproject.toml b/pyproject.toml index 30ba287..9b07dac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ "Development Status :: 1 - Planning", "Intended Audience :: Developers", "Intended Audience :: Science/Research", - "License :: OSI Approved :: Apache Software License", + "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: Information Analysis", diff --git a/tests/test_requirements.txt b/tests/test_requirements.txt index 50339f8..91e162d 100644 --- a/tests/test_requirements.txt +++ b/tests/test_requirements.txt @@ -3,4 +3,4 @@ torch nir ruff git+https://github.com/norse/norse -git+https://github.com/synsense/sinabs@dev/nir +git+https://github.com/synsense/sinabs