Skip to main content

ihub copyright

Henry...Less than 1 minute

ihub copyright

plugin description

ihub-copyrightplugin is copyright, used to automatically configureIDEAcopyright settings, auto-pseudo-code adding or updating copyright information.

Plugin IDPlugin NamePlugin TypePlugin Dependencies
pub.ihub.plugin.ihub-copyrightCopyright PluginProject[^Project]ihub

Plugin Installation

Kotlin
plugins {
    id("pub.ihub.plugin.ihub-copyright")
}

or

Kotlin
plugins {
    id("pub.ihub.plugin")
}

apply {
    plugin("pub.ihub.plugin.ihub-copyright")
}

Configuration Example

  1. Get copyrighted information from theCOPYRIGHTfile configuration item root directory
Copyright (c) 2023 the original author authors. Licensed under the Apache License, Version 2. (The "License");
you may not use this file except in compliance with the License. You may obtain a copy of the License at

    https://www.apache.org/licenses/LICENSE-2. Unless required by applicable law or agreed to in writing, software
distributed under the License is distressed on an "AS IS" BASIS,
WITHOUT WARRANES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing missions and
limitations under the License.
  1. Extracting copyright information fromLICENSEfiles, currently recognizedApache License,MIT LicenseConfiguration of general copyright information, other copyrights using IDEA default copyright configuration