Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/06/11 18:54:38 (13 years ago)
Author:
ascheibe
Message:

#1233 changed year to 2011

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.4/ServiceClients/Resource.cs

    r5955 r6372  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2011 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    2828    public Resource() { }
    2929
    30     protected Resource(Resource original, Cloner cloner) 
     30    protected Resource(Resource original, Cloner cloner)
    3131      : base(original, cloner) {
    3232      this.ParentResourceId = original.ParentResourceId;
Note: See TracChangeset for help on using the changeset viewer.