Skip to content

Commit 4c46122

Browse files
committed
Update copyright in file headers
1 parent de45c16 commit 4c46122

File tree

5 files changed

+32
-7
lines changed

5 files changed

+32
-7
lines changed

src/oatpp-postgresql/mapping/Deserializer.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
* (_____)(__)(__)(__) |_| |_|
77
*
88
*
9-
* Copyright 2018-present, Leonid Stryzhevskyi <lganzzzo@gmail.com>
9+
* Copyright 2018-present, Don Smyth <don.smyth@gmail.com>
10+
* Leonid Stryzhevskyi <lganzzzo@gmail.com>
1011
*
1112
* Licensed under the Apache License, Version 2.0 (the "License");
1213
* you may not use this file except in compliance with the License.

src/oatpp-postgresql/mapping/Deserializer.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
* (_____)(__)(__)(__) |_| |_|
77
*
88
*
9-
* Copyright 2018-present, Leonid Stryzhevskyi <lganzzzo@gmail.com>
9+
* Copyright 2018-present, Don Smyth <don.smyth@gmail.com>
10+
* Leonid Stryzhevskyi <lganzzzo@gmail.com>
1011
*
1112
* Licensed under the Apache License, Version 2.0 (the "License");
1213
* you may not use this file except in compliance with the License.

src/oatpp-postgresql/mapping/PgArray.hpp

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
1-
//
2-
// Created by dsmyth on 1/1/21.
3-
//
1+
/***************************************************************************
2+
*
3+
* Project _____ __ ____ _ _
4+
* ( _ ) /__\ (_ _)_| |_ _| |_
5+
* )(_)( /(__)\ )( (_ _)(_ _)
6+
* (_____)(__)(__)(__) |_| |_|
7+
*
8+
*
9+
* Copyright 2018-present, Don Smyth <don.smyth@gmail.com>
10+
* Leonid Stryzhevskyi <lganzzzo@gmail.com>
11+
*
12+
* Licensed under the Apache License, Version 2.0 (the "License");
13+
* you may not use this file except in compliance with the License.
14+
* You may obtain a copy of the License at
15+
*
16+
* http://www.apache.org/licenses/LICENSE-2.0
17+
*
18+
* Unless required by applicable law or agreed to in writing, software
19+
* distributed under the License is distributed on an "AS IS" BASIS,
20+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21+
* See the License for the specific language governing permissions and
22+
* limitations under the License.
23+
*
24+
***************************************************************************/
425

526
#ifndef oatpp_postgresql_mapping_PgArray_hpp
627
#define oatpp_postgresql_mapping_PgArray_hpp

src/oatpp-postgresql/mapping/Serializer.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
* (_____)(__)(__)(__) |_| |_|
77
*
88
*
9-
* Copyright 2018-present, Leonid Stryzhevskyi <lganzzzo@gmail.com>
9+
* Copyright 2018-present, Don Smyth <don.smyth@gmail.com>
10+
* Leonid Stryzhevskyi <lganzzzo@gmail.com>
1011
*
1112
* Licensed under the Apache License, Version 2.0 (the "License");
1213
* you may not use this file except in compliance with the License.

src/oatpp-postgresql/mapping/Serializer.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
* (_____)(__)(__)(__) |_| |_|
77
*
88
*
9-
* Copyright 2018-present, Leonid Stryzhevskyi <lganzzzo@gmail.com>
9+
* Copyright 2018-present, Don Smyth <don.smyth@gmail.com>
10+
* Leonid Stryzhevskyi <lganzzzo@gmail.com>
1011
*
1112
* Licensed under the Apache License, Version 2.0 (the "License");
1213
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)