summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-26 00:05:39 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-26 00:06:01 +0900
commit63b95abe002d3e2ca6e2f25b0862f927a5ed486d (patch)
treea9e978be4fcae1d7c09af38ad9f4744dd97564bd
parent37f818837b1458e9e776a6fee1636b1fb8c1401c (diff)
downloadtdegames-63b95abe002d3e2ca6e2f25b0862f927a5ed486d.tar.gz
tdegames-63b95abe002d3e2ca6e2f25b0862f927a5ed486d.zip
Removed additional code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4116e5dbf5ed84b9556e44c5cabaf6c43097ed54)
-rw-r--r--kbackgammon/engines/fibs/kbgfibs.cpp3
-rw-r--r--kbackgammon/engines/fibs/kbgfibs.h3
-rw-r--r--kbackgammon/engines/fibs/kbgfibschat.cpp4
-rw-r--r--kbackgammon/engines/fibs/kbgfibschat.h3
-rw-r--r--kbackgammon/engines/fibs/kbginvite.cpp3
-rw-r--r--kbackgammon/engines/fibs/kbginvite.h3
-rw-r--r--kbackgammon/engines/fibs/kplayerlist.cpp3
-rw-r--r--kbackgammon/engines/fibs/kplayerlist.h3
-rw-r--r--kbackgammon/engines/generic/kbgengine.cpp3
-rw-r--r--kbackgammon/engines/generic/kbgengine.h3
-rw-r--r--kbackgammon/engines/gnubg/kbggnubg.cpp3
-rw-r--r--kbackgammon/engines/gnubg/kbggnubg.h3
-rw-r--r--kbackgammon/engines/nextgen/kbggame.cpp3
-rw-r--r--kbackgammon/engines/nextgen/kbggame.h3
-rw-r--r--kbackgammon/engines/nextgen/kbgng.cpp3
-rw-r--r--kbackgammon/engines/nextgen/kbgng.h3
-rw-r--r--kbackgammon/engines/nextgen/kbgplayer.cpp3
-rw-r--r--kbackgammon/engines/nextgen/kbgplayer.h3
-rw-r--r--kbackgammon/engines/offline/kbgoffline.cpp3
-rw-r--r--kbackgammon/engines/offline/kbgoffline.h3
-rw-r--r--kbackgammon/kbg.cpp3
-rw-r--r--kbackgammon/kbg.h3
-rw-r--r--kbackgammon/kbgboard.cpp3
-rw-r--r--kbackgammon/kbgboard.h3
-rw-r--r--kbackgammon/kbgstatus.cpp3
-rw-r--r--kbackgammon/kbgtextview.cpp3
-rw-r--r--kbackgammon/kbgtextview.h3
-rw-r--r--kbackgammon/main.cpp3
-rw-r--r--kbackgammon/version.h3
-rw-r--r--kpat/card.h5
-rw-r--r--kpat/cardmaps.cpp3
-rw-r--r--kpat/cardmaps.h3
-rw-r--r--kpat/computation.cpp3
-rw-r--r--kpat/computation.h3
-rw-r--r--kpat/grandf.cpp3
-rw-r--r--kpat/grandf.h3
-rw-r--r--kpat/idiot.h3
-rw-r--r--kpat/klondike.cpp3
-rw-r--r--kpat/klondike.h3
-rw-r--r--kpat/napoleon.h3
-rw-r--r--kpat/pwidget.h2
-rw-r--r--kreversi/Engine.cpp2
-rw-r--r--kreversi/Engine.h2
-rw-r--r--kreversi/Game.cpp2
-rw-r--r--kreversi/Game.h2
-rw-r--r--kreversi/Move.cpp2
-rw-r--r--kreversi/Move.h2
-rw-r--r--kreversi/Position.cpp2
-rw-r--r--kreversi/Position.h2
-rw-r--r--kreversi/Score.cpp2
-rw-r--r--kreversi/Score.h2
-rw-r--r--kreversi/SuperEngine.cpp2
-rw-r--r--kreversi/SuperEngine.h2
-rw-r--r--kreversi/board.cpp2
-rw-r--r--kreversi/board.h2
-rw-r--r--kreversi/kreversi.cpp2
-rw-r--r--kreversi/kreversi.h2
-rw-r--r--kreversi/main.cpp2
-rw-r--r--kreversi/qreversigame.cpp2
-rw-r--r--kreversi/qreversigame.h2
-rw-r--r--kreversi/qreversigameview.cpp2
-rw-r--r--kreversi/qreversigameview.h2
-rw-r--r--ksame/KSameWidget.cpp1
-rw-r--r--ksame/KSameWidget.h1
-rw-r--r--ksame/StoneField.h1
-rw-r--r--ksame/StoneWidget.h1
-rw-r--r--kshisen/app.cpp2
-rw-r--r--kshisen/app.h2
-rw-r--r--kshisen/board.cpp2
-rw-r--r--kshisen/board.h2
-rw-r--r--kshisen/main.cpp2
71 files changed, 67 insertions, 114 deletions
diff --git a/kbackgammon/engines/fibs/kbgfibs.cpp b/kbackgammon/engines/fibs/kbgfibs.cpp
index ab970518..d915eec9 100644
--- a/kbackgammon/engines/fibs/kbgfibs.cpp
+++ b/kbackgammon/engines/fibs/kbgfibs.cpp
@@ -1,5 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
-
+/*
Copyright (C) 1999-2001 Jens Hoefkens
jens@hoefkens.com
diff --git a/kbackgammon/engines/fibs/kbgfibs.h b/kbackgammon/engines/fibs/kbgfibs.h
index 0c143744..9e74a497 100644
--- a/kbackgammon/engines/fibs/kbgfibs.h
+++ b/kbackgammon/engines/fibs/kbgfibs.h
@@ -1,5 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
-
+/*
Copyright (C) 1999-2001 Jens Hoefkens
jens@hoefkens.com
diff --git a/kbackgammon/engines/fibs/kbgfibschat.cpp b/kbackgammon/engines/fibs/kbgfibschat.cpp
index de7311d4..19a4a7a2 100644
--- a/kbackgammon/engines/fibs/kbgfibschat.cpp
+++ b/kbackgammon/engines/fibs/kbgfibschat.cpp
@@ -1,6 +1,4 @@
-
-/* Yo Emacs, this -*- C++ -*-
-
+/*
Copyright (C) 1999-2001 Jens Hoefkens
jens@hoefkens.com
diff --git a/kbackgammon/engines/fibs/kbgfibschat.h b/kbackgammon/engines/fibs/kbgfibschat.h
index 1c39aaf8..f2863397 100644
--- a/kbackgammon/engines/fibs/kbgfibschat.h
+++ b/kbackgammon/engines/fibs/kbgfibschat.h
@@ -1,5 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
-
+/*
Copyright (C) 1999-2001 Jens Hoefkens
jens@hoefkens.com
diff --git a/kbackgammon/engines/fibs/kbginvite.cpp b/kbackgammon/engines/fibs/kbginvite.cpp
index 1858fdd5..ef186f03 100644
--- a/kbackgammon/engines/fibs/kbginvite.cpp
+++ b/kbackgammon/engines/fibs/kbginvite.cpp
@@ -1,5 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
-
+/*
Copyright (C) 1999-2001 Jens Hoefkens
jens@hoefkens.com
diff --git a/kbackgammon/engines/fibs/kbginvite.h b/kbackgammon/engines/fibs/kbginvite.h
index abed6119..0c0aaf43 100644
--- a/kbackgammon/engines/fibs/kbginvite.h
+++ b/kbackgammon/engines/fibs/kbginvite.h
@@ -1,5 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
-
+/*
Copyright (C) 1999-2001 Jens Hoefkens
jens@hoefkens.com
diff --git a/kbackgammon/engines/fibs/kplayerlist.cpp b/kbackgammon/engines/fibs/kplayerlist.cpp
index 1cc43754..deffaa91 100644
--- a/kbackgammon/engines/fibs/kplayerlist.cpp
+++ b/kbackgammon/engines/fibs/kplayerlist.cpp
@@ -1,5 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
-
+/*
Copyright (C) 1999-2001 Jens Hoefkens
jens@hoefkens.com
diff --git a/kbackgammon/engines/fibs/kplayerlist.h b/kbackgammon/engines/fibs/kplayerlist.h
index 47f86ce4..56513e65 100644
--- a/kbackgammon/engines/fibs/kplayerlist.h
+++ b/kbackgammon/engines/fibs/kplayerlist.h
@@ -1,5 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
-
+/*
Copyright (C) 1999-2001 Jens Hoefkens
jens@hoefkens.com
diff --git a/kbackgammon/engines/generic/kbgengine.cpp b/kbackgammon/engines/generic/kbgengine.cpp
index a066a8c3..3e193984 100644
--- a/kbackgammon/engines/generic/kbgengine.cpp
+++ b/kbackgammon/engines/generic/kbgengine.cpp
@@ -1,5 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
-
+/*
Copyright (C) 1999-2001 Jens Hoefkens
jens@hoefkens.com
diff --git a/kbackgammon/engines/generic/kbgengine.h b/kbackgammon/engines/generic/kbgengine.h
index 7ae3f3ad..75d1cc6d 100644
--- a/kbackgammon/engines/generic/kbgengine.h
+++ b/kbackgammon/engines/generic/kbgengine.h
@@ -1,5 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
-
+/*
Copyright (C) 1999-2001 Jens Hoefkens
jens@hoefkens.com
diff --git a/kbackgammon/engines/gnubg/kbggnubg.cpp b/kbackgammon/engines/gnubg/kbggnubg.cpp
index 32dd96cf..6b49a78d 100644
--- a/kbackgammon/engines/gnubg/kbggnubg.cpp
+++ b/kbackgammon/engines/gnubg/kbggnubg.cpp
@@ -1,5 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
-
+/*
Copyright (C) 1999-2001 Jens Hoefkens
jens@hoefkens.com
diff --git a/kbackgammon/engines/gnubg/kbggnubg.h b/kbackgammon/engines/gnubg/kbggnubg.h
index 6ced7ea1..dcde6f1f 100644
--- a/kbackgammon/engines/gnubg/kbggnubg.h
+++ b/kbackgammon/engines/gnubg/kbggnubg.h
@@ -1,5 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
-
+/*
Copyright (C) 1999-2001 Jens Hoefkens
jens@hoefkens.com
diff --git a/kbackgammon/engines/nextgen/kbggame.cpp b/kbackgammon/engines/nextgen/kbggame.cpp
index 5550bab8..f5a5a6e3 100644
--- a/kbackgammon/engines/nextgen/kbggame.cpp
+++ b/kbackgammon/engines/nextgen/kbggame.cpp
@@ -1,5 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
-
+/*
Copyright (C) 1999-2001 Jens Hoefkens
jens@hoefkens.com
diff --git a/kbackgammon/engines/nextgen/kbggame.h b/kbackgammon/engines/nextgen/kbggame.h
index bfbf2a06..c224f7d2 100644
--- a/kbackgammon/engines/nextgen/kbggame.h
+++ b/kbackgammon/engines/nextgen/kbggame.h
@@ -1,5 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
-
+/*
Copyright (C) 1999-2001 Jens Hoefkens
jens@hoefkens.com
diff --git a/kbackgammon/engines/nextgen/kbgng.cpp b/kbackgammon/engines/nextgen/kbgng.cpp
index 018f701d..aadb536f 100644
--- a/kbackgammon/engines/nextgen/kbgng.cpp
+++ b/kbackgammon/engines/nextgen/kbgng.cpp
@@ -1,5 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
-
+/*
Copyright (C) 1999-2001 Jens Hoefkens
jens@hoefkens.com
diff --git a/kbackgammon/engines/nextgen/kbgng.h b/kbackgammon/engines/nextgen/kbgng.h
index b936f377..42468f1d 100644
--- a/kbackgammon/engines/nextgen/kbgng.h
+++ b/kbackgammon/engines/nextgen/kbgng.h
@@ -1,5 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
-
+/*
Copyright (C) 1999-2001 Jens Hoefkens
jens@hoefkens.com
diff --git a/kbackgammon/engines/nextgen/kbgplayer.cpp b/kbackgammon/engines/nextgen/kbgplayer.cpp
index 2fc67461..902194e9 100644
--- a/kbackgammon/engines/nextgen/kbgplayer.cpp
+++ b/kbackgammon/engines/nextgen/kbgplayer.cpp
@@ -1,5 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
-
+/*
Copyright (C) 1999-2001 Jens Hoefkens
jens@hoefkens.com
diff --git a/kbackgammon/engines/nextgen/kbgplayer.h b/kbackgammon/engines/nextgen/kbgplayer.h
index 9256db6b..244a4aeb 100644
--- a/kbackgammon/engines/nextgen/kbgplayer.h
+++ b/kbackgammon/engines/nextgen/kbgplayer.h
@@ -1,5 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
-
+/*
Copyright (C) 1999-2001 Jens Hoefkens
jens@hoefkens.com
diff --git a/kbackgammon/engines/offline/kbgoffline.cpp b/kbackgammon/engines/offline/kbgoffline.cpp
index 681a6514..ce8dd54d 100644
--- a/kbackgammon/engines/offline/kbgoffline.cpp
+++ b/kbackgammon/engines/offline/kbgoffline.cpp
@@ -1,5 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
-
+/*
Copyright (C) 1999-2001 Jens Hoefkens
jens@hoefkens.com
diff --git a/kbackgammon/engines/offline/kbgoffline.h b/kbackgammon/engines/offline/kbgoffline.h
index 670fb99e..673e94a1 100644
--- a/kbackgammon/engines/offline/kbgoffline.h
+++ b/kbackgammon/engines/offline/kbgoffline.h
@@ -1,5 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
-
+/*
Copyright (C) 1999-2001 Jens Hoefkens
jens@hoefkens.com
diff --git a/kbackgammon/kbg.cpp b/kbackgammon/kbg.cpp
index 3bb99777..696d9b7f 100644
--- a/kbackgammon/kbg.cpp
+++ b/kbackgammon/kbg.cpp
@@ -1,5 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
-
+/*
Copyright (C) 1999-2001 Jens Hoefkens
jens@hoefkens.com
diff --git a/kbackgammon/kbg.h b/kbackgammon/kbg.h
index 73aa9e63..c4e740fd 100644
--- a/kbackgammon/kbg.h
+++ b/kbackgammon/kbg.h
@@ -1,5 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
-
+/*
Copyright (C) 1999-2001 Jens Hoefkens
hoefkens@pilot.msu.edu
diff --git a/kbackgammon/kbgboard.cpp b/kbackgammon/kbgboard.cpp
index e8cb6c0d..166b2a3a 100644
--- a/kbackgammon/kbgboard.cpp
+++ b/kbackgammon/kbgboard.cpp
@@ -1,5 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
-
+/*
Copyright (C) 1999-2001 Jens Hoefkens
jens@hoefkens.com
diff --git a/kbackgammon/kbgboard.h b/kbackgammon/kbgboard.h
index 524f1658..fc05bc60 100644
--- a/kbackgammon/kbgboard.h
+++ b/kbackgammon/kbgboard.h
@@ -1,5 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
-
+/*
Copyright (C) 1999-2001 Jens Hoefkens
jens@hoefkens.com
diff --git a/kbackgammon/kbgstatus.cpp b/kbackgammon/kbgstatus.cpp
index 824ff721..2b394d43 100644
--- a/kbackgammon/kbgstatus.cpp
+++ b/kbackgammon/kbgstatus.cpp
@@ -1,5 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
-
+/*
Copyright (C) 2001 Jens Hoefkens
jens@hoefkens.com
diff --git a/kbackgammon/kbgtextview.cpp b/kbackgammon/kbgtextview.cpp
index d17352e5..f8d7328f 100644
--- a/kbackgammon/kbgtextview.cpp
+++ b/kbackgammon/kbgtextview.cpp
@@ -1,5 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
-
+/*
Copyright (C) 1999,2000 Jens Hoefkens
jens@hoefkens.com
diff --git a/kbackgammon/kbgtextview.h b/kbackgammon/kbgtextview.h
index 93514255..5398d681 100644
--- a/kbackgammon/kbgtextview.h
+++ b/kbackgammon/kbgtextview.h
@@ -1,5 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
-
+/*
Copyright (C) 1999,2000 Jens Hoefkens
jens@hoefkens.com
diff --git a/kbackgammon/main.cpp b/kbackgammon/main.cpp
index c1121338..1672e3aa 100644
--- a/kbackgammon/main.cpp
+++ b/kbackgammon/main.cpp
@@ -1,5 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
-
+/*
Copyright (C) 1999-2001 Jens Hoefkens
jens@hoefkens.com
diff --git a/kbackgammon/version.h b/kbackgammon/version.h
index 11d5dbec..a810d442 100644
--- a/kbackgammon/version.h
+++ b/kbackgammon/version.h
@@ -1,5 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
-
+/*
Copyright (C) 1999-2001 Jens Hoefkens
jens@hoefkens.com
diff --git a/kpat/card.h b/kpat/card.h
index aa253be5..c6518170 100644
--- a/kpat/card.h
+++ b/kpat/card.h
@@ -1,7 +1,4 @@
-/*****************-*-C++-*-****************
-
-
-
+/*
Card.h -- movable and stackable cards
with check for legal moves
diff --git a/kpat/cardmaps.cpp b/kpat/cardmaps.cpp
index 79a950bd..c7ba0717 100644
--- a/kpat/cardmaps.cpp
+++ b/kpat/cardmaps.cpp
@@ -1,5 +1,4 @@
-/***********************-*-C++-*-********
-
+/*
cardmaps.cpp defines pixmaps for playing cards
Copyright (C) 1995 Paul Olav Tvete
diff --git a/kpat/cardmaps.h b/kpat/cardmaps.h
index 0a2a284a..93e27ef3 100644
--- a/kpat/cardmaps.h
+++ b/kpat/cardmaps.h
@@ -1,5 +1,4 @@
-/***********************-*-C++-*-********
-
+/*
cardmaps.h defines pixmaps for playing cards
Copyright (C) 1995 Paul Olav Tvete
diff --git a/kpat/computation.cpp b/kpat/computation.cpp
index e443b57c..d7f52a16 100644
--- a/kpat/computation.cpp
+++ b/kpat/computation.cpp
@@ -1,5 +1,4 @@
-/***********************-*-C++-*-********
-
+/*
computation.h implements a patience card game
Copyright (C) 1995 Paul Olav Tvete
diff --git a/kpat/computation.h b/kpat/computation.h
index bc063f11..1a2cfbbb 100644
--- a/kpat/computation.h
+++ b/kpat/computation.h
@@ -1,5 +1,4 @@
-/***********************-*-C++-*-********
-
+/*
computation.h implements a patience card game
Copyright (C) 1995 Paul Olav Tvete
diff --git a/kpat/grandf.cpp b/kpat/grandf.cpp
index d2808a27..1a8aeaf3 100644
--- a/kpat/grandf.cpp
+++ b/kpat/grandf.cpp
@@ -1,5 +1,4 @@
-/***********************-*-C++-*-********
-
+/*
grandf.cpp implements a patience card game
Copyright (C) 1995 Paul Olav Tvete
diff --git a/kpat/grandf.h b/kpat/grandf.h
index b479ad74..6a518264 100644
--- a/kpat/grandf.h
+++ b/kpat/grandf.h
@@ -1,5 +1,4 @@
-/***********************-*-C++-*-********
-
+/*
grandf.cpp implements a patience card game
Copyright (C) 1995 Paul Olav Tvete
diff --git a/kpat/idiot.h b/kpat/idiot.h
index f6b61323..05ce221d 100644
--- a/kpat/idiot.h
+++ b/kpat/idiot.h
@@ -1,5 +1,4 @@
-/***********************-*-C++-*-********
-
+/*
idiot.h implements a patience card game
Copyright (C) 1995 Paul Olav Tvete
diff --git a/kpat/klondike.cpp b/kpat/klondike.cpp
index b7091f37..31daeb52 100644
--- a/kpat/klondike.cpp
+++ b/kpat/klondike.cpp
@@ -1,5 +1,4 @@
-/***********************-*-C++-*-********
-
+/*
klondike.cpp implements a patience card game
Copyright (C) 1995 Paul Olav Tvete
diff --git a/kpat/klondike.h b/kpat/klondike.h
index 4ed7088c..31077d0c 100644
--- a/kpat/klondike.h
+++ b/kpat/klondike.h
@@ -1,5 +1,4 @@
-/***********************-*-C++-*-********
-
+/*
klondike.cpp implements a patience card game
Copyright (C) 1995 Paul Olav Tvete
diff --git a/kpat/napoleon.h b/kpat/napoleon.h
index 1f500d89..fca710f8 100644
--- a/kpat/napoleon.h
+++ b/kpat/napoleon.h
@@ -1,5 +1,4 @@
-/***********************-*-C++-*-********
-
+/*
napoleon.cpp implements a patience card game
Copyright (C) 1995 Paul Olav Tvete
diff --git a/kpat/pwidget.h b/kpat/pwidget.h
index 29d5d698..aa40a917 100644
--- a/kpat/pwidget.h
+++ b/kpat/pwidget.h
@@ -1,4 +1,4 @@
-/* -*- C++ -*-
+/*
*
* patience -- main program
* Copyright (C) 1995 Paul Olav Tvete
diff --git a/kreversi/Engine.cpp b/kreversi/Engine.cpp
index ce86b6bd..2e5846e9 100644
--- a/kreversi/Engine.cpp
+++ b/kreversi/Engine.cpp
@@ -1,4 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
+/*
*******************************************************************
*******************************************************************
*
diff --git a/kreversi/Engine.h b/kreversi/Engine.h
index 4b895080..741c8566 100644
--- a/kreversi/Engine.h
+++ b/kreversi/Engine.h
@@ -1,4 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
+/*
*******************************************************************
*******************************************************************
*
diff --git a/kreversi/Game.cpp b/kreversi/Game.cpp
index e389fdd3..d4a9368e 100644
--- a/kreversi/Game.cpp
+++ b/kreversi/Game.cpp
@@ -1,4 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
+/*
*******************************************************************
*******************************************************************
*
diff --git a/kreversi/Game.h b/kreversi/Game.h
index c33a2096..1d00778b 100644
--- a/kreversi/Game.h
+++ b/kreversi/Game.h
@@ -1,4 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
+/*
*******************************************************************
*******************************************************************
*
diff --git a/kreversi/Move.cpp b/kreversi/Move.cpp
index 3916925e..92cff45d 100644
--- a/kreversi/Move.cpp
+++ b/kreversi/Move.cpp
@@ -1,4 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
+/*
*******************************************************************
*******************************************************************
*
diff --git a/kreversi/Move.h b/kreversi/Move.h
index e6ddcf52..e9363410 100644
--- a/kreversi/Move.h
+++ b/kreversi/Move.h
@@ -1,4 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
+/*
*******************************************************************
*******************************************************************
*
diff --git a/kreversi/Position.cpp b/kreversi/Position.cpp
index 80daa7ac..b2c4c4ae 100644
--- a/kreversi/Position.cpp
+++ b/kreversi/Position.cpp
@@ -1,4 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
+/*
*******************************************************************
*******************************************************************
*
diff --git a/kreversi/Position.h b/kreversi/Position.h
index 916279e2..b6c489ea 100644
--- a/kreversi/Position.h
+++ b/kreversi/Position.h
@@ -1,4 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
+/*
*******************************************************************
*******************************************************************
*
diff --git a/kreversi/Score.cpp b/kreversi/Score.cpp
index f508152b..3895c9db 100644
--- a/kreversi/Score.cpp
+++ b/kreversi/Score.cpp
@@ -1,4 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
+/*
*******************************************************************
*******************************************************************
*
diff --git a/kreversi/Score.h b/kreversi/Score.h
index e1681be9..cc48e5a0 100644
--- a/kreversi/Score.h
+++ b/kreversi/Score.h
@@ -1,4 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
+/*
*******************************************************************
*******************************************************************
*
diff --git a/kreversi/SuperEngine.cpp b/kreversi/SuperEngine.cpp
index 3da7326f..b7ceade8 100644
--- a/kreversi/SuperEngine.cpp
+++ b/kreversi/SuperEngine.cpp
@@ -1,4 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
+/*
*******************************************************************
*******************************************************************
*
diff --git a/kreversi/SuperEngine.h b/kreversi/SuperEngine.h
index d3faf6a9..6cf998fa 100644
--- a/kreversi/SuperEngine.h
+++ b/kreversi/SuperEngine.h
@@ -1,4 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
+/*
*******************************************************************
*******************************************************************
*
diff --git a/kreversi/board.cpp b/kreversi/board.cpp
index 1b24a85c..b265e8fa 100644
--- a/kreversi/board.cpp
+++ b/kreversi/board.cpp
@@ -1,4 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
+/*
*******************************************************************
*******************************************************************
*
diff --git a/kreversi/board.h b/kreversi/board.h
index d69ab846..b68c94c1 100644
--- a/kreversi/board.h
+++ b/kreversi/board.h
@@ -1,4 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
+/*
*******************************************************************
*******************************************************************
*
diff --git a/kreversi/kreversi.cpp b/kreversi/kreversi.cpp
index 3c1d8c1a..7e2e83ff 100644
--- a/kreversi/kreversi.cpp
+++ b/kreversi/kreversi.cpp
@@ -1,4 +1,4 @@
-/* Yo Emacs, this is -*- C++ -*-
+/*
*******************************************************************
*******************************************************************
*
diff --git a/kreversi/kreversi.h b/kreversi/kreversi.h
index efdbc4e7..f8fbaf9e 100644
--- a/kreversi/kreversi.h
+++ b/kreversi/kreversi.h
@@ -1,4 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
+/*
*******************************************************************
*******************************************************************
*
diff --git a/kreversi/main.cpp b/kreversi/main.cpp
index 41bb793b..cf9241e1 100644
--- a/kreversi/main.cpp
+++ b/kreversi/main.cpp
@@ -1,4 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
+/*
*******************************************************************
*******************************************************************
*
diff --git a/kreversi/qreversigame.cpp b/kreversi/qreversigame.cpp
index 3e940ca2..f47c2397 100644
--- a/kreversi/qreversigame.cpp
+++ b/kreversi/qreversigame.cpp
@@ -1,4 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
+/*
*******************************************************************
*******************************************************************
*
diff --git a/kreversi/qreversigame.h b/kreversi/qreversigame.h
index a1b16ab3..050b790d 100644
--- a/kreversi/qreversigame.h
+++ b/kreversi/qreversigame.h
@@ -1,4 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
+/*
*******************************************************************
*******************************************************************
*
diff --git a/kreversi/qreversigameview.cpp b/kreversi/qreversigameview.cpp
index 75210a66..02f1ad3d 100644
--- a/kreversi/qreversigameview.cpp
+++ b/kreversi/qreversigameview.cpp
@@ -1,4 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
+/*
*******************************************************************
*******************************************************************
*
diff --git a/kreversi/qreversigameview.h b/kreversi/qreversigameview.h
index 338cd55c..e6ecf0fa 100644
--- a/kreversi/qreversigameview.h
+++ b/kreversi/qreversigameview.h
@@ -1,4 +1,4 @@
-/* Yo Emacs, this -*- C++ -*-
+/*
*******************************************************************
*******************************************************************
*
diff --git a/ksame/KSameWidget.cpp b/ksame/KSameWidget.cpp
index 01736827..60fabc01 100644
--- a/ksame/KSameWidget.cpp
+++ b/ksame/KSameWidget.cpp
@@ -1,4 +1,3 @@
-/* Yo Emacs, this is -*- C++ -*- */
/*
* ksame 0.4 - simple Game
* Copyright (C) 1997,1998 Marcus Kreutzberger
diff --git a/ksame/KSameWidget.h b/ksame/KSameWidget.h
index 692070b4..8d2b2c6f 100644
--- a/ksame/KSameWidget.h
+++ b/ksame/KSameWidget.h
@@ -1,4 +1,3 @@
-/* Yo Emacs, this is -*- C++ -*- */
/*
* ksame 0.4 - simple Game
* Copyright (C) 1997,1998 Marcus Kreutzberger
diff --git a/ksame/StoneField.h b/ksame/StoneField.h
index d38a19b6..c71814dd 100644
--- a/ksame/StoneField.h
+++ b/ksame/StoneField.h
@@ -1,4 +1,3 @@
-/* Yo Emacs, this is -*- C++ -*- */
/*
* ksame 0.4 - simple Game
* Copyright (C) 1997,1998 Marcus Kreutzberger
diff --git a/ksame/StoneWidget.h b/ksame/StoneWidget.h
index 059c268e..720474ae 100644
--- a/ksame/StoneWidget.h
+++ b/ksame/StoneWidget.h
@@ -1,4 +1,3 @@
-/* Yo Emacs, this is -*- C++ -*- */
/*
* ksame 0.4 - simple Game
* Copyright (C) 1997,1998 Marcus Kreutzberger
diff --git a/kshisen/app.cpp b/kshisen/app.cpp
index ccecaf6e..ae3e7f94 100644
--- a/kshisen/app.cpp
+++ b/kshisen/app.cpp
@@ -1,4 +1,4 @@
-/* Yo Emacs, this is -*- C++ -*-
+/*
*******************************************************************
*******************************************************************
*
diff --git a/kshisen/app.h b/kshisen/app.h
index c1db6978..ec39a382 100644
--- a/kshisen/app.h
+++ b/kshisen/app.h
@@ -1,4 +1,4 @@
-/* Yo Emacs, this is -*- C++ -*-
+/*
*******************************************************************
*******************************************************************
*
diff --git a/kshisen/board.cpp b/kshisen/board.cpp
index a19f0600..c868b9fc 100644
--- a/kshisen/board.cpp
+++ b/kshisen/board.cpp
@@ -1,4 +1,4 @@
-/* Yo Emacs, this is -*- C++ -*-
+/*
*******************************************************************
*******************************************************************
*
diff --git a/kshisen/board.h b/kshisen/board.h
index bbad9192..43706524 100644
--- a/kshisen/board.h
+++ b/kshisen/board.h
@@ -1,4 +1,4 @@
-/* Yo Emacs, this is -*- C++ -*-
+/*
*******************************************************************
*******************************************************************
*
diff --git a/kshisen/main.cpp b/kshisen/main.cpp
index 614bf20f..e73d6adf 100644
--- a/kshisen/main.cpp
+++ b/kshisen/main.cpp
@@ -1,4 +1,4 @@
-/* Yo Emacs, this is -*- C++ -*-
+/*
*******************************************************************
*******************************************************************
*