Files
nuitka-mirror/doc/custom.css
Kay Hayen 25d9589c92 Project: Changed license to AGPLv3
* This is with an exception for the runtime library parts
  to allow proprietary compiled code to link against it.

* But it makes creating competitors to Nuitka commercial
  impossible, as they would need to open source their code.
2026-01-28 13:27:34 +01:00

27 lines
1.2 KiB
CSS

/**********************************************************************
Copyright 2025, Batakrishna Sahu, mailto:<Batakrishna.Sahu@suiit.ac.in> find license text at end of file
/**********************************************************************
/* Override Nuitka logo size */
#projectlogo img {
max-width: 50px;
padding: 5px;
}
/**********************************************************************
Part of "Nuitka", an optimizing Python compiler that is compatible and
integrates with CPython, but also works on its own.
Licensed under the GNU Affero General Public License, Version 3 (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.gnu.org/licenses/agpl.txt
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.
/**********************************************************************