]> git.sur5r.net Git - bacula/bacula/commitdiff
baculum: Update copyright dates
authorMarcin Haba <marcin.haba@bacula.pl>
Sun, 4 Jan 2015 10:39:57 +0000 (11:39 +0100)
committerMarcin Haba <marcin.haba@bacula.pl>
Sun, 4 Jan 2015 10:39:57 +0000 (11:39 +0100)
99 files changed:
gui/baculum/index.php
gui/baculum/protected/Class/API.php
gui/baculum/protected/Class/ActiveRecord.php
gui/baculum/protected/Class/BaculumAPI.php
gui/baculum/protected/Class/BaculumPage.php
gui/baculum/protected/Class/BaculumUser.php
gui/baculum/protected/Class/BaculumUsersManager.php
gui/baculum/protected/Class/Bconsole.php
gui/baculum/protected/Class/ClientManager.php
gui/baculum/protected/Class/ClientRecord.php
gui/baculum/protected/Class/ConfigurationManager.php
gui/baculum/protected/Class/Database.php
gui/baculum/protected/Class/Errors.php
gui/baculum/protected/Class/FileSetManager.php
gui/baculum/protected/Class/FileSetRecord.php
gui/baculum/protected/Class/JobManager.php
gui/baculum/protected/Class/JobRecord.php
gui/baculum/protected/Class/LogManager.php
gui/baculum/protected/Class/LogRecord.php
gui/baculum/protected/Class/Logging.php
gui/baculum/protected/Class/PoolManager.php
gui/baculum/protected/Class/PoolRecord.php
gui/baculum/protected/Class/StorageManager.php
gui/baculum/protected/Class/StorageRecord.php
gui/baculum/protected/Class/VersionManager.php
gui/baculum/protected/Class/VersionRecord.php
gui/baculum/protected/Class/VolumeManager.php
gui/baculum/protected/Class/VolumeRecord.php
gui/baculum/protected/Layouts/Main.php
gui/baculum/protected/Layouts/MessageBox.php
gui/baculum/protected/Layouts/Wizard.php
gui/baculum/protected/Pages/API/BVFGetJobids.php
gui/baculum/protected/Pages/API/BVFSClearCache.php
gui/baculum/protected/Pages/API/BVFSGetJobids.php
gui/baculum/protected/Pages/API/BVFSLsDirs.php
gui/baculum/protected/Pages/API/BVFSLsFiles.php
gui/baculum/protected/Pages/API/BVFSRestore.php
gui/baculum/protected/Pages/API/BVFSUpdate.php
gui/baculum/protected/Pages/API/BVFSVersions.php
gui/baculum/protected/Pages/API/Client.php
gui/baculum/protected/Pages/API/ClientShow.php
gui/baculum/protected/Pages/API/ClientStatus.php
gui/baculum/protected/Pages/API/Clients.php
gui/baculum/protected/Pages/API/ClientsShow.php
gui/baculum/protected/Pages/API/ConsoleCommand.php
gui/baculum/protected/Pages/API/Directors.php
gui/baculum/protected/Pages/API/FileSet.php
gui/baculum/protected/Pages/API/FileSets.php
gui/baculum/protected/Pages/API/Job.php
gui/baculum/protected/Pages/API/JobCancel.php
gui/baculum/protected/Pages/API/JobEstimate.php
gui/baculum/protected/Pages/API/JobLog.php
gui/baculum/protected/Pages/API/JobRun.php
gui/baculum/protected/Pages/API/JobTasks.php
gui/baculum/protected/Pages/API/Jobs.php
gui/baculum/protected/Pages/API/JobsRecent.php
gui/baculum/protected/Pages/API/Pool.php
gui/baculum/protected/Pages/API/PoolShow.php
gui/baculum/protected/Pages/API/PoolUpdate.php
gui/baculum/protected/Pages/API/PoolUpdateVolumes.php
gui/baculum/protected/Pages/API/Pools.php
gui/baculum/protected/Pages/API/PoolsShow.php
gui/baculum/protected/Pages/API/RestoreRun.php
gui/baculum/protected/Pages/API/Storage.php
gui/baculum/protected/Pages/API/StorageMount.php
gui/baculum/protected/Pages/API/StorageRelease.php
gui/baculum/protected/Pages/API/StorageShow.php
gui/baculum/protected/Pages/API/StorageStatus.php
gui/baculum/protected/Pages/API/StorageUmount.php
gui/baculum/protected/Pages/API/Storages.php
gui/baculum/protected/Pages/API/StoragesShow.php
gui/baculum/protected/Pages/API/Volume.php
gui/baculum/protected/Pages/API/VolumePrune.php
gui/baculum/protected/Pages/API/VolumePurge.php
gui/baculum/protected/Pages/API/Volumes.php
gui/baculum/protected/Pages/ConfigurationWizard.php
gui/baculum/protected/Pages/Home.php
gui/baculum/protected/Pages/Requirements.php
gui/baculum/protected/Pages/RestoreWizard.php
gui/baculum/protected/Portlets/BActiveButton.php
gui/baculum/protected/Portlets/BButton.php
gui/baculum/protected/Portlets/ClientConfiguration.php
gui/baculum/protected/Portlets/ClientList.php
gui/baculum/protected/Portlets/ConfigurationPanel.php
gui/baculum/protected/Portlets/Console.php
gui/baculum/protected/Portlets/ISlideWindow.php
gui/baculum/protected/Portlets/JobConfiguration.php
gui/baculum/protected/Portlets/JobList.php
gui/baculum/protected/Portlets/JobRunConfiguration.php
gui/baculum/protected/Portlets/JobRunList.php
gui/baculum/protected/Portlets/PoolConfiguration.php
gui/baculum/protected/Portlets/PoolList.php
gui/baculum/protected/Portlets/Portlets.php
gui/baculum/protected/Portlets/SlideWindow.php
gui/baculum/protected/Portlets/StorageConfiguration.php
gui/baculum/protected/Portlets/StorageList.php
gui/baculum/protected/Portlets/VolumeConfiguration.php
gui/baculum/protected/Portlets/VolumeList.php
gui/baculum/protected/Portlets/VolumesTools.php

index 5f05aaff2cc0fafb7bfa42477c07365742de8090..0b4c4f9dfd11ba89bfdea57a52c40e1fb1438a65 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 74d9e019a69e60c686f6a9c333c0cd500df2820b..50c7a59189757f754bd2e4a9aa830555374215df 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index d18b470e07549a7afaabc4c4d2d5db4d7a947ac5..c9d216e118f978a79284d57edfc3403d88777329 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 29029fa6ecbee8c6919d439b80066fc3927efbf6..4d6898fa5e332d731afccbada5788f2fe0b97eee 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 1ad9ed6e5190fda86ec97fd740b71e645fc45966..9ae54cb98c68cf94b83d9b74f3fec365afc50709 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index a83eb8a9e0bbe76f4f63e5bb3351b5fb2c684efe..34ba60f4a8e9136798d3b2347547dd99548709eb 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 21aab8369d06075b8d870a0b2901ec513ffe39ef..81bc5dece4d811ac9f369146fa01aff66a570bca 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index ed178483e63fdeaaf65d33ee5bafe27e2d4da49d..e5eaeee649d2b12ed30ea915de23a2462220743a 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 1086fed5abaad1847d39c69deb8c1f84c819bf76..18fdb9e60e3b25878017f69368aee1f40d64cfa5 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index b8f5447461f7221001a43e6424b8ab588629d8d6..633b42f13979b3568962a8ae002f8cdf7f553ae1 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 674263547030967185a760144272a3037f218375..f658136a460174b709a520b0fec065d8fc3c074a 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 141df39fc9d5e24ef084ffd37d9d09571e4f5bce..3266cffd65ffe6df3d088b9420ee5cd5ba3422fd 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index e33c34173e42ea7dc59b2b8c1b228070b121a92b..6332bc52e0bd7284a38c95e089ded3f5006611b8 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 0e8bdb3be823c18900f25c007ccaf534634d7855..b6719b449c7af2d9fe665f9acd2253596414891e 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index a6adc1c1cfc0186c8fec33f5593ef4e75bcba34e..7a95be6e03267393d67d8948abedc9a85b889d33 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 701122e7aa350f9513394b3ea1099a83edfa1eae..89a204b0866174a319fae01d114cd80284ebdb9b 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index cd8acaf13b9063f4acc82448d8afead3b6b01a2f..715d9c259f0f0e0bea266f3cadb461dc0338bbf1 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 3b25f5b3aeed6cadb97b72d17c942ce72ce9c467..f47c7377213da7c9f7c5303cd60327d53588da08 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index cb3a15f1246a642a213d553a1fdfa69757175ba7..f84347ca9c2744914205786cdb3eecba5152378f 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 019a5a9d1b3713307466d01bf2a844a4e24c969a..87ab1adbf0af8751e6822998280df53c566da2fb 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 189b70c6c3d1c523da0f791952313cceb3a764cb..75e068ec3cafc7ee36de5116130b0704d29705af 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 61a66af8f7f566498c724dee2cace55c2fbf2deb..f377d4d52592695a8a4d1c79748f187e6ac4d11a 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 6193aa95588ed73c7a9d9ebdb22dedcda84b9f14..f032977e9615bcfa92e903f231c8542abe07acbf 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 06d335ff785346fbac553c7f521baaf13404f8cf..d4ef51673e9dca911d2e2e293ae5b1a7476bd725 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index a213a22b4aa1c2d71ed61741cb72eae1b1c49608..c73a2902b1707e5a35ba32264d1bccb644ac90b1 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 3d4e5c551f2dcbc8a50f227d875708d32f15a12f..700ff5eaed27149cdb4c185b0e659d6e9c0b0318 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 333787ba9a352050d155cd3815953f4411f12e03..441e6418d925fc7de447bd071ff820eafe1b099b 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 45df3e23859585f6e4c0ff37d54d0a6e4a464bc8..a7015ef7da3623bda130465c1fa819e9e609ce4b 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 87316922820b56f24f46fb174cc9b99e68a4dacb..a7882e4ee5d0f454b0b171f36b38d1ca1f1ba719 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 2a9102d37faf48af160fd7a4b2184ee262fd713c..58f12ef542d50c72ed1cac94420490fd0f6702b7 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 07c22f004d3f542fa95630708e63e9731e1b66e4..e4fb077806566c3faa407505982939db6ebabf31 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 4eadfff99ed26c6a33426bf5b7cf0645d74caa59..e3089187949f46d50220918d8e50570be40009a6 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 2232818e896b5d05d0703226be7d164f2a592dc6..e6af1b121727ae7a01f16687506ec1f7bb924ad9 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index e324c9b3a66c18fd44e26a0010253e6796e0b3ab..aef1fdfec66d5992421dc48fccc251767afa8216 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 1e07d847b00bd16b186fca5eef42fb8dda4e7012..e6ffa3bc505ee879f83e67ff3e7b6450fcad0060 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 2d87ee7c4eca0534bae5d5b9aff29f382ab9eac9..937a6ee668d8df084cd8c2a6dff7b294bf34314c 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 5c641e8dbda00d49946f409b48abdc1bd7dc4d6a..ef8ba886f99ccbc215e392596ad534da5450bad2 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 707fdeb10a321fb5920d8cee9cbe3ac24e814804..3da970eccc977cb855b40454a10e50524b53842a 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index a6c24be2c59b801850681d2cea7ad217e0578d5d..88c5164d440f63f1b4c8251d8a85b9ec939e83c9 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 69b18e9f51a5fd33b28a3aacc67d12e1ebbf504f..ee0dde35f0d1d6aaaa285d92baa01a7ea5f479f6 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 0903fd88bb67d3df760518edb4ed368ac46cc41e..5c324aeca07b12d8d1b9919575342ed80fa9b97c 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index edadfffced9b66377815677611db6e953bb5164f..6e205e3772e6307e8718dc1d245643164e0f437a 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 7801b442f872fec35900f928af553ebdd9f1314c..b600f0b7b5d841486f7585e96a9650f0d36aa496 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 5b1f6610d599dd6320aa789388f548b86e0e4622..9d42febccaa307ec3ac54b5b10cd103dc75c190a 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 55ed3a4ccb3318b03ff3e6cfbcc460b33ee5e7a2..19e0e698c851289223d48d4ff11a6da6ad7bc0cf 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 1ab775ee84beb4769a6cd348578d12cb24681361..0d89277db5ebf11a24fe302974d44b747883c11d 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 7c97888a61122953c23640ee8771e7deb1cec79e..783769fa1b6fc8ae459c845a60d4e86d1e0f8bba 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 96e572aa71b790428b03dcaf0cb08ec4302f2213..78c29bb62fcfae267aa4b1e9d8cc0057e4569200 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 9ba247771b47a0205db47fef84d129c24b5ed1c5..e758454ee2e5807f553dd1625e3590e5a98ae139 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index d5397dfed56f9612469969dc256d64f1ec890dd2..58d4d8eecbf0a38b7ce904f22af53a99c557dbd3 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 4f18570dd521ed1bbc407899d10cb2022a8a553a..97621b5713018955cb2869291cb203593ce10490 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index cc0222f55fe7aaac45c74400021485adddcf5d25..b36efebd4fbf26b74aab86a8d62cdabf01e0f60c 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index d54d5cf9fd29bde3c31e288d33eea18c483502d2..1bb7e2a1da192d4f459baa4218b9e92c634721c1 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 22dbee24f42e776fb5ac65fc9b0291aa965079bf..5121f4860cdd0578f5bb85b9b142dd150e97acf7 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index e829bc1618cd070360e7b1f60db6c39ab02f9427..0a7ffef84eef05c85ff74221ebe1a81abae8f376 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index a1d726fe850a0d1b2dd1532ef1f8cf6e4f70fd2b..321b55e257da5a65a602166233c1de1c94f45c3e 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index e1f4828b03d53a14184e2d775eaf6f8991279456..3656f035d9801dc9f052bcdaba4b21a4b3c3ddd6 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index f21571f3b84a7173f8265744414573e5e2b8fc3e..c050155873b54ef4628e6383aa43b5433d35f6b7 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 84538651f2e89639ed535752764cd9248ab0822c..47a1713f0d08e3e9696b8b13999e9c014170888a 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 911f50d27482e535701349d50dba35bfdfc03c9f..bb7c718618a0114ea3a1dae7e9f67a3bea6951d3 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index c847d5daa1145d2a80b7dee92e62780498247dfd..1460da4116f7e7319761f296a0a8560855f01780 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index dc28112e2a9215bc70721b36b4c12b88064ac2e5..41251fef879385f6b01ab979266035a61a77cd27 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 3978ed07c485fdb571e65ee8ca56a4648e2aa593..2f9878f68b23a71bf724329ca3207d6121a377e6 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 1ac065dac938f38afb39efbaa949ac4e79c74954..2b5e463c417955376e8ab4acffc5e872394a7c8f 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 8fb8ae197dd7ce5803acc6406c67195756b7351c..709d7088ecde4be4e7fe09e748968a468b8e0024 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 82477126350863240b85db07e5ee5248d9b91231..c70c15c350c1b6bc9946c16c85ca3f36678ff689 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index c84bc34b5e4a50a0325604653dd65136b75a1099..f6f3c0f3c608dc2f2e752d87ce85b8b9748c55e3 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index baaf4a27d6c6b6c8f9af90f4511f0e8bb743ccbd..ea3134197b1d29a5a14ed9882ee2be279cdecb46 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index b8c6c7bd88c9ef4a694c70250b3c27671e762696..5796f511002bca7d010246f016e327c8a87ecf71 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 9d4df64a7953be11c954435be065c1f57530ad80..12de378d6a9482e99bb60de2d37f0916edff3bd2 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 368767a4c6dcb2b11c85546d87470ccc1857301e..e4ccc47ded0677b432a2d75e2f57f384358676eb 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 411e34073e90f57be4eed76a104bf1d1427443ab..d3e5a64de9258a046158434bad2faddea28ea11b 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 4beb2660770fcf4dff0419fed6d7dac05f374987..48a9f4b892fe7f0e4726e8e1f7494b2c61bdf86e 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 0f745330760db7c985ce25004e98730aaf571696..0058a3b32d396e2e600d8bcea124ff43840df336 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index a90979f797085b52bbb731993c4b0d8546f9869c..b52f5b1b047c44515614a550fa8cdc1d91c97f49 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 7fb63edabfa7c74dca81a04f60473e4a66041316..29472aaac2846239e71bd10483fd001b400bbb33 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 5fe09c78ed8fe70c3c3bb606f2be0b1387ff7905..9e10ac9d38b05180a54e0f1c67bf35406e78afaf 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index d818c584ca38d4d251e7f374b026ebfd3156fe96..e2db74d111ec32bb645a8bc6182dedded506fb92 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 29f7ef94197ca240812ab398e3f05d905fb7111b..4ec205d19841e3ee67d386baf726cbc1610589a8 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 1c4b6ade7a9e40edf8c43240c041c7b56c129426..210381e18df64a15f52a6644b7e1224607b66fc0 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index f52fad45dcd0b9d29dcecec4bd8c4985dcfd6807..8ea8d05e7ecaea9a74813b4cb77b478ad469ac2d 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 9ed2c233ad1c344c40648ba84e05bb2651664810..a90437745dcd685aca1237cadc7e29f761a187e0 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index f5fc17b37a2f9a6ce32655e7a6f34e1dca6b81d5..d7be87bb0ca85d2374b06f3172d4d0f53bf85972 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index eeab6628ea7cbbafb5ee512b296535410c7dd281..09bee5ef48dbac0b46edfe30264e1ea7a3037a54 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 3eea94b1be10fc9d8accdf616b889e6193c829de..8d2eec3d84778db92ea06f1b4ecbc088aef6e1d4 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 785c4207c3a966b370f7101c994f61dd11638983..91dc5c3d1da290338bfb46588060fb7766c4429f 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index f0b19fbb9a351d68e253e1252cc67520fdd68d9d..81d3a3348ddda126fe91b10fbde6e7a7326db027 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 12cd790a5b712d7fe5b8f3bfc00ce83d835b2db1..fc6a5fd63652812015200afc74bde89bd8f92e7c 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 15e671d5b5991e52693b1c2a8f49eb4ea33574f6..d69420c16437c201b75fdea4c338f7dd38c64143 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 39ac4c56c0a280940f1bab25e9bafab7b29198d1..55333e337e825da564686c0f06425703c8a18b9a 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 3e4d960d9d5a95724d340b8c297484716ed516ee..8d3d52ebeec8876092c74e70d0a5b8cac79253cc 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 73c602d84cb849609ad78859f6169488107f1655..74edf0af34f54d1d1ac29d9f9113b44468aef751 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 56723bd7e84429974bfec15a148a3ceb5ec059ff..23c6c53b8007bfac2a83a3fe41003bbc0fc25901 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 4882df7fd73de28ca52295e54aa1cf18eda074ca..288967c299571fe02fe91327346990cc523fce6e 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 9002ab8452aefdd85aa962b44170f38fba2e6bdc..3fb7e9f2e1993dd0c88759119fc87189b97a3d1b 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 04f7aea0faf525ad5dde19ca450f8298bb036454..a8c475b1f23524f27f62bf0b32aec276bef1413f 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index c4b60d2bdaf5cd59c39aaaaf2050e955928c118b..d952c0e774a46b74556f85a46093467d2445e90f 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index 66d6bdd5fad7cd0409b58242c44dac8be1bfd7c4..72567f2919437e2e0406ce20e90ef7d349aa2f4b 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many
index ba2a614e28b715ff88b1b9b5349537099fe81622..edc33dfec3e13bbc7d7860c5bd4952ac169ce741 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula® - The Network Backup Solution
  * Baculum - Bacula web interface
  *
- * Copyright (C) 2013-2014 Marcin Haba
+ * Copyright (C) 2013-2015 Marcin Haba
  *
  * The main author of Baculum is Marcin Haba.
  * The main author of Bacula is Kern Sibbald, with contributions from many