From 52ac2713715d66af21564e47ea413aa446d6ec13 Mon Sep 17 00:00:00 2001 From: Jonathan Tatum Date: Tue, 29 Jul 2025 17:21:56 +0000 Subject: [PATCH] Sync copybara script changes. Touch README.md to trigger migration. PiperOrigin-RevId: 788508542 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index afe8cbd8f..23afe2b00 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ For background on the Common Expression Language see the [cel-spec][1] repo. -This is a C++ implementation of a [Common Expression Language][1] runtime. +This is a C++ implementation of a [Common Expression Language][1] runtime, +parser, and type checker. Released under the [Apache License](LICENSE).