Free cookie consent management tool by TermsFeed Policy Generator

Changeset 17815


Ignore:
Timestamp:
12/31/20 17:19:29 (3 years ago)
Author:
gkronber
Message:

#2898: fix header

Location:
trunk/HeuristicLab.Algorithms.DataAnalysis/3.4/GAM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Algorithms.DataAnalysis/3.4/GAM/GeneralizedAdditiveModelAlgorithm.cs

    r17812 r17815  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    4  * and the BEACON Center for the Study of Evolution in Action.
    5  *
     3 * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     4 *
    65 * This file is part of HeuristicLab.
    76 *
  • trunk/HeuristicLab.Algorithms.DataAnalysis/3.4/GAM/Spline1dModel.cs

    r17812 r17815  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    4  * and the BEACON Center for the Study of Evolution in Action.
    5  *
     3 * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     4 *
    65 * This file is part of HeuristicLab.
    76 *
     
    2120#endregion
    2221
    23 using System;
    2422using HEAL.Attic;
    2523using System.Collections.Generic;
     
    2725using HeuristicLab.Common;
    2826using HeuristicLab.Core;
    29 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    3027using HeuristicLab.Problems.DataAnalysis;
    3128
Note: See TracChangeset for help on using the changeset viewer.