Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update of Copyright banner
Added copyright banner to files that were missing the banner.
Set 2026 in Copyright banner
  • Loading branch information
Jacek Gębal committed Apr 22, 2026
commit 06cdd33004d9450eb288a4d4a84f66d48542401f
2 changes: 1 addition & 1 deletion source/api/ut.pkb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ create or replace package body ut is

/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/api/ut.pks
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ create or replace package ut authid current_user as

/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/api/ut_runner.pkb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ create or replace package body ut_runner is

/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/api/ut_runner.pks
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ create or replace package ut_runner authid current_user is

/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/api/ut_suite_item_info.tpb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create or replace type body ut_suite_item_info is
/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/api/ut_suite_item_info.tps
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create or replace type ut_suite_item_info as object (
/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/api/ut_suite_items_info.tps
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create or replace type ut_suite_items_info as
/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
Expand Down
17 changes: 17 additions & 0 deletions source/check_object_grants.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
utPLSQL - Version 3
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

declare
$if dbms_db_version.version >= 18 $then
c_expected_grants constant dbmsoutput_linesarray := dbmsoutput_linesarray('DBMS_CRYPTO');
Expand Down
17 changes: 17 additions & 0 deletions source/check_sys_grants.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
utPLSQL - Version 3
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

define expected_grants = "&1"
declare
c_expected_grants constant dbmsoutput_linesarray := dbmsoutput_linesarray( &expected_grants );
Expand Down
2 changes: 1 addition & 1 deletion source/core/annotations/ut_annotated_object.tps
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create type ut_annotated_object as object(
/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/core/annotations/ut_annotated_objects.tps
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create type ut_annotated_objects as
/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/core/annotations/ut_annotation.tps
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create type ut_annotation as object(
/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/core/annotations/ut_annotation_cache.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create table ut_annotation_cache (
/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project
Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Expand Down
2 changes: 1 addition & 1 deletion source/core/annotations/ut_annotation_cache_info.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create table ut_annotation_cache_info (
/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project
Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Expand Down
2 changes: 1 addition & 1 deletion source/core/annotations/ut_annotation_cache_manager.pkb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create or replace package body ut_annotation_cache_manager as
/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/core/annotations/ut_annotation_cache_manager.pks
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create or replace package ut_annotation_cache_manager authid definer as
/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/core/annotations/ut_annotation_cache_schema.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create table ut_annotation_cache_schema (
/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project
Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Expand Down
2 changes: 1 addition & 1 deletion source/core/annotations/ut_annotation_cache_seq.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create sequence ut_annotation_cache_seq
/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project
Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Expand Down
2 changes: 1 addition & 1 deletion source/core/annotations/ut_annotation_manager.pkb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create or replace package body ut_annotation_manager as
/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/core/annotations/ut_annotation_manager.pks
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create or replace package ut_annotation_manager authid current_user as
/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/core/annotations/ut_annotation_obj_cache_info.tps
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create type ut_annotation_obj_cache_info as object(
/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/core/annotations/ut_annotation_objs_cache_info.tps
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create type ut_annotation_objs_cache_info as
/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/core/annotations/ut_annotation_parser.pkb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create or replace package body ut_annotation_parser as
/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/core/annotations/ut_annotation_parser.pks
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create or replace package ut_annotation_parser authid current_user as
/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/core/annotations/ut_annotations.tps
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create type ut_annotations
/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
Expand Down
16 changes: 16 additions & 0 deletions source/core/annotations/ut_trigger_annotation_parsing.trg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@ create or replace trigger ut_trigger_annotation_parsing
after create or alter or drop
on database
begin
/*
utPLSQL - Version 3
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
if (ora_dict_obj_owner = UPPER('&&UT3_OWNER')
and ora_dict_obj_name = 'UT3_TRIGGER_ALIVE'
and ora_dict_obj_type = 'SYNONYM')
Expand Down
2 changes: 1 addition & 1 deletion source/core/annotations/ut_trigger_check.pkb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create or replace package body ut_trigger_check is
/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/core/annotations/ut_trigger_check.pks
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create or replace package ut_trigger_check authid definer is
/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/core/coverage/ut_coverage.pkb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create or replace package body ut_coverage is
/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/core/coverage/ut_coverage.pks
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create or replace package ut_coverage authid current_user is
/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/core/coverage/ut_coverage_block.pkb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create or replace package body ut_coverage_block is
/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/core/coverage/ut_coverage_block.pks
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create or replace package ut_coverage_block authid current_user is
/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/core/coverage/ut_coverage_helper.pkb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create or replace package body ut_coverage_helper is
/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/core/coverage/ut_coverage_helper.pks
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create or replace package ut_coverage_helper authid definer is
/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/core/coverage/ut_coverage_helper_block.pkb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create or replace package body ut_coverage_helper_block is
/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/core/coverage/ut_coverage_helper_block.pks
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create or replace package ut_coverage_helper_block authid current_user is
/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/core/coverage/ut_coverage_helper_profiler.pkb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create or replace package body ut_coverage_helper_profiler is
/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/core/coverage/ut_coverage_helper_profiler.pks
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create or replace package ut_coverage_helper_profiler authid definer is
/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/core/coverage/ut_coverage_profiler.pkb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create or replace package body ut_coverage_profiler is
/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion source/core/coverage/ut_coverage_profiler.pks
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create or replace package ut_coverage_profiler authid current_user is
/*
utPLSQL - Version 3
Copyright 2016 - 2021 utPLSQL Project
Copyright 2016 - 2026 utPLSQL Project

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