From 40038e08baae118d7cd82763aa36e8806732eb54 Mon Sep 17 00:00:00 2001 From: Paul Johnston Date: Mon, 6 Oct 2025 13:21:44 -0600 Subject: [PATCH] Add fork notice --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 1cf6f7a10a..2073d80377 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ +# NOTICE + +This is a fork of https://github.com/google/closure-templates/. The changes +from the upstream include: + +- Upgraded to use "bzlmod" +- Newer version of bazel +- Stricter .bazelrc flags +- Java language version 17 instead of 11. +- `javascript/`: + - `BUILD.bazel` file added + - filegroup `//javascript:soyutils` represents files needed for soy template + compilation in rules_closure `closure_js_template_library`. + - idom references in `//javascript:soyutils` have been removed (idom not open-source). + # Closure Templates Closure Templates are a client- and server-side templating system that helps you dynamically build reusable HTML and UI elements. They have a simple syntax