1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

Move gdhcp and miracle-dhcp to ./src/dhcp/

Use a common subdirectory for gdhcp so we can easily replace it once
sd-dhcp has server-side support.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
This commit is contained in:
David Herrmann 2014-02-18 14:04:51 +01:00
parent 47539226cd
commit 8c2f95257c
11 changed files with 12 additions and 28 deletions

View file

@ -37,5 +37,5 @@ apply:
src/shl_htable.[ch]: Released under the conditions of the LGPLv2+.
Please see LICENSE_htable for more.
src/gdhcp/*: Released under the conditions of the GPLv2.
Please see LICENSE_gdhcp for more.
src/dhcp/*: Released under the conditions of the GPLv2.
Please see LICENSE_gdhcp for more.