BeepMe - an Android app to aid you in performing Experience
Sampling (DES/ESM).

Copyright 2012-2014 Michael Glanznig
http://beepme.yourexp.at

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

OTHER WORK INCLUDED IN THIS SOFTWARE
The beep sound (pling) is a modified version of JustinBW's buttonchime02up.wav
and is originally available under the Creative Commons Attribution
license (CC-BY) at http://www.freesound.org/people/JustinBW/sounds/80921/
The 700Hz sine wave sound is by hughesj333 and is available under a Creative Commmons
Zero (CC0) license at http://freesound.org/people/hughesj333/sounds/99209/

This app uses a Mersenne Twister implementation by Sean Luke as
random number generator. The implementation can be distributed and modified
freely as long as the license information is retained. For further
information see MersenneTwister.java

The GlowPad implementation (package com.fima.glowpadview) was modified
by Nadav Fima from Google's AOSP and is available under an Apache 2.0 License.
See http://github.com/nadavfima/GlowPadView

The basic FlowLayout implementation is by Artem Votincev. For the license
see FlowLayout.java.
See http://github.com/ApmeM/android-flowlayout

The ExifInterfaceExtended implementation is by Allesandro Crugnola
and licensed as Public Domain.
See http://github.com/sephiroth74/Android-Exif-Extended

The files drawable/ic_lockscreen_glowdot and
drawable/ic_lockscreen_handle_pressed are from AOSP and are available under
an Apache 2.0 License.
