diff options
Diffstat (limited to 'platform/x11/power_x11.cpp')
| -rw-r--r-- | platform/x11/power_x11.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/x11/power_x11.cpp b/platform/x11/power_x11.cpp index f6966124b6..472a32bb48 100644 --- a/platform/x11/power_x11.cpp +++ b/platform/x11/power_x11.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 */ @@ -572,4 +572,4 @@ int PowerX11::get_power_percent_left() { else { return -1; } -}
\ No newline at end of file +} |