diff options
Diffstat (limited to 'backends/epoc')
-rw-r--r-- | backends/epoc/S60/ScummVMApp.cpp | 3 | ||||
-rw-r--r-- | backends/epoc/S60/ScummVMApp.h | 3 | ||||
-rw-r--r-- | backends/epoc/S60v3/ScummVM.rss | 3 | ||||
-rw-r--r-- | backends/epoc/S60v3/ScummVMApp.cpp | 3 | ||||
-rw-r--r-- | backends/epoc/S60v3/ScummVMApp.h | 3 | ||||
-rw-r--r-- | backends/epoc/S80/ScummVMApp.cpp | 3 | ||||
-rw-r--r-- | backends/epoc/S80/ScummVMApp.h | 3 | ||||
-rw-r--r-- | backends/epoc/S90/ScummVMApp.cpp | 3 | ||||
-rw-r--r-- | backends/epoc/S90/ScummVMApp.h | 3 | ||||
-rw-r--r-- | backends/epoc/UIQ2/ScummVM.rss | 3 | ||||
-rw-r--r-- | backends/epoc/UIQ3/ScummVM.rss | 3 | ||||
-rw-r--r-- | backends/epoc/src/ScummApp.cpp | 3 | ||||
-rw-r--r-- | backends/epoc/src/ScummApp.h | 3 | ||||
-rw-r--r-- | backends/epoc/src/SymbianActions.cpp | 3 | ||||
-rw-r--r-- | backends/epoc/src/SymbianActions.h | 3 | ||||
-rw-r--r-- | backends/epoc/src/SymbianOS.cpp | 3 | ||||
-rw-r--r-- | backends/epoc/src/SymbianOS.h | 3 | ||||
-rw-r--r-- | backends/epoc/src/portdefs.h | 3 |
18 files changed, 36 insertions, 18 deletions
diff --git a/backends/epoc/S60/ScummVMApp.cpp b/backends/epoc/S60/ScummVMApp.cpp index 40021d128c..917f997385 100644 --- a/backends/epoc/S60/ScummVMApp.cpp +++ b/backends/epoc/S60/ScummVMApp.cpp @@ -18,7 +18,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $Header$ + * $URL$ + * $Id$ */ #include "ScummVMapp.h" diff --git a/backends/epoc/S60/ScummVMApp.h b/backends/epoc/S60/ScummVMApp.h index 1cfb34712c..cccef76c8c 100644 --- a/backends/epoc/S60/ScummVMApp.h +++ b/backends/epoc/S60/ScummVMApp.h @@ -18,7 +18,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $Header$ + * $URL$ + * $Id$ */ #ifndef ScummVMapps60h diff --git a/backends/epoc/S60v3/ScummVM.rss b/backends/epoc/S60v3/ScummVM.rss index 58f3aeede7..41aa0a59e2 100644 --- a/backends/epoc/S60v3/ScummVM.rss +++ b/backends/epoc/S60v3/ScummVM.rss @@ -18,7 +18,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $Header$ + * $URL$ + * $Id$ */ // ScummVM.RSS diff --git a/backends/epoc/S60v3/ScummVMApp.cpp b/backends/epoc/S60v3/ScummVMApp.cpp index 5b8ee681b4..33e3614059 100644 --- a/backends/epoc/S60v3/ScummVMApp.cpp +++ b/backends/epoc/S60v3/ScummVMApp.cpp @@ -18,7 +18,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $Header$ + * $URL$ + * $Id$ */ #include "ScummVMapp.h" diff --git a/backends/epoc/S60v3/ScummVMApp.h b/backends/epoc/S60v3/ScummVMApp.h index 3cbe7f0aa1..5ffeeee46a 100644 --- a/backends/epoc/S60v3/ScummVMApp.h +++ b/backends/epoc/S60v3/ScummVMApp.h @@ -18,7 +18,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $Header$ + * $URL$ + * $Id$ */ #ifndef ScummVMapps60h diff --git a/backends/epoc/S80/ScummVMApp.cpp b/backends/epoc/S80/ScummVMApp.cpp index 61f9bc7c76..f835de5d0c 100644 --- a/backends/epoc/S80/ScummVMApp.cpp +++ b/backends/epoc/S80/ScummVMApp.cpp @@ -18,7 +18,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $Header$ + * $URL$ + * $Id$ */ #include "ScummVMapp.h" diff --git a/backends/epoc/S80/ScummVMApp.h b/backends/epoc/S80/ScummVMApp.h index 58ca1435c1..096cbc6f1d 100644 --- a/backends/epoc/S80/ScummVMApp.h +++ b/backends/epoc/S80/ScummVMApp.h @@ -18,7 +18,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $Header$ + * $URL$ + * $Id$ */ #ifndef ScummVMapps60h diff --git a/backends/epoc/S90/ScummVMApp.cpp b/backends/epoc/S90/ScummVMApp.cpp index 8a83b4ea8e..c958321b1c 100644 --- a/backends/epoc/S90/ScummVMApp.cpp +++ b/backends/epoc/S90/ScummVMApp.cpp @@ -18,7 +18,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $Header$ + * $URL$ + * $Id$ */ #include "ScummVMapp.h" diff --git a/backends/epoc/S90/ScummVMApp.h b/backends/epoc/S90/ScummVMApp.h index 58ca1435c1..096cbc6f1d 100644 --- a/backends/epoc/S90/ScummVMApp.h +++ b/backends/epoc/S90/ScummVMApp.h @@ -18,7 +18,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $Header$ + * $URL$ + * $Id$ */ #ifndef ScummVMapps60h diff --git a/backends/epoc/UIQ2/ScummVM.rss b/backends/epoc/UIQ2/ScummVM.rss index 58f3aeede7..41aa0a59e2 100644 --- a/backends/epoc/UIQ2/ScummVM.rss +++ b/backends/epoc/UIQ2/ScummVM.rss @@ -18,7 +18,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $Header$ + * $URL$ + * $Id$ */ // ScummVM.RSS diff --git a/backends/epoc/UIQ3/ScummVM.rss b/backends/epoc/UIQ3/ScummVM.rss index 58f3aeede7..41aa0a59e2 100644 --- a/backends/epoc/UIQ3/ScummVM.rss +++ b/backends/epoc/UIQ3/ScummVM.rss @@ -18,7 +18,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $Header$ + * $URL$ + * $Id$ */ // ScummVM.RSS diff --git a/backends/epoc/src/ScummApp.cpp b/backends/epoc/src/ScummApp.cpp index fe7540358e..55cd274962 100644 --- a/backends/epoc/src/ScummApp.cpp +++ b/backends/epoc/src/ScummApp.cpp @@ -18,7 +18,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $Header$ + * $URL$ + * $Id$ */ #include "backends/epoc/src/ScummApp.h" diff --git a/backends/epoc/src/ScummApp.h b/backends/epoc/src/ScummApp.h index c0c31e4875..1bcf92522c 100644 --- a/backends/epoc/src/ScummApp.h +++ b/backends/epoc/src/ScummApp.h @@ -18,7 +18,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $Header$ + * $URL$ + * $Id$ */ #ifndef ScummAPPH diff --git a/backends/epoc/src/SymbianActions.cpp b/backends/epoc/src/SymbianActions.cpp index 06cad45134..1b8abc6661 100644 --- a/backends/epoc/src/SymbianActions.cpp +++ b/backends/epoc/src/SymbianActions.cpp @@ -15,7 +15,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $Header$ + * $URL$ + * $Id$ * */ diff --git a/backends/epoc/src/SymbianActions.h b/backends/epoc/src/SymbianActions.h index 18701c5f0c..50a3ed6bac 100644 --- a/backends/epoc/src/SymbianActions.h +++ b/backends/epoc/src/SymbianActions.h @@ -15,7 +15,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $Header$ + * $URL$ + * $Id$ * */ diff --git a/backends/epoc/src/SymbianOS.cpp b/backends/epoc/src/SymbianOS.cpp index 3146d48268..07199c5cfa 100644 --- a/backends/epoc/src/SymbianOS.cpp +++ b/backends/epoc/src/SymbianOS.cpp @@ -18,7 +18,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $Header$ + * $URL$ + * $Id$ */ #include "backends/epoc/src/SymbianOS.h" diff --git a/backends/epoc/src/SymbianOS.h b/backends/epoc/src/SymbianOS.h index ed11e29649..3d16bece34 100644 --- a/backends/epoc/src/SymbianOS.h +++ b/backends/epoc/src/SymbianOS.h @@ -18,7 +18,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $Header$ + * $URL$ + * $Id$ */ #ifndef SDLSYMBIANH diff --git a/backends/epoc/src/portdefs.h b/backends/epoc/src/portdefs.h index da68d9884a..a97d971d60 100644 --- a/backends/epoc/src/portdefs.h +++ b/backends/epoc/src/portdefs.h @@ -18,7 +18,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $Header$ + * $URL$ + * $Id$ */ #include <assert.h> |