Contains the stock libreoffice licensing blurb, as distributed in the install directory, and also potentially at run-time. Generating licence files ------------------------ License files are generated from a single source file (license/license.xml). Output file formats are plain text and html. - The plain text and the html format is generated with xslt. There are two separate xsl files for plain text and html. Conditional text ---------------- The contents of the license file depends on the build configuration. Several externals may or may not be shipped with LibreOffice. Therefore, we need to pass information about build configuration to the xslt processor. Variables used for conditional text: - BUILD_TYPE: A space separated list of libraries/externals. If an external is present in that list, then the related license text should be included. - MPL_SUBSET: If the variable is defined, then GPL and LGPL license text will not be included, because none of the built-in code need it. - OS: The target platform. E.g. MSVC Runtime is packaged and used only on Windows. - WITH_THEMES: A space separated list of icon sets that are used in the build. Conditional text are surrounded by and extra
tag. The class attribute of that
tag decides which parameter values are taken into consideration. breoffice-5-1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-09adjust components needed for CheckOptionToggleValue.xls testfileNoel Power
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-05new module i18nlangtagEike Rathke
2013-03-07enable bag load of excel specific VBA api testsNoel Power
2013-03-07fdo#46808 use document::DocumentRevisionListPersistence constructorNoel Grandin
2013-01-31Use a method from UnoApitest instead of implement a new one in calcMarcos Paulo de Souza
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2012-10-30fdo#46808, Adapt linguistic2::LinguServiceManager UNO service to new styleNoel Grandin
2012-10-01No vbaobj component if DISABLE_SCRIPTINGTor Lillqvist
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-08-21add more runtime deps on resource files for unit-testsMatúš Kukan
2012-08-10gbuild: missing dep on $(OUTDIR)/unittest/registry for testsMatúš Kukan
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
2012-04-12move dependency on localedata_en to i18npoolMatúš Kukan
2012-04-08rename gb_CppunitTest_uses_ureDavid Tardon
2012-04-08compile- and run-time use of UNO must be splitDavid Tardon
2012-04-08clean upDavid Tardon
2012-04-08simplify use of configuration from unit testsDavid Tardon
2012-04-08always use --protector for UNO testsDavid Tardon
2012-04-08drop uses_ureDavid Tardon
2012-04-08let use_api handle the use of type rdbs at runtimeDavid Tardon
2012-04-08gbuild: "use" vs. "add":Michael Stahl
2012-04-02always pass --headless to cppunitsLuboš Luňák
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan