summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2018-07-26 08:56:17 +0300
committerIvan Maidanski <ivmai@mail.ru>2018-07-26 08:56:17 +0300
commitff9c983390505f24f7c787d01d271d68380f664e (patch)
treefceefdd6a0a7592db3f1782f63cd5f5106f0273a /src
parentaed079e7ce21a033dd7ccb8fa5808d76e4ecb8d5 (diff)
downloadlibatomic_ops-ff9c983390505f24f7c787d01d271d68380f664e.tar.gz
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.
Diffstat (limited to 'src')
-rw-r--r--src/atomic_ops.h1
-rw-r--r--src/atomic_ops/ao_version.h1
-rw-r--r--src/atomic_ops/sysdeps/gcc/aarch64.h2
-rw-r--r--src/atomic_ops/sysdeps/gcc/arm.h2
-rw-r--r--src/atomic_ops/sysdeps/gcc/generic.h2
-rw-r--r--src/atomic_ops/sysdeps/gcc/x86.h2
-rw-r--r--src/atomic_ops/sysdeps/loadstore/double_atomic_load_store.h1
-rw-r--r--src/atomic_ops/sysdeps/msftc/arm.h1
-rw-r--r--src/atomic_ops/sysdeps/msftc/common32_defs.h1
-rw-r--r--src/atomic_ops/sysdeps/sunc/x86.h2
10 files changed, 10 insertions, 5 deletions
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 9390890..884bdf0 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.