Skip to content

Commit

Permalink
Updated copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
jgebal committed Jun 17, 2019
1 parent 273fd94 commit 27242af
Show file tree
Hide file tree
Showing 257 changed files with 257 additions and 257 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2016 utPLSQL Project
Copyright 2016 - 2019 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.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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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_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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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 - 2017 utPLSQL Project
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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.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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
Copyright 2016 - 2019 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_reporter_base.tpb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create or replace type body ut_coverage_reporter_base is
/*
utPLSQL - Version 3
Copyright 2016 - 2018 utPLSQL Project
Copyright 2016 - 2019 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_reporter_base.tps
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create or replace type ut_coverage_reporter_base under ut_output_reporter_base(
/*
utPLSQL - Version 3
Copyright 2016 - 2018 utPLSQL Project
Copyright 2016 - 2019 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_sources_tmp.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create global temporary table ut_coverage_sources_tmp(
/*
utPLSQL - Version 3
Copyright 2016 - 2018 utPLSQL Project
Copyright 2016 - 2019 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/events/ut_event_item.tps
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create or replace type ut_event_item authid current_user as object (
/*
utPLSQL - Version 3
Copyright 2016 - 2018 utPLSQL Project
Copyright 2016 - 2019 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/events/ut_event_listener.tps
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create or replace type ut_event_listener authid current_user as object (
/*
utPLSQL - Version 3
Copyright 2016 - 2018 utPLSQL Project
Copyright 2016 - 2019 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/events/ut_event_manager.pkb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
create or replace package body ut_event_manager as
/*
utPLSQL - Version 3
Copyright 2016 - 2018 utPLSQL Project
Copyright 2016 - 2019 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

0 comments on commit 27242af

Please sign in to comment.