Changeset 9456 for trunk/tools/FxCop
- Timestamp:
- 05/07/13 03:45:22 (12 years ago)
- Location:
- trunk/tools/FxCop/HeuristicLab.FxCop
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/FxCop/HeuristicLab.FxCop/EnforceOneStorableHookPerClass.cs
r7350 r9456 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. -
trunk/tools/FxCop/HeuristicLab.FxCop/EnforceStorableHookNames.cs
r7350 r9456 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. -
trunk/tools/FxCop/HeuristicLab.FxCop/HeuristicLabFxCopRuleBase.cs
r7340 r9456 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. -
trunk/tools/FxCop/HeuristicLab.FxCop/Properties/AssemblyInfo.cs
r7340 r9456 11 11 [assembly: AssemblyCompany("")] 12 12 [assembly: AssemblyProduct("HeuristicLab.FxCop")] 13 [assembly: AssemblyCopyright("Copyright © 201 2")]13 [assembly: AssemblyCopyright("Copyright © 2013")] 14 14 [assembly: AssemblyTrademark("")] 15 15 [assembly: AssemblyCulture("")]
Note: See TracChangeset
for help on using the changeset viewer.