From b34a9107d3ba99039a4f3cbd176cb0e408c6611f Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 13 Dec 2017 15:12:25 -0800 Subject: [PATCH] Move common damageproto files out of the way --- .gitignore => damageproto/.gitignore | 0 AUTHORS => damageproto/AUTHORS | 0 COPYING => damageproto/COPYING | 0 Makefile.am => damageproto/Makefile.am | 0 README => damageproto/README | 0 autogen.sh => damageproto/autogen.sh | 0 configure.ac => damageproto/configure.ac | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename .gitignore => damageproto/.gitignore (100%) rename AUTHORS => damageproto/AUTHORS (100%) rename COPYING => damageproto/COPYING (100%) rename Makefile.am => damageproto/Makefile.am (100%) rename README => damageproto/README (100%) rename autogen.sh => damageproto/autogen.sh (100%) rename configure.ac => damageproto/configure.ac (100%) diff --git a/.gitignore b/damageproto/.gitignore similarity index 100% rename from .gitignore rename to damageproto/.gitignore diff --git a/AUTHORS b/damageproto/AUTHORS similarity index 100% rename from AUTHORS rename to damageproto/AUTHORS diff --git a/COPYING b/damageproto/COPYING similarity index 100% rename from COPYING rename to damageproto/COPYING diff --git a/Makefile.am b/damageproto/Makefile.am similarity index 100% rename from Makefile.am rename to damageproto/Makefile.am diff --git a/README b/damageproto/README similarity index 100% rename from README rename to damageproto/README diff --git a/autogen.sh b/damageproto/autogen.sh similarity index 100% rename from autogen.sh rename to damageproto/autogen.sh diff --git a/configure.ac b/damageproto/configure.ac similarity index 100% rename from configure.ac rename to damageproto/configure.ac