2009/09/21 02:12
Vision Software in Life의 클라이언트 쪽의 경우 BSD라이센스를 사용하므로 다음과 같이 라이센스를 명시하여야 합니다. 모든 안드로이드 관련된 소스에 다음과 같이 적용하세요~ :-)
/**
* Copyright (c) 2009, http://www.softwareinlife.com. All rights reserved.
*
* Redistribution and use in source and binary forms,
* with or without modification, are permitted provided that
* the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
*
* 3. Neither the name of the http://www.softwareinlife.com nor the names of its
* contributors may be used to endorse or promote products derived from
* this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE SOFTWAREINLIFE AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED.
* IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package com.softwareinlife.vision.android.information.model;
import java.io.Serializable;
/**
* @author Jang, Sun-Jin(jangsunjin@softwareinlife.com)
* @date 2009. 9. 21.
*
*/
public class VisionModel implements Serializable {
}
'Our_Story_in_Life > Our_Team' 카테고리의 다른 글
| 공개 SW 제출 2주전... (0) | 2009/10/28 |
|---|---|
| 공개 SW 제출 2주전... (0) | 2009/10/28 |
| Vision Software in Life에 BSD 라이센스 적용하기 (0) | 2009/09/21 |
| GNU 라이센스 적용하기 (0) | 2009/09/21 |
| 2009년 9월 14일 모임 결과입니다. (0) | 2009/09/14 |
| 2009년 9월 7일 회의 내용입니다. (0) | 2009/09/07 |

댓글을 달아 주세요