Skip to content

Commit 69e9b84

Browse files
authored
Copyright and UPL (#765)
Adding copyright and UPL to src
1 parent 42a0ae4 commit 69e9b84

File tree

13 files changed

+39
-0
lines changed

13 files changed

+39
-0
lines changed

cloudbank-v3/spring-apps-spring3/checks/src/main/java/com/example/checks/ChecksApplication.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2023, Oracle and/or its affiliates.
2+
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
3+
14
package com.example.checks;
25

36
import jakarta.jms.ConnectionFactory;

cloudbank-v3/spring-apps-spring3/checks/src/main/java/com/example/checks/clients/AccountClient.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2023, Oracle and/or its affiliates.
2+
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
3+
14
package com.example.checks.clients;
25

36
import org.springframework.cloud.openfeign.FeignClient;

cloudbank-v3/spring-apps-spring3/checks/src/main/java/com/example/checks/clients/Journal.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2023, Oracle and/or its affiliates.
2+
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
3+
14
package com.example.checks.clients;
25

36
import lombok.AllArgsConstructor;

cloudbank-v3/spring-apps-spring3/checks/src/main/java/com/example/checks/controller/CheckReceiver.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2023, Oracle and/or its affiliates.
2+
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
3+
14
package com.example.checks.controller;
25

36
import org.springframework.jms.annotation.JmsListener;

cloudbank-v3/spring-apps-spring3/checks/src/main/java/com/example/checks/controller/ClearanceReceiver.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2023, Oracle and/or its affiliates.
2+
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
3+
14
package com.example.checks.controller;
25

36
import org.springframework.jms.annotation.JmsListener;

cloudbank-v3/spring-apps-spring3/checks/src/main/java/com/example/checks/service/AccountService.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2023, Oracle and/or its affiliates.
2+
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
3+
14
package com.example.checks.service;
25

36
import org.springframework.stereotype.Service;

cloudbank-v3/spring-apps-spring3/checks/src/main/java/com/example/testrunner/model/CheckDeposit.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2023, Oracle and/or its affiliates.
2+
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
3+
14
package com.example.testrunner.model;
25

36
import lombok.AllArgsConstructor;

cloudbank-v3/spring-apps-spring3/checks/src/main/java/com/example/testrunner/model/Clearance.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2023, Oracle and/or its affiliates.
2+
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
3+
14
package com.example.testrunner.model;
25

36
import lombok.AllArgsConstructor;

cloudbank-v3/spring-apps-spring3/testrunner/src/main/java/com/example/testrunner/TestrunnerApplication.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2023, Oracle and/or its affiliates.
2+
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
3+
14
package com.example.testrunner;
25

36
import jakarta.jms.ConnectionFactory;

cloudbank-v3/spring-apps-spring3/testrunner/src/main/java/com/example/testrunner/controller/TestRunnerController.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2023, Oracle and/or its affiliates.
2+
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
3+
14
package com.example.testrunner.controller;
25

36
import org.springframework.beans.factory.annotation.Autowired;

0 commit comments

Comments
 (0)