From c8a5a161084e24d1d0a6c4dadb7b9ff35d1143f3 Mon Sep 17 00:00:00 2001 From: Martijn van Brummelen Date: Tue, 21 Feb 2017 22:31:11 +0100 Subject: [PATCH] place files in normal location --- nwipe/COPYING => COPYING | 0 nwipe/Makefile.am => Makefile.am | 0 nwipe/README => README | 0 nwipe/README.md => README.md | 0 nwipe/configure.ac => configure.ac | 0 nwipe/init.sh => init.sh | 0 {nwipe/man => man}/Makefile.am | 0 {nwipe/man => man}/nwipe.1 | 0 {nwipe/src => src}/Makefile.am | 0 {nwipe/src => src}/context.h | 0 {nwipe/src => src}/device.c | 0 {nwipe/src => src}/device.h | 0 {nwipe/src => src}/gui.c | 0 {nwipe/src => src}/gui.h | 0 {nwipe/src => src}/isaac_rand.c | 0 {nwipe/src => src}/isaac_rand.h | 0 {nwipe/src => src}/isaac_standard.h | 0 {nwipe/src => src}/logging.c | 0 {nwipe/src => src}/logging.h | 0 {nwipe/src => src}/method.c | 0 {nwipe/src => src}/method.h | 0 {nwipe/src => src}/mt19937ar-cok.c | 0 {nwipe/src => src}/mt19937ar-cok.h | 0 {nwipe/src => src}/nwipe.c | 0 {nwipe/src => src}/nwipe.h | 0 {nwipe/src => src}/options.c | 0 {nwipe/src => src}/options.h | 0 {nwipe/src => src}/pass.c | 0 {nwipe/src => src}/pass.h | 0 {nwipe/src => src}/prng.c | 0 {nwipe/src => src}/prng.h | 0 {nwipe/src => src}/version.c | 0 {nwipe/src => src}/version.h | 0 33 files changed, 0 insertions(+), 0 deletions(-) rename nwipe/COPYING => COPYING (100%) rename nwipe/Makefile.am => Makefile.am (100%) rename nwipe/README => README (100%) rename nwipe/README.md => README.md (100%) rename nwipe/configure.ac => configure.ac (100%) rename nwipe/init.sh => init.sh (100%) rename {nwipe/man => man}/Makefile.am (100%) rename {nwipe/man => man}/nwipe.1 (100%) rename {nwipe/src => src}/Makefile.am (100%) rename {nwipe/src => src}/context.h (100%) rename {nwipe/src => src}/device.c (100%) rename {nwipe/src => src}/device.h (100%) rename {nwipe/src => src}/gui.c (100%) rename {nwipe/src => src}/gui.h (100%) rename {nwipe/src => src}/isaac_rand.c (100%) rename {nwipe/src => src}/isaac_rand.h (100%) rename {nwipe/src => src}/isaac_standard.h (100%) rename {nwipe/src => src}/logging.c (100%) rename {nwipe/src => src}/logging.h (100%) rename {nwipe/src => src}/method.c (100%) rename {nwipe/src => src}/method.h (100%) rename {nwipe/src => src}/mt19937ar-cok.c (100%) rename {nwipe/src => src}/mt19937ar-cok.h (100%) rename {nwipe/src => src}/nwipe.c (100%) rename {nwipe/src => src}/nwipe.h (100%) rename {nwipe/src => src}/options.c (100%) rename {nwipe/src => src}/options.h (100%) rename {nwipe/src => src}/pass.c (100%) rename {nwipe/src => src}/pass.h (100%) rename {nwipe/src => src}/prng.c (100%) rename {nwipe/src => src}/prng.h (100%) rename {nwipe/src => src}/version.c (100%) rename {nwipe/src => src}/version.h (100%) diff --git a/nwipe/COPYING b/COPYING similarity index 100% rename from nwipe/COPYING rename to COPYING diff --git a/nwipe/Makefile.am b/Makefile.am similarity index 100% rename from nwipe/Makefile.am rename to Makefile.am diff --git a/nwipe/README b/README similarity index 100% rename from nwipe/README rename to README diff --git a/nwipe/README.md b/README.md similarity index 100% rename from nwipe/README.md rename to README.md diff --git a/nwipe/configure.ac b/configure.ac similarity index 100% rename from nwipe/configure.ac rename to configure.ac diff --git a/nwipe/init.sh b/init.sh similarity index 100% rename from nwipe/init.sh rename to init.sh diff --git a/nwipe/man/Makefile.am b/man/Makefile.am similarity index 100% rename from nwipe/man/Makefile.am rename to man/Makefile.am diff --git a/nwipe/man/nwipe.1 b/man/nwipe.1 similarity index 100% rename from nwipe/man/nwipe.1 rename to man/nwipe.1 diff --git a/nwipe/src/Makefile.am b/src/Makefile.am similarity index 100% rename from nwipe/src/Makefile.am rename to src/Makefile.am diff --git a/nwipe/src/context.h b/src/context.h similarity index 100% rename from nwipe/src/context.h rename to src/context.h diff --git a/nwipe/src/device.c b/src/device.c similarity index 100% rename from nwipe/src/device.c rename to src/device.c diff --git a/nwipe/src/device.h b/src/device.h similarity index 100% rename from nwipe/src/device.h rename to src/device.h diff --git a/nwipe/src/gui.c b/src/gui.c similarity index 100% rename from nwipe/src/gui.c rename to src/gui.c diff --git a/nwipe/src/gui.h b/src/gui.h similarity index 100% rename from nwipe/src/gui.h rename to src/gui.h diff --git a/nwipe/src/isaac_rand.c b/src/isaac_rand.c similarity index 100% rename from nwipe/src/isaac_rand.c rename to src/isaac_rand.c diff --git a/nwipe/src/isaac_rand.h b/src/isaac_rand.h similarity index 100% rename from nwipe/src/isaac_rand.h rename to src/isaac_rand.h diff --git a/nwipe/src/isaac_standard.h b/src/isaac_standard.h similarity index 100% rename from nwipe/src/isaac_standard.h rename to src/isaac_standard.h diff --git a/nwipe/src/logging.c b/src/logging.c similarity index 100% rename from nwipe/src/logging.c rename to src/logging.c diff --git a/nwipe/src/logging.h b/src/logging.h similarity index 100% rename from nwipe/src/logging.h rename to src/logging.h diff --git a/nwipe/src/method.c b/src/method.c similarity index 100% rename from nwipe/src/method.c rename to src/method.c diff --git a/nwipe/src/method.h b/src/method.h similarity index 100% rename from nwipe/src/method.h rename to src/method.h diff --git a/nwipe/src/mt19937ar-cok.c b/src/mt19937ar-cok.c similarity index 100% rename from nwipe/src/mt19937ar-cok.c rename to src/mt19937ar-cok.c diff --git a/nwipe/src/mt19937ar-cok.h b/src/mt19937ar-cok.h similarity index 100% rename from nwipe/src/mt19937ar-cok.h rename to src/mt19937ar-cok.h diff --git a/nwipe/src/nwipe.c b/src/nwipe.c similarity index 100% rename from nwipe/src/nwipe.c rename to src/nwipe.c diff --git a/nwipe/src/nwipe.h b/src/nwipe.h similarity index 100% rename from nwipe/src/nwipe.h rename to src/nwipe.h diff --git a/nwipe/src/options.c b/src/options.c similarity index 100% rename from nwipe/src/options.c rename to src/options.c diff --git a/nwipe/src/options.h b/src/options.h similarity index 100% rename from nwipe/src/options.h rename to src/options.h diff --git a/nwipe/src/pass.c b/src/pass.c similarity index 100% rename from nwipe/src/pass.c rename to src/pass.c diff --git a/nwipe/src/pass.h b/src/pass.h similarity index 100% rename from nwipe/src/pass.h rename to src/pass.h diff --git a/nwipe/src/prng.c b/src/prng.c similarity index 100% rename from nwipe/src/prng.c rename to src/prng.c diff --git a/nwipe/src/prng.h b/src/prng.h similarity index 100% rename from nwipe/src/prng.h rename to src/prng.h diff --git a/nwipe/src/version.c b/src/version.c similarity index 100% rename from nwipe/src/version.c rename to src/version.c diff --git a/nwipe/src/version.h b/src/version.h similarity index 100% rename from nwipe/src/version.h rename to src/version.h