gvisor/third_party/gvsync
Michael Pratt 4d52a55201 Change copyright notice to "The gVisor Authors"
Based on the guidelines at
https://opensource.google.com/docs/releasing/authors/.

1. $ rg -l "Google LLC" | xargs sed -i 's/Google LLC.*/The gVisor Authors./'
2. Manual fixup of "Google Inc" references.
3. Add AUTHORS file. Authors may request to be added to this file.
4. Point netstack AUTHORS to gVisor AUTHORS. Drop CONTRIBUTORS.

Fixes #209

PiperOrigin-RevId: 245823212
Change-Id: I64530b24ad021a7d683137459cafc510f5ee1de9
2019-04-29 14:26:23 -07:00
..
atomicptrtest Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
seqatomictest Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
BUILD Move package sync to third_party 2019-01-31 17:49:14 -08:00
LICENSE Move package sync to third_party 2019-01-31 17:49:14 -08:00
README.md Move package sync to third_party 2019-01-31 17:49:14 -08:00
atomicptr_unsafe.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
downgradable_rwmutex_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
downgradable_rwmutex_unsafe.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
gvsync.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
memmove_unsafe.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
norace_unsafe.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
race_unsafe.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
seqatomic_unsafe.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
seqcount.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
seqcount_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00

README.md

This package provides additional synchronization primitives not provided by the Go stdlib 'sync' package. It is partially derived from the upstream 'sync' package.