diff options
Diffstat (limited to 'tdespell2/plugins/ispell')
-rw-r--r-- | tdespell2/plugins/ispell/correct.cpp | 1 | ||||
-rw-r--r-- | tdespell2/plugins/ispell/good.cpp | 1 | ||||
-rw-r--r-- | tdespell2/plugins/ispell/hash.cpp | 1 | ||||
-rw-r--r-- | tdespell2/plugins/ispell/ispell.h | 1 | ||||
-rw-r--r-- | tdespell2/plugins/ispell/ispell_checker.cpp | 1 | ||||
-rw-r--r-- | tdespell2/plugins/ispell/ispell_checker.h | 1 | ||||
-rw-r--r-- | tdespell2/plugins/ispell/ispell_def.h | 1 | ||||
-rw-r--r-- | tdespell2/plugins/ispell/lookup.cpp | 1 | ||||
-rw-r--r-- | tdespell2/plugins/ispell/makedent.cpp | 1 | ||||
-rw-r--r-- | tdespell2/plugins/ispell/msgs.h | 1 | ||||
-rw-r--r-- | tdespell2/plugins/ispell/sp_spell.h | 1 | ||||
-rw-r--r-- | tdespell2/plugins/ispell/tdespell_ispelldict.cpp | 2 | ||||
-rw-r--r-- | tdespell2/plugins/ispell/tdespell_ispelldict.h | 2 | ||||
-rw-r--r-- | tdespell2/plugins/ispell/tgood.cpp | 1 |
14 files changed, 2 insertions, 14 deletions
diff --git a/tdespell2/plugins/ispell/correct.cpp b/tdespell2/plugins/ispell/correct.cpp index a417ee777..759aa5965 100644 --- a/tdespell2/plugins/ispell/correct.cpp +++ b/tdespell2/plugins/ispell/correct.cpp @@ -1,4 +1,3 @@ -/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* enchant * Copyright (C) 2003 Dom Lachowicz * diff --git a/tdespell2/plugins/ispell/good.cpp b/tdespell2/plugins/ispell/good.cpp index 42ba79515..cb01548a3 100644 --- a/tdespell2/plugins/ispell/good.cpp +++ b/tdespell2/plugins/ispell/good.cpp @@ -1,4 +1,3 @@ -/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* enchant * Copyright (C) 2003 Dom Lachowicz * diff --git a/tdespell2/plugins/ispell/hash.cpp b/tdespell2/plugins/ispell/hash.cpp index 07693c14f..038f671af 100644 --- a/tdespell2/plugins/ispell/hash.cpp +++ b/tdespell2/plugins/ispell/hash.cpp @@ -1,4 +1,3 @@ -/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* enchant * Copyright (C) 2003 Dom Lachowicz * diff --git a/tdespell2/plugins/ispell/ispell.h b/tdespell2/plugins/ispell/ispell.h index 587defc07..d7e60d658 100644 --- a/tdespell2/plugins/ispell/ispell.h +++ b/tdespell2/plugins/ispell/ispell.h @@ -1,4 +1,3 @@ -/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* enchant * Copyright (C) 2003 Dom Lachowicz * diff --git a/tdespell2/plugins/ispell/ispell_checker.cpp b/tdespell2/plugins/ispell/ispell_checker.cpp index 387997444..d21b8374b 100644 --- a/tdespell2/plugins/ispell/ispell_checker.cpp +++ b/tdespell2/plugins/ispell/ispell_checker.cpp @@ -1,4 +1,3 @@ -/* vim: set sw=8: -*- Mode: C++; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* tdespell2 - adopted from Enchant * Copyright (C) 2003 Dom Lachowicz * Copyright (C) 2004 Zack Rusin <zack@kde.org> diff --git a/tdespell2/plugins/ispell/ispell_checker.h b/tdespell2/plugins/ispell/ispell_checker.h index 84faa34f9..d70d30082 100644 --- a/tdespell2/plugins/ispell/ispell_checker.h +++ b/tdespell2/plugins/ispell/ispell_checker.h @@ -1,4 +1,3 @@ -/* vim: set sw=8: -*- Mode: C++; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* tdespell2 - adopted from Enchant * Copyright (C) 2003 Dom Lachowicz * Copyright (C) 2004 Zack Rusin <zack@kde.org> diff --git a/tdespell2/plugins/ispell/ispell_def.h b/tdespell2/plugins/ispell/ispell_def.h index b3d149c43..f837b1104 100644 --- a/tdespell2/plugins/ispell/ispell_def.h +++ b/tdespell2/plugins/ispell/ispell_def.h @@ -1,4 +1,3 @@ -/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* enchant * Copyright (C) 2003 Dom Lachowicz * diff --git a/tdespell2/plugins/ispell/lookup.cpp b/tdespell2/plugins/ispell/lookup.cpp index 773cd88cb..7489253da 100644 --- a/tdespell2/plugins/ispell/lookup.cpp +++ b/tdespell2/plugins/ispell/lookup.cpp @@ -1,4 +1,3 @@ -/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* tdespell2 - adopted from enchant * Copyright (C) 2003 Dom Lachowicz * Copyright (C) 2004 Zack Rusin <zack@kde.org> diff --git a/tdespell2/plugins/ispell/makedent.cpp b/tdespell2/plugins/ispell/makedent.cpp index ebe128dd3..407d5e2fb 100644 --- a/tdespell2/plugins/ispell/makedent.cpp +++ b/tdespell2/plugins/ispell/makedent.cpp @@ -1,4 +1,3 @@ -/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* enchant * Copyright (C) 2003 Dom Lachowicz * diff --git a/tdespell2/plugins/ispell/msgs.h b/tdespell2/plugins/ispell/msgs.h index e3f30220c..4e4bc1265 100644 --- a/tdespell2/plugins/ispell/msgs.h +++ b/tdespell2/plugins/ispell/msgs.h @@ -1,4 +1,3 @@ -/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* enchant * Copyright (C) 2003 Dom Lachowicz * diff --git a/tdespell2/plugins/ispell/sp_spell.h b/tdespell2/plugins/ispell/sp_spell.h index 9e1d7b903..1539716e2 100644 --- a/tdespell2/plugins/ispell/sp_spell.h +++ b/tdespell2/plugins/ispell/sp_spell.h @@ -1,4 +1,3 @@ -/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* enchant * Copyright (C) 2003 Dom Lachowicz * diff --git a/tdespell2/plugins/ispell/tdespell_ispelldict.cpp b/tdespell2/plugins/ispell/tdespell_ispelldict.cpp index 089fabc9d..3e23320ed 100644 --- a/tdespell2/plugins/ispell/tdespell_ispelldict.cpp +++ b/tdespell2/plugins/ispell/tdespell_ispelldict.cpp @@ -1,4 +1,4 @@ -/** +/* * tdespell_aspelldict.cpp * * Copyright (C) 2003 Zack Rusin <zack@kde.org> diff --git a/tdespell2/plugins/ispell/tdespell_ispelldict.h b/tdespell2/plugins/ispell/tdespell_ispelldict.h index 12b628c49..e5ff62f9e 100644 --- a/tdespell2/plugins/ispell/tdespell_ispelldict.h +++ b/tdespell2/plugins/ispell/tdespell_ispelldict.h @@ -1,4 +1,4 @@ -/** +/* * tdespell_ispelldict.h * * Copyright (C) 2003 Zack Rusin <zack@kde.org> diff --git a/tdespell2/plugins/ispell/tgood.cpp b/tdespell2/plugins/ispell/tgood.cpp index 859eee62f..d8ea11c87 100644 --- a/tdespell2/plugins/ispell/tgood.cpp +++ b/tdespell2/plugins/ispell/tgood.cpp @@ -1,4 +1,3 @@ -/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* enchant * Copyright (C) 2003 Dom Lachowicz * |