diff --git a/android/sdremote/src/org/libreoffice/impressremote/ActionBarTabListener.java b/android/sdremote/src/org/libreoffice/impressremote/ActionBarTabListener.java index 0271dce74c6c..66e15b9c1d99 100644 --- a/android/sdremote/src/org/libreoffice/impressremote/ActionBarTabListener.java +++ b/android/sdremote/src/org/libreoffice/impressremote/ActionBarTabListener.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.impressremote; import android.support.v4.app.Fragment; @@ -34,3 +42,5 @@ public class ActionBarTabListener implements ActionBar.TabListener { public void onTabReselected(ActionBar.Tab aTab, FragmentTransaction aFragmentTransaction) { } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/android/sdremote/src/org/libreoffice/impressremote/ComputersActivity.java b/android/sdremote/src/org/libreoffice/impressremote/ComputersActivity.java index 3b601879c5db..4675ca1c426c 100644 --- a/android/sdremote/src/org/libreoffice/impressremote/ComputersActivity.java +++ b/android/sdremote/src/org/libreoffice/impressremote/ComputersActivity.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.impressremote; import android.os.Bundle; @@ -42,3 +50,5 @@ public class ComputersActivity extends SherlockFragmentActivity { return buildActionBarTab(aFragment, R.string.title_wifi); } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/android/sdremote/src/org/libreoffice/impressremote/ComputersFragment.java b/android/sdremote/src/org/libreoffice/impressremote/ComputersFragment.java index e411aa7d2f42..1e1d59d15b03 100644 --- a/android/sdremote/src/org/libreoffice/impressremote/ComputersFragment.java +++ b/android/sdremote/src/org/libreoffice/impressremote/ComputersFragment.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.impressremote; import com.actionbarsherlock.app.SherlockListFragment; @@ -7,3 +15,5 @@ public class ComputersFragment extends SherlockListFragment { return new ComputersFragment(); } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/android/sdremote/src/org/libreoffice/impressremote/communication/MessagesListener.java b/android/sdremote/src/org/libreoffice/impressremote/communication/MessagesListener.java index 7bc098b6f7cf..ffad6b951b18 100644 --- a/android/sdremote/src/org/libreoffice/impressremote/communication/MessagesListener.java +++ b/android/sdremote/src/org/libreoffice/impressremote/communication/MessagesListener.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.impressremote.communication; public interface MessagesListener { @@ -15,3 +23,5 @@ public interface MessagesListener { public void onSlideNotes(int aSlideIndex, String aNotes); } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */