From e28225d79a7dffee902bfb0ecaad98de6f217f95 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Tue, 2 Sep 2003 17:02:32 +0000 Subject: [PATCH] Anal policing of header blurbs. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7639 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/gtk/Alert_pimpl.C | 2 +- src/frontends/gtk/ChangeLog | 4 ++++ src/frontends/gtk/Dialogs.C | 2 +- src/frontends/gtk/FileDialog.C | 2 +- src/frontends/gtk/FileDialogPrivate.C | 2 +- src/frontends/gtk/FileDialogPrivate.h | 2 +- src/frontends/gtk/GAboutlyx.C | 2 +- src/frontends/gtk/GAboutlyx.h | 2 +- src/frontends/gtk/GBC.C | 2 +- src/frontends/gtk/GBC.h | 2 +- src/frontends/gtk/GLyXKeySym.C | 2 +- src/frontends/gtk/GLyXKeySym.h | 2 +- src/frontends/gtk/GMenubar.C | 2 +- src/frontends/gtk/GMenubar.h | 2 +- src/frontends/gtk/GMiniBuffer.C | 2 +- src/frontends/gtk/GMiniBuffer.h | 2 +- src/frontends/gtk/GPainter.C | 2 +- src/frontends/gtk/GPainter.h | 2 +- src/frontends/gtk/GPrint.C | 10 +++++++++- src/frontends/gtk/GPrint.h | 10 ++++++++-- src/frontends/gtk/GScreen.C | 2 +- src/frontends/gtk/GScreen.h | 2 +- src/frontends/gtk/GText.C | 2 +- src/frontends/gtk/GText.h | 2 +- src/frontends/gtk/GTimeout.C | 2 +- src/frontends/gtk/GTimeout.h | 2 +- src/frontends/gtk/GToolbar.C | 2 +- src/frontends/gtk/GToolbar.h | 2 +- src/frontends/gtk/GView.C | 2 +- src/frontends/gtk/GView.h | 2 +- src/frontends/gtk/GViewBase.C | 2 +- src/frontends/gtk/GViewBase.h | 2 +- src/frontends/gtk/GWorkArea.C | 2 +- src/frontends/gtk/GWorkArea.h | 2 +- src/frontends/gtk/GtkmmX.h | 2 +- src/frontends/gtk/IdSc.C | 2 +- src/frontends/gtk/IdSc.h | 2 +- src/frontends/gtk/LyXKeySymFactory.C | 2 +- src/frontends/gtk/LyXScreenFactory.C | 2 +- src/frontends/gtk/WorkAreaFactory.C | 2 +- src/frontends/gtk/codeConvert.h | 2 +- src/frontends/gtk/lyx_gui.C | 2 +- src/frontends/gtk/xftFontLoader.C | 2 +- src/frontends/gtk/xftFontLoader.h | 2 +- src/frontends/gtk/xftFontMetrics.C | 2 +- 45 files changed, 63 insertions(+), 45 deletions(-) diff --git a/src/frontends/gtk/Alert_pimpl.C b/src/frontends/gtk/Alert_pimpl.C index d39033978f..b6fddd96ef 100644 --- a/src/frontends/gtk/Alert_pimpl.C +++ b/src/frontends/gtk/Alert_pimpl.C @@ -5,7 +5,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/gtk/ChangeLog b/src/frontends/gtk/ChangeLog index 766d4b32a4..4d4af97f38 100644 --- a/src/frontends/gtk/ChangeLog +++ b/src/frontends/gtk/ChangeLog @@ -1,3 +1,7 @@ +2003-09-02 Angus Leeming + + * all files: standard-conformant header blurbs. + 2003-09-02 Huang Ying * initial release diff --git a/src/frontends/gtk/Dialogs.C b/src/frontends/gtk/Dialogs.C index 5a22d89294..29b8675d0c 100644 --- a/src/frontends/gtk/Dialogs.C +++ b/src/frontends/gtk/Dialogs.C @@ -5,7 +5,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/gtk/FileDialog.C b/src/frontends/gtk/FileDialog.C index 99a5f08fb3..b2fabc2db1 100644 --- a/src/frontends/gtk/FileDialog.C +++ b/src/frontends/gtk/FileDialog.C @@ -5,7 +5,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/gtk/FileDialogPrivate.C b/src/frontends/gtk/FileDialogPrivate.C index 096f018f65..7dc3479f62 100644 --- a/src/frontends/gtk/FileDialogPrivate.C +++ b/src/frontends/gtk/FileDialogPrivate.C @@ -5,7 +5,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/gtk/FileDialogPrivate.h b/src/frontends/gtk/FileDialogPrivate.h index 51d4777b3c..47ec7ab4a0 100644 --- a/src/frontends/gtk/FileDialogPrivate.h +++ b/src/frontends/gtk/FileDialogPrivate.h @@ -6,7 +6,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FILE_DIALOG_PRIVATE_H diff --git a/src/frontends/gtk/GAboutlyx.C b/src/frontends/gtk/GAboutlyx.C index 9967cc2435..4c1216d9fd 100644 --- a/src/frontends/gtk/GAboutlyx.C +++ b/src/frontends/gtk/GAboutlyx.C @@ -5,7 +5,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/gtk/GAboutlyx.h b/src/frontends/gtk/GAboutlyx.h index f0a85d4c85..adb852aa82 100644 --- a/src/frontends/gtk/GAboutlyx.h +++ b/src/frontends/gtk/GAboutlyx.h @@ -6,7 +6,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef GABOUTLYX_H diff --git a/src/frontends/gtk/GBC.C b/src/frontends/gtk/GBC.C index 9a9992e5f7..1e37b7e684 100644 --- a/src/frontends/gtk/GBC.C +++ b/src/frontends/gtk/GBC.C @@ -5,7 +5,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/gtk/GBC.h b/src/frontends/gtk/GBC.h index a85d079998..feb99c9f38 100644 --- a/src/frontends/gtk/GBC.h +++ b/src/frontends/gtk/GBC.h @@ -6,7 +6,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef GBUTTONCONTROLLER_H diff --git a/src/frontends/gtk/GLyXKeySym.C b/src/frontends/gtk/GLyXKeySym.C index 17f80bd870..acf2b10821 100644 --- a/src/frontends/gtk/GLyXKeySym.C +++ b/src/frontends/gtk/GLyXKeySym.C @@ -5,7 +5,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/gtk/GLyXKeySym.h b/src/frontends/gtk/GLyXKeySym.h index db650c49fb..3d11aa90f0 100644 --- a/src/frontends/gtk/GLyXKeySym.h +++ b/src/frontends/gtk/GLyXKeySym.h @@ -6,7 +6,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef GLYX_KEYSYM_H diff --git a/src/frontends/gtk/GMenubar.C b/src/frontends/gtk/GMenubar.C index a5baacaa3d..933e20262d 100644 --- a/src/frontends/gtk/GMenubar.C +++ b/src/frontends/gtk/GMenubar.C @@ -5,7 +5,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/gtk/GMenubar.h b/src/frontends/gtk/GMenubar.h index 8a5f8b7ab3..8dafe13320 100644 --- a/src/frontends/gtk/GMenubar.h +++ b/src/frontends/gtk/GMenubar.h @@ -6,7 +6,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef MENUBAR_PIMPL_H diff --git a/src/frontends/gtk/GMiniBuffer.C b/src/frontends/gtk/GMiniBuffer.C index 892c1f7181..bcc2a29e3a 100644 --- a/src/frontends/gtk/GMiniBuffer.C +++ b/src/frontends/gtk/GMiniBuffer.C @@ -5,7 +5,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/gtk/GMiniBuffer.h b/src/frontends/gtk/GMiniBuffer.h index 07f68af243..33f8cae015 100644 --- a/src/frontends/gtk/GMiniBuffer.h +++ b/src/frontends/gtk/GMiniBuffer.h @@ -6,7 +6,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ diff --git a/src/frontends/gtk/GPainter.C b/src/frontends/gtk/GPainter.C index c17115ea69..8b621c0b9b 100644 --- a/src/frontends/gtk/GPainter.C +++ b/src/frontends/gtk/GPainter.C @@ -5,7 +5,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/gtk/GPainter.h b/src/frontends/gtk/GPainter.h index 7f06c28b6f..073f124f39 100644 --- a/src/frontends/gtk/GPainter.h +++ b/src/frontends/gtk/GPainter.h @@ -6,7 +6,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef GPAINTER_H diff --git a/src/frontends/gtk/GPrint.C b/src/frontends/gtk/GPrint.C index ba5e3bb830..4cd4f7b9e3 100644 --- a/src/frontends/gtk/GPrint.C +++ b/src/frontends/gtk/GPrint.C @@ -1,4 +1,12 @@ -// GPrint.C +/** + * \file GPrint.C + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. + * + * \author Huang Ying + * + * Full author contact details are available in file CREDITS. + */ #include #include diff --git a/src/frontends/gtk/GPrint.h b/src/frontends/gtk/GPrint.h index a296335986..9b32c1ffb4 100644 --- a/src/frontends/gtk/GPrint.h +++ b/src/frontends/gtk/GPrint.h @@ -1,6 +1,12 @@ // -*- C++ -*- -/* - * /file GPrint.h +/** + * \file GPrint.h + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. + * + * \author Huang Ying + * + * Full author contact details are available in file CREDITS. */ #ifndef GPRINT_H diff --git a/src/frontends/gtk/GScreen.C b/src/frontends/gtk/GScreen.C index 3d4c6fecfc..212361f489 100644 --- a/src/frontends/gtk/GScreen.C +++ b/src/frontends/gtk/GScreen.C @@ -5,7 +5,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/gtk/GScreen.h b/src/frontends/gtk/GScreen.h index 50587c67d4..340735d3f4 100644 --- a/src/frontends/gtk/GScreen.h +++ b/src/frontends/gtk/GScreen.h @@ -6,7 +6,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef GSCREEN_H diff --git a/src/frontends/gtk/GText.C b/src/frontends/gtk/GText.C index 71c0141cba..1a6aaf1438 100644 --- a/src/frontends/gtk/GText.C +++ b/src/frontends/gtk/GText.C @@ -5,7 +5,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/gtk/GText.h b/src/frontends/gtk/GText.h index cb480342c0..4b525a18b1 100644 --- a/src/frontends/gtk/GText.h +++ b/src/frontends/gtk/GText.h @@ -6,7 +6,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef GTEXT_H diff --git a/src/frontends/gtk/GTimeout.C b/src/frontends/gtk/GTimeout.C index c4512f1a71..4fa8e8d940 100644 --- a/src/frontends/gtk/GTimeout.C +++ b/src/frontends/gtk/GTimeout.C @@ -7,7 +7,7 @@ * \author Michael Koziarski * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/gtk/GTimeout.h b/src/frontends/gtk/GTimeout.h index c2726a1eaf..10d1a10fc5 100644 --- a/src/frontends/gtk/GTimeout.h +++ b/src/frontends/gtk/GTimeout.h @@ -7,7 +7,7 @@ * \author Baruch Even * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef GTIMEOUT_H diff --git a/src/frontends/gtk/GToolbar.C b/src/frontends/gtk/GToolbar.C index 80ea2f2de6..c219e62e22 100644 --- a/src/frontends/gtk/GToolbar.C +++ b/src/frontends/gtk/GToolbar.C @@ -5,7 +5,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/gtk/GToolbar.h b/src/frontends/gtk/GToolbar.h index 6779fd3cb0..7cbc8d24ec 100644 --- a/src/frontends/gtk/GToolbar.h +++ b/src/frontends/gtk/GToolbar.h @@ -6,7 +6,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef TOOLBAR_PIMPL_H diff --git a/src/frontends/gtk/GView.C b/src/frontends/gtk/GView.C index 75181b4db1..22ab62d793 100644 --- a/src/frontends/gtk/GView.C +++ b/src/frontends/gtk/GView.C @@ -5,7 +5,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/gtk/GView.h b/src/frontends/gtk/GView.h index cf1d312d03..9185559011 100644 --- a/src/frontends/gtk/GView.h +++ b/src/frontends/gtk/GView.h @@ -6,7 +6,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef GVIEW_H diff --git a/src/frontends/gtk/GViewBase.C b/src/frontends/gtk/GViewBase.C index 07d8d6c76d..a80c1b4bac 100644 --- a/src/frontends/gtk/GViewBase.C +++ b/src/frontends/gtk/GViewBase.C @@ -5,7 +5,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/gtk/GViewBase.h b/src/frontends/gtk/GViewBase.h index 0b9d88ac5c..19cf5d767c 100644 --- a/src/frontends/gtk/GViewBase.h +++ b/src/frontends/gtk/GViewBase.h @@ -6,7 +6,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef GVIEWBASE_H diff --git a/src/frontends/gtk/GWorkArea.C b/src/frontends/gtk/GWorkArea.C index 2ab906b1c8..be647a9e2d 100644 --- a/src/frontends/gtk/GWorkArea.C +++ b/src/frontends/gtk/GWorkArea.C @@ -5,7 +5,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/gtk/GWorkArea.h b/src/frontends/gtk/GWorkArea.h index ae7940fc65..5d12314304 100644 --- a/src/frontends/gtk/GWorkArea.h +++ b/src/frontends/gtk/GWorkArea.h @@ -6,7 +6,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef GWORKAREA_H diff --git a/src/frontends/gtk/GtkmmX.h b/src/frontends/gtk/GtkmmX.h index b236d7b2ec..5739fb0153 100644 --- a/src/frontends/gtk/GtkmmX.h +++ b/src/frontends/gtk/GtkmmX.h @@ -6,7 +6,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef GTKMMX_H diff --git a/src/frontends/gtk/IdSc.C b/src/frontends/gtk/IdSc.C index 9de4ce0144..b70ae0c15e 100644 --- a/src/frontends/gtk/IdSc.C +++ b/src/frontends/gtk/IdSc.C @@ -5,7 +5,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/gtk/IdSc.h b/src/frontends/gtk/IdSc.h index c203c87771..4914cf4adc 100644 --- a/src/frontends/gtk/IdSc.h +++ b/src/frontends/gtk/IdSc.h @@ -6,7 +6,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef ID_SC_H diff --git a/src/frontends/gtk/LyXKeySymFactory.C b/src/frontends/gtk/LyXKeySymFactory.C index 424ccbec5f..40d2cb0baf 100644 --- a/src/frontends/gtk/LyXKeySymFactory.C +++ b/src/frontends/gtk/LyXKeySymFactory.C @@ -5,7 +5,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/gtk/LyXScreenFactory.C b/src/frontends/gtk/LyXScreenFactory.C index c4890f0535..bcf1362a1f 100644 --- a/src/frontends/gtk/LyXScreenFactory.C +++ b/src/frontends/gtk/LyXScreenFactory.C @@ -5,7 +5,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/gtk/WorkAreaFactory.C b/src/frontends/gtk/WorkAreaFactory.C index bf6c1b2259..39921c930d 100644 --- a/src/frontends/gtk/WorkAreaFactory.C +++ b/src/frontends/gtk/WorkAreaFactory.C @@ -5,7 +5,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/gtk/codeConvert.h b/src/frontends/gtk/codeConvert.h index e9cb573f74..98a8c432d5 100644 --- a/src/frontends/gtk/codeConvert.h +++ b/src/frontends/gtk/codeConvert.h @@ -6,7 +6,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CODE_CONVERT_H diff --git a/src/frontends/gtk/lyx_gui.C b/src/frontends/gtk/lyx_gui.C index 680f93d277..3f190d6b5d 100644 --- a/src/frontends/gtk/lyx_gui.C +++ b/src/frontends/gtk/lyx_gui.C @@ -7,7 +7,7 @@ * \author John Levon * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/gtk/xftFontLoader.C b/src/frontends/gtk/xftFontLoader.C index 12ddbbd30f..098f7a5afc 100644 --- a/src/frontends/gtk/xftFontLoader.C +++ b/src/frontends/gtk/xftFontLoader.C @@ -5,7 +5,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include diff --git a/src/frontends/gtk/xftFontLoader.h b/src/frontends/gtk/xftFontLoader.h index 9194ae605a..986e894cf7 100644 --- a/src/frontends/gtk/xftFontLoader.h +++ b/src/frontends/gtk/xftFontLoader.h @@ -6,7 +6,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef XFT_FONT_LOADER_H diff --git a/src/frontends/gtk/xftFontMetrics.C b/src/frontends/gtk/xftFontMetrics.C index dd10bd5374..220ca7a5e8 100644 --- a/src/frontends/gtk/xftFontMetrics.C +++ b/src/frontends/gtk/xftFontMetrics.C @@ -5,7 +5,7 @@ * * \author Huang Ying * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include -- 2.39.5