-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Labels
completedWork has been completed on this issue and changes have been committed to `develop` branch..Work has been completed on this issue and changes have been committed to `develop` branch..documentationIssue relating to documentation, including help fileIssue relating to documentation, including help file
Metadata
Metadata
Assignees
Labels
completedWork has been completed on this issue and changes have been committed to `develop` branch..Work has been completed on this issue and changes have been committed to `develop` branch..documentationIssue relating to documentation, including help fileIssue relating to documentation, including help file
Projects
Milestone
Relationships
Development
Select code repository
Activity
delphidabbler commentedon Apr 28, 2023
Summary of each
LICENSE
fileRoot directory
Licensing of CodeSnip's source and image files is on a per file basis. There are two ways that license information can be found:
By examining comments within source files. License information will be at or near the beginning of the file.
By reading any
LICENSE
file that exists in the same directory as the files you are interested in, or if no such file exists, in a parent directory. The "nearest"LICENSE
file takes precedence. ALICENSE
file is used to provide license information for source files that have no (or unclear) embedded information and for images and other files that do not have human-readable content.Docs
directoryAll files governed by MPL 2.0. Applies to all subdirectories.
Src
directoryThis file describes the licenses that apply to source code files in the
Src
directory and any sub-directories not listed below.Most files contain a comment that provides license information.
Exceptions are:
All
.dfm
files are licensed under the same license as the related.pas
file.The following files have any copyright dedicated to the Public Domain:
Src/CodeSnip.cfg.tplt
Src/CodeSnip.dproj
Src/CodeSnip.groupproj
Src/CodeSnip.todo
Src/3rdParty
directoryLVEx.pas
This file, and the accompanying resource file (
LVEx.res
), are freeware, copyright (c) 1999-2009 Vadim Crits. For details of the terms and conditions of use seeDocs/License.html#tlistviewex
.All Other Files
All other files in the directory include licensing information in their comments.
Src/AutoGen
directoryAuto-generated from other files and are governed by the licenses that pertain to those files.
For a list of such files see
ReadMe.txt
in this directory. TheReadMe.txt
file itself has any copyright dedicated to the Public Domain.Src/Help/Images
directoryAll image files are licensed under the Creative Commons Attribution Share Alike 3.0 License.
Src/Install/Assets
directoryAll files are MPL 2.0, but don't have boilerplate.
Src/Res/Img
andSrc/Res/Img/Egg
directoriesAll image files licensed under the Creative Commons Attribution Share Alike 3.0 License.
Some images have been derived or copied from files covered by the following licenses, all of which permit relicensing under the Creative Commons Attribution Share Alike 3.0 License:
Src/Res/Img/Branding
directoryAll images are copyright (C) 2012-2023, Peter Johnson (gravatar.com/delphidabbler). The files may not be copied or modified and may not be used in the distribution of derived programs without explicit permission of the copyright holder.
This restriction does not apply to modifications of CodeSnip that are for personal use that are not distributed publicly.
Src/Res/Scripts/3rdParty
directoryjquery.cycle.lite.js
Dual licensed under the MIT or GPL license. It is used here under the MIT license.
jquery-1.8.0.min.js
MIT license.
Merge branch 'feature/108-rationalise-license-files' into develop
delphidabbler commentedon Apr 30, 2023
Fixed at merge commit b2b83d3
Merge branch 'feature/108-rationalise-license-files' into develop