diff options
| author | Rémi Verschelde | 2017-04-08 00:11:42 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2017-04-08 00:11:42 +0200 |
| commit | df61dc4b2bd54a5a40c515493c76f5a458e5b541 (patch) | |
| tree | ad62d10031e69ee406836c866f0b8909530ef3dd /modules/pvr | |
| parent | 21bcb71b2caa6e833338e40c915f7e353a377754 (diff) | |
| download | godot-df61dc4b2bd54a5a40c515493c76f5a458e5b541.tar.gz godot-df61dc4b2bd54a5a40c515493c76f5a458e5b541.tar.zst godot-df61dc4b2bd54a5a40c515493c76f5a458e5b541.zip | |
Add "Godot Engine contributors" copyright line
Diffstat (limited to 'modules/pvr')
| -rw-r--r-- | modules/pvr/register_types.cpp | 1 | ||||
| -rw-r--r-- | modules/pvr/register_types.h | 1 | ||||
| -rw-r--r-- | modules/pvr/texture_loader_pvr.cpp | 1 | ||||
| -rw-r--r-- | modules/pvr/texture_loader_pvr.h | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/modules/pvr/register_types.cpp b/modules/pvr/register_types.cpp index 76fe7970d..04e20558c 100644 --- a/modules/pvr/register_types.cpp +++ b/modules/pvr/register_types.cpp @@ -6,6 +6,7 @@ /* http://www.godotengine.org */ /*************************************************************************/ /* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/modules/pvr/register_types.h b/modules/pvr/register_types.h index ac2ab748d..7ff5237c0 100644 --- a/modules/pvr/register_types.h +++ b/modules/pvr/register_types.h @@ -6,6 +6,7 @@ /* http://www.godotengine.org */ /*************************************************************************/ /* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/modules/pvr/texture_loader_pvr.cpp b/modules/pvr/texture_loader_pvr.cpp index 040999840..62cbd9cd8 100644 --- a/modules/pvr/texture_loader_pvr.cpp +++ b/modules/pvr/texture_loader_pvr.cpp @@ -6,6 +6,7 @@ /* http://www.godotengine.org */ /*************************************************************************/ /* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/modules/pvr/texture_loader_pvr.h b/modules/pvr/texture_loader_pvr.h index 768070ee6..7d6083117 100644 --- a/modules/pvr/texture_loader_pvr.h +++ b/modules/pvr/texture_loader_pvr.h @@ -6,6 +6,7 @@ /* http://www.godotengine.org */ /*************************************************************************/ /* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ |
