Skip to content

Commit

Permalink
remove copyright year from header
Browse files Browse the repository at this point in the history
Use only license.md for the copyright year ranges

[skip ci]
  • Loading branch information
sstok committed Jan 14, 2015
1 parent 15c34f9 commit 7ddb52f
Show file tree
Hide file tree
Showing 39 changed files with 77 additions and 78 deletions.
3 changes: 1 addition & 2 deletions .gush.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
adapter: github
issue_tracker: github
meta-header: "This file is part of the RollerworksPasswordStrengthBundle package.\n\n(c) 2012-2015 Sebastiaan Stok <[email protected]>\n\nThis source file is subject to the MIT license that is bundled\nwith this source code in the file LICENSE."
meta-header: "This file is part of the RollerworksPasswordStrengthBundle package.\n\n(c) Sebastiaan Stok <[email protected]>\n\nThis source file is subject to the MIT license that is bundled\nwith this source code in the file LICENSE."
table-pr:
bug_fix: ['Bug Fix?', no]
new_feature: ['New Feature?', no]
bc_breaks: ['BC Breaks?', no]
deprecations: ['Deprecations?', no]
tests_pass: ['Tests Pass?', no]
fixed_tickets: ['Fixed Tickets', '']
license: [License, MIT]
4 changes: 2 additions & 2 deletions src/Blacklist/ArrayProvider.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
/*
* This file is part of the RollerworksPasswordStrengthBundle package.
*
* (c) 2012-2014 Sebastiaan Stok <[email protected]>
* (c) Sebastiaan Stok <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
4 changes: 2 additions & 2 deletions src/Blacklist/BlacklistProviderInterface.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
/*
* This file is part of the RollerworksPasswordStrengthBundle package.
*
* (c) 2012-2014 Sebastiaan Stok <[email protected]>
* (c) Sebastiaan Stok <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
4 changes: 2 additions & 2 deletions src/Blacklist/ChainProvider.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
/*
* This file is part of the RollerworksPasswordStrengthBundle package.
*
* (c) 2012-2014 Sebastiaan Stok <[email protected]>
* (c) Sebastiaan Stok <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
4 changes: 2 additions & 2 deletions src/Blacklist/ImmutableBlacklistProviderInterface.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
/*
* This file is part of the RollerworksPasswordStrengthBundle package.
*
* (c) 2012-2014 Sebastiaan Stok <[email protected]>
* (c) Sebastiaan Stok <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
4 changes: 2 additions & 2 deletions src/Blacklist/NoopProvider.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
/*
* This file is part of the RollerworksPasswordStrengthBundle package.
*
* (c) 2012-2014 Sebastiaan Stok <[email protected]>
* (c) Sebastiaan Stok <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
4 changes: 2 additions & 2 deletions src/Blacklist/PdoProvider.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
/*
* This file is part of the RollerworksPasswordStrengthBundle package.
*
* (c) 2012-2014 Sebastiaan Stok <[email protected]>
* (c) Sebastiaan Stok <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
4 changes: 2 additions & 2 deletions src/Blacklist/SqliteProvider.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
/*
* This file is part of the RollerworksPasswordStrengthBundle package.
*
* (c) 2012-2014 Sebastiaan Stok <[email protected]>
* (c) Sebastiaan Stok <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
4 changes: 2 additions & 2 deletions src/Blacklist/UpdatableBlacklistProviderInterface.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
/*
* This file is part of the RollerworksPasswordStrengthBundle package.
*
* (c) 2012-2014 Sebastiaan Stok <[email protected]>
* (c) Sebastiaan Stok <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
4 changes: 2 additions & 2 deletions src/Command/BlacklistCommand.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
/*
* This file is part of the RollerworksPasswordStrengthBundle package.
*
* (c) 2012-2014 Sebastiaan Stok <[email protected]>
* (c) Sebastiaan Stok <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
4 changes: 2 additions & 2 deletions src/Command/BlacklistCommonCommand.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
/*
* This file is part of the RollerworksPasswordStrengthBundle package.
*
* (c) 2012-2014 Sebastiaan Stok <[email protected]>
* (c) Sebastiaan Stok <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
4 changes: 2 additions & 2 deletions src/Command/BlacklistDeleteCommand.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
/*
* This file is part of the RollerworksPasswordStrengthBundle package.
*
* (c) 2012-2014 Sebastiaan Stok <[email protected]>
* (c) Sebastiaan Stok <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
4 changes: 2 additions & 2 deletions src/Command/BlacklistListCommand.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
/*
* This file is part of the RollerworksPasswordStrengthBundle package.
*
* (c) 2012-2014 Sebastiaan Stok <[email protected]>
* (c) Sebastiaan Stok <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
4 changes: 2 additions & 2 deletions src/Command/BlacklistPurgeCommand.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
/*
* This file is part of the RollerworksPasswordStrengthBundle package.
*
* (c) 2012-2014 Sebastiaan Stok <[email protected]>
* (c) Sebastiaan Stok <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
4 changes: 2 additions & 2 deletions src/Command/BlacklistUpdateCommand.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
/*
* This file is part of the RollerworksPasswordStrengthBundle package.
*
* (c) 2012-2014 Sebastiaan Stok <[email protected]>
* (c) Sebastiaan Stok <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
4 changes: 2 additions & 2 deletions src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
/*
* This file is part of the RollerworksPasswordStrengthBundle package.
*
* (c) 2012-2014 Sebastiaan Stok <[email protected]>
* (c) Sebastiaan Stok <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
/*
* This file is part of the RollerworksPasswordStrengthBundle package.
*
* (c) 2012-2014 Sebastiaan Stok <[email protected]>
* (c) Sebastiaan Stok <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
4 changes: 2 additions & 2 deletions src/RollerworksPasswordStrengthBundle.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
/*
* This file is part of the RollerworksPasswordStrengthBundle package.
*
* (c) 2012-2014 Sebastiaan Stok <[email protected]>
* (c) Sebastiaan Stok <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
4 changes: 2 additions & 2 deletions src/Validator/Constraints/Blacklist.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
/*
* This file is part of the RollerworksPasswordStrengthBundle package.
*
* (c) 2012-2014 Sebastiaan Stok <[email protected]>
* (c) Sebastiaan Stok <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
4 changes: 2 additions & 2 deletions src/Validator/Constraints/BlacklistValidator.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
/*
* This file is part of the RollerworksPasswordStrengthBundle package.
*
* (c) 2012-2014 Sebastiaan Stok <[email protected]>
* (c) Sebastiaan Stok <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
4 changes: 2 additions & 2 deletions src/Validator/Constraints/PasswordRequirements.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
/*
* This file is part of the RollerworksPasswordStrengthBundle package.
*
* (c) 2012-2014 Sebastiaan Stok <[email protected]>
* (c) Sebastiaan Stok <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
4 changes: 2 additions & 2 deletions src/Validator/Constraints/PasswordRequirementsValidator.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
/*
* This file is part of the RollerworksPasswordStrengthBundle package.
*
* (c) 2012-2014 Sebastiaan Stok <[email protected]>
* (c) Sebastiaan Stok <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
4 changes: 2 additions & 2 deletions src/Validator/Constraints/PasswordStrength.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
/*
* This file is part of the RollerworksPasswordStrengthBundle package.
*
* (c) 2012-2014 Sebastiaan Stok <[email protected]>
* (c) Sebastiaan Stok <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
4 changes: 2 additions & 2 deletions src/Validator/Constraints/PasswordStrengthValidator.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
/*
* This file is part of the RollerworksPasswordStrengthBundle package.
*
* (c) 2012-2014 Sebastiaan Stok <[email protected]>
* (c) Sebastiaan Stok <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
4 changes: 2 additions & 2 deletions tests/Blacklist/ArrayProviderTest.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
/*
* This file is part of the RollerworksPasswordStrengthBundle package.
*
* (c) 2012-2014 Sebastiaan Stok <[email protected]>
* (c) Sebastiaan Stok <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
4 changes: 2 additions & 2 deletions tests/Blacklist/ChainProviderTest.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
/*
* This file is part of the RollerworksPasswordStrengthBundle package.
*
* (c) 2012-2014 Sebastiaan Stok <[email protected]>
* (c) Sebastiaan Stok <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
4 changes: 2 additions & 2 deletions tests/Blacklist/NoopProviderTest.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
/*
* This file is part of the RollerworksPasswordStrengthBundle package.
*
* (c) 2012-2014 Sebastiaan Stok <[email protected]>
* (c) Sebastiaan Stok <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
4 changes: 2 additions & 2 deletions tests/Blacklist/SqliteProviderTest.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
/*
* This file is part of the RollerworksPasswordStrengthBundle package.
*
* (c) 2012-2014 Sebastiaan Stok <[email protected]>
* (c) Sebastiaan Stok <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
4 changes: 2 additions & 2 deletions tests/Command/BlacklistCommandTestCase.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
/*
* This file is part of the RollerworksPasswordStrengthBundle package.
*
* (c) 2012-2014 Sebastiaan Stok <[email protected]>
* (c) Sebastiaan Stok <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
4 changes: 2 additions & 2 deletions tests/Command/BlacklistDeleteCommandTest.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
/*
* This file is part of the RollerworksPasswordStrengthBundle package.
*
* (c) 2012-2014 Sebastiaan Stok <[email protected]>
* (c) Sebastiaan Stok <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
4 changes: 2 additions & 2 deletions tests/Command/BlacklistListCommandTest.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
/*
* This file is part of the RollerworksPasswordStrengthBundle package.
*
* (c) 2012-2014 Sebastiaan Stok <[email protected]>
* (c) Sebastiaan Stok <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
4 changes: 2 additions & 2 deletions tests/Command/BlacklistPurgeCommandTest.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
/*
* This file is part of the RollerworksPasswordStrengthBundle package.
*
* (c) 2012-2014 Sebastiaan Stok <[email protected]>
* (c) Sebastiaan Stok <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
4 changes: 2 additions & 2 deletions tests/Command/BlacklistUpdateCommandTest.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
/*
* This file is part of the RollerworksPasswordStrengthBundle package.
*
* (c) 2012-2014 Sebastiaan Stok <[email protected]>
* (c) Sebastiaan Stok <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
Loading

0 comments on commit 7ddb52f

Please sign in to comment.