https://github.com/jasongrosso/englishassignement
https://github.com/jasongrosso/englishassignement
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jasongrosso/englishassignement
- Owner: JasonGROSSO
- License: bsd-2-clause
- Created: 2025-04-01T07:19:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-07T11:41:48.000Z (about 1 year ago)
- Last Synced: 2025-08-23T23:09:12.806Z (10 months ago)
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe symantec.md
- License: LICENSE
Awesome Lists containing this project
README
# Symantec Software – README
© 2006 Symantec Corporation. All rights reserved.
Symantec and the Symantec Logo are trademarks or registered trademarks of Symantec Corporation or its affiliates in the U.S. and other countries. Other names may be trademarks of their respective owners.
The licensed software and accompanying documentation are considered “commercial computer software” and “commercial computer software documentation” as defined in FAR Section 12.212 and DFARS Section 227.7202.
---
## Table of Contents
- [Symantec Software – README](#symantec-software--readme)
- [Table of Contents](#table-of-contents)
- [Third-Party Legal Notices](#third-party-legal-notices)
- [Included Third-Party Components](#included-third-party-components)
- [Boost v1.33.1](#boost-v1331)
- [TinyXML v2.4.0](#tinyxml-v240)
---
## Third-Party Legal Notices
This Symantec product may include, embed, or recommend third-party software, either bundled with the product or intended for use alongside it.
Such third-party components are licensed separately by their respective copyright holders.
Please refer to the following resources for detailed licensing terms and proprietary notices:
- The **Third-Party Legal Notice Appendix**
- The **Third-Party Legal Notice README file**
- Other relevant documentation bundled with this product
---
## Included Third-Party Components
### Boost v1.33.1
Portions of this product include components from [Boost.org](https://www.boost.org/) (Boost v1.33.1).
**Copyright**
- © Beman Dawes, David Abrahams (1998–2003)
- © Rene Rivera (2004–2005)
All rights reserved.
**License**
**Boost Software License – Version 1.0 – August 17, 2003**
```text
Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following:
The copyright notices in the Software and this entire statement, including the above license grant, this restriction, and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative works are solely in the form of machine-executable object code generated by a source language processor.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
```
---
### TinyXML v2.4.0
Portions of this product include components from **TinyXML v2.4.0** by Lee Thompson.
**License**
**TinyXML is released under the zlib license:**
```text
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
1. 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.
2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
```