Changeset 9456 for trunk/sources/HeuristicLab
- Timestamp:
- 05/07/13 03:45:22 (12 years ago)
- Location:
- trunk/sources/HeuristicLab/3.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab/3.3/HeuristicLab 3.3 License.txt ¶
r7259 r9456 1 1 HeuristicLab 2 Copyright (C) 2002-201 2Heuristic and Evolutionary Algorithms Laboratory (HEAL)2 Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 3 3 4 4 HeuristicLab is free software: you can redistribute it and/or modify -
TabularUnified trunk/sources/HeuristicLab/3.3/Program.cs ¶
r7259 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. -
TabularUnified trunk/sources/HeuristicLab/3.3/Properties/AssemblyInfo.cs.frame ¶
r8246 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. … … 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("")]
Note: See TracChangeset
for help on using the changeset viewer.