2009/09/21 02:08
Vision Software in Life의 Server 사이드 개발할 경우에는 GNU 라이센스를 적용하기 때문에 모든 파일에 다음과 같은 부분을 추가하셔야 합니다.
Vision Software in Life 소프트웨어의 서버 쪽은 모두 GNU 라이센스를 적용한다는 것을 나타내기 위한 것이니 필수 입니다. :-)
Vision Software in Life 소프트웨어의 서버 쪽은 모두 GNU 라이센스를 적용한다는 것을 나타내기 위한 것이니 필수 입니다. :-)
/**
* Copyright (C) 2009, http://www.softwareinlife.com
*
* This file is part of "Vision Software in Life".
*
* "Vision Software in Life" 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 3 of the License, or
* (at your option) any later version.
*
* 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, see <http://www.gnu.org/licenses/>.
*/
package com.softwareinlife.vision.android.information.model;
import java.io.Serializable;
/**
* @author Jang, Sun-Jin(jangsunjin@softwareinlife.com)
* @date 2009. 9. 21.
*
*/
public class Example implements Serializable {
}
'Our_Story_in_Life > Our_Team' 카테고리의 다른 글
| 공개 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 |
| Vision Software In Life 산출물 사이트 (0) | 2009/08/31 |

댓글을 달아 주세요