Skip to content

Commit ac049dd

Browse files
committed
chores: update copyright year
1 parent ef0ac29 commit ac049dd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (C) 2019 T. Graf
3+
Copyright (C) 2019-2022 T. Graf
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation
66
files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy,

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is a .NET implementation of the REST API of FOSSology.
44

55
## Project Build Status ##
66
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
7-
[![NuGet](https://img.shields.io/badge/nuget%20package-v1.1.0-blue.svg)](https://www.nuget.org/packages/Fossology.Rest.Dotnet/)
7+
[![NuGet](https://img.shields.io/badge/nuget-v1.2.0-blue.svg)](https://www.nuget.org/packages/Fossology.Rest.Dotnet/)
88

99
FOSSology is a open source license compliance software system.
1010
It is used to analyze source code and to determine licenses,
@@ -22,7 +22,8 @@ More information about FOSSology can be found [here](https://www.fossology.org/.
2222

2323
## Documentation on the FOSSology REST API
2424

25-
* Read https://www.fossology.org/get-started/basic-rest-api-calls/
25+
* Read https://www.fossology.org/get-started/basic-rest-api-calls/
26+
and https://github.com/fossology/fossology/wiki/FOSSology-REST-API
2627
* Open Swagger editor at http://editor.swagger.io/
2728
* Load FOSSology API description from
2829
https://raw.githubusercontent.com/fossology/fossology/master/src/www/ui/api/documentation/openapi.yaml

0 commit comments

Comments
 (0)