aboutsummaryrefslogtreecommitdiffstats
path: root/build/license.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove accessibilityJohn Molakvoæ2022-04-211-1/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add js files to licenseJohn Molakvoæ (skjnldsv)2021-03-311-34/+104
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
| | | | | | | | | | Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.3.0 to 0.5.0. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v0.3.0...v0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-9/+6
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-5/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix license headersChristoph Wurst2020-01-131-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license script appsChristoph Wurst2019-12-051-15/+41
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove brackets for invalid mail addresses when updating the license headerJulius Härtl2017-11-071-0/+9
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Make sure to also detect their new copy right lineJoas Schilling2016-08-181-1/+1
| | | | Ref owncloud/core#25518
* If there is no copyright notice print comment lineRoeland Jago Douma2016-08-151-1/+6
|
* Do not licence composer stuffRoeland Jago Douma2016-08-151-1/+1
|
* only search the license header for @copyright statementsBjoern Schiessle2016-07-211-2/+3
|
* Fix the license scriptJoas Schilling2016-07-211-2/+5
|
* - keep copyright notice and only update the authors listBjoern Schiessle2016-07-131-18/+81
| | | | - check if all changes to a file happened after the fork, this allows the authors to check if the file can be relicensed to AGPLv3 or later
* no more CLA and switch to AGPLv3 or laterBjoern Schiessle2016-06-061-9/+57
|
* Add new appsLukas Reschke2016-03-011-0/+5
|
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+3
|
* Check the mailmap file of core as wellJoas Schilling2016-02-171-1/+28
|
* Allow the script to run for different git rootsJoas Schilling2016-02-171-8/+25
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2016-01-151-0/+6
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* We have new apps ....Thomas Müller2016-01-121-1/+3
|
* Generate AUTHORS file from commitsLukas Reschke2015-10-261-1/+20
|
* Update license header script to only use code changesMorris Jobke2015-10-051-2/+3
| | | | * ignores the first lines of a file with the license header
* [license script] sort names case insensitiveMorris Jobke2015-06-251-1/+1
|
* Further cleanup of files_encryptionThomas Müller2015-04-071-1/+1
|
* detect MIT licensed files and ignore them for nowThomas Müller2015-03-261-1/+18
|
* properly break after the first comment ends + allow to pass in one ↵Thomas Müller2015-03-261-25/+29
| | | | file/folder via commandline argument
* fixing ignorance of 'Not Committed Yet'Thomas Müller2015-03-261-1/+4
|
* php script which updates the license header in all php file in the repoThomas Müller2015-02-221-0/+166