Skip to content

Commit

Permalink
Fixed file headers
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Dec 23, 2014
1 parent 29f3973 commit 43f7a69
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion src/Data.php
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of Laravel Throttle by Graham Campbell.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/Facades/Throttle.php
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of Laravel Throttle by Graham Campbell.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/Factories/CacheFactory.php
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of Laravel Throttle by Graham Campbell.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/Factories/FactoryInterface.php
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of Laravel Throttle by Graham Campbell.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/Throttle.php
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of Laravel Throttle by Graham Campbell.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/ThrottleServiceProvider.php
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of Laravel Throttle by Graham Campbell.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/Throttlers/CacheThrottler.php
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of Laravel Throttle by Graham Campbell.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/Throttlers/ThrottlerInterface.php
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of Laravel Throttle by Graham Campbell.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/Transformers/ArrayTransformer.php
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of Laravel Throttle by Graham Campbell.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/Transformers/RequestTransformer.php
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of Laravel Throttle by Graham Campbell.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/Transformers/TransformerFactory.php
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of Laravel Throttle by Graham Campbell.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/Transformers/TransformerInterface.php
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of Laravel Throttle by Graham Campbell.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/config/config.php
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of Laravel Throttle by Graham Campbell.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/filters.php
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of Laravel Throttle by Graham Campbell.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion tests/AbstractTestCase.php
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of Laravel Throttle by Graham Campbell.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion tests/DataTest.php
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of Laravel Throttle by Graham Campbell.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion tests/Facades/ThrottleTest.php
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of Laravel Throttle by Graham Campbell.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion tests/Factories/CacheFactoryTest.php
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of Laravel Throttle by Graham Campbell.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion tests/Functional/FilterTest.php
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of Laravel Throttle by Graham Campbell.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion tests/ServiceProviderTest.php
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of Laravel Throttle by Graham Campbell.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion tests/ThrottleTest.php
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of Laravel Throttle by Graham Campbell.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion tests/Throttlers/CacheThrottlerTest.php
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of Laravel Throttle by Graham Campbell.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion tests/Transformers/TransformerFactoryTest.php
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of Laravel Throttle by Graham Campbell.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down

0 comments on commit 43f7a69

Please sign in to comment.