diff --git a/README.md b/README.md index bc372ba..d7fff9c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ +

+ + ArpLookup + +

+ + # ArpLookup [![Build Status](https://dev.azure.com/georg-jung/ArpLookup/_apis/build/status/georg-jung.ArpLookup?branchName=master)](https://dev.azure.com/georg-jung/ArpLookup/_build/latest?definitionId=1&branchName=master) diff --git a/THIRD-PARTY-NOTICES.txt b/THIRD-PARTY-NOTICES.txt new file mode 100644 index 0000000..19878ff --- /dev/null +++ b/THIRD-PARTY-NOTICES.txt @@ -0,0 +1,39 @@ +The attached notices are provided for information only. + +License notice for Feather +-------------------------- + +https://github.com/feathericons/feather + +The MIT License (MIT) + +Copyright (c) 2013-2017 Cole Bemis + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +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 AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +License notice for FontAwesome +------------------------------ + +Font Awesome Free by @fontawesome - https://fontawesome.com +License - https://fontawesome.com/license/free +Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License + +I used the FontAwesome ethernet icon as part of the logo for this project. +I modified it, including changing its color to blue. \ No newline at end of file diff --git a/doc/logo-inkscape.svg b/doc/logo-inkscape.svg new file mode 100644 index 0000000..df1d3d5 --- /dev/null +++ b/doc/logo-inkscape.svg @@ -0,0 +1,73 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/doc/logo-nuget.png b/doc/logo-nuget.png new file mode 100644 index 0000000..6a31c98 Binary files /dev/null and b/doc/logo-nuget.png differ diff --git a/doc/logo.svg b/doc/logo.svg new file mode 100644 index 0000000..f0f73e2 --- /dev/null +++ b/doc/logo.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/ArpLookup/ArpLookup.csproj b/src/ArpLookup/ArpLookup.csproj index 88398ed..c0660a3 100644 --- a/src/ArpLookup/ArpLookup.csproj +++ b/src/ArpLookup/ArpLookup.csproj @@ -5,7 +5,7 @@ latest ArpLookup Georg Jung - 1.0.0 + 1.1.0 @@ -16,6 +16,7 @@ false A .Net Standard 2.0 library supporting ARP lookups on Windows and Linux to find the MAC address corresponding to an IP address. arp;mac;mac-address;arp-cache;ip;ip-address;hardware-address;physical-address;linux + https://github.com/georg-jung/ArpLookup/blob/master/doc/logo-nuget.png?raw=true