summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-23 13:00:14 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-12-15 09:48:35 +0100
commit0149dbf5e5159bda623588b6fa75db6c8442aee5 (patch)
treeff12a50ffad3a7e45215c5633e8ceb1c7b6bcf9e
parentec228ee135cc645fa08307c15466a801c18f407b (diff)
Add new COPYING file
Update #3053.
-rw-r--r--COPYING47
1 files changed, 47 insertions, 0 deletions
diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000000..2e1339c90e
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,47 @@
+RTEMS is a collection of software from several sources.
+
+Each file may have its own copyright/license that is embedded in the source
+file. Unless otherwise noted in the body of the source file(s), the following
+copyright notices will apply to the contents of RTEMS. Copyright lines should
+be sorted by the first year followed by the copyright holder.
+
+(1) BSD-2-Clause
+
+Copyright (C) 2018 Abhimanyu Raghuvanshi
+Copyright (C) 2018 Himanshu Sekhar Nayak
+Copyright (C) 2018 Jacob Shin
+Copyright (C) 2018 Marçal Comajoan Cara
+Copyright (C) 2018 Pritish Jain
+Copyright (C) 2018 Shashvat Jain
+Copyright (C) 2015, 2016 Alexander Krutwig
+Copyright (C) 2013, 2018 Hesham Almatary
+Copyright (C) 2012, 2014 Ralf Kirchner
+Copyright (C) 2012, 2018 Christian Mauderer
+Copyright (C) 2010, 2018 Gedare Bloom
+Copyright (C) 2008, 2018 Sebastian Huber
+Copyright (C) 2005, 2018 Thomas Dörfler
+Copyright (C) 2005, 2018 embedded brains GmbH
+Copyright (C) 1996, 2018 Chris Johns
+Copyright (C) 1996, 2016 Jiri Gaisler
+Copyright (C) 1989, 2018 On-Line Applications Research Corporation (OAR)
+
+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.
+
+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 OWNER 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.