Skip to content

Commit

Permalink
Added license and citation (neuromorphs#24)
Browse files Browse the repository at this point in the history
* Added license and citation
* Updated sinabs requirement
  • Loading branch information
Jegp authored Dec 23, 2023
1 parent 69f5192 commit 9f6eda2
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 2 deletions.
38 changes: 38 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -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
29 changes: 29 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9f6eda2

Please sign in to comment.