Pinba PHP Extension - Provenance and Third-Party Notices
========================================================

This repository is a maintained fork of the original Pinba PHP extension created by
Antony Dovgal.

Original upstream repository:
  https://github.com/tony2001/pinba_extension

Active fork maintainer:
  Oleg Ekhlakov <o.ekhlakov@protonmail.com>
  https://github.com/XOlegator/pinba_extension

Project license:
  GNU Lesser General Public License version 2.1 or later.
  See LICENSE and COPYING.

External dependencies (not bundled):

1. protobuf-c runtime
   Provided by:
     System library libprotobuf-c (>= 1.0.0), e.g. Debian/Ubuntu package
     libprotobuf-c-dev at build time and libprotobuf-c1 at runtime.
   License:
     Apache License 2.0
   Copyright:
     Dave Benson and protobuf-c contributors
   Note:
     This runtime used to be vendored in this repository; it is now consumed
     as a system dependency and is no longer carried here.

Generated sources (in-tree):

2. Generated protobuf bindings
   Files:
     - pinba-pb-c.c
     - pinba.pb-c.h
   Origin:
     Generated from pinba.proto with protobuf-c tooling (protoc-gen-c).
     Regenerate with: protoc-c --c_out=. pinba.proto
     (rename the generated pinba.pb-c.c to pinba-pb-c.c to match config.m4).

Keep original copyright and license notices intact when redistributing or modifying this fork.
