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 72225a9c added license
72225a9c is described below
commit 72225a9cbbd61e16df9c19749471c58f0dc54bfa
Author: Christian Grobmeier <[email protected]>
AuthorDate: Thu Dec 21 21:01:43 2023 +0100
added license
---
Gemfile | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/Gemfile b/Gemfile
index 4498392e..0928f0ac 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,3 +1,18 @@
+# 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.
+
source "https://rubygems.org"
# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the