Skip to content

Commit

Permalink
Adjust/reformat copyright header in armcc/arm_v6.h
Browse files Browse the repository at this point in the history
* src/atomic_ops/sysdeps/armcc/arm_v6.h: Adjust copyright in the header
comment (move non-license details to a separate comment).
  • Loading branch information
ivmai committed Oct 4, 2024
1 parent e0fa2f3 commit f2f2921
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/atomic_ops/sysdeps/armcc/arm_v6.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
/*
* Copyright (c) 2007 by NEC LE-IT: All rights reserved.
* A transcription of ARMv6 atomic operations for the ARM Realview Toolchain.
* This code works with armcc from RVDS 3.1
* This is based on work in gcc/arm.h by
* Copyright (c) 1991-1994 by Xerox Corporation. All rights reserved.
* Copyright (c) 1996-1999 by Silicon Graphics. All rights reserved.
* Copyright (c) 1999-2003 by Hewlett-Packard Company. All rights reserved.
*
*
* Copyright (c) 1991-1994 by Xerox Corporation. All rights reserved.
* Copyright (c) 1996-1999 by Silicon Graphics. All rights reserved.
* Copyright (c) 1999-2003 by Hewlett-Packard Company. All rights reserved.
* Copyright (c) 2007 by NEC LE-IT. All rights reserved.
*
* THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
* OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
Expand All @@ -17,7 +12,12 @@
* Permission to modify the code and to distribute modified code is granted,
* provided the above notices are retained, and a notice that the code was
* modified is included with the above copyright notice.
*
*/

/*
* A transcription of ARMv6 atomic operations for the ARM Realview Toolchain.
* This code works with armcc from RVDS 3.1.
* This file is based on gcc/arm.h.
*/

#include "../test_and_set_t_is_ao_t.h" /* Probably suboptimal */
Expand Down

0 comments on commit f2f2921

Please sign in to comment.