Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
Plugin-Backup
Compare Revisions
610113b1f19a2da8eb63d334e0ff22239665f9a2...d576bb184de3630362f590f1008b2f74c9e4df5b
Source
d576bb184de3630362f590f1008b2f74c9e4df5b
Select Git revision
...
Target
610113b1f19a2da8eb63d334e0ff22239665f9a2
Select Git revision
Compare
Commits (1)
Removed old svn header
· d576bb18
Jan Möbius
authored
Jan 09, 2019
d576bb18
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
35 deletions
+5
-35
BackupPlugin.cc
BackupPlugin.cc
+1
-7
GroupBackup.cc
GroupBackup.cc
+1
-7
GroupBackup.hh
GroupBackup.hh
+1
-7
GroupData.cc
GroupData.cc
+1
-7
GroupData.hh
GroupData.hh
+1
-7
No files found.
BackupPlugin.cc
View file @
d576bb18
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "BackupPlugin.hh"
#include "BackupPlugin.hh"
...
...
GroupBackup.cc
View file @
d576bb18
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "GroupBackup.hh"
#include "GroupBackup.hh"
...
...
GroupBackup.hh
View file @
d576bb18
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef GROUPBACKUP_HH
#ifndef GROUPBACKUP_HH
#define GROUPBACKUP_HH
#define GROUPBACKUP_HH
...
...
GroupData.cc
View file @
d576bb18
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "GroupData.hh"
#include "GroupData.hh"
...
...
GroupData.hh
View file @
d576bb18
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef GROUPDATA_HH
#ifndef GROUPDATA_HH
#define GROUPDATA_HH
#define GROUPDATA_HH
...
...