Skip to content

Commit

Permalink
[#1267] fix: Add missing headers and license (#1360)
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
add missing headers and license

### Why are the changes needed?
Fix: #1267

### Does this PR introduce _any_ user-facing change?
N/A

### How was this patch tested?
N/A (no code change, only add missing license)

Co-authored-by: Kuan-Po Tseng <[email protected]>
  • Loading branch information
jerryshao and brandboat authored Jan 7, 2024
1 parent c0509a0 commit 00e5ebb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright 2023 Datastrato Pvt Ltd.
* This software is licensed under the Apache License version 2.
*/
package com.datastrato.gravitino.integration.test.catalog.jdbc.mysql.service;

import com.datastrato.gravitino.NameIdentifier;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright 2023 Datastrato Pvt Ltd.
* This software is licensed under the Apache License version 2.
*/
package com.datastrato.gravitino.integration.test.catalog.jdbc.postgresql.service;

import com.datastrato.gravitino.NameIdentifier;
Expand Down

0 comments on commit 00e5ebb

Please sign in to comment.