Skip to content

Commit

Permalink
docs: rename corp name to NHN Cloud (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
jajugoguma authored Apr 1, 2022
1 parent 076334d commit d75c1db
Show file tree
Hide file tree
Showing 20 changed files with 10 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exemptLabels:
- Type: Feature
- Type: Enhancement
- Type: Bug
- NHN
- NHN Cloud

# Label to use when marking as stale
staleLabel: inactive
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2019 - present NHN Corp.
Copyright (c) 2019 - present 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 Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![GitHub release](https://img.shields.io/github/release/nhn/tui.color-picker.svg)](https://github.com/nhn/tui.color-picker/releases/latest)
[![npm](https://img.shields.io/npm/v/tui-color-picker.svg)](https://www.npmjs.com/package/tui-color-picker)
[![PRs welcome](https://img.shields.io/badge/PRs-welcome-ff69b4.svg)](https://github.com/nhn/tui.project-name/labels/help%20wanted)
[![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)
[![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)


<p><a href="https://nhn.github.io/tui.color-picker/latest/"><img src="https://user-images.githubusercontent.com/8615506/64393371-08042900-d08c-11e9-9a4e-f183b7dd50db.gif" /></a></p>
Expand Down Expand Up @@ -248,4 +248,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.color-picker/blob/production/LICENSE) © [NHN](https://github.com/nhn).
This software is licensed under the [MIT](https://github.com/nhn/tui.color-picker/blob/production/LICENSE) © [NHN Cloud](https://github.com/nhn).
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tui-color-picker",
"authors": [
"NHN. FE Development Lab <dl_javascript@nhn.com>"
"NHN Cloud. FE Development Lab <dl_javascript@nhn.com>"
],
"main": [
"dist/tui-color-picker.js",
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@
"component",
"color",
"picker",
"svgvml"
"svgvml",
"nhn cloud"
],
"author": "NHN FE Development Team <dl_javascript@nhn.com>",
"author": "NHN Cloud FE Development Team <dl_javascript@nhn.com>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.5.5",
Expand Down
1 change: 0 additions & 1 deletion src/js/colorUtil.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/**
* @fileoverview Utility methods to manipulate colors
* @author NHN. FE Development Team <dl_javascript@nhn.com>
*/

'use strict';
Expand Down
1 change: 0 additions & 1 deletion src/js/core/collection.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/**
* @fileoverview Common collections.
* @author NHN. FE Development Team <dl_javascript@nhn.com>
*/

'use strict';
Expand Down
1 change: 0 additions & 1 deletion src/js/core/domutil.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/**
* @fileoverview Utility modules for manipulate DOM elements.
* @author NHN. FE Development Team <dl_javascript@nhn.com>
*/

'use strict';
Expand Down
1 change: 0 additions & 1 deletion src/js/core/drag.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/**
* @fileoverview General drag handler
* @author NHN. FE Development Team <dl_javascript@nhn.com>
*/

'use strict';
Expand Down
1 change: 0 additions & 1 deletion src/js/core/view.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/**
* @fileoverview The base class of views.
* @author NHN. FE Development Team <dl_javascript@nhn.com>
*/

'use strict';
Expand Down
1 change: 0 additions & 1 deletion src/js/factory.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/**
* @fileoverview ColorPicker factory module
* @author NHN. FE Development Team <dl_javascript@nhn.com>
*/

'use strict';
Expand Down
1 change: 0 additions & 1 deletion src/js/layout.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/**
* @fileoverview ColorPicker layout module
* @author NHN. FE Development Team <dl_javascript@nhn.com>
*/

'use strict';
Expand Down
1 change: 0 additions & 1 deletion src/js/palette.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/**
* @fileoverview Color palette view
* @author NHN. FE Development Team <dl_javascript@nhn.com>
*/

'use strict';
Expand Down
1 change: 0 additions & 1 deletion src/js/slider.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/**
* @fileoverview Slider view
* @author NHN. FE Development Team <dl_javascript@nhn.com>
*/

'use strict';
Expand Down
1 change: 0 additions & 1 deletion src/js/svgvml.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/**
* @fileoverview module for manipulate SVG or VML object
* @author NHN. FE Development Team <dl_javascript@nhn.com>
*/

'use strict';
Expand Down
1 change: 0 additions & 1 deletion src/js/util.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/**
* @fileoverview Utils for ColorPicker component
* @author NHN. FE dev Lab. <dl_javascript@nhn.com>
*/

'use strict';
Expand Down
1 change: 0 additions & 1 deletion src/template/palette.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/**
* @fileoverview Palette view template
* @author NHN. FE Development Team <dl_javascript@nhn.com>
*/

'use strict';
Expand Down
1 change: 0 additions & 1 deletion src/template/slider.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/**
* @fileoverview Slider template
* @author NHN. FE Development Team <dl_javascript@nhn.com>
*/

'use strict';
Expand Down
4 changes: 2 additions & 2 deletions tuidoc.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
},
"footer": [
{
"title": "NHN",
"title": "NHN Cloud",
"linkUrl": "https://github.com/nhn"
},
{
"title": "FE Development Lab",
"linkUrl": "https://github.com/nhn/fe.javascript"
"linkUrl": "https://ui.toast.com/"
}
],
"main": {
Expand Down
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/**
* Configs file for bundling
* @author NHN. FE Development Lab <dl_javascript@nhn.com>
*/

'use strict';
Expand Down

0 comments on commit d75c1db

Please sign in to comment.