Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 06cdd33

Browse files
author
Jacek Gębal
committed
Update of Copyright banner
Added copyright banner to files that were missing the banner. Set 2026 in Copyright banner
1 parent c6ca071 commit 06cdd33

297 files changed

Lines changed: 530 additions & 297 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

source/api/ut.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ create or replace package body ut is
22

33
/*
44
utPLSQL - Version 3
5-
Copyright 2016 - 2021 utPLSQL Project
5+
Copyright 2016 - 2026 utPLSQL Project
66

77
Licensed under the Apache License, Version 2.0 (the "License"):
88
you may not use this file except in compliance with the License.

source/api/ut.pks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ create or replace package ut authid current_user as
22

33
/*
44
utPLSQL - Version 3
5-
Copyright 2016 - 2021 utPLSQL Project
5+
Copyright 2016 - 2026 utPLSQL Project
66

77
Licensed under the Apache License, Version 2.0 (the "License"):
88
you may not use this file except in compliance with the License.

source/api/ut_runner.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ create or replace package body ut_runner is
22

33
/*
44
utPLSQL - Version 3
5-
Copyright 2016 - 2021 utPLSQL Project
5+
Copyright 2016 - 2026 utPLSQL Project
66

77
Licensed under the Apache License, Version 2.0 (the "License"):
88
you may not use this file except in compliance with the License.

source/api/ut_runner.pks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ create or replace package ut_runner authid current_user is
22

33
/*
44
utPLSQL - Version 3
5-
Copyright 2016 - 2021 utPLSQL Project
5+
Copyright 2016 - 2026 utPLSQL Project
66

77
Licensed under the Apache License, Version 2.0 (the "License"):
88
you may not use this file except in compliance with the License.

source/api/ut_suite_item_info.tpb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create or replace type body ut_suite_item_info is
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2021 utPLSQL Project
4+
Copyright 2016 - 2026 utPLSQL Project
55

66
Licensed under the Apache License, Version 2.0 (the "License"):
77
you may not use this file except in compliance with the License.

source/api/ut_suite_item_info.tps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create or replace type ut_suite_item_info as object (
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2021 utPLSQL Project
4+
Copyright 2016 - 2026 utPLSQL Project
55

66
Licensed under the Apache License, Version 2.0 (the "License"):
77
you may not use this file except in compliance with the License.

source/api/ut_suite_items_info.tps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create or replace type ut_suite_items_info as
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2021 utPLSQL Project
4+
Copyright 2016 - 2026 utPLSQL Project
55

66
Licensed under the Apache License, Version 2.0 (the "License"):
77
you may not use this file except in compliance with the License.

source/check_object_grants.sql

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*
2+
utPLSQL - Version 3
3+
Copyright 2016 - 2026 utPLSQL Project
4+
5+
Licensed under the Apache License, Version 2.0 (the "License"):
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
*/
17+
118
declare
219
$if dbms_db_version.version >= 18 $then
320
c_expected_grants constant dbmsoutput_linesarray := dbmsoutput_linesarray('DBMS_CRYPTO');

source/check_sys_grants.sql

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*
2+
utPLSQL - Version 3
3+
Copyright 2016 - 2026 utPLSQL Project
4+
5+
Licensed under the Apache License, Version 2.0 (the "License"):
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
*/
17+
118
define expected_grants = "&1"
219
declare
320
c_expected_grants constant dbmsoutput_linesarray := dbmsoutput_linesarray( &expected_grants );

source/core/annotations/ut_annotated_object.tps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create type ut_annotated_object as object(
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2021 utPLSQL Project
4+
Copyright 2016 - 2026 utPLSQL Project
55

66
Licensed under the Apache License, Version 2.0 (the "License"):
77
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)