summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Behan <zbehan@chromium.org>2010-06-15 11:26:35 -0700
committerZdenek Behan <zbehan@chromium.org>2010-06-15 11:26:35 -0700
commitc57ca55b7111d1cbb6f862f086327e74be14ff3f (patch)
treec86ee1e6da2f59183768f252f146394dbcfd2d5c
parent75fcf626c6e950c72eca97070a956602dbef963e (diff)
downloadrootdev-c57ca55b7111d1cbb6f862f086327e74be14ff3f.tar.gz
rootdev: rework the repo into a "new eclass"-friendly layout
* Move all files from files/ to . * Fix LICENCE symlink * Create files -> . symlink to remain backwards compatible Review URL: http://codereview.chromium.org/2847007
-rw-r--r--COPYING (renamed from files/COPYING)0
l---------LICENCE1
l---------LICENSE1
-rw-r--r--Makefile (renamed from files/Makefile)0
l---------files1
-rw-r--r--rootdev.c (renamed from files/rootdev.c)0
6 files changed, 2 insertions, 1 deletions
diff --git a/files/COPYING b/COPYING
index 623b625..623b625 100644
--- a/files/COPYING
+++ b/COPYING
diff --git a/LICENCE b/LICENCE
new file mode 120000
index 0000000..d24842f
--- /dev/null
+++ b/LICENCE
@@ -0,0 +1 @@
+COPYING \ No newline at end of file
diff --git a/LICENSE b/LICENSE
deleted file mode 120000
index d7878c2..0000000
--- a/LICENSE
+++ /dev/null
@@ -1 +0,0 @@
-files/COPYING \ No newline at end of file
diff --git a/files/Makefile b/Makefile
index 873a392..873a392 100644
--- a/files/Makefile
+++ b/Makefile
diff --git a/files b/files
new file mode 120000
index 0000000..945c9b4
--- /dev/null
+++ b/files
@@ -0,0 +1 @@
+. \ No newline at end of file
diff --git a/files/rootdev.c b/rootdev.c
index 053745d..053745d 100644
--- a/files/rootdev.c
+++ b/rootdev.c