IntelliJ Copyright Configuration

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

Create a Copyright Profile

Create a copyright profile. File -> Other Settings -> Default Settings -> Editor -> Copyright -> Copyright Profiles -> +

Apache 2.0

Name: Apache 2.0

Copyright text:

Example of an Apache 2.0 copyright text:

Copyright (c) $today.year Nova Ordis LLC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


Keyword to detect copyright in comments: Copyright.

Then apply the profile to:

1) The entire project

Select the project.

Then File -> Other Settings -> Default Settings.

Go to "Editor" and click on "Copyright". Do not expand.

In the right window you'll see: "Editor > Copyright > For default project"

Default project copyright: Apache License, Version 2.0

Scope -> + Project Files.

Then apply it to any file from the project:

2) A file

Control + Enter -> Copyright -> Assign the Copyright profile to the project.

!!!Window Floating Mode - Re-attach a Floating Window

At one time the "Variables" window became detached (in floating mode). I am not sure how I re-attached it again - I messed with "floating" setting in Window -> Active Tool Window and dragging the floating window over the docked window.