tar: support -T - and -X -
[oweals/busybox.git] / libbb / selinux_common.c
index 7b5696754bf8f0de84cf52f72571f50679bee952..62910e2856fce082d1d29ae9094261e4ad95fd11 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Copyright 2007 KaiGai Kohei <kaigai@kaigai.gr.jp>
  *
- * Licensed under GPLv2, see file LICENSE in this tarball for details.
+ * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 #include "libbb.h"
 #include <selinux/context.h>
@@ -53,4 +53,3 @@ void FAST_FUNC selinux_preserve_fcontext(int fdesc)
        setfscreatecon_or_die(context);
        freecon(context);
 }
-