ihub copyright
...Less than 1 minute
ihub copyright
plugin description
ihub-copyright
plugin is copyright, used to automatically configureIDEA
copyright settings, auto-pseudo-code adding or updating copyright information.
Plugin ID | Plugin Name | Plugin Type | Plugin Dependencies |
---|---|---|---|
pub.ihub.plugin.ihub-copyright | Copyright Plugin | Project [^Project] | ihub |
Plugin Installation
Kotlin
plugins {
id("pub.ihub.plugin.ihub-copyright")
}
Groovy
plugins {
id 'pub.ihub.plugin.ihub-copyright'
}
or
Kotlin
plugins {
id("pub.ihub.plugin")
}
apply {
plugin("pub.ihub.plugin.ihub-copyright")
}
Groovy
plugins {
id 'pub.ihub.plugin'
}
apply {
plugin 'pub.ihub.plugin.ihub-copyright'
}
Configuration Example
- Get copyrighted information from the
COPYRIGHT
file 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.
- Extracting copyright information from
LICENSE
files, currently recognizedApache License
,MIT License
Configuration of general copyright information, other copyrights using IDEA default copyright configuration