diff --git a/README.md b/README.md index dd27f4d5..22a3cc4d 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,5 @@ The MIT License (MIT) Copyright (c) 2015 Katrina Owen, _@kytrinyx.com +### Haxe icon +The Haxe logo is assumed to be owned by the Haxe Foundation, but this is not made explicit. We have adapted it, changing the colours, for use on Exercism, which we believe to fall under fair use. diff --git a/config.json b/config.json index 1658c637..e8e23e5c 100644 --- a/config.json +++ b/config.json @@ -13,7 +13,8 @@ ], "ignored": [ - "bin" + "bin", + "img" ], "foregone": [ diff --git a/img/icon.png b/img/icon.png new file mode 100644 index 00000000..40c0494c Binary files /dev/null and b/img/icon.png differ