From 326793bf67f365d3e906f03aced5d83eefa37fcf Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Thu, 26 Jul 2018 08:56:17 +0300 Subject: [PATCH] Update copyright information in README and some header files * README.md (Copyright & Warranty): Add copyrights from the source code files. * src/atomic_ops.h: Update header copyright (add Ivan Maidanski). * src/atomic_ops/ao_version.h: Likewise. * src/atomic_ops/sysdeps/gcc/aarch64.h: Likewise. * src/atomic_ops/sysdeps/gcc/arm.h: Likewise. * src/atomic_ops/sysdeps/gcc/generic.h: Likewise. * src/atomic_ops/sysdeps/gcc/x86.h: Likewise. * src/atomic_ops/sysdeps/loadstore/double_atomic_load_store.h: Likewise. * src/atomic_ops/sysdeps/msftc/arm.h: Likewise. * src/atomic_ops/sysdeps/msftc/common32_defs.h: Likewise. * src/atomic_ops/sysdeps/sunc/x86.h: Likewise. --- README.md | 23 +++++++++++++++++++++- src/atomic_ops.h | 1 + src/atomic_ops/ao_version.h | 1 + src/atomic_ops/sysdeps/gcc/aarch64.h | 2 +- src/atomic_ops/sysdeps/gcc/arm.h | 2 +- src/atomic_ops/sysdeps/gcc/generic.h | 2 +- src/atomic_ops/sysdeps/gcc/x86.h | 2 +- .../sysdeps/loadstore/double_atomic_load_store.h | 1 + src/atomic_ops/sysdeps/msftc/arm.h | 1 + src/atomic_ops/sysdeps/msftc/common32_defs.h | 1 + src/atomic_ops/sysdeps/sunc/x86.h | 2 +- 11 files changed, 32 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4eaa377..e0b076d 100644 --- a/README.md +++ b/README.md @@ -96,4 +96,25 @@ GitHub. ## Copyright & Warranty -See doc/LICENSING.txt file. + * Copyright (c) 1991-1994 by Xerox Corporation. All rights reserved. + * Copyright (c) 1996-1999 by Silicon Graphics. All rights reserved. + * Copyright (c) 1999-2011 Hewlett-Packard Development Company, L.P. + * Copyright (c) 2008-2018 Ivan Maidanski + +The file armcc/arm_v6.h is also + + * Copyright (c) 2007 by NEC LE-IT. All rights reserved. + +The file gcc/avr32.h is + + * Copyright (c) 2009 Bradley Smith + +The file gcc/mips.h is + + * Copyright (c) 2005, 2007 Thiemo Seufer + +The file gcc/sh.h is + + * Copyright (c) 2009 by Takashi YOSHII. All rights reserved. + +See doc/LICENSING.txt for the details. diff --git a/src/atomic_ops.h b/src/atomic_ops.h index e7597d0..d7fec6b 100644 --- a/src/atomic_ops.h +++ b/src/atomic_ops.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2003-2011 Hewlett-Packard Development Company, L.P. + * Copyright (c) 2008-2018 Ivan Maidanski * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/atomic_ops/ao_version.h b/src/atomic_ops/ao_version.h index 55a816b..bbd6ee2 100644 --- a/src/atomic_ops/ao_version.h +++ b/src/atomic_ops/ao_version.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2003-2004 Hewlett-Packard Development Company, L.P. + * Copyright (c) 2011-2018 Ivan Maidanski * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/atomic_ops/sysdeps/gcc/aarch64.h b/src/atomic_ops/sysdeps/gcc/aarch64.h index f58ad62..62b61aa 100644 --- a/src/atomic_ops/sysdeps/gcc/aarch64.h +++ b/src/atomic_ops/sysdeps/gcc/aarch64.h @@ -2,7 +2,7 @@ * 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) 2013-2017 Ivan Maidanski * * THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED * OR IMPLIED. ANY USE IS AT YOUR OWN RISK. diff --git a/src/atomic_ops/sysdeps/gcc/arm.h b/src/atomic_ops/sysdeps/gcc/arm.h index 8a65e2a..b99a1ca 100644 --- a/src/atomic_ops/sysdeps/gcc/arm.h +++ b/src/atomic_ops/sysdeps/gcc/arm.h @@ -2,7 +2,7 @@ * 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) 2008-2017 Ivan Maidanski * * THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED * OR IMPLIED. ANY USE IS AT YOUR OWN RISK. diff --git a/src/atomic_ops/sysdeps/gcc/generic.h b/src/atomic_ops/sysdeps/gcc/generic.h index d21a4ee..00fd3ac 100644 --- a/src/atomic_ops/sysdeps/gcc/generic.h +++ b/src/atomic_ops/sysdeps/gcc/generic.h @@ -2,7 +2,7 @@ * Copyright (c) 1991-1994 by Xerox Corporation. All rights reserved. * Copyright (c) 1996-1999 by Silicon Graphics. All rights reserved. * Copyright (c) 2003-2011 Hewlett-Packard Development Company, L.P. - * + * Copyright (c) 2013-2017 Ivan Maidanski * * THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED * OR IMPLIED. ANY USE IS AT YOUR OWN RISK. diff --git a/src/atomic_ops/sysdeps/gcc/x86.h b/src/atomic_ops/sysdeps/gcc/x86.h index b4ca39f..f68a8b0 100644 --- a/src/atomic_ops/sysdeps/gcc/x86.h +++ b/src/atomic_ops/sysdeps/gcc/x86.h @@ -2,7 +2,7 @@ * 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) 2008-2018 Ivan Maidanski * * THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED * OR IMPLIED. ANY USE IS AT YOUR OWN RISK. diff --git a/src/atomic_ops/sysdeps/loadstore/double_atomic_load_store.h b/src/atomic_ops/sysdeps/loadstore/double_atomic_load_store.h index 66ce628..145a14c 100644 --- a/src/atomic_ops/sysdeps/loadstore/double_atomic_load_store.h +++ b/src/atomic_ops/sysdeps/loadstore/double_atomic_load_store.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2004 Hewlett-Packard Development Company, L.P. + * Copyright (c) 2013 Ivan Maidanski * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/atomic_ops/sysdeps/msftc/arm.h b/src/atomic_ops/sysdeps/msftc/arm.h index 57e3cd9..8ea238c 100644 --- a/src/atomic_ops/sysdeps/msftc/arm.h +++ b/src/atomic_ops/sysdeps/msftc/arm.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2003 Hewlett-Packard Development Company, L.P. + * Copyright (c) 2009-2017 Ivan Maidanski * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/atomic_ops/sysdeps/msftc/common32_defs.h b/src/atomic_ops/sysdeps/msftc/common32_defs.h index a5c6904..fa7ee95 100644 --- a/src/atomic_ops/sysdeps/msftc/common32_defs.h +++ b/src/atomic_ops/sysdeps/msftc/common32_defs.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2003-2011 Hewlett-Packard Development Company, L.P. + * Copyright (c) 2009-2018 Ivan Maidanski * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/atomic_ops/sysdeps/sunc/x86.h b/src/atomic_ops/sysdeps/sunc/x86.h index 12cb3b8..88c6a78 100644 --- a/src/atomic_ops/sysdeps/sunc/x86.h +++ b/src/atomic_ops/sysdeps/sunc/x86.h @@ -2,7 +2,7 @@ * 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) 2009-2016 Ivan Maidanski * * THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED * OR IMPLIED. ANY USE IS AT YOUR OWN RISK. -- 2.7.4