Skip to content

Commit

Permalink
add license header
Browse files Browse the repository at this point in the history
  • Loading branch information
yanhom1314 committed Sep 11, 2024
1 parent 48b09d3 commit 505c070
Show file tree
Hide file tree
Showing 8 changed files with 76 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* LiteflowDtpAdapter related
*
* @author yanhom
* @since 1.1.0
* @since 1.1.9
*/
@Slf4j
@SuppressWarnings("all")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* LiteflowExampleApplication related
*
* @author yanhom
* @since 1.1.0
* @since 1.1.9
*/
@EnableDynamicTp
@SpringBootApplication
Expand Down
Original file line number Diff line number Diff line change
@@ -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 org.dromara.dynamictp.example.cmp;

import com.yomahub.liteflow.core.NodeComponent;
Expand All @@ -7,7 +24,7 @@
* ACmp related
*
* @author yanhom
* @since 1.1.0
* @since 1.1.9
*/
@Component("a")
public class ACmp extends NodeComponent {
Expand Down
Original file line number Diff line number Diff line change
@@ -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 org.dromara.dynamictp.example.cmp;

import com.yomahub.liteflow.core.NodeComponent;
Expand All @@ -7,7 +24,7 @@
* BCmp related
*
* @author yanhom
* @since 1.1.0
* @since 1.1.9
*/
@Component("b")
public class BCmp extends NodeComponent {
Expand Down
Original file line number Diff line number Diff line change
@@ -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 org.dromara.dynamictp.example.cmp;

import com.yomahub.liteflow.core.NodeComponent;
Expand All @@ -7,7 +24,7 @@
* CCmp related
*
* @author yanhom
* @since 1.1.0
* @since 1.1.9
*/
@Component("c")
public class CCmp extends NodeComponent {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* TestController related
*
* @author yanhom
* @since 1.1.0
* @since 1.1.9
*/
@Slf4j
@RestController
Expand Down
Original file line number Diff line number Diff line change
@@ -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 org.dromara.dynamictp.example.service;

import com.yomahub.liteflow.core.FlowExecutor;
Expand All @@ -11,7 +28,7 @@
* BizService related
*
* @author yanhom
* @since 1.1.0
* @since 1.1.9
*/
@Slf4j
@Service
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* LiteflowTpAutoConfiguration related
*
* @author yanhom
* @since 1.1.0
* @since 1.1.9
*/
@Configuration
@ConditionalOnClass(name = "com.yomahub.liteflow.core.FlowExecutor")
Expand Down

0 comments on commit 505c070

Please sign in to comment.