Skip to content

Commit e08eb4b

Browse files
Update copyright dates
1 parent 447a81e commit e08eb4b

File tree

7 files changed

+36
-34
lines changed

7 files changed

+36
-34
lines changed

LICENSE

Lines changed: 0 additions & 29 deletions
This file was deleted.

example/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/************************************************************************
22
ECS:Python - Light-Weight C++ Library For Embedding Python Into C++
3-
Copyright (c) 2012-2014 Marcus Tomlinson
3+
Copyright (c) 2012-2019 Marcus Tomlinson
44
55
This file is part of EcsPython.
66

include/EcsMacros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/************************************************************************
22
ECS:Python - Light-Weight C++ Library For Embedding Python Into C++
3-
Copyright (c) 2012-2014 Marcus Tomlinson
3+
Copyright (c) 2012-2019 Marcus Tomlinson
44
55
This file is part of EcsPython.
66

include/EcsPython.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/************************************************************************
22
ECS:Python - Light-Weight C++ Library For Embedding Python Into C++
3-
Copyright (c) 2012-2014 Marcus Tomlinson
3+
Copyright (c) 2012-2019 Marcus Tomlinson
44
55
This file is part of EcsPython.
66

src/EcsMacros.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/************************************************************************
22
ECS:Python - Light-Weight C++ Library For Embedding Python Into C++
3-
Copyright (c) 2012-2014 Marcus Tomlinson
3+
Copyright (c) 2012-2019 Marcus Tomlinson
44
55
This file is part of EcsPython.
66

src/EcsPython.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/************************************************************************
22
ECS:Python - Light-Weight C++ Library For Embedding Python Into C++
3-
Copyright (c) 2012-2014 Marcus Tomlinson
3+
Copyright (c) 2012-2019 Marcus Tomlinson
44
55
This file is part of EcsPython.
66

tests/main.cpp

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
/************************************************************************
2+
ECS:Python - Light-Weight C++ Library For Embedding Python Into C++
3+
Copyright (c) 2012-2019 Marcus Tomlinson
4+
5+
This file is part of EcsPython.
6+
7+
The BSD 2-Clause License:
8+
Redistribution and use in source and binary forms, with or without
9+
modification, are permitted provided that the following conditions are
10+
met:
11+
12+
Redistributions of source code must retain the above copyright notice,
13+
this list of conditions and the following disclaimer.
14+
15+
Redistributions in binary form must reproduce the above copyright notice,
16+
this list of conditions and the following disclaimer in the documentation
17+
and/or other materials provided with the distribution.
18+
19+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
20+
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
21+
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
22+
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
23+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
24+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
25+
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
26+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
27+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
28+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
29+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30+
************************************************************************/
31+
132
#define CATCH_CONFIG_MAIN
233

334
#include <EcsPython.h>

0 commit comments

Comments
 (0)