Skip to content

Commit fa2079f

Browse files
committed
Merge pull request wikimedia#40 from bd808/credits
Touch up credits information
2 parents 653fc6d + 391e19a commit fa2079f

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014 Bryan Davis, Wikimedia Foundation, and contributors
1+
Copyright (c) 2015 Bryan Davis, Wikimedia Foundation, and contributors
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
"description": "Composer plugin to merge multiple composer.json files",
44
"type": "composer-plugin",
55
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Bryan Davis",
9+
"email": "bd808@wikimedia.org"
10+
}
11+
],
612
"minimum-stability": "dev",
713
"prefer-stable": true,
814
"require": {

src/MergePlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* This file is part of the Composer Merge plugin.
44
*
5-
* Copyright (C) 2014 Bryan Davis, Wikimedia Foundation, and contributors
5+
* Copyright (C) 2015 Bryan Davis, Wikimedia Foundation, and contributors
66
*
77
* This software may be modified and distributed under the terms of the MIT
88
* license. See the LICENSE file for details.

tests/phpunit/MergePluginTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* This file is part of the Composer Merge plugin.
44
*
5-
* Copyright (C) 2014 Bryan Davis, Wikimedia Foundation, and contributors
5+
* Copyright (C) 2015 Bryan Davis, Wikimedia Foundation, and contributors
66
*
77
* This software may be modified and distributed under the terms of the MIT
88
* license. See the LICENSE file for details.

0 commit comments

Comments
 (0)