diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-03-28 16:00:19 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-03-28 16:00:19 +0100 |
commit | 6c47bd48c05b2cfa59162ddbf13963d9be07b802 (patch) | |
tree | fd372c549b9e1f8ca40d330beac2c1e524d0ebea /src/de/blinkt/openvpn/fragments/FileSelectionFragment.java | |
parent | d56fb2371e6499b06e5c0f4e2dff105a6e5c7a4a (diff) |
Add license file and remove copyright header from files that were adapted from examples
--HG--
extra : rebase_source : 83fb3ba247a9f7c3e5bcfe27464c5b1866c67827
Diffstat (limited to 'src/de/blinkt/openvpn/fragments/FileSelectionFragment.java')
-rw-r--r-- | src/de/blinkt/openvpn/fragments/FileSelectionFragment.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/de/blinkt/openvpn/fragments/FileSelectionFragment.java b/src/de/blinkt/openvpn/fragments/FileSelectionFragment.java index 15f7f709..864f24ce 100644 --- a/src/de/blinkt/openvpn/fragments/FileSelectionFragment.java +++ b/src/de/blinkt/openvpn/fragments/FileSelectionFragment.java @@ -22,12 +22,6 @@ import android.widget.TextView; import de.blinkt.openvpn.FileSelect; import de.blinkt.openvpn.R; -/** - * Activity para escolha de arquivos/diretorios. - * - * @author android - * - */ public class FileSelectionFragment extends ListFragment { private static final String ITEM_KEY = "key"; |