From b606faf5d4e918fda553b3e3e1d2f90be5be2cad Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Wed, 28 Mar 2012 18:14:52 +0200 Subject: [PATCH] add credits --- sample/gesture_table/LEGAL | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sample/gesture_table/LEGAL diff --git a/sample/gesture_table/LEGAL b/sample/gesture_table/LEGAL new file mode 100644 index 00000000..573cd929 --- /dev/null +++ b/sample/gesture_table/LEGAL @@ -0,0 +1,4 @@ +The code of this sample was originally a Ruby translation of the following +Objective-C project: https://github.com/mystcolor/JTGestureBasedTableViewDemo + +Initial port was done by Josh Ballanco .