]> git.sur5r.net Git - bacula/bacula/commitdiff
Add version strings
authorKern Sibbald <kern@sibbald.com>
Sun, 18 Jul 2004 09:33:26 +0000 (09:33 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 18 Jul 2004 09:33:26 +0000 (09:33 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1481 91ce42f0-d328-0410-95d8-f526ca767f89

23 files changed:
bacula/src/wx-console/console_conf.h
bacula/src/wx-console/console_thread.cpp
bacula/src/wx-console/console_thread.h
bacula/src/wx-console/csprint.h
bacula/src/wx-console/main.cpp
bacula/src/wx-console/wxbconfigfileeditor.cpp
bacula/src/wx-console/wxbconfigfileeditor.h
bacula/src/wx-console/wxbconfigpanel.cpp
bacula/src/wx-console/wxbconfigpanel.h
bacula/src/wx-console/wxbhistorytextctrl.cpp
bacula/src/wx-console/wxbhistorytextctrl.h
bacula/src/wx-console/wxblistctrl.cpp
bacula/src/wx-console/wxblistctrl.h
bacula/src/wx-console/wxbmainframe.cpp
bacula/src/wx-console/wxbmainframe.h
bacula/src/wx-console/wxbrestorepanel.cpp
bacula/src/wx-console/wxbrestorepanel.h
bacula/src/wx-console/wxbtableparser.cpp
bacula/src/wx-console/wxbtableparser.h
bacula/src/wx-console/wxbtreectrl.cpp
bacula/src/wx-console/wxbtreectrl.h
bacula/src/wx-console/wxbutils.cpp
bacula/src/wx-console/wxbutils.h

index 3faf82fe0035213d64b8b05b6614d919534c844c..d7e70c2a1ae883c8768f0fd0f9815086248236a1 100644 (file)
@@ -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
index e607b59b5e0bcbd8ec2cb382376760df99a9145d..1e2efc0e4ddd52ef67fa207b0742a395874ed00b 100644 (file)
@@ -4,6 +4,7 @@
  *
  *    Nicolas Boichat, April 2004
  *
+ *    Version $Id$
  */
 /*
    Copyright (C) 2004 Kern Sibbald and John Walker
index 723cc6326e3354b4ce4b2062f1a9e68c5d3d043d..2f50be2226a6d12002daf71ec8fc68ac787a0cad 100644 (file)
@@ -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
-
index ce0975d41e76f5d27ba37e7c6d93d6084cb4dc25..6ee61cbd282590a891f2205196994662f0091db2 100644 (file)
@@ -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
index d5ab438dfbcb43b47f0d267e466ac4474f9cc507..92779b4e726e65cd0dbf7ea6e73258fa673326dc 100644 (file)
@@ -4,6 +4,7 @@
  *
  *    Nicolas Boichat, April 2004
  *
+ *    Version $Id$
  */
 /*
    Copyright (C) 2004 Kern Sibbald and John Walker
index e02702787bae1ee6cd73febda3008cb83e3d102f..f6257083e0e2755dde87018a3470d98f24e4c8d6 100644 (file)
@@ -4,6 +4,7 @@
  *
  *    Nicolas Boichat, May 2004
  *
+ *    Version $Id$
  */
 /*
    Copyright (C) 2004 Kern Sibbald and John Walker
index d69fa8e1f347086feb83849fde925b68b86e5912..de432dcc397c06cff1be5b9e25df93c75897ad8a 100644 (file)
@@ -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;
    
index b57530e34920305d2e9b5ae09e9555e12f587164..9c9434cbdeda33bf0d79a0d3aeb369fa2ead31e9 100644 (file)
@@ -4,6 +4,7 @@
  *
  *    Nicolas Boichat, April 2004
  *
+ *    Version $Id$
  */
 /*
    Copyright (C) 2004 Kern Sibbald and John Walker
index baaead91fdb49030d3bd9beadfce3b83d15de639..79908062ec3b1d8bee9c2d14020cfe7df0c8b1a8 100644 (file)
@@ -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);
index 9e282c6ac7d069ee93b124918a07f05a7be1235b..25e05a6e707eb29c7a7fac3cdf976fc568a61c69 100644 (file)
@@ -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();
    }
 }
-
index a3c0ccf34ac49a1310d6ed9a86384d48a794e24d..79fe0225eb529bed7a28f3e3b3f2f4dbd0501b94 100644 (file)
@@ -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
-
index a4db96ba33363d587833b09d72fd5dea09c04a2a..3e90b62ad2ad3a128db0eb4d4ed3091d047b45bd 100644 (file)
@@ -5,6 +5,7 @@
  *
  *    Nicolas Boichat, April 2004
  *
+ *    Version $Id$
  */
 /*
    Copyright (C) 2004 Kern Sibbald and John Walker
index 6e939f121dbafe58721a3dfd142a7f4557206f60..b35dc033079426192d289c6e1801f701162117b6 100644 (file)
@@ -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
-
index 39c79295c9d79b6c0b8e1e892bc99e78a0cb561c..f37c9e714c180c4c62ed8a372ba58be0740185b6 100644 (file)
@@ -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);
    }
 }
-
index 9cdcc000057e84fa2b6cbccf6106ec4ff494cdd3..d66e856eff256f3aa16c6cf81a5688d83e81248b 100644 (file)
@@ -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
-
index 51da80753ea5d8d4c4613ce3c1244e640ef37550..255ba23f6b31c5929fc2af7a64488726c6123a18 100644 (file)
@@ -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);
 }
-
index b735e47ad92f11edb443234e95e5551ee1c2b1d5..30cd8fae72c0908376470d7979f24d7b8600ceb4 100644 (file)
@@ -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
-
index d5944e128bc3d756d7dfddaf7deb1ea0b2b17791..6f60f35ea632cdf59863dc42778d9ea8c86d801c 100644 (file)
@@ -11,6 +11,7 @@
  *
  *    Nicolas Boichat, April 2004
  *
+ *    Version $Id$
  */
 /*
    Copyright (C) 2004 Kern Sibbald and John Walker
index e7dc80b77336b5c2c078ea4c4369a402e31f464c..dfce4989e41e4dfa66943a5f75e14a00dd7a0e6e 100644 (file)
@@ -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
-
index 8caaec3694fceb0441c3c45976a4e25a9d30e46f..9e4ee86a63cc47ebfc61fbf568d44257e80dd578 100644 (file)
@@ -5,6 +5,7 @@
  *
  *    Nicolas Boichat, April 2004
  *
+ *    Version $Id$
  */
 /*
    Copyright (C) 2004 Kern Sibbald and John Walker
index e1710313a5f2f0d87d86ac86a43a2663c640256a..08fe8bd9ff781536232c219aab14055a3427c40a 100644 (file)
@@ -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
-
index 7e93bb6cf9d27389d90e0193045098d1a6013ea1..7b82906184addc1ede1d5dc3d19029290b6728ca 100644 (file)
@@ -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;
 }
-
index ea1b9126cdfef4e2f1961fe1d8be1a8631b55b8d..f2120072566c8fd820ceb98954b8c6675d3d3aae 100644 (file)
@@ -5,6 +5,7 @@
  *
  *    Nicolas Boichat, April-July 2004
  *
+ *   Version $Id$
  */
 /*
    Copyright (C) 2004 Kern Sibbald and John Walker