Skip to content

Commit

Permalink
docs: change company naming (nhn#2395)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlee1108 authored Apr 1, 2022
1 parent 5f3574f commit b68242c
Show file tree
Hide file tree
Showing 19 changed files with 50 additions and 44 deletions.
4 changes: 2 additions & 2 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exemptLabels:
- Feature
- Enhancement
- Bug
- NHN
- NHN Cloud

# Label to use when marking as stale
staleLabel: inactive
Expand All @@ -24,4 +24,4 @@ markComment: >
# Comment to post when closing a stale Issue or Pull Request.
closeComment: >
This issue will be closed due to inactivity. Thanks for your contribution!
This issue will be closed due to inactivity. Thanks for your contribution!
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 NHN Corp.
Copyright (c) 2020 NHN Cloud Corp.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
THE SOFTWARE.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> GFM Markdown and WYSIWYG Editor - Productive and Extensible
[![github release version](https://img.shields.io/github/v/release/nhn/tui.editor.svg?include_prereleases)](https://github.com/nhn/tui.editor/releases/latest) [![npm version](https://img.shields.io/npm/v/@toast-ui/editor.svg)](https://www.npmjs.com/package/@toast-ui/editor) [![license](https://img.shields.io/github/license/nhn/tui.editor.svg)](https://github.com/nhn/tui.editor/blob/master/LICENSE) [![PRs welcome](https://img.shields.io/badge/PRs-welcome-ff69b4.svg)](https://github.com/nhn/tui.editor/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) [![code with hearth by NHN](https://img.shields.io/badge/%3C%2F%3E%20with%20%E2%99%A5%20by-NHN-ff1414.svg)](https://github.com/nhn)
[![github release version](https://img.shields.io/github/v/release/nhn/tui.editor.svg?include_prereleases)](https://github.com/nhn/tui.editor/releases/latest) [![npm version](https://img.shields.io/npm/v/@toast-ui/editor.svg)](https://www.npmjs.com/package/@toast-ui/editor) [![license](https://img.shields.io/github/license/nhn/tui.editor.svg)](https://github.com/nhn/tui.editor/blob/master/LICENSE) [![PRs welcome](https://img.shields.io/badge/PRs-welcome-ff69b4.svg)](https://github.com/nhn/tui.editor/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) [![code with hearth by NHN Cloud](https://img.shields.io/badge/%3C%2F%3E%20with%20%E2%99%A5%20by-NHN_Cloud-ff1414.svg)](https://github.com/nhn)

<img src="https://user-images.githubusercontent.com/37766175/121809054-446bac80-cc96-11eb-9139-08c6d9ad2d88.png" />

Expand Down Expand Up @@ -192,4 +192,4 @@ For more information on PR's steps, please see links in the Contributing section

## 📜 License

This software is licensed under the [MIT](https://github.com/nhn/tui.editor/blob/master/LICENSE) © [NHN](https://github.com/nhn).
This software is licensed under the [MIT](https://github.com/nhn/tui.editor/blob/master/LICENSE) © [NHN Cloud](https://github.com/nhn).
3 changes: 2 additions & 1 deletion apps/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "GFM Markdown Wysiwyg Editor - Productive and Extensible",
"keywords": [
"nhn",
"nhn cloud",
"toast",
"toastui",
"toast-ui",
Expand Down Expand Up @@ -47,7 +48,7 @@
"dist/i18n",
"types"
],
"author": "NHN FE Development Lab <[email protected]>",
"author": "NHN Cloud FE Development Lab <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion apps/editor/src/i18n/en-us.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @fileoverview I18N for English
* @author NHN FE Development Lab <[email protected]>
* @author NHN Cloud FE Development Lab <[email protected]>
*/
import Editor from '../editorCore';

Expand Down
2 changes: 1 addition & 1 deletion apps/editor/src/i18n/i18n.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @fileoverview Implements i18n
* @author NHN FE Development Lab <[email protected]>
* @author NHN Cloud FE Development Lab <[email protected]>
*/
import extend from 'tui-code-snippet/object/extend';
import Map from '../utils/map';
Expand Down
2 changes: 1 addition & 1 deletion apps/editor/src/i18n/ja-jp.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @fileoverview I18N for Japanese
* @author NHN FE Development Lab <[email protected]>
* @author NHN Cloud FE Development Lab <[email protected]>
*/
import Editor from '../editorCore';

Expand Down
2 changes: 1 addition & 1 deletion apps/editor/src/i18n/ko-kr.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @fileoverview I18N for Korean
* @author NHN FE Development Lab <[email protected]>
* @author NHN Cloud FE Development Lab <[email protected]>
*/
import Editor from '../editorCore';

Expand Down
2 changes: 1 addition & 1 deletion apps/editor/src/i18n/nl-nl.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @fileoverview I18N for Dutch
* @author NHN FE Development Lab <[email protected]>
* @author NHN Cloud FE Development Lab <[email protected]>
*/
import Editor from '../editorCore';

Expand Down
2 changes: 1 addition & 1 deletion apps/editor/src/i18n/zh-cn.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @fileoverview I18N for Chinese
* @author NHN FE Development Lab <[email protected]>
* @author NHN Cloud FE Development Lab <[email protected]>
*/
import Editor from '../editorCore';

Expand Down
2 changes: 1 addition & 1 deletion apps/editor/tuidoc.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"footer": [
{
"title": "NHN",
"title": "NHN Cloud",
"linkUrl": "https://github.com/nhn"
},
{
Expand Down
2 changes: 1 addition & 1 deletion apps/react-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"bugs": {
"url": "https://github.com/nhn/tui.editor/issues"
},
"author": "NHN. FE Development Lab <[email protected]>",
"author": "NHN Cloud FE Development Lab <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/nhn/tui.editor.git",
Expand Down
2 changes: 1 addition & 1 deletion apps/vue-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"bugs": {
"url": "https://github.com/nhn/tui.editor/issues"
},
"author": "NHN. FE Development Lab <[email protected]>",
"author": "NHN Cloud FE Development Lab <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/nhn/tui.editor.git",
Expand Down
3 changes: 2 additions & 1 deletion plugins/chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "TOAST UI Editor : Chart Plugin",
"keywords": [
"nhn",
"nhn cloud",
"toast",
"toastui",
"toast-ui",
Expand All @@ -18,7 +19,7 @@
"types/index.d.ts"
],
"browserslist": "last 2 versions, not ie <= 10",
"author": "NHN FE Development Lab <[email protected]>",
"author": "NHN Cloud FE Development Lab <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
46 changes: 23 additions & 23 deletions plugins/chart/src/csv.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Author Greg Kindel (twitter @gkindel), 2014
*/
/**
* @modifier NHN FE Development Lab <[email protected]>
* @modifier NHN Cloud FE Development Lab <[email protected]>
*/

'use strict';
Expand Down Expand Up @@ -83,7 +83,7 @@ var PRE_TOKEN = 0,
* });
* @see http://www.ietf.org/rfc/rfc4180.txt
*/
CSV.parse = function(str) {
CSV.parse = function (str) {
var result = (CSV.result = []);
CSV.COLUMN_SEPARATOR =
CSV.COLUMN_SEPARATOR instanceof RegExp
Expand Down Expand Up @@ -197,18 +197,18 @@ CSV.parse = function(str) {
* node -e "c=require('CSV-JS');require('fs').createReadStream('csv.txt').pipe(c.stream()).pipe(c.stream.json()).pipe(process.stdout)"
* @ignore
*/
CSV.stream = function() {
CSV.stream = function () {
var stream = require('stream');
var s = new stream.Transform({ objectMode: true });
s.EOL = '\n';
s.prior = '';
s.emitter = (function(s) {
return function(e) {
s.emitter = (function (s) {
return function (e) {
s.push(CSV.parse(e + s.EOL));
};
})(s);

s._transform = function(chunk, encoding, done) {
s._transform = function (chunk, encoding, done) {
var lines =
this.prior == ''
? chunk.toString().split(this.EOL)
Expand All @@ -218,7 +218,7 @@ CSV.stream = function() {
done();
};

s._flush = function(done) {
s._flush = function (done) {
if (this.prior != '') {
this.emitter(this.prior);
this.prior = '';
Expand All @@ -228,7 +228,7 @@ CSV.stream = function() {
return s;
};

CSV.test_regex_separator = function(str) {
CSV.test_regex_separator = function (str) {
if (!(CSV.COLUMN_SEPARATOR instanceof RegExp)) {
return false;
}
Expand All @@ -243,18 +243,18 @@ CSV.test_regex_separator = function(str) {
return match !== null;
};

CSV.stream.json = function() {
CSV.stream.json = function () {
var os = require('os');
var stream = require('stream');
var s = new streamTransform({ objectMode: true });
s._transform = function(chunk, encoding, done) {
s._transform = function (chunk, encoding, done) {
s.push(JSON.stringify(chunk.toString()) + os.EOL);
done();
};
return s;
};

CSV.reset = function() {
CSV.reset = function () {
CSV.state = null;
CSV.token = null;
CSV.escaped = null;
Expand All @@ -264,7 +264,7 @@ CSV.reset = function() {
CSV.str = null;
};

CSV.next_nonspace = function() {
CSV.next_nonspace = function () {
var i = CSV.offset;
var c;
while (i < CSV.str.length) {
Expand All @@ -276,14 +276,14 @@ CSV.next_nonspace = function() {
return null;
};

CSV.record_begin = function() {
CSV.record_begin = function () {
CSV.escaped = false;
CSV.record = [];
CSV.token_begin();
CSV.debug('record_begin');
};

CSV.record_end = function() {
CSV.record_end = function () {
CSV.state = POST_RECORD;
if (
!(CSV.IGNORE_RECORD_LENGTH || CSV.RELAXED) &&
Expand All @@ -297,7 +297,7 @@ CSV.record_end = function() {
CSV.record = null;
};

CSV.resolve_type = function(token) {
CSV.resolve_type = function (token) {
if (token.match(/^[-+]?[0-9]+(\.[0-9]+)?([eE][-+]?[0-9]+)?$/)) {
token = parseFloat(token);
} else if (token.match(/^(true|false)$/i)) {
Expand All @@ -310,13 +310,13 @@ CSV.resolve_type = function(token) {
return token;
};

CSV.token_begin = function() {
CSV.token_begin = function () {
CSV.state = PRE_TOKEN;
// considered using array, but http://www.sitepen.com/blog/2008/05/09/string-performance-an-analysis/
CSV.token = '';
};

CSV.token_end = function() {
CSV.token_end = function () {
if (CSV.DETECT_TYPES) {
CSV.token = CSV.resolve_type(CSV.token);
}
Expand All @@ -325,11 +325,11 @@ CSV.token_end = function() {
CSV.token_begin();
};

CSV.debug = function() {
CSV.debug = function () {
if (CSV.DEBUG) console.log(arguments);
};

CSV.dump = function(msg) {
CSV.dump = function (msg) {
return [
msg,
'at char',
Expand All @@ -339,17 +339,17 @@ CSV.dump = function(msg) {
.substr(CSV.offset - 50, 50)
.replace(/\r/gm, '\\r')
.replace(/\n/gm, '\\n')
.replace(/\t/gm, '\\t')
.replace(/\t/gm, '\\t'),
].join(' ');
};

CSV.error = function(err) {
CSV.error = function (err) {
var msg = CSV.dump(err);
CSV.reset();
throw msg;
};

CSV.warn = function(err) {
CSV.warn = function (err) {
if (!CSV.DEBUG) {
return;
}
Expand All @@ -365,4 +365,4 @@ CSV.warn = function(err) {
} catch (e) {}
};

export default CSV
export default CSV;
3 changes: 2 additions & 1 deletion plugins/code-syntax-highlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "TOAST UI Editor : Code Syntax Highlight Plugin",
"keywords": [
"nhn",
"nhn cloud",
"toast",
"toastui",
"toast-ui",
Expand All @@ -19,7 +20,7 @@
"dist/*.css",
"types/index.d.ts"
],
"author": "NHN FE Development Lab <[email protected]>",
"author": "NHN Cloud FE Development Lab <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion plugins/color-syntax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "TOAST UI Editor : Color Syntax Plugin",
"keywords": [
"nhn",
"nhn cloud",
"toast",
"toastui",
"toast-ui",
Expand All @@ -19,7 +20,7 @@
"types/index.d.ts"
],
"types": "types/index.d.ts",
"author": "NHN FE Development Lab <[email protected]>",
"author": "NHN Cloud FE Development Lab <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion plugins/table-merged-cell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "TOAST UI Editor : Table Merged Cell Plugin",
"keywords": [
"nhn",
"nhn cloud",
"toast",
"toastui",
"toast-ui",
Expand All @@ -19,7 +20,7 @@
"types/index.d.ts"
],
"types": "types/index.d.ts",
"author": "NHN FE Development Lab <[email protected]>",
"author": "NHN Cloud FE Development Lab <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion plugins/uml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "TOAST UI Editor : UML Plugin",
"keywords": [
"nhn",
"nhn cloud",
"toast",
"toastui",
"toast-ui",
Expand All @@ -17,7 +18,7 @@
"dist/*.js",
"index.d.ts"
],
"author": "NHN FE Development Lab <[email protected]>",
"author": "NHN Cloud FE Development Lab <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit b68242c

Please sign in to comment.