Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: rename corp name to NHN Cloud #62

Merged
merged 1 commit into from
Apr 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <[email protected]>"
"NHN Cloud. FE Development Lab <[email protected]>"
],
"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 <[email protected]>",
"author": "NHN Cloud FE Development Team <[email protected]>",
"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 <[email protected]>
*/

'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 <[email protected]>
*/

'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 <[email protected]>
*/

'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 <[email protected]>
*/

'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 <[email protected]>
*/

'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 <[email protected]>
*/

'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 <[email protected]>
*/

'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 <[email protected]>
*/

'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 <[email protected]>
*/

'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 <[email protected]>
*/

'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. <[email protected]>
*/

'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 <[email protected]>
*/

'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 <[email protected]>
*/

'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 <[email protected]>
*/

'use strict';
Expand Down