Files
test2/extern/fmtlib/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
414 B
Plaintext

Project: {fmt}
URL: https://github.com/fmtlib/fmt
License: SPDX:MIT
Upstream version: 10.1.1 (f5e5435, 2023 Aug 28)
Copyright: "Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors"
Local modifications:
- Took only files needed for Blender:
- LICENSE, README
- include/fmt: core.h, format-inl.h, format.h
- src/format.cc
- CMakeLists.txt is not from fmtlib, but
made for Blender codebase