Add missed copyrights.

Change-Id: I3b750e853fc74a19329236e186ee05fd31ee77cc
This commit is contained in:
Artur Dryomov 2013-07-02 19:04:09 +03:00 committed by Michael Meeks
parent 69ea1e76d8
commit 668c57f61d
4 changed files with 40 additions and 0 deletions

View File

@ -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; package org.libreoffice.impressremote;
import android.support.v4.app.Fragment; import android.support.v4.app.Fragment;
@ -34,3 +42,5 @@ public class ActionBarTabListener implements ActionBar.TabListener {
public void onTabReselected(ActionBar.Tab aTab, FragmentTransaction aFragmentTransaction) { public void onTabReselected(ActionBar.Tab aTab, FragmentTransaction aFragmentTransaction) {
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -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; package org.libreoffice.impressremote;
import android.os.Bundle; import android.os.Bundle;
@ -42,3 +50,5 @@ public class ComputersActivity extends SherlockFragmentActivity {
return buildActionBarTab(aFragment, R.string.title_wifi); return buildActionBarTab(aFragment, R.string.title_wifi);
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -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; package org.libreoffice.impressremote;
import com.actionbarsherlock.app.SherlockListFragment; import com.actionbarsherlock.app.SherlockListFragment;
@ -7,3 +15,5 @@ public class ComputersFragment extends SherlockListFragment {
return new ComputersFragment(); return new ComputersFragment();
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -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; package org.libreoffice.impressremote.communication;
public interface MessagesListener { public interface MessagesListener {
@ -15,3 +23,5 @@ public interface MessagesListener {
public void onSlideNotes(int aSlideIndex, String aNotes); public void onSlideNotes(int aSlideIndex, String aNotes);
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */