Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 3-Clause license. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Special thanks to Wind River for providing access to "The Duke of Highlander" tool: an older (2014) run over FreeBSD tree was useful as a starting point. Notes: svn path=/head/; revision=326025 | ||||
* | libgssapi: avoid NULL pointer dereferences. | Pedro F. Giffuni | 2016-04-13 | 1 | -1/+2 |
| | | | | | | | | | | | While here also use NULL instead of zero for pointers. Found with coccinelle. MFC after: 1 week Notes: svn path=/head/; revision=297942 | ||||
* | Convert files to UTF-8 and add some copyright markers where missing. | Ulrich Spörlein | 2012-01-07 | 1 | -2/+2 |
| | | | | Notes: svn path=/head/; revision=229784 | ||||
* | Fix conflicts after heimdal-1.1 import and add build infrastructure. Import | Doug Rabson | 2008-05-07 | 1 | -0/+72 |
all non-style changes made by heimdal to our own libgssapi. Notes: svn path=/head/; revision=178828 |