From 2fd41f4e25e27646bbebae29656a98817f1afc31 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 10 Dec 2015 22:10:24 -0600 Subject: mode 755 --- StoneIsland/plugins/cordova-plugin-device/CONTRIBUTING.md | 0 StoneIsland/plugins/cordova-plugin-device/LICENSE | 0 StoneIsland/plugins/cordova-plugin-device/NOTICE | 0 StoneIsland/plugins/cordova-plugin-device/README.md | 0 StoneIsland/plugins/cordova-plugin-device/RELEASENOTES.md | 0 StoneIsland/plugins/cordova-plugin-device/doc/de/README.md | 0 StoneIsland/plugins/cordova-plugin-device/doc/de/index.md | 0 StoneIsland/plugins/cordova-plugin-device/doc/es/README.md | 0 StoneIsland/plugins/cordova-plugin-device/doc/es/index.md | 0 StoneIsland/plugins/cordova-plugin-device/doc/fr/README.md | 0 StoneIsland/plugins/cordova-plugin-device/doc/fr/index.md | 0 StoneIsland/plugins/cordova-plugin-device/doc/it/README.md | 0 StoneIsland/plugins/cordova-plugin-device/doc/it/index.md | 0 StoneIsland/plugins/cordova-plugin-device/doc/ja/README.md | 0 StoneIsland/plugins/cordova-plugin-device/doc/ja/index.md | 0 StoneIsland/plugins/cordova-plugin-device/doc/ko/README.md | 0 StoneIsland/plugins/cordova-plugin-device/doc/ko/index.md | 0 StoneIsland/plugins/cordova-plugin-device/doc/pl/README.md | 0 StoneIsland/plugins/cordova-plugin-device/doc/pl/index.md | 0 StoneIsland/plugins/cordova-plugin-device/doc/ru/index.md | 0 StoneIsland/plugins/cordova-plugin-device/doc/zh/README.md | 0 StoneIsland/plugins/cordova-plugin-device/doc/zh/index.md | 0 StoneIsland/plugins/cordova-plugin-device/package.json | 0 StoneIsland/plugins/cordova-plugin-device/plugin.xml | 0 StoneIsland/plugins/cordova-plugin-device/src/android/Device.java | 0 StoneIsland/plugins/cordova-plugin-device/src/blackberry10/index.js | 0 StoneIsland/plugins/cordova-plugin-device/src/browser/DeviceProxy.js | 0 StoneIsland/plugins/cordova-plugin-device/src/firefoxos/DeviceProxy.js | 0 StoneIsland/plugins/cordova-plugin-device/src/ios/CDVDevice.h | 0 StoneIsland/plugins/cordova-plugin-device/src/ios/CDVDevice.m | 0 StoneIsland/plugins/cordova-plugin-device/src/tizen/DeviceProxy.js | 0 StoneIsland/plugins/cordova-plugin-device/src/ubuntu/device.cpp | 0 StoneIsland/plugins/cordova-plugin-device/src/ubuntu/device.h | 0 StoneIsland/plugins/cordova-plugin-device/src/ubuntu/device.js | 0 StoneIsland/plugins/cordova-plugin-device/src/windows/DeviceProxy.js | 0 StoneIsland/plugins/cordova-plugin-device/src/wp/Device.cs | 0 StoneIsland/plugins/cordova-plugin-device/tests/plugin.xml | 0 StoneIsland/plugins/cordova-plugin-device/tests/tests.js | 0 StoneIsland/plugins/cordova-plugin-device/www/device.js | 0 39 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/CONTRIBUTING.md mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/LICENSE mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/NOTICE mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/README.md mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/RELEASENOTES.md mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/doc/de/README.md mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/doc/de/index.md mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/doc/es/README.md mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/doc/es/index.md mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/doc/fr/README.md mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/doc/fr/index.md mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/doc/it/README.md mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/doc/it/index.md mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/doc/ja/README.md mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/doc/ja/index.md mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/doc/ko/README.md mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/doc/ko/index.md mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/doc/pl/README.md mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/doc/pl/index.md mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/doc/ru/index.md mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/doc/zh/README.md mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/doc/zh/index.md mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/package.json mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/plugin.xml mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/src/android/Device.java mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/src/blackberry10/index.js mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/src/browser/DeviceProxy.js mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/src/firefoxos/DeviceProxy.js mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/src/ios/CDVDevice.h mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/src/ios/CDVDevice.m mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/src/tizen/DeviceProxy.js mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/src/ubuntu/device.cpp mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/src/ubuntu/device.h mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/src/ubuntu/device.js mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/src/windows/DeviceProxy.js mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/src/wp/Device.cs mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/tests/plugin.xml mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/tests/tests.js mode change 100644 => 100755 StoneIsland/plugins/cordova-plugin-device/www/device.js (limited to 'StoneIsland/plugins/cordova-plugin-device') diff --git a/StoneIsland/plugins/cordova-plugin-device/CONTRIBUTING.md b/StoneIsland/plugins/cordova-plugin-device/CONTRIBUTING.md old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/LICENSE b/StoneIsland/plugins/cordova-plugin-device/LICENSE old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/NOTICE b/StoneIsland/plugins/cordova-plugin-device/NOTICE old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/README.md b/StoneIsland/plugins/cordova-plugin-device/README.md old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/RELEASENOTES.md b/StoneIsland/plugins/cordova-plugin-device/RELEASENOTES.md old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/doc/de/README.md b/StoneIsland/plugins/cordova-plugin-device/doc/de/README.md old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/doc/de/index.md b/StoneIsland/plugins/cordova-plugin-device/doc/de/index.md old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/doc/es/README.md b/StoneIsland/plugins/cordova-plugin-device/doc/es/README.md old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/doc/es/index.md b/StoneIsland/plugins/cordova-plugin-device/doc/es/index.md old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/doc/fr/README.md b/StoneIsland/plugins/cordova-plugin-device/doc/fr/README.md old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/doc/fr/index.md b/StoneIsland/plugins/cordova-plugin-device/doc/fr/index.md old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/doc/it/README.md b/StoneIsland/plugins/cordova-plugin-device/doc/it/README.md old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/doc/it/index.md b/StoneIsland/plugins/cordova-plugin-device/doc/it/index.md old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/doc/ja/README.md b/StoneIsland/plugins/cordova-plugin-device/doc/ja/README.md old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/doc/ja/index.md b/StoneIsland/plugins/cordova-plugin-device/doc/ja/index.md old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/doc/ko/README.md b/StoneIsland/plugins/cordova-plugin-device/doc/ko/README.md old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/doc/ko/index.md b/StoneIsland/plugins/cordova-plugin-device/doc/ko/index.md old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/doc/pl/README.md b/StoneIsland/plugins/cordova-plugin-device/doc/pl/README.md old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/doc/pl/index.md b/StoneIsland/plugins/cordova-plugin-device/doc/pl/index.md old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/doc/ru/index.md b/StoneIsland/plugins/cordova-plugin-device/doc/ru/index.md old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/doc/zh/README.md b/StoneIsland/plugins/cordova-plugin-device/doc/zh/README.md old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/doc/zh/index.md b/StoneIsland/plugins/cordova-plugin-device/doc/zh/index.md old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/package.json b/StoneIsland/plugins/cordova-plugin-device/package.json old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/plugin.xml b/StoneIsland/plugins/cordova-plugin-device/plugin.xml old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/src/android/Device.java b/StoneIsland/plugins/cordova-plugin-device/src/android/Device.java old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/src/blackberry10/index.js b/StoneIsland/plugins/cordova-plugin-device/src/blackberry10/index.js old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/src/browser/DeviceProxy.js b/StoneIsland/plugins/cordova-plugin-device/src/browser/DeviceProxy.js old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/src/firefoxos/DeviceProxy.js b/StoneIsland/plugins/cordova-plugin-device/src/firefoxos/DeviceProxy.js old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/src/ios/CDVDevice.h b/StoneIsland/plugins/cordova-plugin-device/src/ios/CDVDevice.h old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/src/ios/CDVDevice.m b/StoneIsland/plugins/cordova-plugin-device/src/ios/CDVDevice.m old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/src/tizen/DeviceProxy.js b/StoneIsland/plugins/cordova-plugin-device/src/tizen/DeviceProxy.js old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/src/ubuntu/device.cpp b/StoneIsland/plugins/cordova-plugin-device/src/ubuntu/device.cpp old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/src/ubuntu/device.h b/StoneIsland/plugins/cordova-plugin-device/src/ubuntu/device.h old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/src/ubuntu/device.js b/StoneIsland/plugins/cordova-plugin-device/src/ubuntu/device.js old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/src/windows/DeviceProxy.js b/StoneIsland/plugins/cordova-plugin-device/src/windows/DeviceProxy.js old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/src/wp/Device.cs b/StoneIsland/plugins/cordova-plugin-device/src/wp/Device.cs old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/tests/plugin.xml b/StoneIsland/plugins/cordova-plugin-device/tests/plugin.xml old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/tests/tests.js b/StoneIsland/plugins/cordova-plugin-device/tests/tests.js old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/cordova-plugin-device/www/device.js b/StoneIsland/plugins/cordova-plugin-device/www/device.js old mode 100644 new mode 100755 -- cgit v1.2.3-70-g09d2