From 4b196cd642cf98a62416696fcf5d47af1626004d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 27 Feb 2017 11:14:59 +0100 Subject: [PATCH] moved comprt-code to toplevel directory keep [bird] in subdirectory; it's just a legacy project using [comport] --- comport/CHANGES.txt => CHANGES.txt | 0 comport/LICENSE.txt => LICENSE.txt | 0 comport/Makefile => Makefile | 0 comport/README.txt => README.txt | 0 comport/comport-help.pd => comport-help.pd | 0 comport/comport-meta.pd => comport-meta.pd | 0 comport/comport-stress-test.pd => comport-stress-test.pd | 0 comport/comport.c => comport.c | 0 comport/comport.dsp => comport.dsp | 0 comport/comport.dsw => comport.dsw | 0 comport/makefile_win => makefile_win | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename comport/CHANGES.txt => CHANGES.txt (100%) rename comport/LICENSE.txt => LICENSE.txt (100%) rename comport/Makefile => Makefile (100%) rename comport/README.txt => README.txt (100%) rename comport/comport-help.pd => comport-help.pd (100%) rename comport/comport-meta.pd => comport-meta.pd (100%) rename comport/comport-stress-test.pd => comport-stress-test.pd (100%) rename comport/comport.c => comport.c (100%) rename comport/comport.dsp => comport.dsp (100%) rename comport/comport.dsw => comport.dsw (100%) rename comport/makefile_win => makefile_win (100%) diff --git a/comport/CHANGES.txt b/CHANGES.txt similarity index 100% rename from comport/CHANGES.txt rename to CHANGES.txt diff --git a/comport/LICENSE.txt b/LICENSE.txt similarity index 100% rename from comport/LICENSE.txt rename to LICENSE.txt diff --git a/comport/Makefile b/Makefile similarity index 100% rename from comport/Makefile rename to Makefile diff --git a/comport/README.txt b/README.txt similarity index 100% rename from comport/README.txt rename to README.txt diff --git a/comport/comport-help.pd b/comport-help.pd similarity index 100% rename from comport/comport-help.pd rename to comport-help.pd diff --git a/comport/comport-meta.pd b/comport-meta.pd similarity index 100% rename from comport/comport-meta.pd rename to comport-meta.pd diff --git a/comport/comport-stress-test.pd b/comport-stress-test.pd similarity index 100% rename from comport/comport-stress-test.pd rename to comport-stress-test.pd diff --git a/comport/comport.c b/comport.c similarity index 100% rename from comport/comport.c rename to comport.c diff --git a/comport/comport.dsp b/comport.dsp similarity index 100% rename from comport/comport.dsp rename to comport.dsp diff --git a/comport/comport.dsw b/comport.dsw similarity index 100% rename from comport/comport.dsw rename to comport.dsw diff --git a/comport/makefile_win b/makefile_win similarity index 100% rename from comport/makefile_win rename to makefile_win