Free cookie consent management tool by TermsFeed Policy Generator

Changeset 4976 for trunk/sources


Ignore:
Timestamp:
11/28/10 14:05:52 (13 years ago)
Author:
gkronber
Message:

Updated .frame and license files. #875

Location:
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.1.0
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.1.0/ALGLIB-3.1.0/ALGLIB License.txt

    r3839 r4976  
    1 This program is free software; you can redistribute it and/or modify
     1ALGLIB® - numerical analysis library, 1999-2010.
     2ALGLIB is registered trademark of the ALGLIB Project.
     3
     4
     5
     6This program is free software; you can redistribute it and/or modify
    27it under the terms of the GNU General Public License as published by
    38the Free Software Foundation (www.fsf.org); either version 2 of the
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.1.0/ALGLIB-3.1.0/Properties/AssemblyInfo.cs

    r4068 r4976  
    55// set of attributes. Change these attribute values to modify the information
    66// associated with an assembly.
    7 [assembly: AssemblyTitle("ALGLIB-2.5.0")]
    8 [assembly: AssemblyDescription("")]
     7[assembly: AssemblyTitle("ALGLIB-3.1.0")]
     8[assembly: AssemblyDescription("ALGLIB® - numerical analysis library, 1999-2010")]
    99[assembly: AssemblyConfiguration("")]
    10 [assembly: AssemblyCompany("")]
    11 [assembly: AssemblyProduct("ALGLIB-2.5.0")]
    12 [assembly: AssemblyCopyright("Copyright ©  2010")]
     10[assembly: AssemblyCompany("ALGLIB project")]
     11[assembly: AssemblyProduct("ALGLIB-3.1.0")]
     12[assembly: AssemblyCopyright("Copyright © Sergey Bochkanov (ALGLIB project) 1999-2010")]
    1313[assembly: AssemblyTrademark("")]
    1414[assembly: AssemblyCulture("")]
     
    2020
    2121// The following GUID is for the ID of the typelib if this project is exposed to COM
    22 [assembly: Guid("bdca40e7-e549-4082-8352-cc2b7b6bae6b")]
     22[assembly: Guid("D68158F2-56A6-41DD-8CBA-FF1153A9CA4A")]
    2323
    2424// Version information for an assembly consists of the following four values:
     
    3232// by using the '*' as shown below:
    3333// [assembly: AssemblyVersion("1.0.*")]
    34 [assembly: AssemblyVersion("2.5.0.0")]
    35 [assembly: AssemblyFileVersion("2.5.0.0")]
     34[assembly: AssemblyVersion("3.1.0.0")]
     35[assembly: AssemblyFileVersion("3.1.0.0")]
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.1.0/HeuristicLab.ALGLIB-3.1.0/ALGLIB License-3.1.0.txt

    r4975 r4976  
    1 This program is free software; you can redistribute it and/or modify
     1ALGLIB® - numerical analysis library, 1999-2010.
     2ALGLIB is registered trademark of the ALGLIB Project.
     3
     4
     5
     6This program is free software; you can redistribute it and/or modify
    27it under the terms of the GNU General Public License as published by
    38the Free Software Foundation (www.fsf.org); either version 2 of the
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.1.0/HeuristicLab.ALGLIB-3.1.0/HeuristicLabALGLIBPlugin.cs.frame

    r3839 r4976  
    2727
    2828namespace HeuristicLab.ALGLIB {
    29   [Plugin("HeuristicLab.ALGLIB","2.5.0.$WCREV$")] 
    30   [PluginFile("HeuristicLab.ALGLIB-2.5.0.dll", PluginFileType.Assembly)]
    31   [PluginFile("ALGLIB-2.5.0.dll", PluginFileType.Assembly)]
    32   [PluginFile("ALGLIB License-2.5.0.txt", PluginFileType.License)]
     29  [Plugin("HeuristicLab.ALGLIB","3.1.0.$WCREV$")] 
     30  [PluginFile("HeuristicLab.ALGLIB-3.1.0.dll", PluginFileType.Assembly)]
     31  [PluginFile("ALGLIB-3.1.0.dll", PluginFileType.Assembly)]
     32  [PluginFile("ALGLIB License-3.1.0.txt", PluginFileType.License)]
    3333  public class HeuristicLabAlgLibPlugin : PluginBase {
    3434  }
Note: See TracChangeset for help on using the changeset viewer.