diff options
Diffstat (limited to 'platform/bb10')
| -rw-r--r-- | platform/bb10/power_bb10.cpp | 2 | ||||
| -rw-r--r-- | platform/bb10/power_bb10.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/platform/bb10/power_bb10.cpp b/platform/bb10/power_bb10.cpp index ef4a59d5d0..5cd84d6246 100644 --- a/platform/bb10/power_bb10.cpp +++ b/platform/bb10/power_bb10.cpp @@ -5,7 +5,7 @@ /* GODOT ENGINE */ /* http://www.godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2016 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ diff --git a/platform/bb10/power_bb10.h b/platform/bb10/power_bb10.h index 156dd31df7..0e6eb53d03 100644 --- a/platform/bb10/power_bb10.h +++ b/platform/bb10/power_bb10.h @@ -5,7 +5,7 @@ /* GODOT ENGINE */ /* http://www.godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2016 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ @@ -46,4 +46,4 @@ public: int get_power_percent_left(); }; -#endif /* PLATFORM_BB10_POWER_BB10_H_ */
\ No newline at end of file +#endif /* PLATFORM_BB10_POWER_BB10_H_ */ |