Free cookie consent management tool by TermsFeed Policy Generator

Changeset 6977


Ignore:
Timestamp:
11/09/11 17:02:21 (12 years ago)
Author:
ascheibe
Message:

#1672

  • removed unused files
  • added missing license headers
Location:
trunk/sources
Files:
2 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/HeuristicLab.Clients.Hive.Administrator-3.3.csproj

    r6976 r6977  
    158158  </ItemGroup>
    159159  <ItemGroup>
    160     <None Include="Views\Images\Monitor.ico" />
    161   </ItemGroup>
    162   <ItemGroup>
    163     <None Include="Views\Images\network_center.ico" />
    164   </ItemGroup>
    165   <ItemGroup>
    166160    <ProjectReference Include="..\..\HeuristicLab.Clients.Common\3.3\HeuristicLab.Clients.Common-3.3.csproj">
    167161      <Project>{730A9104-D4D1-4360-966B-E49B7571DDA3}</Project>
  • trunk/sources/HeuristicLab.Clients.Hive.Views/3.3/HeuristicLab.Clients.Hive.Views-3.3.csproj

    r6976 r6977  
    168168      <DependentUpon>HiveImageLibrary.resx</DependentUpon>
    169169    </Compile>
    170     <Compile Include="Properties\Resources.Designer.cs">
    171       <AutoGen>True</AutoGen>
    172       <DesignTime>True</DesignTime>
    173       <DependentUpon>Resources.resx</DependentUpon>
    174     </Compile>
    175170    <None Include="Plugin.cs.frame" />
    176171    <Compile Include="Plugin.cs" />
     
    215210    <EmbeddedResource Include="Progress\ProgressView.resx">
    216211      <DependentUpon>ProgressView.cs</DependentUpon>
    217     </EmbeddedResource>
    218     <EmbeddedResource Include="Properties\Resources.resx">
    219       <Generator>ResXFileCodeGenerator</Generator>
    220       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    221212    </EmbeddedResource>
    222213  </ItemGroup>
  • trunk/sources/HeuristicLab.Clients.Hive/3.3/ServiceClients/HiveItemCollection.cs

    r6976 r6977  
    1 using System;
     1#region License Information
     2/* HeuristicLab
     3 * Copyright (C) 2002-2011 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     4 *
     5 * This file is part of HeuristicLab.
     6 *
     7 * HeuristicLab is free software: you can redistribute it and/or modify
     8 * it under the terms of the GNU General Public License as published by
     9 * the Free Software Foundation, either version 3 of the License, or
     10 * (at your option) any later version.
     11 *
     12 * HeuristicLab is distributed in the hope that it will be useful,
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     15 * GNU General Public License for more details.
     16 *
     17 * You should have received a copy of the GNU General Public License
     18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
     19 */
     20#endregion
     21
     22using System;
    223using System.Collections.Generic;
    324using System.Linq;
  • trunk/sources/HeuristicLab.Clients.Hive/3.3/ServiceClients/IHiveItem.cs

    r6976 r6977  
    1 using System;
     1#region License Information
     2/* HeuristicLab
     3 * Copyright (C) 2002-2011 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     4 *
     5 * This file is part of HeuristicLab.
     6 *
     7 * HeuristicLab is free software: you can redistribute it and/or modify
     8 * it under the terms of the GNU General Public License as published by
     9 * the Free Software Foundation, either version 3 of the License, or
     10 * (at your option) any later version.
     11 *
     12 * HeuristicLab is distributed in the hope that it will be useful,
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     15 * GNU General Public License for more details.
     16 *
     17 * You should have received a copy of the GNU General Public License
     18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
     19 */
     20#endregion
     21
     22using System;
    223using System.ComponentModel;
    324using HeuristicLab.Core;
  • trunk/sources/HeuristicLab.Clients.Hive/3.3/ServiceClients/Slave.cs

    r6976 r6977  
    2020#endregion
    2121
     22using HeuristicLab.Common;
    2223
    23 using HeuristicLab.Common;
    2424namespace HeuristicLab.Clients.Hive {
    2525
Note: See TracChangeset for help on using the changeset viewer.