From: Kern Sibbald Date: Sun, 18 Jul 2004 09:33:26 +0000 (+0000) Subject: Add version strings X-Git-Tag: Release-1.35.1~53 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=775d4d796be17ca77b9872308a162c48e2e7eff3;p=bacula%2Fbacula Add version strings git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1481 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/wx-console/console_conf.h b/bacula/src/wx-console/console_conf.h index 3faf82fe00..d7e70c2a1a 100644 --- a/bacula/src/wx-console/console_conf.h +++ b/bacula/src/wx-console/console_conf.h @@ -15,6 +15,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* + * Version $Id$ + */ #ifndef CONSOLECONF_H #define CONSOLECONF_H diff --git a/bacula/src/wx-console/console_thread.cpp b/bacula/src/wx-console/console_thread.cpp index e607b59b5e..1e2efc0e4d 100644 --- a/bacula/src/wx-console/console_thread.cpp +++ b/bacula/src/wx-console/console_thread.cpp @@ -4,6 +4,7 @@ * * Nicolas Boichat, April 2004 * + * Version $Id$ */ /* Copyright (C) 2004 Kern Sibbald and John Walker diff --git a/bacula/src/wx-console/console_thread.h b/bacula/src/wx-console/console_thread.h index 723cc6326e..2f50be2226 100644 --- a/bacula/src/wx-console/console_thread.h +++ b/bacula/src/wx-console/console_thread.h @@ -4,6 +4,7 @@ * * Nicolas Boichat, April-May 2004 * + * Version $Id$ */ /* Copyright (C) 2004 Kern Sibbald and John Walker @@ -65,4 +66,3 @@ class console_thread : public wxThread int pm_cst_strcpy(POOLMEM **pm, const char *str); #endif // CONSOLE_THREAD_H - diff --git a/bacula/src/wx-console/csprint.h b/bacula/src/wx-console/csprint.h index ce0975d41e..6ee61cbd28 100644 --- a/bacula/src/wx-console/csprint.h +++ b/bacula/src/wx-console/csprint.h @@ -4,23 +4,26 @@ * * Nicolas Boichat, April 2004 * + * Version $Id$ */ /* - Copyright (C) 2000, 2001 Kern Sibbald and John Walker + Copyright (C) 2004 Kern Sibbald and John Walker This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License - as published by the Free Software Foundation; either version 2 - of the License, or (at your option) any later version. + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2 of + the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program; if not, write to the Free + Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, + MA 02111-1307, USA. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef CSPRINT_H diff --git a/bacula/src/wx-console/main.cpp b/bacula/src/wx-console/main.cpp index d5ab438dfb..92779b4e72 100644 --- a/bacula/src/wx-console/main.cpp +++ b/bacula/src/wx-console/main.cpp @@ -4,6 +4,7 @@ * * Nicolas Boichat, April 2004 * + * Version $Id$ */ /* Copyright (C) 2004 Kern Sibbald and John Walker diff --git a/bacula/src/wx-console/wxbconfigfileeditor.cpp b/bacula/src/wx-console/wxbconfigfileeditor.cpp index e02702787b..f6257083e0 100644 --- a/bacula/src/wx-console/wxbconfigfileeditor.cpp +++ b/bacula/src/wx-console/wxbconfigfileeditor.cpp @@ -4,6 +4,7 @@ * * Nicolas Boichat, May 2004 * + * Version $Id$ */ /* Copyright (C) 2004 Kern Sibbald and John Walker diff --git a/bacula/src/wx-console/wxbconfigfileeditor.h b/bacula/src/wx-console/wxbconfigfileeditor.h index d69fa8e1f3..de432dcc39 100644 --- a/bacula/src/wx-console/wxbconfigfileeditor.h +++ b/bacula/src/wx-console/wxbconfigfileeditor.h @@ -4,6 +4,7 @@ * * Nicolas Boichat, May 2004 * + * Version $Id$ */ /* Copyright (C) 2004 Kern Sibbald and John Walker @@ -31,8 +32,8 @@ class wxbConfigFileEditor : public wxDialog { public: - wxbConfigFileEditor(wxWindow* parent, wxString filename); - virtual ~wxbConfigFileEditor(); + wxbConfigFileEditor(wxWindow* parent, wxString filename); + virtual ~wxbConfigFileEditor(); private: wxString filename; diff --git a/bacula/src/wx-console/wxbconfigpanel.cpp b/bacula/src/wx-console/wxbconfigpanel.cpp index b57530e349..9c9434cbde 100644 --- a/bacula/src/wx-console/wxbconfigpanel.cpp +++ b/bacula/src/wx-console/wxbconfigpanel.cpp @@ -4,6 +4,7 @@ * * Nicolas Boichat, April 2004 * + * Version $Id$ */ /* Copyright (C) 2004 Kern Sibbald and John Walker diff --git a/bacula/src/wx-console/wxbconfigpanel.h b/bacula/src/wx-console/wxbconfigpanel.h index baaead91fd..79908062ec 100644 --- a/bacula/src/wx-console/wxbconfigpanel.h +++ b/bacula/src/wx-console/wxbconfigpanel.h @@ -4,6 +4,7 @@ * * Nicolas Boichat, April 2004 * + * Version $Id$ */ /* Copyright (C) 2004 Kern Sibbald and John Walker @@ -81,8 +82,8 @@ WX_DECLARE_OBJARRAY(wxbConfigParam, wxbConfig); class wxbConfigPanel : public wxPanel { public: /* Creates a new config panel, config must be allocated with new */ - wxbConfigPanel(wxWindow* parent, wxbConfig* config, wxString title, wxWindowID ok, wxWindowID cancel, wxWindowID apply = -1); - ~wxbConfigPanel(); + wxbConfigPanel(wxWindow* parent, wxbConfig* config, wxString title, wxWindowID ok, wxWindowID cancel, wxWindowID apply = -1); + ~wxbConfigPanel(); void SetRowString(const char* title, wxString value); wxString GetRowString(const char* title); diff --git a/bacula/src/wx-console/wxbhistorytextctrl.cpp b/bacula/src/wx-console/wxbhistorytextctrl.cpp index 9e282c6ac7..25e05a6e70 100644 --- a/bacula/src/wx-console/wxbhistorytextctrl.cpp +++ b/bacula/src/wx-console/wxbhistorytextctrl.cpp @@ -4,6 +4,7 @@ * * Nicolas Boichat, July 2004 * + * Version $Id$ */ /* Copyright (C) 2004 Kern Sibbald and John Walker @@ -69,4 +70,3 @@ void wxbHistoryTextCtrl::OnKeyUp(wxKeyEvent& event) { event.Skip(); } } - diff --git a/bacula/src/wx-console/wxbhistorytextctrl.h b/bacula/src/wx-console/wxbhistorytextctrl.h index a3c0ccf34a..79fe0225eb 100644 --- a/bacula/src/wx-console/wxbhistorytextctrl.h +++ b/bacula/src/wx-console/wxbhistorytextctrl.h @@ -4,6 +4,7 @@ * * Nicolas Boichat, July 2004 * + * Version $Id$ */ /* Copyright (C) 2004 Kern Sibbald and John Walker @@ -53,4 +54,3 @@ class wxbHistoryTextCtrl: public wxTextCtrl { }; #endif //WXBHISTORYTEXTCTRL - diff --git a/bacula/src/wx-console/wxblistctrl.cpp b/bacula/src/wx-console/wxblistctrl.cpp index a4db96ba33..3e90b62ad2 100644 --- a/bacula/src/wx-console/wxblistctrl.cpp +++ b/bacula/src/wx-console/wxblistctrl.cpp @@ -5,6 +5,7 @@ * * Nicolas Boichat, April 2004 * + * Version $Id$ */ /* Copyright (C) 2004 Kern Sibbald and John Walker diff --git a/bacula/src/wx-console/wxblistctrl.h b/bacula/src/wx-console/wxblistctrl.h index 6e939f121d..b35dc03307 100644 --- a/bacula/src/wx-console/wxblistctrl.h +++ b/bacula/src/wx-console/wxblistctrl.h @@ -5,6 +5,7 @@ * * Nicolas Boichat, April 2004 * + * Version $Id$ */ /* Copyright (C) 2004 Kern Sibbald and John Walker @@ -74,4 +75,3 @@ class wxbListCtrl: public wxListCtrl { }; #endif // WXBTREECTRL_H - diff --git a/bacula/src/wx-console/wxbmainframe.cpp b/bacula/src/wx-console/wxbmainframe.cpp index 39c79295c9..f37c9e714c 100644 --- a/bacula/src/wx-console/wxbmainframe.cpp +++ b/bacula/src/wx-console/wxbmainframe.cpp @@ -4,6 +4,7 @@ * * Nicolas Boichat, July 2004 * + * Version $Id$ */ /* Copyright (C) 2004 Kern Sibbald and John Walker @@ -770,4 +771,3 @@ void csprint(const char* str, int status) firePrintEvent("", status); } } - diff --git a/bacula/src/wx-console/wxbmainframe.h b/bacula/src/wx-console/wxbmainframe.h index 9cdcc00005..d66e856eff 100644 --- a/bacula/src/wx-console/wxbmainframe.h +++ b/bacula/src/wx-console/wxbmainframe.h @@ -4,6 +4,7 @@ * * Nicolas Boichat, July 2004 * + * Version $Id$ */ /* Copyright (C) 2004 Kern Sibbald and John Walker @@ -162,4 +163,3 @@ private: }; #endif // WXBMAINFRAME_H - diff --git a/bacula/src/wx-console/wxbrestorepanel.cpp b/bacula/src/wx-console/wxbrestorepanel.cpp index 51da80753e..255ba23f6b 100644 --- a/bacula/src/wx-console/wxbrestorepanel.cpp +++ b/bacula/src/wx-console/wxbrestorepanel.cpp @@ -4,6 +4,7 @@ * * Nicolas Boichat, April-July 2004 * + * Version $Id$ */ /* Copyright (C) 2004 Kern Sibbald and John Walker @@ -2297,4 +2298,3 @@ void wxbRestorePanel::OnConfigCancel(wxCommandEvent& WXUNUSED(event)) { CmdConfigCancel(); SetWorking(false); } - diff --git a/bacula/src/wx-console/wxbrestorepanel.h b/bacula/src/wx-console/wxbrestorepanel.h index b735e47ad9..30cd8fae72 100644 --- a/bacula/src/wx-console/wxbrestorepanel.h +++ b/bacula/src/wx-console/wxbrestorepanel.h @@ -4,6 +4,7 @@ * * Nicolas Boichat, April-May 2004 * + * Version $Id$ */ /* Copyright (C) 2004 Kern Sibbald and John Walker @@ -217,4 +218,3 @@ class wxbRestorePanel : public wxbPanel }; #endif // WXBRESTOREPANEL_H - diff --git a/bacula/src/wx-console/wxbtableparser.cpp b/bacula/src/wx-console/wxbtableparser.cpp index d5944e128b..6f60f35ea6 100644 --- a/bacula/src/wx-console/wxbtableparser.cpp +++ b/bacula/src/wx-console/wxbtableparser.cpp @@ -11,6 +11,7 @@ * * Nicolas Boichat, April 2004 * + * Version $Id$ */ /* Copyright (C) 2004 Kern Sibbald and John Walker diff --git a/bacula/src/wx-console/wxbtableparser.h b/bacula/src/wx-console/wxbtableparser.h index e7dc80b773..dfce4989e4 100644 --- a/bacula/src/wx-console/wxbtableparser.h +++ b/bacula/src/wx-console/wxbtableparser.h @@ -11,6 +11,7 @@ * * Nicolas Boichat, April 2004 * + * Version $Id$ */ /* Copyright (C) 2004 Kern Sibbald and John Walker @@ -100,4 +101,3 @@ class wxbTableParser: public wxbTable, public wxbDataParser }; #endif // WXBTABLEPARSER_H - diff --git a/bacula/src/wx-console/wxbtreectrl.cpp b/bacula/src/wx-console/wxbtreectrl.cpp index 8caaec3694..9e4ee86a63 100644 --- a/bacula/src/wx-console/wxbtreectrl.cpp +++ b/bacula/src/wx-console/wxbtreectrl.cpp @@ -5,6 +5,7 @@ * * Nicolas Boichat, April 2004 * + * Version $Id$ */ /* Copyright (C) 2004 Kern Sibbald and John Walker diff --git a/bacula/src/wx-console/wxbtreectrl.h b/bacula/src/wx-console/wxbtreectrl.h index e1710313a5..08fe8bd9ff 100644 --- a/bacula/src/wx-console/wxbtreectrl.h +++ b/bacula/src/wx-console/wxbtreectrl.h @@ -5,6 +5,7 @@ * * Nicolas Boichat, April 2004 * + * Version $Id$ */ /* Copyright (C) 2004 Kern Sibbald and John Walker @@ -77,4 +78,3 @@ class wxbTreeCtrl: public wxTreeCtrl { }; #endif // WXBTREECTRL_H - diff --git a/bacula/src/wx-console/wxbutils.cpp b/bacula/src/wx-console/wxbutils.cpp index 7e93bb6cf9..7b82906184 100644 --- a/bacula/src/wx-console/wxbutils.cpp +++ b/bacula/src/wx-console/wxbutils.cpp @@ -4,6 +4,7 @@ * * Nicolas Boichat, April-July 2004 * + * Version $Id$ */ /* Copyright (C) 2004 Kern Sibbald and John Walker @@ -338,4 +339,3 @@ wxArrayString* wxbPromptParser::getChoices() { bool wxbPromptParser::isNumericalChoice() { return numerical; } - diff --git a/bacula/src/wx-console/wxbutils.h b/bacula/src/wx-console/wxbutils.h index ea1b9126cd..f212007256 100644 --- a/bacula/src/wx-console/wxbutils.h +++ b/bacula/src/wx-console/wxbutils.h @@ -5,6 +5,7 @@ * * Nicolas Boichat, April-July 2004 * + * Version $Id$ */ /* Copyright (C) 2004 Kern Sibbald and John Walker