diff --git a/src/tunemu.c b/src/tunemu.c index a4bced1..be4cc63 100644 --- a/src/tunemu.c +++ b/src/tunemu.c @@ -1,7 +1,7 @@ /* * tunemu - Tun device emulation for Darwin * - * Copyright (c) 2009-2010 Friedrich Schöller + * Copyright (c) 2009-2013 Friedrich Schöller * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -28,20 +28,18 @@ #include "tunemu.h" -#include -#include -#include -#include -#include -#include #include +#include +#include +#include +#include +#include +#include #include #include #include #include #include -#include -#include #include #include #include diff --git a/src/tunemu.h b/src/tunemu.h index 598ef77..09fd922 100644 --- a/src/tunemu.h +++ b/src/tunemu.h @@ -1,7 +1,7 @@ /* * tunemu - Tun device emulation for Darwin * - * Copyright (c) 2009-2010 Friedrich Schöller + * Copyright (c) 2009-2013 Friedrich Schöller * All rights reserved. * * Redistribution and use in source and binary forms, with or without