mirror of
https://github.com/Nuitka/Nuitka.git
synced 2026-02-01 11:33:19 +01:00
* 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.
27 lines
1.2 KiB
CSS
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.
|
|
/**********************************************************************
|