Changeset 8535 for branches/ParameterConfigurationEncoding/HeuristicLab.Encodings.ParameterConfigurationEncoding.Views/3.3/MenuItems
- Timestamp:
- 08/29/12 09:22:21 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ParameterConfigurationEncoding/HeuristicLab.Encodings.ParameterConfigurationEncoding.Views/3.3/MenuItems/CreateExperimentMenuItemV2.cs
r8517 r8535 21 21 22 22 using System; 23 #region License Information24 /* HeuristicLab25 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)26 *27 * This file is part of HeuristicLab.28 *29 * HeuristicLab is free software: you can redistribute it and/or modify30 * it under the terms of the GNU General Public License as published by31 * the Free Software Foundation, either version 3 of the License, or32 * (at your option) any later version.33 *34 * HeuristicLab is distributed in the hope that it will be useful,35 * but WITHOUT ANY WARRANTY; without even the implied warranty of36 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the37 * GNU General Public License for more details.38 *39 * You should have received a copy of the GNU General Public License40 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.41 */42 #endregion43 44 23 using System.Collections.Generic; 45 24 using System.Windows.Forms;
Note: See TracChangeset
for help on using the changeset viewer.