[tuxdroid-svn] r1386 - software_suite_v2/software/tuxdroid-gadget-framework/trunk/tuxdroid-gadget-f
Status: Beta
Brought to you by:
ks156
From: ulhume <c2m...@c2...> - 2008-07-27 09:30:59
|
Author: ulhume Date: 2008-07-27 11:31:06 +0200 (Sun, 27 Jul 2008) New Revision: 1386 Modified: software_suite_v2/software/tuxdroid-gadget-framework/trunk/tuxdroid-gadget-framework/builder/build.xml Log: header fix Modified: software_suite_v2/software/tuxdroid-gadget-framework/trunk/tuxdroid-gadget-framework/builder/build.xml =================================================================== --- software_suite_v2/software/tuxdroid-gadget-framework/trunk/tuxdroid-gadget-framework/builder/build.xml 2008-07-27 09:29:59 UTC (rev 1385) +++ software_suite_v2/software/tuxdroid-gadget-framework/trunk/tuxdroid-gadget-framework/builder/build.xml 2008-07-27 09:31:06 UTC (rev 1386) @@ -1,3 +1,26 @@ +<!-- +This file is part of "karmaLab commons tools". + * Copyright 2008, kysoh + * Author : Yoran Brault + * eMail : software@_bad_karma-lab.net (remove _bad_ before sending an email) + * Site : http://artisan.karma-lab.net + * + * "TuxDroid Gadget Framework" 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 2.1 of + * the License, or (at your option) any later version. + * + * "TuxDroid Gadget Framework" 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 "TuxDroid Gadget Framework"; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + --> + <project default="Update dependencies"> <!-- ****************************************************************** |