Add WTFPL header

This commit is contained in:
Tux 2013-10-14 23:42:23 -04:00
parent 59dedd64f2
commit 92fc64b713
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
/**
* Copyright © 2013 tuxed <write@imaginarycode.com>
* This work is free. You can redistribute it and/or modify it under the
* terms of the Do What The Fuck You Want To Public License, Version 2,
* as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.
*/
package com.imaginarycode.minecraft.redisbungee;
import redis.clients.jedis.Jedis;