aboutsummaryrefslogtreecommitdiff
path: root/backends/timer/default
diff options
context:
space:
mode:
authorJohannes Schickel2014-02-18 02:34:18 +0100
committerJohannes Schickel2014-02-18 02:39:32 +0100
commit121687d2ed7811c6805a11b17e295d7e9517b9c6 (patch)
treec268abbc6d70d0441e8c1ba64433023bc0e983c1 /backends/timer/default
parent854de79c236641bdb3414f727d9fee62e70ac463 (diff)
downloadscummvm-rg350-121687d2ed7811c6805a11b17e295d7e9517b9c6.tar.gz
scummvm-rg350-121687d2ed7811c6805a11b17e295d7e9517b9c6.tar.bz2
scummvm-rg350-121687d2ed7811c6805a11b17e295d7e9517b9c6.zip
BACKENDS: Make GPL headers consistent in themselves.
Diffstat (limited to 'backends/timer/default')
-rw-r--r--backends/timer/default/default-timer.cpp1
-rw-r--r--backends/timer/default/default-timer.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/backends/timer/default/default-timer.cpp b/backends/timer/default/default-timer.cpp
index ce93320f3d..8964d5a7c7 100644
--- a/backends/timer/default/default-timer.cpp
+++ b/backends/timer/default/default-timer.cpp
@@ -17,6 +17,7 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
*/
#include "common/scummsys.h"
diff --git a/backends/timer/default/default-timer.h b/backends/timer/default/default-timer.h
index 5884979da0..8b23fb744f 100644
--- a/backends/timer/default/default-timer.h
+++ b/backends/timer/default/default-timer.h
@@ -17,6 +17,7 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
*/
#ifndef BACKENDS_TIMER_DEFAULT_H