Skip to content

Commit 024094d

Browse files
authored
Merge pull request #741 from utPLSQL/feature/update_copyright
Updated Copyright notice to 2018
2 parents 3aa4477 + 1a334b8 commit 024094d

File tree

212 files changed

+215
-215
lines changed

Some content is hidden

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

212 files changed

+215
-215
lines changed

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
site_name: utPLSQL
55
site_description: utPLSQL Documenation Powerful Unit Testing Framework for Oracle PL/SQL
6-
copyright: Copyright © 2016 - 2017 utPLSQL Team
6+
copyright: Copyright © 2016 - 2018 utPLSQL Team
77
repo_url: https://github.com/utPLSQL/utPLSQL
88
theme: mkdocs
99
use_directory_urls: false

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 - 2017 utPLSQL Project
5+
Copyright 2016 - 2018 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 - 2017 utPLSQL Project
5+
Copyright 2016 - 2018 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 - 2017 utPLSQL Project
5+
Copyright 2016 - 2018 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 - 2017 utPLSQL Project
5+
Copyright 2016 - 2018 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/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 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 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/core/annotations/ut_annotated_objects.tps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create type ut_annotated_objects as
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 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/core/annotations/ut_annotation.tps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create type ut_annotation as object(
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 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/core/annotations/ut_annotation_cache.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create table ut_annotation_cache (
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 utPLSQL Project
55
Licensed under the Apache License, Version 2.0 (the "License"):
66
you may not use this file except in compliance with the License.
77
You may obtain a copy of the License at

source/core/annotations/ut_annotation_cache_info.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create table ut_annotation_cache_info (
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 utPLSQL Project
55
Licensed under the Apache License, Version 2.0 (the "License"):
66
you may not use this file except in compliance with the License.
77
You may obtain a copy of the License at

source/core/annotations/ut_annotation_cache_manager.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create or replace package body ut_annotation_cache_manager as
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 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/core/annotations/ut_annotation_cache_manager.pks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create or replace package ut_annotation_cache_manager authid definer as
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 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/core/annotations/ut_annotation_cache_seq.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create sequence ut_annotation_cache_seq
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 utPLSQL Project
55
Licensed under the Apache License, Version 2.0 (the "License"):
66
you may not use this file except in compliance with the License.
77
You may obtain a copy of the License at

source/core/annotations/ut_annotation_manager.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create or replace package body ut_annotation_manager as
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 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/core/annotations/ut_annotation_manager.pks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create or replace package ut_annotation_manager authid current_user as
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 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/core/annotations/ut_annotation_obj_cache_info.tps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create type ut_annotation_obj_cache_info as object(
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 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/core/annotations/ut_annotation_objs_cache_info.tps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create type ut_annotation_objs_cache_info as
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 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/core/annotations/ut_annotation_parser.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create or replace package body ut_annotation_parser as
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 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/core/annotations/ut_annotation_parser.pks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create or replace package ut_annotation_parser authid current_user as
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 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/core/annotations/ut_annotations.tps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create type ut_annotations
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 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/core/coverage/ut_coverage.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create or replace package body ut_coverage is
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 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/core/coverage/ut_coverage.pks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create or replace package ut_coverage authid current_user is
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 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/core/coverage/ut_coverage_block.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create or replace package body ut_coverage_block is
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 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/core/coverage/ut_coverage_block.pks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create or replace package ut_coverage_block authid current_user is
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 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/core/coverage/ut_coverage_helper.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create or replace package body ut_coverage_helper is
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 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/core/coverage/ut_coverage_helper.pks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create or replace package ut_coverage_helper authid definer is
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 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/core/coverage/ut_coverage_helper_block.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create or replace package body ut_coverage_helper_block is
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 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/core/coverage/ut_coverage_helper_block.pks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create or replace package ut_coverage_helper_block authid current_user is
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 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/core/coverage/ut_coverage_helper_profiler.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create or replace package body ut_coverage_helper_profiler is
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 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/core/coverage/ut_coverage_helper_profiler.pks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create or replace package ut_coverage_helper_profiler authid definer is
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 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/core/coverage/ut_coverage_profiler.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create or replace package body ut_coverage_profiler is
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 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/core/coverage/ut_coverage_profiler.pks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create or replace package ut_coverage_profiler authid current_user is
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 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/core/coverage/ut_coverage_reporter_base.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_coverage_reporter_base is
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 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/core/coverage/ut_coverage_reporter_base.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_coverage_reporter_base under ut_output_reporter_base(
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 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/core/coverage/ut_coverage_sources_tmp.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create global temporary table ut_coverage_sources_tmp$(
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 utPLSQL Project
55
Licensed under the Apache License, Version 2.0 (the "License"):
66
you may not use this file except in compliance with the License.
77
You may obtain a copy of the License at
@@ -39,7 +39,7 @@ begin
3939
v_view_source := ' ut_coverage_sources_tmp as
4040
/*
4141
utPLSQL - Version 3
42-
Copyright 2016 - 2017 utPLSQL Project
42+
Copyright 2016 - 2018 utPLSQL Project
4343
Licensed under the Apache License, Version 2.0 (the "License"):
4444
you may not use this file except in compliance with the License.
4545
You may obtain a copy of the License at

source/core/events/ut_event_item.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_event_item authid current_user as object (
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 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/core/events/ut_event_listener.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_event_listener authid current_user as object (
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 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/core/events/ut_event_manager.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create or replace package body ut_event_manager as
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 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/core/events/ut_event_manager.pks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create or replace package ut_event_manager authid current_user as
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 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/core/output_buffers/ut_output_buffer_base.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_output_buffer_base authid definer as object(
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 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/core/output_buffers/ut_output_buffer_info_tmp.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create table ut_output_buffer_info_tmp$(
22
/*
33
utPLSQL - Version 3
4-
Copyright 2016 - 2017 utPLSQL Project
4+
Copyright 2016 - 2018 utPLSQL Project
55
Licensed under the Apache License, Version 2.0 (the "License"):
66
you may not use this file except in compliance with the License.
77
You may obtain a copy of the License at
@@ -40,7 +40,7 @@ begin
4040
v_view_source := ' ut_output_buffer_info_tmp as
4141
/*
4242
utPLSQL - Version 3
43-
Copyright 2016 - 2017 utPLSQL Project
43+
Copyright 2016 - 2018 utPLSQL Project
4444
Licensed under the Apache License, Version 2.0 (the "License"):
4545
you may not use this file except in compliance with the License.
4646
You may obtain a copy of the License at

0 commit comments

Comments
 (0)