Add licensing information for ImmutableImageFromByteArrayTest

This commit is contained in:
Marco Castelluccio 2014-12-04 11:40:59 -06:00
Родитель 22f554d0b1
Коммит 66a17d2215
2 изменённых файлов: 11 добавлений и 0 удалений

10
LICENSE
Просмотреть файл

@ -268,3 +268,13 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
---
/*--------------------------------------------------
* ImmutableImageFromByteArray.java
*
* Copyright John W. Muchow http://www.CoreJ2ME.com
* You may use/modify for any non-commercial purpose
*-------------------------------------------------*/
// Source: http://www.java2s.com/Code/Java/J2ME/ImmutableImageFromByteArray.htm

Просмотреть файл

@ -6,6 +6,7 @@ package gfx;
* Copyright John W. Muchow http://www.CoreJ2ME.com
* You may use/modify for any non-commercial purpose
*-------------------------------------------------*/
// Source: http://www.java2s.com/Code/Java/J2ME/ImmutableImageFromByteArray.htm
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;