Skip to content

Commit dd8adc9

Browse files
committed
Copyright info
1 parent c26e11e commit dd8adc9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-wallet/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- Copyright (c) 2024, Oracle and/or its affiliates. -->
3+
<!-- Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. -->
24
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
35
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
46
<modelVersion>4.0.0</modelVersion>

database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-wallet/src/main/java/com/oracle/database/spring/oraclespringbootsamplewallet/OracleSpringBootSampleWalletApplication.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) 2024, Oracle and/or its affiliates.
2+
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
13
package com.oracle.database.spring.oraclespringbootsamplewallet;
24

35
import org.springframework.boot.CommandLineRunner;

0 commit comments

Comments
 (0)