Remove GPL files am: 94aa887ced am: b4099f5e0f am: 2609a900fb am: c77441c6bc
am: 1ca65fd045

Change-Id: I2f4e51bbb8697b492fabed4a6f5526ec043dbd70
diff --git a/.ackrc b/.ackrc
deleted file mode 100644
index c8f5d0a..0000000
--- a/.ackrc
+++ /dev/null
@@ -1,2 +0,0 @@
---ignore-dir=build
---ignore-dir=doc/html
diff --git a/.cirrus.yml b/.cirrus.yml
deleted file mode 100644
index 1d6d8c1..0000000
--- a/.cirrus.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-# Build libfuse on FreeBSD, but don't run the tests.
-# More work is required to make the tests work.
-task:
-  name: FreeBSD
-  freebsd_instance:
-    image: freebsd-12-0-release-amd64
-  install_script: pkg install -y meson ninja
-  script:
-    - mkdir build
-    - cd build
-    - meson ..
-    - ninja
diff --git a/.dir-locals.el b/.dir-locals.el
deleted file mode 100644
index 628f512..0000000
--- a/.dir-locals.el
+++ /dev/null
@@ -1,47 +0,0 @@
-((python-mode . ((indent-tabs-mode . nil)))
- (autoconf-mode . ((indent-tabs-mode . t)))
- (c++-mode . ((c-file-style . "k&r")
-              (indent-tabs-mode . nil)
-              (c-basic-offset . 4)
-              (c-file-offsets .
-                              ((block-close . 0)
-                               (brace-list-close . 0)
-                               (brace-list-entry . 0)
-                               (brace-list-intro . +)
-                               (case-label . 0)
-                               (class-close . 0)
-                               (defun-block-intro . +)
-                               (defun-close . 0)
-                               (defun-open . 0)
-                               (else-clause . 0)
-                               (inclass . +)
-                               (label . 0)
-                               (statement . 0)
-                               (statement-block-intro . +)
-                               (statement-case-intro . +)
-                               (statement-cont . +)
-                               (substatement . +)
-                               (topmost-intro . 0)))))
- (c-mode . ((c-file-style . "stroustrup")
-	    (indent-tabs-mode . t)
-	    (tab-width . 8)
-	    (c-basic-offset . 8)
-	    (c-file-offsets .
-			    ((block-close . 0)
-			     (brace-list-close . 0)
-			     (brace-list-entry . 0)
-			     (brace-list-intro . +)
-			     (case-label . 0)
-			     (class-close . 0)
-			     (defun-block-intro . +)
-			     (defun-close . 0)
-			     (defun-open . 0)
-			     (else-clause . 0)
-			     (inclass . +)
-			     (label . 0)
-			     (statement . 0)
-			     (statement-block-intro . +)
-			     (statement-case-intro . +)
-			     (statement-cont . +)
-			     (substatement . +)
-			     (topmost-intro . 0))))))
diff --git a/.github/ISSUE_TEMPLATE/issue-report.md b/.github/ISSUE_TEMPLATE/issue-report.md
deleted file mode 100644
index 277537e..0000000
--- a/.github/ISSUE_TEMPLATE/issue-report.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-name: Issue report
-about: Create a report to help us improve
-title: ''
-labels: ''
-assignees: ''
-
----
-
-PLEASE READ BEFORE REPORTING AN ISSUE
-
-libfuse does not have any active, regular contributors or developers.  The current maintainer continues to apply pull requests and tries to make regular releases, but unfortunately has no capacity to do any development beyond addressing high-impact issues. When reporting bugs, please understand that unless you are including a pull request or are reporting a critical issue, you will probably not get a response.
-
-To prevent the issue tracker from being flooded with issues that no-one is intending to work on, and to give more visibilty to critical issues that users should be aware of and that most urgently need attention, I will also close most bug reports once they've been inactive for a while.
-
-Please note that this isn't meant to imply that you haven't found a bug - you most likely have and I'm grateful that you took the time to report it. Unfortunately, libfuse is a purely volunteer driven project, and at the moment there simply aren't any volunteers.
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index bb1fbf9..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-sudo: required
-dist: xenial
-
-language:
-    - c
-    - c++
-addons:
-  apt:
-    sources:
-    - ubuntu-toolchain-r-test
-    packages:
-    - doxygen
-    - valgrind
-    - clang
-    - libstdc++-7-dev 
-    - gcc
-    - gcc-7
-    - python3-pip
-    - python3-setuptools
-    - ninja-build
-install: test/travis-install.sh
-script: test/travis-build.sh
-
diff --git a/Android.bp b/Android.bp
index 2ae8e00..9fb4a16 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,7 +3,7 @@
     local_include_dirs: ["include/", "lib/"],
     cflags: [
         "-D_FILE_OFFSET_BITS=64",
-        "-DFUSERMOUNT_DIR=\"/data\"",
+        "-DFUSERMOUNT_DIR=\"/system/bin\"",
         "-DFUSE_USE_VERSION=34",
         "-Wall",
         "-Werror",
diff --git a/METADATA b/METADATA
index 749cb0c..9a45a95 100644
--- a/METADATA
+++ b/METADATA
@@ -12,7 +12,7 @@
     type: GIT
     value: "https://github.com/libfuse/libfuse.git"
   }
-  version: "3.6.2"
+  version: "fuse-3.6.2"
   last_upgrade_date { year: 2019 month: 7 day: 19 }
   license_type: RESTRICTED_IF_STATICALLY_LINKED
 }