Files
test/extern/glog/README.blender
Thomas Dinges 65762c880f Add license and copyright information for external dependencies
This is being added straight to 4.2, prior to the `make license` command
which will use this to generate a more complete license file.

Licenses information and ambiguities worked with Dalai Felinto.

Part of !129018.
2024-10-18 17:08:33 +02:00

14 lines
563 B
Plaintext

Project: Google Logging
URL: https://github.com/google/glog
License: SPDX:BSD-3-Clause
Upstream version: 0.4.0, 96a2f23dca4
Copyright: Copyright (c) 2006, Google Inc. All rights reserved.
Local modifications:
* Added per-platform config.h files so no configuration-time
checks for functions and so are needed.
* Added special definitions of HAVE_SNPRINTF and HAVE_LIB_GFLAGS
in Windows' specific config.h.
* Silenced syscall deprecation warnings on macOS >= 10.12.
* Usage of syscall() is not allowed and use getthrid() to
retreive the thread ID on OpenBSD