This is an automated email from the ASF dual-hosted git repository.

grobmeier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-site.git


The following commit(s) were added to refs/heads/main by this push:
     new a90f25c6 added license information to plugin
a90f25c6 is described below

commit a90f25c6b5aa1cfd954332541b20e8079c28a671
Author: Christian Grobmeier <[email protected]>
AuthorDate: Fri Jul 26 22:52:14 2024 +0200

    added license information to plugin
---
 _plugins/youtube.rb | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/_plugins/youtube.rb b/_plugins/youtube.rb
index c11cd64a..04dfdbdd 100644
--- a/_plugins/youtube.rb
+++ b/_plugins/youtube.rb
@@ -1,4 +1,20 @@
-# _plugins/youtube_embed.rb
+# 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.
+
 module Jekyll
   class YouTube < Liquid::Tag
     def initialize(tag_name, text, tokens)

Reply via email to