mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
25 lines
1.4 KiB
HTML
25 lines
1.4 KiB
HTML
<!-- OpenIDE Project -->
|
|
<!-- Copyright (C) 2025 “Open Development Platform” Ltd. (https://openide.ru) -->
|
|
<!-- -->
|
|
<!-- This program is free software: you can redistribute it and/or modify -->
|
|
<!-- it under the terms of the GNU Affero General Public License version 3 or later as published by the Free Software Foundation. -->
|
|
<!-- -->
|
|
<!-- This program is distributed in the hope that it will be useful, -->
|
|
<!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
|
|
<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -->
|
|
<!-- GNU Affero General Public License for more details. -->
|
|
<!-- -->
|
|
<!-- You should have received a copy of the GNU Affero General Public License -->
|
|
<!-- along with this program. If not, see http://www.gnu.org/licenses/. -->
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
|
</head>
|
|
<body><p><b>Add copyright notices</b></p>
|
|
<p>In OpenIDE, you can configure different copyright notices for different sets of files. For convenience, you can use
|
|
variables. For example, use <span class="code_emphasis">$today.year</span> to keep the year up to date.</p>
|
|
<p> In the <span class="control">Settings/Preferences</span> dialog (<span class="shortcut">&shortcut:ShowSettings;</span>), select <span
|
|
class="control">Editor | Copyright | Copyright Profiles</span>, create a new profile, and add the text for your copyright notice
|
|
using variables.</p></body>
|
|
</html> |