Skip to content

Commit

Permalink
Updated Copyright notice to 2018
Browse files Browse the repository at this point in the history
Resolves #736
  • Loading branch information
jgebal committed Jul 27, 2018
1 parent ac3a31c commit d309c90
Show file tree
Hide file tree
Showing 212 changed files with 215 additions and 215 deletions.
2 changes: 1 addition & 1 deletion mkdocs.yml
Expand Up @@ -3,7 +3,7 @@

site_name: utPLSQL
site_description: utPLSQL Documenation Powerful Unit Testing Framework for Oracle PL/SQL
copyright: Copyright © 2016 - 2017 utPLSQL Team
copyright: Copyright © 2016 - 2018 utPLSQL Team
repo_url: https://github.com/utPLSQL/utPLSQL
theme: mkdocs
use_directory_urls: false
Expand Down
2 changes: 1 addition & 1 deletion source/api/ut.pkb
Expand Up @@ -2,7 +2,7 @@ create or replace package body ut is

/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
Expand Up @@ -2,7 +2,7 @@ create or replace package ut authid current_user as

/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
Expand Up @@ -2,7 +2,7 @@ create or replace package body ut_runner is

/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
Expand Up @@ -2,7 +2,7 @@ create or replace package ut_runner authid current_user is

/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
@@ -1,7 +1,7 @@
create type ut_annotated_object as object(
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
@@ -1,7 +1,7 @@
create type ut_annotated_objects as
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
@@ -1,7 +1,7 @@
create type ut_annotation as object(
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
@@ -1,7 +1,7 @@
create table ut_annotation_cache (
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
@@ -1,7 +1,7 @@
create table ut_annotation_cache_info (
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
@@ -1,7 +1,7 @@
create or replace package body ut_annotation_cache_manager as
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
@@ -1,7 +1,7 @@
create or replace package ut_annotation_cache_manager authid definer as
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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_seq.sql
@@ -1,7 +1,7 @@
create sequence ut_annotation_cache_seq
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
@@ -1,7 +1,7 @@
create or replace package body ut_annotation_manager as
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
@@ -1,7 +1,7 @@
create or replace package ut_annotation_manager authid current_user as
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
@@ -1,7 +1,7 @@
create type ut_annotation_obj_cache_info as object(
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
@@ -1,7 +1,7 @@
create type ut_annotation_objs_cache_info as
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
@@ -1,7 +1,7 @@
create or replace package body ut_annotation_parser as
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
@@ -1,7 +1,7 @@
create or replace package ut_annotation_parser authid current_user as
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
@@ -1,7 +1,7 @@
create type ut_annotations
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
@@ -1,7 +1,7 @@
create or replace package body ut_coverage is
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
@@ -1,7 +1,7 @@
create or replace package ut_coverage authid current_user is
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
@@ -1,7 +1,7 @@
create or replace package body ut_coverage_block is
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
@@ -1,7 +1,7 @@
create or replace package ut_coverage_block authid current_user is
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
@@ -1,7 +1,7 @@
create or replace package body ut_coverage_helper is
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
@@ -1,7 +1,7 @@
create or replace package ut_coverage_helper authid definer is
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
@@ -1,7 +1,7 @@
create or replace package body ut_coverage_helper_block is
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
@@ -1,7 +1,7 @@
create or replace package ut_coverage_helper_block authid current_user is
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
@@ -1,7 +1,7 @@
create or replace package body ut_coverage_helper_profiler is
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
@@ -1,7 +1,7 @@
create or replace package ut_coverage_helper_profiler authid definer is
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
@@ -1,7 +1,7 @@
create or replace package body ut_coverage_profiler is
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
@@ -1,7 +1,7 @@
create or replace package ut_coverage_profiler authid current_user is
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
@@ -1,7 +1,7 @@
create or replace type body ut_coverage_reporter_base is
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
@@ -1,7 +1,7 @@
create or replace type ut_coverage_reporter_base under ut_output_reporter_base(
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
4 changes: 2 additions & 2 deletions source/core/coverage/ut_coverage_sources_tmp.sql
@@ -1,7 +1,7 @@
create global temporary table ut_coverage_sources_tmp$(
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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 Expand Up @@ -39,7 +39,7 @@ begin
v_view_source := ' ut_coverage_sources_tmp as
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
@@ -1,7 +1,7 @@
create or replace type ut_event_item authid current_user as object (
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
@@ -1,7 +1,7 @@
create or replace type ut_event_listener authid current_user as object (
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
@@ -1,7 +1,7 @@
create or replace package body ut_event_manager as
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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.pks
@@ -1,7 +1,7 @@
create or replace package ut_event_manager authid current_user as
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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/output_buffers/ut_output_buffer_base.tps
@@ -1,7 +1,7 @@
create or replace type ut_output_buffer_base authid definer as object(
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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
4 changes: 2 additions & 2 deletions source/core/output_buffers/ut_output_buffer_info_tmp.sql
@@ -1,7 +1,7 @@
create table ut_output_buffer_info_tmp$(
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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 Expand Up @@ -40,7 +40,7 @@ begin
v_view_source := ' ut_output_buffer_info_tmp as
/*
utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project
Copyright 2016 - 2018 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

0 comments on commit d309c90

Please sign in to comment.