Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/19/12 11:37:24 (13 years ago)
Author:
ascheibe
Message:

#1722 fixed license information in services

Location:
trunk/sources/HeuristicLab.Services.Deployment/3.3/Tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Services.Deployment/3.3/Tests/PluginStoreTest.cs

    r3742 r8050  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    2020#endregion
    2121
    22 using HeuristicLab.Services.Deployment.DataAccess;
     22using System;
     23using System.Collections.Generic;
     24using System.Diagnostics;
     25using System.Linq;
    2326using Microsoft.VisualStudio.TestTools.UnitTesting;
    24 using System.Collections.Generic;
    25 using System.Linq;
    26 using System;
    27 using System.Diagnostics;
    2827
    2928namespace HeuristicLab.Services.Deployment.Test {
  • trunk/sources/HeuristicLab.Services.Deployment/3.3/Tests/Properties/AssemblyInfo.cs

    r3742 r8050  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    2121
    2222using System.Reflection;
    23 using System.Runtime.CompilerServices;
    2423using System.Runtime.InteropServices;
    2524
Note: See TracChangeset for help on using the changeset viewer.