diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-26 00:05:39 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-26 00:05:39 +0900 |
commit | 4116e5dbf5ed84b9556e44c5cabaf6c43097ed54 (patch) | |
tree | a1fb06d639de00bdbc75f6e889abab91a8678475 /kpat | |
parent | dbe990ad0f0f87b03b6af35af2a2a1a31f8138ab (diff) | |
download | tdegames-4116e5dbf5ed84b9556e44c5cabaf6c43097ed54.tar.gz tdegames-4116e5dbf5ed84b9556e44c5cabaf6c43097ed54.zip |
Removed additional code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kpat')
-rw-r--r-- | kpat/card.h | 5 | ||||
-rw-r--r-- | kpat/cardmaps.cpp | 3 | ||||
-rw-r--r-- | kpat/cardmaps.h | 3 | ||||
-rw-r--r-- | kpat/computation.cpp | 3 | ||||
-rw-r--r-- | kpat/computation.h | 3 | ||||
-rw-r--r-- | kpat/grandf.cpp | 3 | ||||
-rw-r--r-- | kpat/grandf.h | 3 | ||||
-rw-r--r-- | kpat/idiot.h | 3 | ||||
-rw-r--r-- | kpat/klondike.cpp | 3 | ||||
-rw-r--r-- | kpat/klondike.h | 3 | ||||
-rw-r--r-- | kpat/napoleon.h | 3 | ||||
-rw-r--r-- | kpat/pwidget.h | 2 |
12 files changed, 12 insertions, 25 deletions
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 |