4444 end;
4545
4646 execute immediate ' create or replace editioning view ut_output_buffer_tmp as
47+ /*
48+ utPLSQL - Version X.X.X.X
49+ Copyright 2016 - 2017 utPLSQL Project
50+ Licensed under the Apache License, Version 2.0 (the "License"):
51+ you may not use this file except in compliance with the License.
52+ You may obtain a copy of the License at
53+ http://www.apache.org/licenses/LICENSE-2.0
54+ Unless required by applicable law or agreed to in writing, software
55+ distributed under the License is distributed on an "AS IS" BASIS,
56+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
57+ See the License for the specific language governing permissions and
58+ limitations under the License.
59+ */
4760select reporter_id
4861 ,message_id
4962 ,text
@@ -53,6 +66,19 @@ select reporter_id
5366exception
5467 when ex_nonedition_user then
5568 execute immediate ' create or replace view ut_output_buffer_tmp as
69+ /*
70+ utPLSQL - Version X.X.X.X
71+ Copyright 2016 - 2017 utPLSQL Project
72+ Licensed under the Apache License, Version 2.0 (the "License"):
73+ you may not use this file except in compliance with the License.
74+ You may obtain a copy of the License at
75+ http://www.apache.org/licenses/LICENSE-2.0
76+ Unless required by applicable law or agreed to in writing, software
77+ distributed under the License is distributed on an "AS IS" BASIS,
78+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
79+ See the License for the specific language governing permissions and
80+ limitations under the License.
81+ */
5682select reporter_id
5783 ,message_id
5884 ,text
0 commit comments