Changeset 4976
- Timestamp:
- 11/28/10 14:05:52 (14 years ago)
- 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 1 ALGLIB® - numerical analysis library, 1999-2010. 2 ALGLIB is registered trademark of the ALGLIB Project. 3 4 5 6 This program is free software; you can redistribute it and/or modify 2 7 it under the terms of the GNU General Public License as published by 3 8 the 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 5 5 // set of attributes. Change these attribute values to modify the information 6 6 // 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")] 9 9 [assembly: AssemblyConfiguration("")] 10 [assembly: AssemblyCompany(" ")]11 [assembly: AssemblyProduct("ALGLIB- 2.5.0")]12 [assembly: AssemblyCopyright("Copyright © 10 [assembly: AssemblyCompany("ALGLIB project")] 11 [assembly: AssemblyProduct("ALGLIB-3.1.0")] 12 [assembly: AssemblyCopyright("Copyright © Sergey Bochkanov (ALGLIB project) 1999-2010")] 13 13 [assembly: AssemblyTrademark("")] 14 14 [assembly: AssemblyCulture("")] … … 20 20 21 21 // 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")] 23 23 24 24 // Version information for an assembly consists of the following four values: … … 32 32 // by using the '*' as shown below: 33 33 // [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 1 ALGLIB® - numerical analysis library, 1999-2010. 2 ALGLIB is registered trademark of the ALGLIB Project. 3 4 5 6 This program is free software; you can redistribute it and/or modify 2 7 it under the terms of the GNU General Public License as published by 3 8 the 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 27 27 28 28 namespace 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)] 33 33 public class HeuristicLabAlgLibPlugin : PluginBase { 34 34 }
Note: See TracChangeset
for help on using the changeset viewer.