[rtems commit] sparc64-syscall.h: Add file headers and licenses

Joel Sherrill joel at rtems.org
Wed May 4 14:07:46 UTC 2022


Module:    rtems
Branch:    master
Commit:    45a78fdbf5921768702f0fad80c24ceca2bc6e88
Changeset: http://git.rtems.org/rtems/commit/?id=45a78fdbf5921768702f0fad80c24ceca2bc6e88

Author:    Ryan Long <ryan.long at oarcorp.com>
Date:      Thu Apr 28 10:16:17 2022 -0400

sparc64-syscall.h: Add file headers and licenses

This file had no header, copyright, or license. Based on git history,
added appropriate copyright and license.

---

 cpukit/score/cpu/sparc64/sparc64-syscall.h | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/cpukit/score/cpu/sparc64/sparc64-syscall.h b/cpukit/score/cpu/sparc64/sparc64-syscall.h
index 9af3560267..85a74fa0f8 100644
--- a/cpukit/score/cpu/sparc64/sparc64-syscall.h
+++ b/cpukit/score/cpu/sparc64/sparc64-syscall.h
@@ -1,3 +1,18 @@
+/*
+ *  Copyright (C) 1999 Jiri Gaisler <jgais at ws.estec.esa.nl>
+ *
+ *  Permission to use, copy, modify, and/or distribute this software
+ *  for any purpose with or without fee is hereby granted.
+ *
+ *  THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
+ *  WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
+ *  WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR
+ *  BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
+ *  OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
+ *  WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
+ *  ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ */
+
 #define SYS_exit        1
 #define SYS_irqdis      2
 #define SYS_irqen       3



More information about the vc mailing list