From 67b81ae1a7b23655d84fb5353cae2f60bb0faa0b Mon Sep 17 00:00:00 2001 From: robin Date: Thu, 19 Sep 2024 15:05:31 +0800 Subject: [PATCH] refactor(highlight): Add Apache License header to theme_list.go --- render-markdown-codehighlight/theme_list.go | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/render-markdown-codehighlight/theme_list.go b/render-markdown-codehighlight/theme_list.go index 831b2f27..6051b673 100644 --- a/render-markdown-codehighlight/theme_list.go +++ b/render-markdown-codehighlight/theme_list.go @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + package render_markdown_codehighlight