From f9e993e268ca1a3b6ff60af8162892ac38b20f76 Mon Sep 17 00:00:00 2001 From: Georg Jung Date: Wed, 18 Dec 2019 14:21:40 +0200 Subject: [PATCH] Add logo --- README.md | 11 +++++ THIRD-PARTY-NOTICES.txt | 39 ++++++++++++++++++ doc/logo-inkscape.svg | 73 +++++++++++++++++++++++++++++++++ doc/logo-nuget.png | Bin 0 -> 1040 bytes doc/logo.svg | 5 +++ src/ArpLookup/ArpLookup.csproj | 3 +- 6 files changed, 130 insertions(+), 1 deletion(-) create mode 100644 THIRD-PARTY-NOTICES.txt create mode 100644 doc/logo-inkscape.svg create mode 100644 doc/logo-nuget.png create mode 100644 doc/logo.svg 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 0000000000000000000000000000000000000000..6a31c98eda98b2939feb22f15a7be70e9ebfde55 GIT binary patch literal 1040 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!ZUp#*xB_WppyIt4$W`%P1Y`h7 zWGOB#1vnR?49e=3%-8Ai^zXWri_q`|AcI2mVhX)4< zy?wd5*2C6FRp$AVLmRBjrTNe8-?Mz-tVtd92JuEmwpNy=CF$xY$tT3|xxZa>o`HdB zp{I*uNW|f{Q`75j83-JE8t9y3!y)l_1Jjb0z2RlEwtf5l->r3W&r02sr~1Fe&I^w? z{&%VLrG@%`?IYh`owhGSFE`xO{{7m}*}V#3C*|r+)uu>01}zQuy>d6&o6*-b{!IK^ zR-LK7jaSxAy|J+T|BX4m=MH7An0Ydr&E;$ALN~G9Q;S@tmP!75s&TJtn#bxM-mcTO z_BZ3}ywd+H_U8!YOYqhD=C(B~MaH##ZoSOQzcUi$uM}43?7n{ZpIp+)X6{AB%o>dI ztKC}Vj&L|lxi8?adnX`dHt)9OJ$ADX>}T7;BQasYjyij}PZPslEHPsc6LApLnOgBs z&E}=l(OFIlrns0dtl#S6z-adA^1*|@H}=@oKR>j;w99GrW$mAQ4-RQECOU;{T$1VX z^>1`~cmM7`GtP<|?{zO-yl`G>>jB$Og|e5v)Wo&t2`z9IpWH7a`k~iEhT)dyfk!)j zX)t|Yc%Z^KVb(s51BbN1=GlbLJmOCE*t6fh(#%d^t!V_49--Ro4y13gZL2WGy3UaBXO%nr2d+@82c z{S-&t^OX(rEh5*5r*g1a7ng`Wyt{Cw0^3hz<_BzBI2_g|y!!mtmwDUDjeP8_4^GVb z$n=$Y0lx)8YEV0I=W96U?`AuytjyZ%hj*Czb@^+B%knB=;|}A>Gy!ipTX1B&t;uc GLK6UEqKnJ` literal 0 HcmV?d00001 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