From d1f49fda131f46347aa259a5ed164d69d51a3004 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Fri, 2 Dec 2011 08:55:31 +0000 Subject: [PATCH] d --- README | 5 ++++- authors.txt | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 authors.txt diff --git a/README b/README index d416602d16..dd0e61cac1 100644 --- a/README +++ b/README @@ -18,4 +18,7 @@ jOOQ stands for Java Object Oriented Querying. It combines these essential featu * Vendor-specific feature support: jOOQ encourages the use of vendor-specific extensions such as stored procedures, UDT's and ARRAY's, recursive queries, and many more. -For more details please visit http://www.jooq.org \ No newline at end of file +For more details please visit http://www.jooq.org + +Follow jOOQ on Twitter: http://twitter.com/#!/JavaOOQ +... and on Wordpress: http://lukaseder.wordpress.com diff --git a/authors.txt b/authors.txt new file mode 100644 index 0000000000..1a930ab182 --- /dev/null +++ b/authors.txt @@ -0,0 +1 @@ +lukaseder = Lukas Eder