From 81eb74163ed36cac3ae0d523d955784e48d1dfca Mon Sep 17 00:00:00 2001 From: Itms Date: Wed, 4 Jan 2017 21:00:16 +0000 Subject: [PATCH] Happy New Year *cough*(Years)*cough*! Also fix some whitespace. This was SVN commit r19110. --- source/simulation2/docs/CCmpExample.cpp | 2 +- source/simulation2/docs/ICmpExample.cpp | 2 +- source/simulation2/docs/ICmpExample.h | 6 +++--- source/simulation2/docs/SimulationDocs.h | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/simulation2/docs/CCmpExample.cpp b/source/simulation2/docs/CCmpExample.cpp index a5413a062b..6bf03cf1ac 100644 --- a/source/simulation2/docs/CCmpExample.cpp +++ b/source/simulation2/docs/CCmpExample.cpp @@ -1,4 +1,4 @@ -/* Copyright (C) 2015 Wildfire Games. +/* Copyright (C) 2017 Wildfire Games. * ...the usual copyright header... */ diff --git a/source/simulation2/docs/ICmpExample.cpp b/source/simulation2/docs/ICmpExample.cpp index 0224f723f1..aaeee710c3 100644 --- a/source/simulation2/docs/ICmpExample.cpp +++ b/source/simulation2/docs/ICmpExample.cpp @@ -1,4 +1,4 @@ -/* Copyright (C) 2015 Wildfire Games. +/* Copyright (C) 2017 Wildfire Games. * ...the usual copyright header... */ diff --git a/source/simulation2/docs/ICmpExample.h b/source/simulation2/docs/ICmpExample.h index 23ba10a5eb..81264ea07c 100644 --- a/source/simulation2/docs/ICmpExample.h +++ b/source/simulation2/docs/ICmpExample.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015 Wildfire Games. +/* Copyright (C) 2017 Wildfire Games. * This file is part of 0 A.D. * * 0 A.D. is free software: you can redistribute it and/or modify @@ -34,9 +34,9 @@ public: */ virtual int DoWhatever(int x, int y) = 0; - // ... + // ... - DECLARE_INTERFACE_TYPE(Example) + DECLARE_INTERFACE_TYPE(Example) }; #endif // INCLUDED_ICMPEXAMPLE diff --git a/source/simulation2/docs/SimulationDocs.h b/source/simulation2/docs/SimulationDocs.h index 6cdd4ec322..53964e1b1a 100644 --- a/source/simulation2/docs/SimulationDocs.h +++ b/source/simulation2/docs/SimulationDocs.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015 Wildfire Games. +/* Copyright (C) 2017 Wildfire Games. * This file is part of 0 A.D. * * 0 A.D. is free software: you can redistribute it and/or modify