Open Source Components in SEER Products

The following open source components are used in one or more SEER products:


Atlassian.SDK

Version

13.0.0

Download

https://www.nuget.org/packages/Atlassian.SDK/13.0.0

Source

https://bitbucket.org/farmas/atlassian.net-sdk

License

BSD-2 License, from Nuget: https://licenses.nuget.org/BSD-2-Clause


AutoCombo

Download

(Demo) https://www.codeproject.com/Articles/17069/Win-SDK-C-Autocomplete-Combobox-Made-Easy

Source

https://www.codeproject.com/Articles/17069/Win-SDK-C-Autocomplete-Combobox-Made-Easy

License

The Code Project Open License (CPOL) 1.02: https://www.codeproject.com/info/cpol10.aspx


bzip2

Version

1.0.8

License

--------------------------------------------------------------------------

This program, "bzip2", the associated library "libbzip2", and all documentation, are copyright (C) 1996-2019 Julian R Seward. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

2. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.

3. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.

4. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Julian Seward, jseward@acm.org

bzip2/libbzip2 version 1.0.8 of 13 July 2019

--------------------------------------------------------------------------


CCalculatorCtrl

Version

[unknown version]

License

CalculatorCtrl.cpp : implementation file

© Peter Boulton / Data Perceptions 2004 All rights reserved

rem: BEGIN ADVERT

http:www.PowerProgrammer.co.uk - a low cost component for adding 'update over the web' functionality to your apps with just 1 line of code.

http:www.DataPerceptions.co.uk - multi-user sales forecastising software for the real world.

rem: END ADVERT

** MFC Calculator Control - Legal Stuff **

This code may be used in compiled form in any way you desire. This file may be redistributed unmodified by any means PROVIDING it is not sold for profit without the authors written consent, and providing that this notice and the authors name and all copyright notices remains intact.

An email letting me know how you are using it would be nice as well.

This file is provided "as is" with no expressed or implied warranty. The author accepts no liability for any damage/loss of business that this product may cause.


CFileEx

Version

[unknown version]

Download

https://www.codeproject.com/Articles/3936/CFile-Replacement-with-Overlapped-I-O-and-User-Def

Source

https://www.codeproject.com/Articles/3936/CFile-Replacement-with-Overlapped-I-O-and-User-Def

License

https://www.codeproject.com/info/cpol10.aspx


CGridCtrl

Version

2.26

Download

https://www.codeproject.com/Articles/8/MFC-Grid-control-2-27

Source

https://www.codeproject.com/Articles/8/MFC-Grid-control-2-27

License

https://www.codeproject.com/info/cpol10.aspx


CPPToolTip

Version

2.1

Download

https://www.codeproject.com/Articles/3655/CPPToolTip-v2-1

Source

https://www.codeproject.com/Articles/3655/CPPToolTip-v2-1

License

https://www.codeproject.com/info/cpol10.aspx


CStrTok

Version

[unknown version]

Download

https://www.codeproject.com/Articles/9061/Simple-string-parsing-in-nested-loops

Source

https://www.codeproject.com/Articles/9061/Simple-string-parsing-in-nested-loops

License

https://www.codeproject.com/info/cpol10.aspx


CFileInfo

Version

1.3

License

@doc FILEINFO

@module FileInfo.h 1.3 - Interface for the CFileInfo and CFileInfoArray classes | The classes contained in this file allow to gather recursively file information through directories.

© Codeguru & friends

Coded by Antonio Tejada Lacaci. 1999

atejada@espanet.com

CRC32 code by Floor A.C. Naaijkens

Updates (aaaa-mm-dd):

1999-9-23 ATL: Opensource works! Again, Mr. Szucs (rszucs@cygron.hu) gets another bug: Missing "4-(dwRead & 0x3)" in the same lines as before, when calc'ing the padding mask.

1999-9-16 ATL: Corrected bug in GetCRC and GetChecksum as suggested by RĂ³bert Szucs (rszucs@cygron.hu): There was a buffer overflow and checksum and crc for last dword +1 was calc'ed instead of the ones for last dword. Instead accessing buffer[dwRead +3...] it ought to access buffer[dwRead...] (shame on me! :'().

1999-9-2 ATL: Corrected bug in AddFile(CString, LPARAM) as suggested by Nhycoh (Nhycoh44@yahoo.com): There was some weird stuff at CFileInfo::Create(strFilePath) stating strFilePath.GetLength()-nBarPos instead of nBarPos+1 (I'm quite sure I left my head on my pillow the day I did that %-#).

1999-6-27 ATL: Updated GetCRC & GetChecksum to avoid some bug cases

1999-4-7 ATL: Updated source code doc to conform Autoduck 2.0 standard

1999-4-7 ATL: Corrected bug in AddDir as suggested by Zhuang Yuyao (zhuangyy@koal.com): bIncludeDirs wasn't used if bRecurse was false.

Keep this comment if you redistribute this file. And credit where credit's due!


CFPSMiniCalendarCtrl

Version

2.1

Download

https://www.codeproject.com/Articles/1768/MS-Outlook-style-miniature-calendar-control

Source

https://www.codeproject.com/Articles/1768/MS-Outlook-style-miniature-calendar-control

License

CFPSMiniCalendarCtrl

Author: Matt Gullett

gullettm@yahoo.com

Copyright (c) 2001

This is a user-interface componenet similar to the MS outlook mini calendar control. (The one used in date picker control and the appointment (day view)).

You may freely use this source code in personal, freeware, shareware or commercial applications provided that 1) my name is recognized in the code and if this code represents a substantial portion of the application that my name be included in the credits for the application (about box, etc)

Use this code at your own risk. This code is provided AS-IS. No warranty is granted as to the correctness, usefulness or value of this code.

Special thanks to Keith Rule for the CMemDC class

http:www.codeproject.com/gdi/flickerfree.asp


CIniFile

Version

[unknown version]

Download

https://www.codeproject.com/Articles/12914/INI-Reader-Writer-Class-for-MFC-and-ANSI-C-Windows

Source

https://www.codeproject.com/Articles/12914/INI-Reader-Writer-Class-for-MFC-and-ANSI-C-Windows

License

MIT License, link here: http://www.opensource.org/licenses/mit-license.php


ColourPickerCB.cpp

Version

[unknown version]

Download

https://www.codeproject.com/articles/229/color-picker-combo-box

Source

https://www.codeproject.com/articles/229/color-picker-combo-box

License

https://www.codeproject.com/info/cpol10.aspx


CRangeSlider

Version

[unknown version]

Download

https://www.codeproject.com/Articles/1903/CRangeSlider-a-Ctrl-for-Selecting-a-Range-or-Inter

Source

https://www.codeproject.com/Articles/1903/CRangeSlider-a-Ctrl-for-Selecting-a-Range-or-Inter

License

http://creativecommons.org/licenses/by-sa/3.0/


CRulerRichEditCtrl

Version

[unknown version]

Download

https://www.codeproject.com/Articles/6821/CRulerRichEditCtrl-a-complete-RTF-mini-editor

Source

https://www.codeproject.com/Articles/6821/CRulerRichEditCtrl-a-complete-RTF-mini-editor

License

http://creativecommons.org/licenses/publicdomain/


CStdString

Version

[unknown version]

Download

http://www.joeo.net/code/StdString.zip

Source

http://www.joeo.net/code/StdString.zip

License

COPYRIGHT:

2002 Joseph M. O'Leary. This code is 100% free. Use it anywhere you want. Rewrite it, restructure it, whatever. If you can write software that makes money off of it, good for you. I kinda like capitalism. Please don't blame me if it causes your $30 billion dollar satellite explode in orbit. If you redistribute it in any form, I'd appreciate it if you would leave this notice here.


Entity Framework Core

Version

3.1.28

Download

https://github.com/dotnet/efcore

Source

https://github.com/dotnet/efcore

License

MIT License, link here: https://github.com/dotnet/efcore/blob/release/7.0/LICENSE.txt


ExCSS

Version

4.1.4

Download

https://www.nuget.org/packages/ExCSS/4.1.4

Source

https://github.com/TylerBrinks/ExCSS

License

MIT License, link here: https://github.com/TylerBrinks/ExCSS/blob/master/license.txt


Fizzler

Version

1.3.0

Download

https://www.nuget.org/packages/Fizzler/1.3.0

Source

https://github.com/atifaziz/Fizzler

License

https://www.nuget.org/packages/Fizzler/1.3.0/license


jQuery

Version

1.11.1

Download

https://releases.jquery.com/jquery/

Source

https://releases.jquery.com/jquery/

License

MIT License, link here: https://github.com/jquery/jquery/blob/main/LICENSE.txt


LoadingIndicator.Winforms

Version

1.1.0

Download

https://www.nuget.org/packages/LoadingIndicator.WinForms/1.1.0

Source

https://github.com/MaxShoshin/LoadingIndicator

License

MIT License, link here: http://www.opensource.org/licenses/mit-license.php


lz4

Version

1.9.3

License

LZ4 Library

Copyright (c) 2011-2016, Yann Collet

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


LZMA

Version

18.06

Download

https://www.7-zip.org/sdk.html

Source

https://www.7-zip.org/sdk.html

License

LZMA SDK is placed in the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or distribute the original LZMA SDK code, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.


Microsoft.Bcl.AsyncInterfaces

Version

5.0.0

Download

https://www.nuget.org/packages/Microsoft.Bcl.AsyncInterfaces/5.0.0

Source

https://github.com/dotnet/runtime

License

MIT License, link here: https://licenses.nuget.org/MIT


muparserx

Version

4.0.13

License

https://github.com/beltoforion/muparserx/blob/master/LICENSE


.NET Desktop Runtime

Version

6.0.10

Download

https://dotnet.microsoft.com/en-us/download/dotnet/6.0/a>

Source

https://github.com/dotnet

License

MIT License, link here: https://github.com/dotnet/runtime/blob/main/LICENSE.TXT


Newtonsoft.Json

Version

10.0.3

Download

https://www.nuget.org/packages/Newtonsoft.Json/10.0.3

Source

https://github.com/JamesNK/Newtonsoft.Json

License

MIT License, link here: https://raw.githubusercontent.com/JamesNK/Newtonsoft.Json/master/LICENSE.md


PDFsharp and MigraDoc

Version

1.50.5147

Download

Nuget Link: https://www.nuget.org/packages/PDFsharp-MigraDoc-gdi/1.50.5147

Source

Code available here:

https://github.com/empira/MigraDoc

https://github.com/empira/PDFsharp

License

MIT License, links:

http://www.pdfsharp.net/PDFsharp_License.ashx

http://www.pdfsharp.net/MigraDoc_License.ashx


Qt

Version

5.15.2

Download

https://github.com/qt

Source

https://github.com/qt

License

LPGL license, link here: https://doc.qt.io/qt-5/lgpl.html


RestSharp

Version

106.12.0

Download

https://www.nuget.org/packages/RestSharp/106.12.0

Source

https://github.com/restsharp/RestSharp

License

Apache 2.0 license, link here: https://github.com/restsharp/RestSharp/blob/dev/LICENSE.txt


SQLite

Version

3.43.0

Download

https://sqlite.org/download.html

Source

https://sqlite.org/download.html

License

Public domain, link here: https://sqlite.org/copyright.html


SVG

Version

3.4.3.1

Download

https://www.nuget.org/packages/Svg/3.4.3a>

Source

https://github.com/svg-net/SVG

License

https://licenses.nuget.org/MS-PL


TextEncodingDetect

Version

[unknown version]

License

Copyright 2015-2016 Jonathan Bennett

https:www.autoitscript.com

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http:www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


ThrowAssert

Version

[unknown version]

License

Copyright (c) 2015 Softwariness.com

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


XHyperLink

Version

1.0

Download

https://www.codeproject.com/Articles/5241/XHyperLink-yet-another-hyperlink-control

Source

https://www.codeproject.com/Articles/5241/XHyperLink-yet-another-hyperlink-control

License

https://www.codeproject.com/info/cpol10.aspx


ZedGraph

Version

5.1.7.430

Download

https://www.nuget.org/packages/ZedGraph/5.1.7

Source

https://sourceforge.net/projects/zedgraph/

License

https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt


zlib

Version

1.2.13

Download

http://zlib.net/

Source

http://zlib.net/

License

https://zlib.net/zlib_license.html


Zstandard

Version

1.5.6

Download

http://facebook.github.io/zstd/

Source

http://facebook.github.io/zstd/

License

BSD License

For Zstandard software

Copyright (c) 2016-present, Facebook, Inc. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

* Neither the name Facebook nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.