forked from Imagelibrary/rtems
cpukit/.../include/rtems/score/riscv-utility.h: Correct license
This file was taken from BSD by Hesham Almatary. Even though he left the original BSD license in place, he added the RTEMS historical license. Hesham has given permission to relicense his work under 2-BSD and this file never should have had the RTEMS historical license on it anyway. Update #3053.
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
/* SPDX-License-Identifier: BSD-2-Clause */
|
||||
|
||||
/* Copyright (c) 2013, The Regents of the University of California (Regents).
|
||||
* All Rights Reserved.
|
||||
*
|
||||
* Modifications for RTEMS
|
||||
* COPYRIGHT (c) 2015 Hesham Almatary <hesham@alumni.york.ac.uk>
|
||||
*
|
||||
* 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
|
||||
@@ -26,21 +31,13 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @brief RISCV utility
|
||||
*/
|
||||
/*
|
||||
* COPYRIGHT (c) 2015 Hesham Almatary <hesham@alumni.york.ac.uk>
|
||||
* @file
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in the file LICENSE in this distribution or at
|
||||
* http://www.rtems.org/license/LICENSE.
|
||||
* @brief RISCV utility
|
||||
* This file is copied from riscv-tools/encoding.h with
|
||||
* additions/modifications to work with RTEMS.
|
||||
*/
|
||||
|
||||
/* This file is copied from riscv-tools/encoding.h with additions/modifications to work
|
||||
* with RTEMS.
|
||||
*/
|
||||
#ifndef _RTEMS_SCORE_RISCV_UTILITY_H
|
||||
#define _RTEMS_SCORE_RISCV_UTILITY_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user