Skip to content

Commit 27242af

Browse files
committed
Updated copyright year
1 parent 273fd94 commit 27242af

File tree

257 files changed

+257
-257
lines changed

Some content is hidden

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

257 files changed

+257
-257
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright 2016 utPLSQL Project
190+
Copyright 2016 - 2019 utPLSQL Project
191191

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

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 - 2018 utPLSQL Project
5+
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
5+
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
5+
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
5+
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
4+
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
4+
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
4+
Copyright 2016 - 2019 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_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 - 2018 utPLSQL Project
4+
Copyright 2016 - 2019 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 - 2018 utPLSQL Project
4+
Copyright 2016 - 2019 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)