blob: a6893e34d6324f020958b35c3b8089623e237074 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# This is a special library used to induce licenses onto bison-generated code
# It is intentionally empty.
LIBRARY()
LICENSE(GPL-3.0-or-later WITH Bison-exception-2.2)
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
NO_UTIL()
NO_RUNTIME()
END()
|