This is an automated email from the ASF dual-hosted git repository. benjobs pushed a commit to branch license-fix in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
commit 059f8dfabb6a168e76d265de6d3cfd1037dd28d3 Author: benjobs <[email protected]> AuthorDate: Tue Nov 7 08:36:03 2023 +0800 [Improve] license header issue fixed --- .../org/apache/streampark/console/core/aspect/StreamParkAspect.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/aspect/StreamParkAspect.java b/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/aspect/StreamParkAspect.java index 6646ead55..81fb68de5 100644 --- a/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/aspect/StreamParkAspect.java +++ b/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/aspect/StreamParkAspect.java @@ -1,6 +1,4 @@ /* - * Copyright (c) 2019 The StreamX Project - * * 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.
