summaryrefslogtreecommitdiff
path: root/LICENSE
Commit message (Collapse)AuthorAgeFilesLines
* Remove extra space after comma in MIT-like license termsIvan Maidanski2022-05-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | (reformatting) * LICENSE: Remove an extra space after comma in MIT-like license. * configure.ac: Remove an extra space after comma in license header comment. * src/atomic_ops/sysdeps/armcc/arm_v6.h: Likewise. * src/atomic_ops/sysdeps/gcc/aarch64.h: Likewise. * src/atomic_ops/sysdeps/gcc/alpha.h: Likewise. * src/atomic_ops/sysdeps/gcc/arm.h: Likewise. * src/atomic_ops/sysdeps/gcc/hexagon.h: Likewise. * src/atomic_ops/sysdeps/gcc/m68k.h: Likewise. * src/atomic_ops/sysdeps/gcc/mips.h: Likewise. * src/atomic_ops/sysdeps/gcc/powerpc.h: Likewise. * src/atomic_ops/sysdeps/gcc/riscv.h: Likewise. * src/atomic_ops/sysdeps/gcc/s390.h: Likewise. * src/atomic_ops/sysdeps/gcc/sh.h: Likewise. * src/atomic_ops/sysdeps/gcc/sparc.h: Likewise. * src/atomic_ops/sysdeps/gcc/x86.h: Likewise. * src/atomic_ops/sysdeps/sunc/x86.h: Likewise.
* Mention MIT near core library licensing terms in LICENSE fileIvan Maidanski2022-01-051-4/+4
| | | | | | * LICENSE: Mention additionally that the low-level (core) part of the library is covered by MIT license (near the licensing terms); wrap a long line properly; update copyright year.
* Refine LICENSE and README about code parts covered by MIT and GPL-2.0Ivan Maidanski2021-11-261-15/+26
| | | | | | | | | | | | | | | | | | * LICENSE: Mention MIT and GPL-2.0 at the top of the file; copy copyrights from README.md; group all copyrights in one block; explicitly specify which code is covered by MIT and which one by GPL; remove a statement about the possibility of license change in future. * README.md: Refine the statement about new code to use C11 atomics; specify license type at the top of the file. * README.md (Overview): Mention that README_malloc.txt and README_stack.txt describe the functionality of libatomic_ops_gpl. * README.md (Installation and Usage): Mention that libatomic_ops.a is a core library and libatomic_ops_gpl.a is a gpl extension library; mention that libatomic_ops_gpl.a licensing details are given in COPYING and LICENSE files. * README.md (Copyright & Warranty): Rename to "Copyright & Warranty, Contributors"; remove all copyrights (they are moved to LICENSE); better explain the dual nature of the license.
* Rename LICENSING.txt to LICENSEIvan Maidanski2021-11-081-0/+65
The license file is more traditionally named as LICENSE. * CMakeLists.txt [enable_docs] (install): Rename LICENSING.txt to LICENSE. * Makefile.am [ENABLE_DOCS] (dist_doc_DATA): Likewise. * README.md (Installation and Usage, Copyright & Warranty): Likewise. * LICENSING.txt: Rename to LICENSE.