Skip to content

Commit

Permalink
added license info to SysImageDonwloader
Browse files Browse the repository at this point in the history
  • Loading branch information
codeanticode committed Jun 10, 2016
1 parent 325dab8 commit 8d05af9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/processing/mode/android/SysImageDownloader.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/* -*- mode: java; c-basic-offset: 2; indent-tabs-mode: nil -*- */

/*
Part of the Processing project - http://processing.org
Copyright (c) 2016 The Processing Foundation
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2
as published by the Free Software Foundation.
This program 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 this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

package processing.mode.android;

import org.w3c.dom.Document;
Expand Down

0 comments on commit 8d05af9

Please sign in to comment.