diff --git a/.github/stale.yml b/.github/stale.yml index ac2d1dc..ade1c11 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -13,7 +13,7 @@ exemptLabels: - Type: Feature - Type: Enhancement - Type: Bug - - NHN + - NHN Cloud # Label to use when marking as stale staleLabel: inactive diff --git a/LICENSE b/LICENSE index 8612598..46e3d9c 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index 8415212..c36b514 100644 --- a/README.md +++ b/README.md @@ -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)

@@ -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). diff --git a/bower.json b/bower.json index 77fae7e..7afd5f7 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "tui-color-picker", "authors": [ - "NHN. FE Development Lab " + "NHN Cloud. FE Development Lab " ], "main": [ "dist/tui-color-picker.js", diff --git a/package.json b/package.json index 9258aa0..092d8a8 100644 --- a/package.json +++ b/package.json @@ -24,9 +24,10 @@ "component", "color", "picker", - "svgvml" + "svgvml", + "nhn cloud" ], - "author": "NHN FE Development Team ", + "author": "NHN Cloud FE Development Team ", "license": "MIT", "devDependencies": { "@babel/core": "^7.5.5", diff --git a/src/js/colorUtil.js b/src/js/colorUtil.js index 5cc61e9..3e07ee4 100644 --- a/src/js/colorUtil.js +++ b/src/js/colorUtil.js @@ -1,6 +1,5 @@ /** * @fileoverview Utility methods to manipulate colors - * @author NHN. FE Development Team */ 'use strict'; diff --git a/src/js/core/collection.js b/src/js/core/collection.js index 4a18fb3..8326f89 100644 --- a/src/js/core/collection.js +++ b/src/js/core/collection.js @@ -1,6 +1,5 @@ /** * @fileoverview Common collections. - * @author NHN. FE Development Team */ 'use strict'; diff --git a/src/js/core/domutil.js b/src/js/core/domutil.js index 7c0f341..66fa33a 100644 --- a/src/js/core/domutil.js +++ b/src/js/core/domutil.js @@ -1,6 +1,5 @@ /** * @fileoverview Utility modules for manipulate DOM elements. - * @author NHN. FE Development Team */ 'use strict'; diff --git a/src/js/core/drag.js b/src/js/core/drag.js index 871e76e..c65f683 100644 --- a/src/js/core/drag.js +++ b/src/js/core/drag.js @@ -1,6 +1,5 @@ /** * @fileoverview General drag handler - * @author NHN. FE Development Team */ 'use strict'; diff --git a/src/js/core/view.js b/src/js/core/view.js index b237b7b..99c830f 100644 --- a/src/js/core/view.js +++ b/src/js/core/view.js @@ -1,6 +1,5 @@ /** * @fileoverview The base class of views. - * @author NHN. FE Development Team */ 'use strict'; diff --git a/src/js/factory.js b/src/js/factory.js index 7b852c5..7719209 100644 --- a/src/js/factory.js +++ b/src/js/factory.js @@ -1,6 +1,5 @@ /** * @fileoverview ColorPicker factory module - * @author NHN. FE Development Team */ 'use strict'; diff --git a/src/js/layout.js b/src/js/layout.js index fee7665..ad950c5 100644 --- a/src/js/layout.js +++ b/src/js/layout.js @@ -1,6 +1,5 @@ /** * @fileoverview ColorPicker layout module - * @author NHN. FE Development Team */ 'use strict'; diff --git a/src/js/palette.js b/src/js/palette.js index 14441ba..d801665 100644 --- a/src/js/palette.js +++ b/src/js/palette.js @@ -1,6 +1,5 @@ /** * @fileoverview Color palette view - * @author NHN. FE Development Team */ 'use strict'; diff --git a/src/js/slider.js b/src/js/slider.js index d4818e9..ccb4536 100644 --- a/src/js/slider.js +++ b/src/js/slider.js @@ -1,6 +1,5 @@ /** * @fileoverview Slider view - * @author NHN. FE Development Team */ 'use strict'; diff --git a/src/js/svgvml.js b/src/js/svgvml.js index da55621..cd73df0 100644 --- a/src/js/svgvml.js +++ b/src/js/svgvml.js @@ -1,6 +1,5 @@ /** * @fileoverview module for manipulate SVG or VML object - * @author NHN. FE Development Team */ 'use strict'; diff --git a/src/js/util.js b/src/js/util.js index 28c8e69..e7541bc 100644 --- a/src/js/util.js +++ b/src/js/util.js @@ -1,6 +1,5 @@ /** * @fileoverview Utils for ColorPicker component - * @author NHN. FE dev Lab. */ 'use strict'; diff --git a/src/template/palette.js b/src/template/palette.js index 115816f..9b9c725 100644 --- a/src/template/palette.js +++ b/src/template/palette.js @@ -1,6 +1,5 @@ /** * @fileoverview Palette view template - * @author NHN. FE Development Team */ 'use strict'; diff --git a/src/template/slider.js b/src/template/slider.js index 84911ac..44ab27f 100644 --- a/src/template/slider.js +++ b/src/template/slider.js @@ -1,6 +1,5 @@ /** * @fileoverview Slider template - * @author NHN. FE Development Team */ 'use strict'; diff --git a/tuidoc.config.json b/tuidoc.config.json index 7c545b4..25e369a 100644 --- a/tuidoc.config.json +++ b/tuidoc.config.json @@ -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": { diff --git a/webpack.config.js b/webpack.config.js index cbab49e..bf90413 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,6 +1,5 @@ /** * Configs file for bundling - * @author NHN. FE Development Lab */ 'use strict';