Browse Source

Added 'APD Communications Ltd.' to company and copyright assembly info.

pull/1645/head
Johannes Brittain 7 years ago
parent
commit
35b408b495
  1. 4
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Aero/Properties/AssemblyInfo.cs
  2. 4
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Metro/Properties/AssemblyInfo.cs
  3. 4
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.VS2010/Properties/AssemblyInfo.cs
  4. 4
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Properties/AssemblyInfo.cs
  5. 4
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Properties/AssemblyInfo.cs
  6. 4
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit.LiveExplorer/Properties/AssemblyInfo.cs
  7. 4
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Properties/AssemblyInfo.cs

4
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Aero/Properties/AssemblyInfo.cs

@ -28,9 +28,9 @@ using System;
[assembly: AssemblyTitle( "Xceed Toolkit for WPF - AvalonDock Aero Theme" )]
[assembly: AssemblyDescription( "This assembly implements the Aero Theme for the AvalonDock layout system." )]
[assembly: AssemblyCompany( "Xceed Software Inc." )]
[assembly: AssemblyCompany( "Xceed Software Inc. & APD Communications Ltd." )]
[assembly: AssemblyProduct( "Xceed Toolkit for WPF - AvalonDock" )]
[assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2007-2017" )]
[assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2007-2017 & APD Communications Ltd." )]

4
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Metro/Properties/AssemblyInfo.cs

@ -28,9 +28,9 @@ using System;
[assembly: AssemblyTitle( "Xceed Toolkit for WPF - AvalonDock Metro Theme" )]
[assembly: AssemblyDescription( "This assembly implements the Metro Theme for the AvalonDock layout system." )]
[assembly: AssemblyCompany( "Xceed Software Inc." )]
[assembly: AssemblyCompany( "Xceed Software Inc. & APD Communications Ltd." )]
[assembly: AssemblyProduct( "Xceed Toolkit for WPF - AvalonDock" )]
[assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2007-2017" )]
[assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2007-2017 & APD Communications Ltd." )]

4
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.VS2010/Properties/AssemblyInfo.cs

@ -28,9 +28,9 @@ using System;
[assembly: AssemblyTitle( "Xceed Toolkit for WPF - AvalonDock VS2010 Theme" )]
[assembly: AssemblyDescription( "This assembly implements the VS2010 Theme for the AvalonDock layout system." )]
[assembly: AssemblyCompany( "Xceed Software Inc." )]
[assembly: AssemblyCompany( "Xceed Software Inc. & APD Communications Ltd." )]
[assembly: AssemblyProduct( "Xceed Toolkit for WPF - AvalonDock" )]
[assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2007-2017" )]
[assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2007-2017 & APD Communications Ltd." )]
// Setting ComVisible to false makes the types in this assembly not visible

4
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Properties/AssemblyInfo.cs

@ -28,9 +28,9 @@ using System;
[assembly: AssemblyTitle( "Xceed Toolkit for WPF - AvalonDock" )]
[assembly: AssemblyDescription( "This assembly implements the Xceed.Wpf.AvalonDock namespace, a docking layout system for the Windows Presentation Framework." )]
[assembly: AssemblyCompany( "Xceed Software Inc." )]
[assembly: AssemblyCompany( "Xceed Software Inc. & APD Communications Ltd." )]
[assembly: AssemblyProduct( "Xceed Toolkit for WPF - AvalonDock" )]
[assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2007-2017" )]
[assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2007-2017 & APD Communications Ltd." )]
[assembly: AssemblyCulture( "" )]

4
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Properties/AssemblyInfo.cs

@ -34,9 +34,9 @@ using System.Windows.Markup;
[assembly: AssemblyTitle( "Xceed Toolkit for WPF - DataGrid" )]
[assembly: AssemblyDescription( "This assembly implements the Xceed.Wpf.DataGrid namespace, a data grid control for the Windows Presentation Framework." )]
[assembly: AssemblyCompany( "Xceed Software Inc." )]
[assembly: AssemblyCompany( "Xceed Software Inc. & APD Communications Ltd." )]
[assembly: AssemblyProduct( "Xceed Toolkit for WPF - DataGrid" )]
[assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2007-2017" )]
[assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2007-2017 & APD Communications Ltd." )]
[assembly: CLSCompliant( true )]

4
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit.LiveExplorer/Properties/AssemblyInfo.cs

@ -9,9 +9,9 @@ using System.Windows;
// associated with an assembly.
[assembly: AssemblyTitle( "Xceed Toolkit for WPF LiveExplorer" )]
[assembly: AssemblyDescription( "" )]
[assembly: AssemblyCompany( "Xceed Software Inc." )]
[assembly: AssemblyCompany( "Xceed Software Inc. & APD Communications Ltd." )]
[assembly: AssemblyProduct( "Xceed Toolkit for WPF" )]
[assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2007-2017" )]
[assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2007-2017 & APD Communications Ltd." )]
[assembly: AssemblyCulture( "" )]
// Setting ComVisible to false makes the types in this assembly not visible

4
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Properties/AssemblyInfo.cs

@ -34,9 +34,9 @@ using System.Windows.Markup;
[assembly: AssemblyTitle( "Xceed Toolkit for WPF" )]
[assembly: AssemblyDescription("This assembly implements various Windows Presentation Framework controls.")]
[assembly: AssemblyCompany("Xceed Software Inc.")]
[assembly: AssemblyCompany( "Xceed Software Inc. & APD Communications Ltd." )]
[assembly: AssemblyProduct( "Xceed Toolkit for WPF" )]
[assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2007-2017" )]
[assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2007-2017 & APD Communications Ltd." )]
[assembly: AssemblyCulture( "" )]

Loading…
Cancel
Save