Skip to content

Add MIT license header to all source files#7

Merged
maxirmx merged 2 commits into
mainfrom
copilot/add-mit-header-to-files
Dec 9, 2025
Merged

Add MIT license header to all source files#7
maxirmx merged 2 commits into
mainfrom
copilot/add-mit-header-to-files

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Dec 9, 2025

Adds complete MIT license header with copyright notice, permission grant, conditions, and warranty disclaimer to all TypeScript, Vue, and JavaScript source files.

Files updated:

  • Components: ActionButton.vue, ActionButton2L.vue, uiKitShared.ts
  • Tests: ActionButton.spec.ts, ActionButton2L.spec.ts, index.test.ts
  • Configuration: eslint.config.js, vite.config.ts
  • Library entry: index.ts

Files that previously had partial 3-line copyright notices were replaced with the full 21-line MIT license text. Configuration and entry files received new headers.

// Copyright (C) 2025 Maxim [maxirmx] Samsonov (www.sw.consulting)
// All rights reserved.
// This file is a part of UI Kit
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions...
Original prompt

This section details on the original issue you should resolve

<issue_title>Add MIT header</issue_title>
<issue_description>Add MIT header to all files

// Copyright (C) 2025 Maxim [maxirmx] Samsonov (www.sw.consulting)
// All rights reserved.
// This file is a part of UI Kit
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in all
// copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// 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.
</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: maxirmx <2081498+maxirmx@users.noreply.github.com>
Copilot AI changed the title [WIP] Add MIT header to all files Add MIT license header to all source files Dec 9, 2025
Copilot AI requested a review from maxirmx December 9, 2025 18:48
@maxirmx maxirmx marked this pull request as ready for review December 9, 2025 19:01
@maxirmx maxirmx merged commit e7c8fa7 into main Dec 9, 2025
1 check passed
@maxirmx maxirmx deleted the copilot/add-mit-header-to-files branch December 9, 2025 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add MIT header

2 participants