From a9fe617303f9726794451eaf2c517a8ec57f3faf Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sun, 5 Jul 2009 21:47:24 +0200 Subject: Final touches on the installer: - some bug fixes for linux - renamed InstallerWindow to Installer - Apple-specific prettification added (dock icon, app name) - more documentation. Also, I started added an open source licence to all files. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index afb7c4bd..c900d849 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ projectlombok makes java a spicier language by adding 'handlers' that know how t Using lombok is made as simple as possible, and aims to work on all major java IDEs as well as javac itself. -projectlombok is open source under the Creative Commons - free to share, free to remix, provided you attribute the authors licence, as shown here: http://creativecommons.org/licenses/by/3.0/us/ +See LICENCE for the project lombok licence. Project Authors: -- cgit