Skip to content

Commit 61ed66d

Browse files
composer.json was missing a correct license statement
1 parent 95e828f commit 61ed66d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2017, FLYERALARM Digital GmbH
3+
Copyright (c) 2018, FLYERALARM Digital GmbH
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "flyeralarm/php-code-validator",
33
"description": "A custom coding standard for FLYERALARM",
44
"type": "config",
5-
"license": "proprietary",
5+
"license": "BSD-3-Clause",
66
"authors": [
77
{
88
"name": "Daniel Müller",

0 commit comments

Comments
 (0)