blob: c1a68890754698d1938ae51b6e29be9ebd4bd9e6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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)
NO_UTIL()
NO_RUNTIME()
END()
|