Added header to all files. Closes #2064
authorPanagiotis Kanavos <pkanavos@gmail.com>
Sun, 19 Feb 2012 19:41:36 +0000 (21:41 +0200)
committerPanagiotis Kanavos <pkanavos@gmail.com>
Sun, 19 Feb 2012 19:41:36 +0000 (21:41 +0200)
commit255f5f86173e94afd51d8182dac87ae6f8554c29
tree6d5580a15100aaadb8d61d19f7f98d8ae1c10a9f
parent618015f47e9c35c27f4f24bc23db4bca454aa1f1
Added header to all files. Closes #2064
137 files changed:
trunk/Libraries/LicenseHeaderManager.vsix [new file with mode: 0644]
trunk/Pithos.Client.WPF/App.xaml.cs
trunk/Pithos.Client.WPF/AppBootstrapper.cs
trunk/Pithos.Client.WPF/Caliburn/Micro/Logging/DebugLogger.cs
trunk/Pithos.Client.WPF/Caliburn/Micro/Logging/log4netLogger.cs
trunk/Pithos.Client.WPF/Configuration/PithosSettings.cs
trunk/Pithos.Client.WPF/Converters/DummyConverter.cs
trunk/Pithos.Client.WPF/Converters/EmptyToVisibilityConverter.cs
trunk/Pithos.Client.WPF/Converters/NullToVisibilityConverter.cs
trunk/Pithos.Client.WPF/FileEntry.cs
trunk/Pithos.Client.WPF/FileProperties/ContainerPolicy.cs
trunk/Pithos.Client.WPF/FileProperties/ContainerPropertiesView.xaml.cs
trunk/Pithos.Client.WPF/FileProperties/ContainerPropertiesViewModel.cs
trunk/Pithos.Client.WPF/FileProperties/FilePropertiesView.xaml.cs
trunk/Pithos.Client.WPF/FileProperties/FilePropertiesViewModel.cs
trunk/Pithos.Client.WPF/FileProperties/MetaValue.cs
trunk/Pithos.Client.WPF/FileProperties/NewContainerView.xaml.cs
trunk/Pithos.Client.WPF/FileProperties/NewContainerViewModel.cs
trunk/Pithos.Client.WPF/FileProperties/Permission.cs
trunk/Pithos.Client.WPF/FileProperties/SizeExtensions.cs
trunk/Pithos.Client.WPF/MainWindow.xaml.cs
trunk/Pithos.Client.WPF/NativeMethods.cs
trunk/Pithos.Client.WPF/Pithos.Client.WPF.csproj
trunk/Pithos.Client.WPF/PithosAccount.cs
trunk/Pithos.Client.WPF/PithosException.cs
trunk/Pithos.Client.WPF/Preferences/AddAccountView.xaml.cs
trunk/Pithos.Client.WPF/Preferences/AddAccountViewModel.cs
trunk/Pithos.Client.WPF/Preferences/FileExistsRule.cs
trunk/Pithos.Client.WPF/Preferences/GroupsView.xaml.cs
trunk/Pithos.Client.WPF/Preferences/GroupsViewModel.cs
trunk/Pithos.Client.WPF/Preferences/PreferencesView.xaml.cs
trunk/Pithos.Client.WPF/Preferences/PreferencesViewModel.cs
trunk/Pithos.Client.WPF/Preferences/ProxyAccountView.xaml.cs
trunk/Pithos.Client.WPF/Preferences/ProxyAccountViewModel.cs
trunk/Pithos.Client.WPF/Properties/AssemblyInfo.cs
trunk/Pithos.Client.WPF/Proxy.cs
trunk/Pithos.Client.WPF/SelectiveSynch/DirectoryRecord.cs
trunk/Pithos.Client.WPF/SelectiveSynch/SelectiveSynchChanges.cs
trunk/Pithos.Client.WPF/SelectiveSynch/SelectiveSynchView.xaml.cs
trunk/Pithos.Client.WPF/SelectiveSynch/SelectiveSynchViewModel.cs
trunk/Pithos.Client.WPF/SelectiveSynch/VirtualToggleButton.cs
trunk/Pithos.Client.WPF/Services/Events.cs
trunk/Pithos.Client.WPF/Services/StatusService.cs
trunk/Pithos.Client.WPF/Shell/AboutView.xaml.cs
trunk/Pithos.Client.WPF/Shell/AboutViewModel.cs
trunk/Pithos.Client.WPF/Shell/BalloonIconConverter.cs
trunk/Pithos.Client.WPF/Shell/FeedbackView.xaml.cs
trunk/Pithos.Client.WPF/Shell/FeedbackViewModel.cs
trunk/Pithos.Client.WPF/Shell/IShell.cs
trunk/Pithos.Client.WPF/Shell/MessageView.xaml.cs
trunk/Pithos.Client.WPF/Shell/Notification.cs
trunk/Pithos.Client.WPF/Shell/PithosBalloon.xaml.cs
trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs
trunk/Pithos.Client.WPF/Wpf32Window.cs
trunk/Pithos.Core/Agents/Agent.cs
trunk/Pithos.Core/Agents/AgentLocator.cs
trunk/Pithos.Core/Agents/AsyncManualResetEvent.cs
trunk/Pithos.Core/Agents/BlockExtensions.cs
trunk/Pithos.Core/Agents/BlockUpdater.cs
trunk/Pithos.Core/Agents/CloudTransferAction.cs
trunk/Pithos.Core/Agents/CollectionExtensions.cs
trunk/Pithos.Core/Agents/DeleteAgent.cs
trunk/Pithos.Core/Agents/FileAgent.cs
trunk/Pithos.Core/Agents/FileSystemWatcherAdapter.cs
trunk/Pithos.Core/Agents/MovedEventArgs.cs
trunk/Pithos.Core/Agents/NetworkAgent.cs
trunk/Pithos.Core/Agents/ObjectInfoComparer.cs
trunk/Pithos.Core/Agents/SnapshotDifferencer.cs
trunk/Pithos.Core/Agents/StatusAgent.cs
trunk/Pithos.Core/Agents/WorkflowAgent.cs
trunk/Pithos.Core/DynamicDictionary.cs
trunk/Pithos.Core/EnumerableExtensions.cs
trunk/Pithos.Core/FileHashMap.cs
trunk/Pithos.Core/FileState.cs
trunk/Pithos.Core/IPithosWorkflow.cs
trunk/Pithos.Core/IStatusKeeper.cs
trunk/Pithos.Core/IStatusNotification.cs
trunk/Pithos.Core/IStatusService.cs
trunk/Pithos.Core/JobQueue.cs
trunk/Pithos.Core/NativeMethods.cs
trunk/Pithos.Core/NetworkGate.cs
trunk/Pithos.Core/Pithos.Core.csproj
trunk/Pithos.Core/PithosMonitor.cs
trunk/Pithos.Core/PithosWorkflow.cs
trunk/Pithos.Core/Properties/AssemblyInfo.cs
trunk/Pithos.Core/StatusInfo.cs
trunk/Pithos.Core/TaskExtensions.cs
trunk/Pithos.Core/WorkflowState.cs
trunk/Pithos.Interfaces/AccountSettings.cs
trunk/Pithos.Interfaces/FileInfoExtensions.cs
trunk/Pithos.Interfaces/FolderConstants.cs
trunk/Pithos.Interfaces/IPithosSettings.cs
trunk/Pithos.Interfaces/IStatusChecker.cs
trunk/Pithos.Interfaces/KnownExtensions.cs
trunk/Pithos.Interfaces/ObjectInfo.cs
trunk/Pithos.Interfaces/PermissionConverter.cs
trunk/Pithos.Interfaces/Pithos.Interfaces.csproj
trunk/Pithos.Interfaces/PithosDateTimeConverter.cs
trunk/Pithos.Interfaces/PithosSettingsData.cs
trunk/Pithos.Interfaces/Properties/AssemblyInfo.cs
trunk/Pithos.Network/AccountInfo.cs
trunk/Pithos.Network/BlockHashAlgorithms.cs
trunk/Pithos.Network/CloudFilesClient.cs
trunk/Pithos.Network/ContainerInfo.cs
trunk/Pithos.Network/ICloudClient.cs
trunk/Pithos.Network/Pithos.Network.csproj
trunk/Pithos.Network/Properties/AssemblyInfo.cs
trunk/Pithos.Network/RestClient.cs
trunk/Pithos.Network/Signature.cs
trunk/Pithos.Network/TreeHash.cs
trunk/Pithos.ShellExtensions/FileContext.cs
trunk/Pithos.ShellExtensions/IoC.cs
trunk/Pithos.ShellExtensions/LogCategories.cs
trunk/Pithos.ShellExtensions/MarshalHelpers.cs
trunk/Pithos.ShellExtensions/Menus/DisplayFlags.cs
trunk/Pithos.ShellExtensions/Menus/FileContextMenu.cs
trunk/Pithos.ShellExtensions/Menus/MenuItem.cs
trunk/Pithos.ShellExtensions/Overlays/AddedIcodOverlay.cs
trunk/Pithos.ShellExtensions/Overlays/ConflictIconOverlay.cs
trunk/Pithos.ShellExtensions/Overlays/DeletedIconOverlay.cs
trunk/Pithos.ShellExtensions/Overlays/IconOverlayBase.cs
trunk/Pithos.ShellExtensions/Overlays/ModifiedIconOverlay.cs
trunk/Pithos.ShellExtensions/Overlays/NormalIconOverlay.cs
trunk/Pithos.ShellExtensions/Overlays/SynchIconOverlay.cs
trunk/Pithos.ShellExtensions/Overlays/UnversionedIconOverlay.cs
trunk/Pithos.ShellExtensions/Pithos.ShellExtensions.csproj
trunk/Pithos.ShellExtensions/PithosHost.cs
trunk/Pithos.ShellExtensions/ProjectInstaller.cs
trunk/Pithos.ShellExtensions/Properties/AssemblyInfo.cs
trunk/Pithos.ShellExtensions/Service References/PithosService/Reference.cs
trunk/Pithos.ShellExtensions/ShellExtLib.cs
trunk/Pithos.ShellExtensions/ShellSettings.cs
trunk/Pithos.ShellExtensions/ShellStatusChecker.cs
trunk/Pithos.ShellExtensions/TestPithosSettings.cs
trunk/Pithos.ShellExtensions/TestStatusChecker.cs
trunk/Pithos.licenseheader [new file with mode: 0644]
trunk/Pithos.sln