|
From: <tiz...@us...> - 2012-09-13 16:22:16
|
Revision: 332
http://sepiola.svn.sourceforge.net/sepiola/?rev=332&view=rev
Author: tizianomueller
Date: 2012-09-13 16:22:03 +0000 (Thu, 13 Sep 2012)
Log Message:
-----------
Copyright and header fix.
* Add missing headers
* Fix incorrect headers
* Update copyright date to reflect latest change
Modified Paths:
--------------
trunk/src/cli/cli_manager.cc
trunk/src/cli/cli_manager.hh
trunk/src/exception/abort_exception.hh
trunk/src/exception/exception.hh
trunk/src/exception/login_exception.hh
trunk/src/exception/process_exception.hh
trunk/src/exception/runtime_exception.hh
trunk/src/gui/about_dialog.cc
trunk/src/gui/about_dialog.hh
trunk/src/gui/backup_form.cc
trunk/src/gui/backup_form.hh
trunk/src/gui/logfile_form.cc
trunk/src/gui/logfile_form.hh
trunk/src/gui/main_window.cc
trunk/src/gui/main_window.hh
trunk/src/gui/output_dialog.cc
trunk/src/gui/output_dialog.hh
trunk/src/gui/overview_form.cc
trunk/src/gui/overview_form.hh
trunk/src/gui/password_dialog.cc
trunk/src/gui/password_dialog.hh
trunk/src/gui/pattern_dialog.cc
trunk/src/gui/pattern_dialog.hh
trunk/src/gui/restore_form.cc
trunk/src/gui/restore_form.hh
trunk/src/gui/settings_form.cc
trunk/src/gui/settings_form.hh
trunk/src/gui/text_input_dialog.cc
trunk/src/gui/text_input_dialog.hh
trunk/src/gui/traffic_progress_dialog.cc
trunk/src/gui/traffic_progress_dialog.hh
trunk/src/main.cc
trunk/src/model/backup_task.cc
trunk/src/model/backup_task.hh
trunk/src/model/backup_thread.cc
trunk/src/model/backup_thread.hh
trunk/src/model/dir_tree_item.cc
trunk/src/model/dir_tree_item.hh
trunk/src/model/local_dir_model.cc
trunk/src/model/local_dir_model.hh
trunk/src/model/main_model.cc
trunk/src/model/main_model.hh
trunk/src/model/remote_dir_model.cc
trunk/src/model/remote_dir_model.hh
trunk/src/model/restore_name.cc
trunk/src/model/restore_name.hh
trunk/src/model/restore_thread.cc
trunk/src/model/restore_thread.hh
trunk/src/model/scheduled_task.cc
trunk/src/model/scheduled_task.hh
trunk/src/settings/platform.hh
trunk/src/settings/settings.cc
trunk/src/settings/settings.hh
trunk/src/test/test_host_file_utils.cc
trunk/src/test/test_host_file_utils.hh
trunk/src/test/test_manager.cc
trunk/src/test/test_manager.hh
trunk/src/test/test_posix_acl.cc
trunk/src/test/test_posix_acl.hh
trunk/src/tools/abstract_informing_process.hh
trunk/src/tools/abstract_metadata.hh
trunk/src/tools/abstract_rsync.hh
trunk/src/tools/abstract_scheduler.hh
trunk/src/tools/abstract_ssh.hh
trunk/src/tools/at.cc
trunk/src/tools/at.hh
trunk/src/tools/crontab.cc
trunk/src/tools/crontab.hh
trunk/src/tools/extended_qprocess.hh
trunk/src/tools/plink.cc
trunk/src/tools/plink.hh
trunk/src/tools/posix_acl.cc
trunk/src/tools/posix_acl.hh
trunk/src/tools/process.cc
trunk/src/tools/process.hh
trunk/src/tools/rsync.cc
trunk/src/tools/rsync.hh
trunk/src/tools/schtasks.cc
trunk/src/tools/schtasks.hh
trunk/src/tools/set_acl.cc
trunk/src/tools/set_acl.hh
trunk/src/tools/tool_factory.cc
trunk/src/tools/tool_factory.hh
trunk/src/tools/unix_permissions.cc
trunk/src/tools/unix_permissions.hh
trunk/src/utils/const_utils.hh
trunk/src/utils/datatypes.hh
trunk/src/utils/datetime_utils.hh
trunk/src/utils/debug_timer.hh
trunk/src/utils/extended_file.cc
trunk/src/utils/extended_file.hh
trunk/src/utils/file_system_utils.cc
trunk/src/utils/file_system_utils.hh
trunk/src/utils/host_file_utils.cc
trunk/src/utils/log_file_utils.cc
trunk/src/utils/log_file_utils.hh
trunk/src/utils/progress_task.cc
trunk/src/utils/progress_task.hh
trunk/src/utils/string_utils.cc
trunk/src/utils/string_utils.hh
trunk/src/utils/unicode_text_stream.hh
Modified: trunk/src/cli/cli_manager.cc
===================================================================
--- trunk/src/cli/cli_manager.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/cli/cli_manager.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2012 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/cli/cli_manager.hh
===================================================================
--- trunk/src/cli/cli_manager.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/cli/cli_manager.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/exception/abort_exception.hh
===================================================================
--- trunk/src/exception/abort_exception.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/exception/abort_exception.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/exception/exception.hh
===================================================================
--- trunk/src/exception/exception.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/exception/exception.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/exception/login_exception.hh
===================================================================
--- trunk/src/exception/login_exception.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/exception/login_exception.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/exception/process_exception.hh
===================================================================
--- trunk/src/exception/process_exception.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/exception/process_exception.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/exception/runtime_exception.hh
===================================================================
--- trunk/src/exception/runtime_exception.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/exception/runtime_exception.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/gui/about_dialog.cc
===================================================================
--- trunk/src/gui/about_dialog.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/gui/about_dialog.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/gui/about_dialog.hh
===================================================================
--- trunk/src/gui/about_dialog.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/gui/about_dialog.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/gui/backup_form.cc
===================================================================
--- trunk/src/gui/backup_form.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/gui/backup_form.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/gui/backup_form.hh
===================================================================
--- trunk/src/gui/backup_form.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/gui/backup_form.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/gui/logfile_form.cc
===================================================================
--- trunk/src/gui/logfile_form.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/gui/logfile_form.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/gui/logfile_form.hh
===================================================================
--- trunk/src/gui/logfile_form.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/gui/logfile_form.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/gui/main_window.cc
===================================================================
--- trunk/src/gui/main_window.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/gui/main_window.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
@@ -8,12 +8,12 @@
#|
#| 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
+#| 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+#| Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include <QDebug>
Modified: trunk/src/gui/main_window.hh
===================================================================
--- trunk/src/gui/main_window.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/gui/main_window.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/gui/output_dialog.cc
===================================================================
--- trunk/src/gui/output_dialog.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/gui/output_dialog.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/gui/output_dialog.hh
===================================================================
--- trunk/src/gui/output_dialog.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/gui/output_dialog.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/gui/overview_form.cc
===================================================================
--- trunk/src/gui/overview_form.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/gui/overview_form.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/gui/overview_form.hh
===================================================================
--- trunk/src/gui/overview_form.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/gui/overview_form.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/gui/password_dialog.cc
===================================================================
--- trunk/src/gui/password_dialog.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/gui/password_dialog.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/gui/password_dialog.hh
===================================================================
--- trunk/src/gui/password_dialog.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/gui/password_dialog.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/gui/pattern_dialog.cc
===================================================================
--- trunk/src/gui/pattern_dialog.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/gui/pattern_dialog.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/gui/pattern_dialog.hh
===================================================================
--- trunk/src/gui/pattern_dialog.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/gui/pattern_dialog.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/gui/restore_form.cc
===================================================================
--- trunk/src/gui/restore_form.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/gui/restore_form.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/gui/restore_form.hh
===================================================================
--- trunk/src/gui/restore_form.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/gui/restore_form.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/gui/settings_form.cc
===================================================================
--- trunk/src/gui/settings_form.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/gui/settings_form.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2012 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
@@ -8,12 +8,12 @@
#|
#| 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
+#| 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+#| Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include <QDebug>
Modified: trunk/src/gui/settings_form.hh
===================================================================
--- trunk/src/gui/settings_form.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/gui/settings_form.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2012 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/gui/text_input_dialog.cc
===================================================================
--- trunk/src/gui/text_input_dialog.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/gui/text_input_dialog.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/gui/text_input_dialog.hh
===================================================================
--- trunk/src/gui/text_input_dialog.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/gui/text_input_dialog.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/gui/traffic_progress_dialog.cc
===================================================================
--- trunk/src/gui/traffic_progress_dialog.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/gui/traffic_progress_dialog.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/gui/traffic_progress_dialog.hh
===================================================================
--- trunk/src/gui/traffic_progress_dialog.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/gui/traffic_progress_dialog.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/main.cc
===================================================================
--- trunk/src/main.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/main.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2012 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/model/backup_task.cc
===================================================================
--- trunk/src/model/backup_task.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/model/backup_task.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,20 +1,20 @@
/*
- #| sepiola - Open Source Online Backup Client
- #| Copyright (C) 2007, 2008 stepping stone GmbH
- #|
- #| This program is free software; you can redistribute it and/or
- #| modify it under the terms of the GNU General Public License
- #| Version 2 as published by the Free Software Foundation.
- #|
- #| 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.
- #|
- #| 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- */
+#| sepiola - Open Source Online Backup Client
+#| Copyright (C) 2007-2011 stepping stone GmbH
+#|
+#| This program is free software; you can redistribute it and/or
+#| modify it under the terms of the GNU General Public License
+#| Version 2 as published by the Free Software Foundation.
+#|
+#| 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.
+#|
+#| 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+*/
#include <QDebug>
#include <QDateTime>
Modified: trunk/src/model/backup_task.hh
===================================================================
--- trunk/src/model/backup_task.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/model/backup_task.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,20 +1,20 @@
/*
- #| sepiola - Open Source Online Backup Client
- #| Copyright (C) 2007, 2008 stepping stone GmbH
- #|
- #| This program is free software; you can redistribute it and/or
- #| modify it under the terms of the GNU General Public License
- #| Version 2 as published by the Free Software Foundation.
- #|
- #| 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.
- #|
- #| 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- */
+#| sepiola - Open Source Online Backup Client
+#| Copyright (C) 2007-2011 stepping stone GmbH
+#|
+#| This program is free software; you can redistribute it and/or
+#| modify it under the terms of the GNU General Public License
+#| Version 2 as published by the Free Software Foundation.
+#|
+#| 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.
+#|
+#| 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+*/
#ifndef BACKUPTASK_H_
#define BACKUPTASK_H_
Modified: trunk/src/model/backup_thread.cc
===================================================================
--- trunk/src/model/backup_thread.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/model/backup_thread.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2012 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/model/backup_thread.hh
===================================================================
--- trunk/src/model/backup_thread.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/model/backup_thread.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2012 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/model/dir_tree_item.cc
===================================================================
--- trunk/src/model/dir_tree_item.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/model/dir_tree_item.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/model/dir_tree_item.hh
===================================================================
--- trunk/src/model/dir_tree_item.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/model/dir_tree_item.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/model/local_dir_model.cc
===================================================================
--- trunk/src/model/local_dir_model.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/model/local_dir_model.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/model/local_dir_model.hh
===================================================================
--- trunk/src/model/local_dir_model.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/model/local_dir_model.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/model/main_model.cc
===================================================================
--- trunk/src/model/main_model.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/model/main_model.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2012 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/model/main_model.hh
===================================================================
--- trunk/src/model/main_model.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/model/main_model.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2012 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/model/remote_dir_model.cc
===================================================================
--- trunk/src/model/remote_dir_model.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/model/remote_dir_model.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/model/remote_dir_model.hh
===================================================================
--- trunk/src/model/remote_dir_model.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/model/remote_dir_model.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/model/restore_name.cc
===================================================================
--- trunk/src/model/restore_name.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/model/restore_name.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/model/restore_name.hh
===================================================================
--- trunk/src/model/restore_name.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/model/restore_name.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/model/restore_thread.cc
===================================================================
--- trunk/src/model/restore_thread.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/model/restore_thread.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2012 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/model/restore_thread.hh
===================================================================
--- trunk/src/model/restore_thread.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/model/restore_thread.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2012 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/model/scheduled_task.cc
===================================================================
--- trunk/src/model/scheduled_task.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/model/scheduled_task.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,20 +1,20 @@
/*
- #| sepiola - Open Source Online Backup Client
- #| Copyright (C) 2007, 2008 stepping stone GmbH
- #|
- #| This program is free software; you can redistribute it and/or
- #| modify it under the terms of the GNU General Public License
- #| Version 2 as published by the Free Software Foundation.
- #|
- #| 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.
- #|
- #| 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- */
+#| sepiola - Open Source Online Backup Client
+#| Copyright (C) 2007-2012 stepping stone GmbH
+#|
+#| This program is free software; you can redistribute it and/or
+#| modify it under the terms of the GNU General Public License
+#| Version 2 as published by the Free Software Foundation.
+#|
+#| 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.
+#|
+#| 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+*/
#include <QDebug>
#include <QtAlgorithms>
Modified: trunk/src/model/scheduled_task.hh
===================================================================
--- trunk/src/model/scheduled_task.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/model/scheduled_task.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,20 +1,20 @@
/*
- #| sepiola - Open Source Online Backup Client
- #| Copyright (C) 2007, 2008 stepping stone GmbH
- #|
- #| This program is free software; you can redistribute it and/or
- #| modify it under the terms of the GNU General Public License
- #| Version 2 as published by the Free Software Foundation.
- #|
- #| 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.
- #|
- #| 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- */
+#| sepiola - Open Source Online Backup Client
+#| Copyright (C) 2007-2011 stepping stone GmbH
+#|
+#| This program is free software; you can redistribute it and/or
+#| modify it under the terms of the GNU General Public License
+#| Version 2 as published by the Free Software Foundation.
+#|
+#| 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.
+#|
+#| 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+*/
#ifndef SCHEDULEDTASK_H_
#define SCHEDULEDTASK_H_
Modified: trunk/src/settings/platform.hh
===================================================================
--- trunk/src/settings/platform.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/settings/platform.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/settings/settings.cc
===================================================================
--- trunk/src/settings/settings.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/settings/settings.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2012 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/settings/settings.hh
===================================================================
--- trunk/src/settings/settings.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/settings/settings.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2012 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/test/test_host_file_utils.cc
===================================================================
--- trunk/src/test/test_host_file_utils.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/test/test_host_file_utils.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,11 +1,20 @@
-/* vim: set sw=4 sts=4 ft=cpp et foldmethod=syntax : */
-
/*
- * Copyright (c) 2012 Tiziano Müller <tm...@de...>
- *
- *
- *
- */
+#| sepiola - Open Source Online Backup Client
+#| Copyright (C) 2012 stepping stone GmbH
+#|
+#| This program is free software; you can redistribute it and/or
+#| modify it under the terms of the GNU General Public License
+#| Version 2 as published by the Free Software Foundation.
+#|
+#| 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.
+#|
+#| 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+*/
#include "test_host_file_utils.hh"
Modified: trunk/src/test/test_host_file_utils.hh
===================================================================
--- trunk/src/test/test_host_file_utils.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/test/test_host_file_utils.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,11 +1,20 @@
-/* vim: set sw=4 sts=4 ft=cpp et foldmethod=syntax : */
-
/*
- * Copyright (c) 2012 Tiziano Müller <tm...@de...>
- *
- *
- *
- */
+#| sepiola - Open Source Online Backup Client
+#| Copyright (C) 2012 stepping stone GmbH
+#|
+#| This program is free software; you can redistribute it and/or
+#| modify it under the terms of the GNU General Public License
+#| Version 2 as published by the Free Software Foundation.
+#|
+#| 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.
+#|
+#| 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+*/
#ifndef TEST_HOST_FILE_UTILS_HH
#define TEST_HOST_FILE_UTILS_HH
Modified: trunk/src/test/test_manager.cc
===================================================================
--- trunk/src/test/test_manager.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/test/test_manager.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/test/test_manager.hh
===================================================================
--- trunk/src/test/test_manager.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/test/test_manager.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/test/test_posix_acl.cc
===================================================================
--- trunk/src/test/test_posix_acl.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/test/test_posix_acl.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,11 +1,20 @@
-/* vim: set sw=4 sts=4 ft=cpp et foldmethod=syntax : */
-
/*
- * Copyright (c) 2011 Tiziano Müller <tm...@de...>
- *
- *
- *
- */
+#| sepiola - Open Source Online Backup Client
+#| Copyright (C) 2012 stepping stone GmbH
+#|
+#| This program is free software; you can redistribute it and/or
+#| modify it under the terms of the GNU General Public License
+#| Version 2 as published by the Free Software Foundation.
+#|
+#| 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.
+#|
+#| 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+*/
#include "test_posix_acl.hh"
Modified: trunk/src/test/test_posix_acl.hh
===================================================================
--- trunk/src/test/test_posix_acl.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/test/test_posix_acl.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,11 +1,20 @@
-/* vim: set sw=4 sts=4 ft=cpp et foldmethod=syntax : */
-
/*
- * Copyright (c) 2011 Tiziano Müller <tm...@de...>
- *
- *
- *
- */
+#| sepiola - Open Source Online Backup Client
+#| Copyright (C) 2012 stepping stone GmbH
+#|
+#| This program is free software; you can redistribute it and/or
+#| modify it under the terms of the GNU General Public License
+#| Version 2 as published by the Free Software Foundation.
+#|
+#| 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.
+#|
+#| 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+*/
#ifndef TEST_POSIX_ACL_H
#define TEST_POSIX_ACL_H
Modified: trunk/src/tools/abstract_informing_process.hh
===================================================================
--- trunk/src/tools/abstract_informing_process.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/tools/abstract_informing_process.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2009 stepping stone GmbH
+#| Copyright (C) 2009-2012 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/tools/abstract_metadata.hh
===================================================================
--- trunk/src/tools/abstract_metadata.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/tools/abstract_metadata.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2012 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/tools/abstract_rsync.hh
===================================================================
--- trunk/src/tools/abstract_rsync.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/tools/abstract_rsync.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2012 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/tools/abstract_scheduler.hh
===================================================================
--- trunk/src/tools/abstract_scheduler.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/tools/abstract_scheduler.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/tools/abstract_ssh.hh
===================================================================
--- trunk/src/tools/abstract_ssh.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/tools/abstract_ssh.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/tools/at.cc
===================================================================
--- trunk/src/tools/at.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/tools/at.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/tools/at.hh
===================================================================
--- trunk/src/tools/at.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/tools/at.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/tools/crontab.cc
===================================================================
--- trunk/src/tools/crontab.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/tools/crontab.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/tools/crontab.hh
===================================================================
--- trunk/src/tools/crontab.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/tools/crontab.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/tools/extended_qprocess.hh
===================================================================
--- trunk/src/tools/extended_qprocess.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/tools/extended_qprocess.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,3 +1,21 @@
+/*
+#| sepiola - Open Source Online Backup Client
+#| Copyright (C) 2010-2011 stepping stone GmbH
+#|
+#| This program is free software; you can redistribute it and/or
+#| modify it under the terms of the GNU General Public License
+#| Version 2 as published by the Free Software Foundation.
+#|
+#| 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.
+#|
+#| 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+*/
+
#ifndef EXTENDED_QPROCESS_HH
#define EXTENDED_QPROCESS_HH
Modified: trunk/src/tools/plink.cc
===================================================================
--- trunk/src/tools/plink.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/tools/plink.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2012 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/tools/plink.hh
===================================================================
--- trunk/src/tools/plink.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/tools/plink.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/tools/posix_acl.cc
===================================================================
--- trunk/src/tools/posix_acl.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/tools/posix_acl.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2012 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/tools/posix_acl.hh
===================================================================
--- trunk/src/tools/posix_acl.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/tools/posix_acl.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2012 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/tools/process.cc
===================================================================
--- trunk/src/tools/process.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/tools/process.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2012 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/tools/process.hh
===================================================================
--- trunk/src/tools/process.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/tools/process.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/tools/rsync.cc
===================================================================
--- trunk/src/tools/rsync.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/tools/rsync.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2012 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/tools/rsync.hh
===================================================================
--- trunk/src/tools/rsync.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/tools/rsync.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/tools/schtasks.cc
===================================================================
--- trunk/src/tools/schtasks.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/tools/schtasks.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2012 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/tools/schtasks.hh
===================================================================
--- trunk/src/tools/schtasks.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/tools/schtasks.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/tools/set_acl.cc
===================================================================
--- trunk/src/tools/set_acl.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/tools/set_acl.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2012 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/tools/set_acl.hh
===================================================================
--- trunk/src/tools/set_acl.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/tools/set_acl.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2012 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/tools/tool_factory.cc
===================================================================
--- trunk/src/tools/tool_factory.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/tools/tool_factory.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2012 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/tools/tool_factory.hh
===================================================================
--- trunk/src/tools/tool_factory.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/tools/tool_factory.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2011 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/tools/unix_permissions.cc
===================================================================
--- trunk/src/tools/unix_permissions.cc 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/tools/unix_permissions.cc 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2012 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/tools/unix_permissions.hh
===================================================================
--- trunk/src/tools/unix_permissions.hh 2012-09-06 08:41:04 UTC (rev 331)
+++ trunk/src/tools/unix_permissions.hh 2012-09-13 16:22:03 UTC (rev 332)
@@ -1,6 +1,6 @@
/*
#| sepiola - Open Source Online Backup Client
-#| Copyright (C) 2007, 2008 stepping stone GmbH
+#| Copyright (C) 2007-2012 stepping stone GmbH
#|
#| This program is free software; you can redistribute it and/or
#| modify it under the terms of the GNU General Public License
Modified: trunk/src/utils/const_utils.hh
===================================================================
--- trunk/src/utils/const_utils.hh 2012-09-06 08...
[truncated message content] |