android/experimental/LOAndroid3/src/java/org/libreoffice/DocumentPartView.java
| 10 ++++++++
android/experimental/LOAndroid3/src/java/org/libreoffice/DocumentPartViewListAdapter.java
| 10 ++++++++
android/experimental/LOAndroid3/src/java/org/libreoffice/LOEvent.java
| 10 ++++++++
android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitInputConnectionHandler.java
| 10 ++++++++
android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitShell.java
| 10 ++++++++
android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitTileProvider.java
| 10 +++++++-
android/experimental/LOAndroid3/src/java/org/libreoffice/MockTileProvider.java
| 10 ++++++++
android/experimental/LOAndroid3/src/java/org/libreoffice/TextCursorLayer.java
| 10 ++++++++
android/experimental/LOAndroid3/src/java/org/libreoffice/TextCursorView.java
| 12 +++++++++-
android/experimental/LOAndroid3/src/java/org/libreoffice/ThumbnailCreator.java
| 10 ++++++++
android/experimental/LOAndroid3/src/java/org/libreoffice/TileIdentifier.java
| 12 +++++++++-
android/experimental/LOAndroid3/src/java/org/libreoffice/TileProvider.java
| 10 ++++++++
android/experimental/LOAndroid3/src/java/org/libreoffice/TileProviderFactory.java
| 12 +++++++++-
android/experimental/LOAndroid3/src/java/org/libreoffice/ToolbarController.java
| 10 ++++++++
android/experimental/LOAndroid3/src/java/org/libreoffice/ui/FolderIconView.java
| 10 ++++++++
android/experimental/LOAndroid3/src/java/org/mozilla/gecko/OnSlideSwipeListener.java
| 8 +++++-
16 files changed, 158 insertions(+), 6 deletions(-)
New commits:
commit 05d81a728e748fd60fd27eeaf8629b547d4d66da
Author: Miklos Vajna <[email protected]>
Date: Mon Mar 16 09:50:18 2015 +0100
android: add missing license headers and modelines
Change-Id: I66b2fc7ee846d6865b11cf1cbb168a6e5fab2eea
diff --git
a/android/experimental/LOAndroid3/src/java/org/libreoffice/DocumentPartView.java
b/android/experimental/LOAndroid3/src/java/org/libreoffice/DocumentPartView.java
index 768b4af..5f72305 100644
---
a/android/experimental/LOAndroid3/src/java/org/libreoffice/DocumentPartView.java
+++
b/android/experimental/LOAndroid3/src/java/org/libreoffice/DocumentPartView.java
@@ -1,3 +1,11 @@
+/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*/
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
package org.libreoffice;
public class DocumentPartView {
@@ -9,3 +17,5 @@ public class DocumentPartView {
this.partName = partName;
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git
a/android/experimental/LOAndroid3/src/java/org/libreoffice/DocumentPartViewListAdapter.java
b/android/experimental/LOAndroid3/src/java/org/libreoffice/DocumentPartViewListAdapter.java
index 0dbc9cd..d3292d5 100644
---
a/android/experimental/LOAndroid3/src/java/org/libreoffice/DocumentPartViewListAdapter.java
+++
b/android/experimental/LOAndroid3/src/java/org/libreoffice/DocumentPartViewListAdapter.java
@@ -1,3 +1,11 @@
+/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*/
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
package org.libreoffice;
import android.app.Activity;
@@ -39,3 +47,5 @@ public class DocumentPartViewListAdapter extends
ArrayAdapter<DocumentPartView>
return view;
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git
a/android/experimental/LOAndroid3/src/java/org/libreoffice/LOEvent.java
b/android/experimental/LOAndroid3/src/java/org/libreoffice/LOEvent.java
index 4413a63..c163337 100644
--- a/android/experimental/LOAndroid3/src/java/org/libreoffice/LOEvent.java
+++ b/android/experimental/LOAndroid3/src/java/org/libreoffice/LOEvent.java
@@ -1,3 +1,11 @@
+/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*/
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
package org.libreoffice;
import android.graphics.PointF;
@@ -106,3 +114,5 @@ public class LOEvent implements Comparable<LOEvent> {
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git
a/android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitInputConnectionHandler.java
b/android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitInputConnectionHandler.java
index 36d477d..be202c6 100644
---
a/android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitInputConnectionHandler.java
+++
b/android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitInputConnectionHandler.java
@@ -1,3 +1,11 @@
+/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*/
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
package org.libreoffice;
import android.view.KeyEvent;
@@ -43,3 +51,5 @@ public class LOKitInputConnectionHandler implements
InputConnectionHandler {
return false;
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git
a/android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitShell.java
b/android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitShell.java
index 1d3e018..b37413b 100644
--- a/android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitShell.java
+++ b/android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitShell.java
@@ -1,3 +1,11 @@
+/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*/
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
package org.libreoffice;
@@ -151,3 +159,5 @@ public class LOKitShell {
LOKitShell.sendEvent(new LOEvent(LOEvent.NAVIGATION_CLICK));
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git
a/android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitTileProvider.java
b/android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitTileProvider.java
index 9bab22b..1eb5dcf 100644
---
a/android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitTileProvider.java
+++
b/android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitTileProvider.java
@@ -1,3 +1,11 @@
+/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*/
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
package org.libreoffice;
import android.graphics.Bitmap;
@@ -409,4 +417,4 @@ public class LOKitTileProvider implements TileProvider {
}
}
-// vim:set shiftwidth=4 softtabstop=4 expandtab:
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git
a/android/experimental/LOAndroid3/src/java/org/libreoffice/MockTileProvider.java
b/android/experimental/LOAndroid3/src/java/org/libreoffice/MockTileProvider.java
index c30c1bb..d986875 100644
---
a/android/experimental/LOAndroid3/src/java/org/libreoffice/MockTileProvider.java
+++
b/android/experimental/LOAndroid3/src/java/org/libreoffice/MockTileProvider.java
@@ -1,3 +1,11 @@
+/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*/
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
package org.libreoffice;
import android.graphics.Bitmap;
@@ -139,3 +147,5 @@ public class MockTileProvider implements TileProvider {
public void onSwipeRight() {
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git
a/android/experimental/LOAndroid3/src/java/org/libreoffice/TextCursorLayer.java
b/android/experimental/LOAndroid3/src/java/org/libreoffice/TextCursorLayer.java
index a2b1abc..5f303b6 100644
---
a/android/experimental/LOAndroid3/src/java/org/libreoffice/TextCursorLayer.java
+++
b/android/experimental/LOAndroid3/src/java/org/libreoffice/TextCursorLayer.java
@@ -1,3 +1,11 @@
+/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*/
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
package org.libreoffice;
import android.app.Activity;
@@ -132,3 +140,5 @@ public class TextCursorLayer extends Layer {
});
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git
a/android/experimental/LOAndroid3/src/java/org/libreoffice/TextCursorView.java
b/android/experimental/LOAndroid3/src/java/org/libreoffice/TextCursorView.java
index 3c5383b..8eb1cc8 100644
---
a/android/experimental/LOAndroid3/src/java/org/libreoffice/TextCursorView.java
+++
b/android/experimental/LOAndroid3/src/java/org/libreoffice/TextCursorView.java
@@ -1,3 +1,11 @@
+/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*/
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
package org.libreoffice;
import android.content.Context;
@@ -205,4 +213,6 @@ public class TextCursorView extends View {
mGraphicSelectionVisible = false;
invalidate();
}
-}
\ No newline at end of file
+}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git
a/android/experimental/LOAndroid3/src/java/org/libreoffice/ThumbnailCreator.java
b/android/experimental/LOAndroid3/src/java/org/libreoffice/ThumbnailCreator.java
index dc02745..142877b 100644
---
a/android/experimental/LOAndroid3/src/java/org/libreoffice/ThumbnailCreator.java
+++
b/android/experimental/LOAndroid3/src/java/org/libreoffice/ThumbnailCreator.java
@@ -1,3 +1,11 @@
+/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*/
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
package org.libreoffice;
import android.graphics.Bitmap;
@@ -106,3 +114,5 @@ public class ThumbnailCreator {
}
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git
a/android/experimental/LOAndroid3/src/java/org/libreoffice/TileIdentifier.java
b/android/experimental/LOAndroid3/src/java/org/libreoffice/TileIdentifier.java
index d682775..9cc31de 100644
---
a/android/experimental/LOAndroid3/src/java/org/libreoffice/TileIdentifier.java
+++
b/android/experimental/LOAndroid3/src/java/org/libreoffice/TileIdentifier.java
@@ -1,3 +1,11 @@
+/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*/
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
package org.libreoffice;
import android.graphics.Rect;
@@ -67,4 +75,6 @@ public class TileIdentifier {
public String toString() {
return String.format("TileIdentifier (%d, %d) z=%f s=(%d, %d)", x, y,
zoom, size.width, size.height);
}
-}
\ No newline at end of file
+}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git
a/android/experimental/LOAndroid3/src/java/org/libreoffice/TileProvider.java
b/android/experimental/LOAndroid3/src/java/org/libreoffice/TileProvider.java
index 1b34be0..26eeb88 100644
--- a/android/experimental/LOAndroid3/src/java/org/libreoffice/TileProvider.java
+++ b/android/experimental/LOAndroid3/src/java/org/libreoffice/TileProvider.java
@@ -1,3 +1,11 @@
+/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*/
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
package org.libreoffice;
@@ -112,3 +120,5 @@ public interface TileProvider {
void setTextSelectionReset(PointF documentCoordinate);
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git
a/android/experimental/LOAndroid3/src/java/org/libreoffice/TileProviderFactory.java
b/android/experimental/LOAndroid3/src/java/org/libreoffice/TileProviderFactory.java
index 60982f6..7835243 100644
---
a/android/experimental/LOAndroid3/src/java/org/libreoffice/TileProviderFactory.java
+++
b/android/experimental/LOAndroid3/src/java/org/libreoffice/TileProviderFactory.java
@@ -1,3 +1,11 @@
+/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*/
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
package org.libreoffice;
@@ -27,4 +35,6 @@ public class TileProviderFactory {
private static enum TileProviderID {
MOCK, LOKIT
}
-}
\ No newline at end of file
+}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git
a/android/experimental/LOAndroid3/src/java/org/libreoffice/ToolbarController.java
b/android/experimental/LOAndroid3/src/java/org/libreoffice/ToolbarController.java
index 7c4d7b8..688436c 100644
---
a/android/experimental/LOAndroid3/src/java/org/libreoffice/ToolbarController.java
+++
b/android/experimental/LOAndroid3/src/java/org/libreoffice/ToolbarController.java
@@ -1,3 +1,11 @@
+/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*/
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
package org.libreoffice;
import android.support.v7.app.ActionBar;
@@ -36,3 +44,5 @@ public class ToolbarController {
});
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git
a/android/experimental/LOAndroid3/src/java/org/libreoffice/ui/FolderIconView.java
b/android/experimental/LOAndroid3/src/java/org/libreoffice/ui/FolderIconView.java
index 723e361..b0211b1 100644
---
a/android/experimental/LOAndroid3/src/java/org/libreoffice/ui/FolderIconView.java
+++
b/android/experimental/LOAndroid3/src/java/org/libreoffice/ui/FolderIconView.java
@@ -1,3 +1,11 @@
+/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*/
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
package org.libreoffice.ui;
import org.libreoffice.R;
@@ -199,3 +207,5 @@ public class FolderIconView extends View{
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git
a/android/experimental/LOAndroid3/src/java/org/mozilla/gecko/OnSlideSwipeListener.java
b/android/experimental/LOAndroid3/src/java/org/mozilla/gecko/OnSlideSwipeListener.java
index 13dfca5..29f50eb 100644
---
a/android/experimental/LOAndroid3/src/java/org/mozilla/gecko/OnSlideSwipeListener.java
+++
b/android/experimental/LOAndroid3/src/java/org/mozilla/gecko/OnSlideSwipeListener.java
@@ -1,7 +1,11 @@
-/* -*- Mode: Java; c-basic-offset: 4; tab-width: 20; indent-tabs-mode: nil; -*-
+/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*/
+/*
+ * This file is part of the LibreOffice project.
+ *
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
package org.mozilla.gecko;
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits