This is an automated email from the ASF dual-hosted git repository.
robotljw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-service-center.git
The following commit(s) were added to refs/heads/master by this push:
new cf6cf6b7 Update fiber.go
cf6cf6b7 is described below
commit cf6cf6b7cebbd71f4e01c72f34e891d0efa60b1a
Author: robotljw <[email protected]>
AuthorDate: Thu Nov 16 23:37:19 2023 +0800
Update fiber.go
Add header comments
---
pkg/rest/fiber.go | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/pkg/rest/fiber.go b/pkg/rest/fiber.go
index 14400b6c..8dc5e300 100644
--- a/pkg/rest/fiber.go
+++ b/pkg/rest/fiber.go
@@ -1,3 +1,20 @@
+/*
+ * 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 rest
import (