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

0 commit comments

Comments
 (0)