diff options
author | Artur Dryomov <artur.dryomov@gmail.com> | 2013-07-02 19:04:09 +0300 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-07-25 18:01:49 +0100 |
commit | 668c57f61d31987b12dc4c41cf4bced022fcbf0d (patch) | |
tree | cf3a66508d16389ababb9c6c2369c2ff7b03aca3 /android | |
parent | 69ea1e76d8d4fa071a4775e1b598748758c9b8f2 (diff) |
Add missed copyrights.
Change-Id: I3b750e853fc74a19329236e186ee05fd31ee77cc
Diffstat (limited to 'android')
4 files changed, 40 insertions, 0 deletions
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: */ |