You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by ch...@apache.org on 2022/10/12 13:08:15 UTC

[incubator-eventmesh] branch master updated: add license header

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

chenguangsheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


The following commit(s) were added to refs/heads/master by this push:
     new 53034f18 add license header
     new bedd0d5d Merge pull request #1543 from walterlife/add-license-header
53034f18 is described below

commit 53034f186ba4f10dff716fdf50083ed3abdb2e9f
Author: walterlife <wa...@gmail.com>
AuthorDate: Wed Oct 12 20:19:33 2022 +0800

    add license header
---
 eventmesh-workflow-go/internal/protocol/meshmessage.go | 15 +++++++++++++++
 eventmesh-workflow-go/internal/protocol/message.go     | 15 +++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/eventmesh-workflow-go/internal/protocol/meshmessage.go b/eventmesh-workflow-go/internal/protocol/meshmessage.go
index 4c650c50..90f95652 100644
--- a/eventmesh-workflow-go/internal/protocol/meshmessage.go
+++ b/eventmesh-workflow-go/internal/protocol/meshmessage.go
@@ -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.
+
 package protocol
 
 import (
diff --git a/eventmesh-workflow-go/internal/protocol/message.go b/eventmesh-workflow-go/internal/protocol/message.go
index 94e0a0f3..ee5f329c 100644
--- a/eventmesh-workflow-go/internal/protocol/message.go
+++ b/eventmesh-workflow-go/internal/protocol/message.go
@@ -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.
+
 package protocol
 
 import (


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org