diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5af7cafbf..7cf520489 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,6 +7,7 @@ 오래된 이슈라도 메일로 알림이 전달되므로 묻힐 염려가 없습니다. - 무관한 이슈에 댓글을 달지 말아 주십시오. 엉뚱한 사람에게 메일 알림이 전달됩니다. - 2가지 이상 서로 다른 문제가 있는 경우, 각각 이슈를 등록해 주십시오. +- 보안 취약점은 공개적으로 언급하지 말고 devops@rhymix.org로 알려 주시면 감사하겠습니다. - **버그 신고 전 자신의 서버가 RhymiX의 실행 환경을 충족하는지 확인해 주십시오.** - PHP 5.3 미만, EUC-KR 환경, 퍼미션 오류 등은 호스팅 업체에 문의하셔야 합니다. - 자신의 서버 환경은 `phpinfo`를 사용하여 확인할 수 있습니다. diff --git a/COPYRIGHT b/COPYRIGHT index 0f2124c53..f04e44091 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,2 +1,2 @@ -Copyright (c) RhymiX Developers and Contributors +Copyright (c) RhymiX Developers and Contributors Copyright (c) NAVER diff --git a/LICENSE b/LICENSE index 57ec76612..da775776a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,11 +1,12 @@ +Copyright (c) RhymiX Developers and Contributors Copyright (C) NAVER -XE is an opensource and being developed in the opensource project. +RhymiX is an opensource and being developed in the opensource project. For more information, please see the link below. - Official website: http://www.xpressengine.com - Official Repository: http://github.com/xpressengine/ -"XpressEngine (XE)" is free software; you can redistribute it and/or +RhymiX is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. diff --git a/README.md b/README.md index 2f02a3ab4..649c57c90 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,9 @@ RhymiX는 개발자, 디자이너, 번역가 등의 도움과 일반 사용자 참여를 원하시는 분은 질서있고 효율적인 프로젝트 운영을 위해 [CONTRIBUTING.md](./CONTRIBUTING.md)를 먼저 읽어 주시기 바랍니다. +보안 취약점을 발견하셨다면 해커들에게 알려지기 전에 먼저 패치를 작성할 수 있도록 +devops@rhymix.org로 알려 주시면 감사하겠습니다. + ### 공식 홈페이지 - XETOWN : https://www.xetown.com diff --git a/composer.json b/composer.json index 65cbf222e..83c58f4c4 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "LGPL-2.1", "type": "project", "authors": [ - { "name": "RhymiX Developers and Contributors" }, + { "name": "RhymiX Developers and Contributors", "email": "devops@rhymix.org" }, { "name": "NAVER", "email": "developers@xpressengine.com" } ], "require": { diff --git a/index.php b/index.php index 565f7b85e..ca43f812e 100644 --- a/index.php +++ b/index.php @@ -8,7 +8,7 @@ * * ----------------------------------------------------------------------------- * - * Copyright (c) RhymiX Developers and Contributors + * Copyright (c) RhymiX Developers and Contributors * * RhyMix is a derivative work (fork) of XpressEngine (XE) version 1.x. *