Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-20Fix name of MIT license in LICENSE file (#19601)Alexander Köplinger
It should be MIT, not MIT X11. Fixes https://github.com/mono/mono/issues/18133
2019-03-14Remove nunit24 from mono build and tree (#13415)Maxim Lipnin
* Remove nunit24 from mono build and tree * More cleanup * Fix build * [csproj] Update project files
2017-11-13Fix path to embedded glob.c implementation.Dave Curylo
Was moved in https://github.com/mono/mono/commit/f23f72c9de0cb7d03e5db68623440af9dcb19d6c and LICENSE should reflect where these embedded dependencies are found.
2016-03-29Update LICENSE including GPLMiguel de Icaza
2016-03-29Move all licenses to a single LICENSE fileMiguel de Icaza
2016-03-29Added PATENTS.TXT file and link to itMiguel de Icaza
2016-03-29Update LICENSEMiguel de Icaza
2016-03-29First set of licensing changesMiguel de Icaza
2015-03-24corrected spelling mistakes.Geoffrey Huntley
2013-12-12Update 2012 changes to sgen licenseMiguel de Icaza
2012-11-13Update.Jonathan Pryor
2012-03-29UpdateMiguel de Icaza
2012-03-19Update email address for licensing Mono in LICENSE fileMiguel de Icaza
2010-12-16[monodroid] Add support for the Android TimeZone file format.Jonathan Pryor
Fixes #657609. Android uses "ye standard" timezone file format, but instead of using a directory + file structure as libc uses, they throw everything into two files, a "zoneinfo.dat" and a "zoneinfo.idx", where "zoneinfo.dat" is the concatenation of all the TZIF files and "zoneinfo.idx" contains the timezone names and offsets into "zoneinfo.dat". From the ZoneInfoDB documentation: However, to conserve disk space the data for all time zones are concatenated into a single file, and a second file is used to indicate the starting position of each time zone record. A third file indicates the version of the zoneinfo databse used to generate the data. TimeZoneInfo.Android.cs is a C# port of the corresponding Android ZoneInfoDB type so that Mono can use Android's timezone DB.
2010-07-09ClarifyMiguel de Icaza
svn path=/trunk/mono/; revision=160140
2010-03-22Update license filesMiguel de Icaza
svn path=/trunk/mono/; revision=153993
2009-01-29Clarified details regarding non-LGPL use to specify both Mono and MoonlightJoseph Hill
svn path=/trunk/mono/; revision=124925
2008-08-13fixed typo in LICENSEJeffrey Stedfast
svn path=/trunk/mono/; revision=110366
2008-07-01Thanks to Kornel, updated the license to reflect the changeMiguel de Icaza
svn path=/trunk/mono/; revision=106999
2008-05-01Update license for samplesMiguel de Icaza
svn path=/trunk/mono/; revision=102289
2008-03-14Clarify the license to track our web siteMiguel de Icaza
svn path=/trunk/mono/; revision=98341
2008-02-24UpdateMiguel de Icaza
svn path=/trunk/mono/; revision=96521
2006-08-16Clarify everything into a toplevel fileMiguel de Icaza
svn path=/trunk/mono/; revision=63820