- Timestamp:
- 05/27/13 12:44:27 (11 years ago)
- Location:
- branches/HivePerformance/sources
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HivePerformance/sources
- Property svn:mergeinfo changed
/trunk/sources merged: 9445,9447-9459,9462-9466,9471-9472,9474,9476-9479,9493,9496,9498,9504-9506,9515-9517,9520-9521,9523,9530-9531,9534-9537
- Property svn:mergeinfo changed
-
branches/HivePerformance/sources/HeuristicLab.Persistence.GUI/3.3/PersistenceAnalysis.cs
r7259 r9539 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 2Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/HivePerformance/sources/HeuristicLab.Persistence.GUI/3.3/PersistenceConfigurationForm.Designer.cs
r7967 r9539 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 2Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/HivePerformance/sources/HeuristicLab.Persistence.GUI/3.3/PersistenceConfigurationForm.cs
r7259 r9539 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 2Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/HivePerformance/sources/HeuristicLab.Persistence.GUI/3.3/Plugin.cs.frame
r8818 r9539 4 4 namespace HeuristicLab.Persistence.GUI { 5 5 6 [Plugin("HeuristicLab.Persistence.GUI", "3.3. 7.$WCREV$")]6 [Plugin("HeuristicLab.Persistence.GUI", "3.3.8.$WCREV$")] 7 7 [PluginFile("HeuristicLab.Persistence.GUI-3.3.dll", PluginFileType.Assembly)] 8 8 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] -
branches/HivePerformance/sources/HeuristicLab.Persistence.GUI/3.3/Properties/AssemblyInfo.cs.frame
r8246 r9539 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 2Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 32 32 [assembly: AssemblyCompany("")] 33 33 [assembly: AssemblyProduct("HeuristicLab")] 34 [assembly: AssemblyCopyright("(c) 2002-201 2HEAL")]34 [assembly: AssemblyCopyright("(c) 2002-2013 HEAL")] 35 35 [assembly: AssemblyTrademark("")] 36 36 [assembly: AssemblyCulture("")] … … 52 52 // 53 53 [assembly: AssemblyVersion("3.3.0.0")] 54 [assembly: AssemblyFileVersion("3.3. 7.$WCREV$")]54 [assembly: AssemblyFileVersion("3.3.8.$WCREV$")] -
branches/HivePerformance/sources/HeuristicLab.Persistence.GUI/3.3/TypeExtensions.cs
r7259 r9539 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 2Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab.
Note: See TracChangeset
for help on using the changeset viewer.