Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Add licensheaders #27

Open
wants to merge 1 commit into
base: remote-vetting
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .docheader
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/**
* Copyright %regexp:\d{4}% SURF %regexp:(B.V.|bv)%
*
* Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* 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.
*/
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"php": "^7.2.5",
"ext-ctype": "*",
"ext-iconv": "*",
"ext-json": "*",
"malukenho/docheader": "^0.1.8",
"ramsey/uuid": "^4.0",
"sensio/framework-extra-bundle": "^5.1",
"surfnet/stepup-gssp-bundle": "^3.0",
Expand All @@ -26,8 +28,7 @@
"symfony/translation": "4.4.*",
"symfony/twig-pack": "*",
"symfony/webpack-encore-bundle": "^1.7",
"symfony/yaml": "4.4.*",
"ext-json": "*"
"symfony/yaml": "4.4.*"
},
"require-dev": {
"ext-json": "*",
Expand Down Expand Up @@ -81,7 +82,8 @@
"@deptrac",
"@test",
"@security",
"@jest"
"@jest",
"@license-headers"
],
"security": "./support/qa/security",
"phplint": "./support/qa/phplint",
Expand All @@ -92,7 +94,8 @@
"deptrac": "./support/qa/deptrac",
"test": "./support/qa/phpunit",
"jest": "yarn jest",
"eslint": "yarn lint"
"eslint": "yarn lint",
"license-headers": "vendor/bin/docheader check src/"
},
"conflict": {
"symfony/symfony": "*"
Expand Down
54 changes: 53 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
"ibuildings/qa-pack": {
"version": "v1.8"
},
"malukenho/docheader": {
"version": "0.1.8"
},
"monolog/monolog": {
"version": "2.0.2"
},
Expand Down