Skip to content

Commit

Permalink
Merged PR 328: RELEASE: Version 3.2.15.6 released
Browse files Browse the repository at this point in the history
- FEAT: Modified auto update URL to use the new distributor API.
- OPTIM: Memory usage improvements when the API is not running in memory mode.
- OPTIM: Performance improvements when using the LRU cache in multi-threaded environments.
- DATA: Updated lite data files with March 2017 data.
- DOC: Updated copyright dates to 2017.
- BUG: Corrected a problem that could cause the embedded SQL server implementation to fail.


Former-commit-id: 93a60a7d6a6719403b5dc3d40a1c547a067cea99
  • Loading branch information
Steve51D committed Mar 20, 2017
2 parents 9c8f392 + 5a5fa1c commit b815973
Show file tree
Hide file tree
Showing 348 changed files with 1,241 additions and 856 deletions.
2 changes: 1 addition & 1 deletion Detector Web Site/Activate.aspx.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* *********************************************************************
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright 2014 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion Detector Web Site/Default.aspx.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* *********************************************************************
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright 2014 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion Detector Web Site/Detector.Master.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* *********************************************************************
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright 2014 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion Detector Web Site/Devices.aspx.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* *********************************************************************
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright 2014 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion Detector Web Site/Dictionary.aspx.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* *********************************************************************
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright 2014 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion Detector Web Site/Gallery.aspx.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* *********************************************************************
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright 2014 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion Detector Web Site/GalleryImage.aspx.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* *********************************************************************
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright 2014 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion Detector Web Site/Global.asax.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* *********************************************************************
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright 2014 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion Detector Web Site/Licence.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* *********************************************************************
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright 2014 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion Detector Web Site/LogTable.aspx.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* *********************************************************************
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright 2014 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion Detector Web Site/Mobile/Default.aspx.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* *********************************************************************
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright 2014 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion Detector Web Site/MobileDevice.asmx.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* *********************************************************************
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright 2014 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion Detector Web Site/Network.aspx.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* *********************************************************************
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright 2014 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion Detector Web Site/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("51 Degrees Mobile Experts Limited")]
[assembly: AssemblyProduct("Mobile Device Detector Example")]
[assembly: AssemblyCopyright("Copyright © 51 Degrees Mobile Experts Limited 2009 - 2015")]
[assembly: AssemblyCopyright("Copyright © 51 Degrees Mobile Experts Limited 2009 - 2017")]
[assembly: AssemblyTrademark("51degrees.mobi")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion Detector Web Site/Redirect.aspx.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* *********************************************************************
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright 2014 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion Detector Web Site/Tablet/Default.aspx.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* *********************************************************************
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright 2014 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion Detector Web Site/Tester.aspx.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* *********************************************************************
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright 2014 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion Detector Web Site/dotNet.aspx.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* *********************************************************************
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright 2014 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion Examples Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("51 Degrees Mobile Experts Limited")]
[assembly: AssemblyProduct("51degrees - Examples")]
[assembly: AssemblyCopyright("Copyright 51 Degrees Mobile Experts Limited 2009 - 2015")]
[assembly: AssemblyCopyright("Copyright 51 Degrees Mobile Experts Limited 2009 - 2017")]
[assembly: AssemblyTrademark("51Degrees")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion Examples Tests/Properties/Constants.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* *********************************************************************
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright © 2015 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright © 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion Examples/All Profiles/Program.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright (c) 2015 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright (c) 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion Examples/All Profiles/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("All Profiles")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion Examples/Caching Configuration/CustomCache.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright (c) 2015 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright (c) 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion Examples/Caching Configuration/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ make sure to add the path to a 51Degrees data file as an argument.

/**
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright (c) 2015 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright (c) 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion Examples/Find Profiles/Program.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright (c) 2015 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright (c) 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion Examples/Find Profiles/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Find Profiles")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion Examples/Getting Started/Program.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright (c) 2015 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright (c) 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion Examples/Getting Started/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("51 Degrees Mobile Experts Limited")]
[assembly: AssemblyProduct("51degrees - Examples")]
[assembly: AssemblyCopyright("Copyright 51 Degrees Mobile Experts Limited 2009 - 2015")]
[assembly: AssemblyCopyright("Copyright 51 Degrees Mobile Experts Limited 2009 - 2017")]
[assembly: AssemblyTrademark("51Degrees")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion Examples/MVC/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("MVC")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion Examples/Match For Device Id/Program.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright (c) 2015 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright (c) 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion Examples/Match For Device Id/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Match For Device Id")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion Examples/Match Metrics/Program.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright (c) 2015 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright (c) 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion Examples/Match Metrics/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("51 Degrees Mobile Experts Limited")]
[assembly: AssemblyProduct("51degrees - Examples")]
[assembly: AssemblyCopyright("Copyright 51 Degrees Mobile Experts Limited 2009 - 2015")]
[assembly: AssemblyCopyright("Copyright 51 Degrees Mobile Experts Limited 2009 - 2017")]
[assembly: AssemblyTrademark("51Degrees")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion Examples/Meta Data/Program.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright (c) 2015 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright (c) 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion Examples/Meta Data/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Meta Data")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion Examples/Offline Processing/Program.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright (c) 2015 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright (c) 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion Examples/Offline Processing/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("51 Degrees Mobile Experts Limited")]
[assembly: AssemblyProduct("51degrees - Examples")]
[assembly: AssemblyCopyright("Copyright 51 Degrees Mobile Experts Limited 2009 - 2015")]
[assembly: AssemblyCopyright("Copyright 51 Degrees Mobile Experts Limited 2009 - 2017")]
[assembly: AssemblyTrademark("51Degrees")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion Examples/Strongly Typed/Program.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright (c) 2015 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright (c) 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion Examples/Strongly Typed/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("51 Degrees Mobile Experts Limited")]
[assembly: AssemblyProduct("51degrees - Examples")]
[assembly: AssemblyCopyright("Copyright 51 Degrees Mobile Experts Limited 2009 - 2015")]
[assembly: AssemblyCopyright("Copyright 51 Degrees Mobile Experts Limited 2009 - 2017")]
[assembly: AssemblyTrademark("51Degrees")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion FoundationV3/Activator.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* *********************************************************************
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright © 2015 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright © 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion FoundationV3/Bases/Base32.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* *********************************************************************
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright © 2015 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright © 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion FoundationV3/EventLog.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* *********************************************************************
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright © 2015 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright © 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
Binary file added FoundationV3/FiftyOne.Foundation SQL.jfm
Binary file not shown.
2 changes: 1 addition & 1 deletion FoundationV3/Image/Processor.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* *********************************************************************
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright © 2015 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright © 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion FoundationV3/Image/Support.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* *********************************************************************
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright © 2015 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright © 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion FoundationV3/Licence.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* *********************************************************************
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright � 2015 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright � 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion FoundationV3/Licence/Key.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* *********************************************************************
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright © 2015 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright © 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion FoundationV3/Licence/Keys.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* *********************************************************************
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright © 2015 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright © 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
2 changes: 1 addition & 1 deletion FoundationV3/Licence/Product.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* *********************************************************************
* This Source Code Form is copyright of 51Degrees Mobile Experts Limited.
* Copyright © 2015 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Copyright © 2017 51Degrees Mobile Experts Limited, 5 Charlotte Close,
* Caversham, Reading, Berkshire, United Kingdom RG4 7BY
*
* This Source Code Form is the subject of the following patent
Expand Down
Loading

0 comments on commit b815973

Please sign in to comment.