Skip to content

Commit 491b4f5

Browse files
authored
Cleanup (#252)
* Remove empty file 'cd' Signed-off-by: Gerald Venzl <gerald.venzl@oracle.com> * Fix small typo/correction in CONTRIBUTING.md Signed-off-by: Gerald Venzl <gerald.venzl@oracle.com> * Remove orphaned submodules Signed-off-by: Gerald Venzl <gerald.venzl@oracle.com> * Track main branches for submodules Signed-off-by: Gerald Venzl <gerald.venzl@oracle.com> --------- Signed-off-by: Gerald Venzl <gerald.venzl@oracle.com>
1 parent a616702 commit 491b4f5

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

.gitmodules

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
1-
[submodule "SQL/dw-vldb-samples"]
1+
[submodule "sql/dw-vldb-samples"]
22
path = sql/dw-vldb-samples
33
url = https://github.com/oracle/dw-vldb-samples
4-
[submodule "Java/jdbc-ucp"]
5-
path = java/jdbc-ucp
6-
url = https://github.com/oracle/jdbc-ucp
7-
[submodule "SQL/analytical-sql-examples"]
8-
path = sql/analytical-sql-examples
9-
url = https://github.com/oracle/analytical-sql-examples
4+
branch = master
105
[submodule "db-sample-schemas"]
116
path = db-sample-schemas
127
url = https://github.com/oracle/db-sample-schemas
8+
branch = main
139
[submodule "dotnet"]
1410
path = dotnet
1511
url = https://github.com/oracle/dotnet-db-samples
12+
branch = master

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Contributing to oracle-db-examples
22

3-
*Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.*
3+
*Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved.*
44

55
Pull requests can be made under
66
[The Oracle Contributor Agreement](https://www.oracle.com/technetwork/community/oca-486395.html)
77
(OCA).
88

9-
For pull requests to be accepted into oracle-db-examples, the bottom of
9+
For pull requests to be accepted into this repository, the bottom of
1010
your commit message must have the following line using your name and
1111
e-mail address as it appears in the OCA Signatories list.
1212

@@ -18,7 +18,7 @@ This can be automatically added to pull requests by committing with:
1818

1919
```
2020
git commit --signoff
21-
````
21+
```
2222

2323
Only pull requests from committers that can be verified as having
2424
signed the OCA can be accepted.

cd

Whitespace-only changes.

0 commit comments

Comments
 (0)