Skip to content

Commit cb42841

Browse files
committed
remove @Version tags
Now we are using PSR2 we no longer need useless @Version tags in every file, thank goodness.
1 parent efd538f commit cb42841

40 files changed

+0
-80
lines changed

examples/generate_phpdoc.rb

-2
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ def generate_class(file, gtype)
233233
* @author John Cupitt <jcupitt@gmail.com>
234234
* @copyright 2016 John Cupitt
235235
* @license https://opensource.org/licenses/MIT MIT
236-
* @version GIT:ad44dfdd31056a41cbf217244ce62e7a702e0282
237236
* @link https://github.com/jcupitt/php-vips
238237
*/
239238
EOF
@@ -244,7 +243,6 @@ def generate_class(file, gtype)
244243
* @author John Cupitt <jcupitt@gmail.com>
245244
* @copyright 2016 John Cupitt
246245
* @license https://opensource.org/licenses/MIT MIT
247-
* @version Release:0.9.0
248246
* @link https://github.com/jcupitt/php-vips
249247
EOF
250248

src/Access.php

-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
* @author John Cupitt <jcupitt@gmail.com>
3434
* @copyright 2016 John Cupitt
3535
* @license https://opensource.org/licenses/MIT MIT
36-
* @version GIT:ad44dfdd31056a41cbf217244ce62e7a702e0282
3736
* @link https://github.com/jcupitt/php-vips
3837
*/
3938

@@ -46,7 +45,6 @@
4645
* @author John Cupitt <jcupitt@gmail.com>
4746
* @copyright 2016 John Cupitt
4847
* @license https://opensource.org/licenses/MIT MIT
49-
* @version Release:0.9.0
5048
* @link https://github.com/jcupitt/php-vips
5149
*/
5250
abstract class Access

src/Align.php

-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
* @author John Cupitt <jcupitt@gmail.com>
3434
* @copyright 2016 John Cupitt
3535
* @license https://opensource.org/licenses/MIT MIT
36-
* @version GIT:ad44dfdd31056a41cbf217244ce62e7a702e0282
3736
* @link https://github.com/jcupitt/php-vips
3837
*/
3938

@@ -46,7 +45,6 @@
4645
* @author John Cupitt <jcupitt@gmail.com>
4746
* @copyright 2016 John Cupitt
4847
* @license https://opensource.org/licenses/MIT MIT
49-
* @version Release:0.9.0
5048
* @link https://github.com/jcupitt/php-vips
5149
*/
5250
abstract class Align

src/Angle.php

-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
* @author John Cupitt <jcupitt@gmail.com>
3434
* @copyright 2016 John Cupitt
3535
* @license https://opensource.org/licenses/MIT MIT
36-
* @version GIT:ad44dfdd31056a41cbf217244ce62e7a702e0282
3736
* @link https://github.com/jcupitt/php-vips
3837
*/
3938

@@ -46,7 +45,6 @@
4645
* @author John Cupitt <jcupitt@gmail.com>
4746
* @copyright 2016 John Cupitt
4847
* @license https://opensource.org/licenses/MIT MIT
49-
* @version Release:0.9.0
5048
* @link https://github.com/jcupitt/php-vips
5149
*/
5250
abstract class Angle

src/Angle45.php

-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
* @author John Cupitt <jcupitt@gmail.com>
3434
* @copyright 2016 John Cupitt
3535
* @license https://opensource.org/licenses/MIT MIT
36-
* @version GIT:ad44dfdd31056a41cbf217244ce62e7a702e0282
3736
* @link https://github.com/jcupitt/php-vips
3837
*/
3938

@@ -46,7 +45,6 @@
4645
* @author John Cupitt <jcupitt@gmail.com>
4746
* @copyright 2016 John Cupitt
4847
* @license https://opensource.org/licenses/MIT MIT
49-
* @version Release:0.9.0
5048
* @link https://github.com/jcupitt/php-vips
5149
*/
5250
abstract class Angle45

src/BandFormat.php

-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
* @author John Cupitt <jcupitt@gmail.com>
3434
* @copyright 2016 John Cupitt
3535
* @license https://opensource.org/licenses/MIT MIT
36-
* @version GIT:ad44dfdd31056a41cbf217244ce62e7a702e0282
3736
* @link https://github.com/jcupitt/php-vips
3837
*/
3938

@@ -46,7 +45,6 @@
4645
* @author John Cupitt <jcupitt@gmail.com>
4746
* @copyright 2016 John Cupitt
4847
* @license https://opensource.org/licenses/MIT MIT
49-
* @version Release:0.9.0
5048
* @link https://github.com/jcupitt/php-vips
5149
*/
5250
abstract class BandFormat

src/Coding.php

-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
* @author John Cupitt <jcupitt@gmail.com>
3434
* @copyright 2016 John Cupitt
3535
* @license https://opensource.org/licenses/MIT MIT
36-
* @version GIT:ad44dfdd31056a41cbf217244ce62e7a702e0282
3736
* @link https://github.com/jcupitt/php-vips
3837
*/
3938

@@ -46,7 +45,6 @@
4645
* @author John Cupitt <jcupitt@gmail.com>
4746
* @copyright 2016 John Cupitt
4847
* @license https://opensource.org/licenses/MIT MIT
49-
* @version Release:0.9.0
5048
* @link https://github.com/jcupitt/php-vips
5149
*/
5250
abstract class Coding

src/Combine.php

-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
* @author John Cupitt <jcupitt@gmail.com>
3434
* @copyright 2016 John Cupitt
3535
* @license https://opensource.org/licenses/MIT MIT
36-
* @version GIT:ad44dfdd31056a41cbf217244ce62e7a702e0282
3736
* @link https://github.com/jcupitt/php-vips
3837
*/
3938

@@ -46,7 +45,6 @@
4645
* @author John Cupitt <jcupitt@gmail.com>
4746
* @copyright 2016 John Cupitt
4847
* @license https://opensource.org/licenses/MIT MIT
49-
* @version Release:0.9.0
5048
* @link https://github.com/jcupitt/php-vips
5149
*/
5250
abstract class Combine

src/CombineMode.php

-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
* @author John Cupitt <jcupitt@gmail.com>
3434
* @copyright 2016 John Cupitt
3535
* @license https://opensource.org/licenses/MIT MIT
36-
* @version GIT:ad44dfdd31056a41cbf217244ce62e7a702e0282
3736
* @link https://github.com/jcupitt/php-vips
3837
*/
3938

@@ -46,7 +45,6 @@
4645
* @author John Cupitt <jcupitt@gmail.com>
4746
* @copyright 2016 John Cupitt
4847
* @license https://opensource.org/licenses/MIT MIT
49-
* @version Release:0.9.0
5048
* @link https://github.com/jcupitt/php-vips
5149
*/
5250
abstract class CombineMode

src/DemandStyle.php

-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
* @author John Cupitt <jcupitt@gmail.com>
3434
* @copyright 2016 John Cupitt
3535
* @license https://opensource.org/licenses/MIT MIT
36-
* @version GIT:ad44dfdd31056a41cbf217244ce62e7a702e0282
3736
* @link https://github.com/jcupitt/php-vips
3837
*/
3938

@@ -46,7 +45,6 @@
4645
* @author John Cupitt <jcupitt@gmail.com>
4746
* @copyright 2016 John Cupitt
4847
* @license https://opensource.org/licenses/MIT MIT
49-
* @version Release:0.9.0
5048
* @link https://github.com/jcupitt/php-vips
5149
*/
5250
abstract class DemandStyle

src/Direction.php

-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
* @author John Cupitt <jcupitt@gmail.com>
3434
* @copyright 2016 John Cupitt
3535
* @license https://opensource.org/licenses/MIT MIT
36-
* @version GIT:ad44dfdd31056a41cbf217244ce62e7a702e0282
3736
* @link https://github.com/jcupitt/php-vips
3837
*/
3938

@@ -46,7 +45,6 @@
4645
* @author John Cupitt <jcupitt@gmail.com>
4746
* @copyright 2016 John Cupitt
4847
* @license https://opensource.org/licenses/MIT MIT
49-
* @version Release:0.9.0
5048
* @link https://github.com/jcupitt/php-vips
5149
*/
5250
abstract class Direction

src/Exception.php

-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
* @author John Cupitt <jcupitt@gmail.com>
3434
* @copyright 2016 John Cupitt
3535
* @license https://opensource.org/licenses/MIT MIT
36-
* @version GIT:ad44dfdd31056a41cbf217244ce62e7a702e0282
3736
* @link https://github.com/jcupitt/php-vips
3837
*/
3938

@@ -48,7 +47,6 @@
4847
* @author John Cupitt <jcupitt@gmail.com>
4948
* @copyright 2016 John Cupitt
5049
* @license https://opensource.org/licenses/MIT MIT
51-
* @version Release:0.9.0
5250
* @link https://github.com/jcupitt/php-vips
5351
*/
5452
class Exception extends \Exception

src/Extend.php

-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
* @author John Cupitt <jcupitt@gmail.com>
3434
* @copyright 2016 John Cupitt
3535
* @license https://opensource.org/licenses/MIT MIT
36-
* @version GIT:ad44dfdd31056a41cbf217244ce62e7a702e0282
3736
* @link https://github.com/jcupitt/php-vips
3837
*/
3938

@@ -46,7 +45,6 @@
4645
* @author John Cupitt <jcupitt@gmail.com>
4746
* @copyright 2016 John Cupitt
4847
* @license https://opensource.org/licenses/MIT MIT
49-
* @version Release:0.9.0
5048
* @link https://github.com/jcupitt/php-vips
5149
*/
5250
abstract class Extend

src/ForeignDzContainer.php

-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
* @author John Cupitt <jcupitt@gmail.com>
3434
* @copyright 2016 John Cupitt
3535
* @license https://opensource.org/licenses/MIT MIT
36-
* @version GIT:ad44dfdd31056a41cbf217244ce62e7a702e0282
3736
* @link https://github.com/jcupitt/php-vips
3837
*/
3938

@@ -46,7 +45,6 @@
4645
* @author John Cupitt <jcupitt@gmail.com>
4746
* @copyright 2016 John Cupitt
4847
* @license https://opensource.org/licenses/MIT MIT
49-
* @version Release:0.9.0
5048
* @link https://github.com/jcupitt/php-vips
5149
*/
5250
abstract class ForeignDzContainer

src/ForeignDzDepth.php

-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
* @author John Cupitt <jcupitt@gmail.com>
3434
* @copyright 2016 John Cupitt
3535
* @license https://opensource.org/licenses/MIT MIT
36-
* @version GIT:ad44dfdd31056a41cbf217244ce62e7a702e0282
3736
* @link https://github.com/jcupitt/php-vips
3837
*/
3938

@@ -46,7 +45,6 @@
4645
* @author John Cupitt <jcupitt@gmail.com>
4746
* @copyright 2016 John Cupitt
4847
* @license https://opensource.org/licenses/MIT MIT
49-
* @version Release:0.9.0
5048
* @link https://github.com/jcupitt/php-vips
5149
*/
5250
abstract class ForeignDzDepth

src/ForeignDzLayout.php

-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
* @author John Cupitt <jcupitt@gmail.com>
3434
* @copyright 2016 John Cupitt
3535
* @license https://opensource.org/licenses/MIT MIT
36-
* @version GIT:ad44dfdd31056a41cbf217244ce62e7a702e0282
3736
* @link https://github.com/jcupitt/php-vips
3837
*/
3938

@@ -46,7 +45,6 @@
4645
* @author John Cupitt <jcupitt@gmail.com>
4746
* @copyright 2016 John Cupitt
4847
* @license https://opensource.org/licenses/MIT MIT
49-
* @version Release:0.9.0
5048
* @link https://github.com/jcupitt/php-vips
5149
*/
5250
abstract class ForeignDzLayout

src/ForeignTiffCompression.php

-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
* @author John Cupitt <jcupitt@gmail.com>
3434
* @copyright 2016 John Cupitt
3535
* @license https://opensource.org/licenses/MIT MIT
36-
* @version GIT:ad44dfdd31056a41cbf217244ce62e7a702e0282
3736
* @link https://github.com/jcupitt/php-vips
3837
*/
3938

@@ -46,7 +45,6 @@
4645
* @author John Cupitt <jcupitt@gmail.com>
4746
* @copyright 2016 John Cupitt
4847
* @license https://opensource.org/licenses/MIT MIT
49-
* @version Release:0.9.0
5048
* @link https://github.com/jcupitt/php-vips
5149
*/
5250
abstract class ForeignTiffCompression

src/ForeignTiffPredictor.php

-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
* @author John Cupitt <jcupitt@gmail.com>
3434
* @copyright 2016 John Cupitt
3535
* @license https://opensource.org/licenses/MIT MIT
36-
* @version GIT:ad44dfdd31056a41cbf217244ce62e7a702e0282
3736
* @link https://github.com/jcupitt/php-vips
3837
*/
3938

@@ -46,7 +45,6 @@
4645
* @author John Cupitt <jcupitt@gmail.com>
4746
* @copyright 2016 John Cupitt
4847
* @license https://opensource.org/licenses/MIT MIT
49-
* @version Release:0.9.0
5048
* @link https://github.com/jcupitt/php-vips
5149
*/
5250
abstract class ForeignTiffPredictor

src/ForeignTiffResunit.php

-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
* @author John Cupitt <jcupitt@gmail.com>
3434
* @copyright 2016 John Cupitt
3535
* @license https://opensource.org/licenses/MIT MIT
36-
* @version GIT:ad44dfdd31056a41cbf217244ce62e7a702e0282
3736
* @link https://github.com/jcupitt/php-vips
3837
*/
3938

@@ -46,7 +45,6 @@
4645
* @author John Cupitt <jcupitt@gmail.com>
4746
* @copyright 2016 John Cupitt
4847
* @license https://opensource.org/licenses/MIT MIT
49-
* @version Release:0.9.0
5048
* @link https://github.com/jcupitt/php-vips
5149
*/
5250
abstract class ForeignTiffResunit

src/ForeignWebpPreset.php

-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
* @author John Cupitt <jcupitt@gmail.com>
3434
* @copyright 2016 John Cupitt
3535
* @license https://opensource.org/licenses/MIT MIT
36-
* @version GIT:ad44dfdd31056a41cbf217244ce62e7a702e0282
3736
* @link https://github.com/jcupitt/php-vips
3837
*/
3938

@@ -46,7 +45,6 @@
4645
* @author John Cupitt <jcupitt@gmail.com>
4746
* @copyright 2016 John Cupitt
4847
* @license https://opensource.org/licenses/MIT MIT
49-
* @version Release:0.9.0
5048
* @link https://github.com/jcupitt/php-vips
5149
*/
5250
abstract class ForeignWebpPreset

src/Image.php

-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
* @author John Cupitt <jcupitt@gmail.com>
3434
* @copyright 2016 John Cupitt
3535
* @license https://opensource.org/licenses/MIT MIT
36-
* @version GIT:ad44dfdd31056a41cbf217244ce62e7a702e0282
3736
* @link https://github.com/jcupitt/php-vips
3837
*/
3938

@@ -406,7 +405,6 @@
406405
* @author John Cupitt <jcupitt@gmail.com>
407406
* @copyright 2016 John Cupitt
408407
* @license https://opensource.org/licenses/MIT MIT
409-
* @version Release:0.9.0
410408
* @link https://github.com/jcupitt/php-vips
411409
*/
412410
class Image extends ImageAutodoc implements \ArrayAccess

src/ImageAutodoc.php

-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
* @author John Cupitt <jcupitt@gmail.com>
3434
* @copyright 2016 John Cupitt
3535
* @license https://opensource.org/licenses/MIT MIT
36-
* @version GIT:ad44dfdd31056a41cbf217244ce62e7a702e0282
3736
* @link https://github.com/jcupitt/php-vips
3837
*/
3938

@@ -46,7 +45,6 @@
4645
* @author John Cupitt <jcupitt@gmail.com>
4746
* @copyright 2016 John Cupitt
4847
* @license https://opensource.org/licenses/MIT MIT
49-
* @version Release:0.9.0
5048
* @link https://github.com/jcupitt/php-vips
5149
*
5250
* @method static void system(string $cmd_format, array $options = []) Run an external command.

src/ImageType.php

-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
* @author John Cupitt <jcupitt@gmail.com>
3434
* @copyright 2016 John Cupitt
3535
* @license https://opensource.org/licenses/MIT MIT
36-
* @version GIT:ad44dfdd31056a41cbf217244ce62e7a702e0282
3736
* @link https://github.com/jcupitt/php-vips
3837
*/
3938

@@ -46,7 +45,6 @@
4645
* @author John Cupitt <jcupitt@gmail.com>
4746
* @copyright 2016 John Cupitt
4847
* @license https://opensource.org/licenses/MIT MIT
49-
* @version Release:0.9.0
5048
* @link https://github.com/jcupitt/php-vips
5149
*/
5250
abstract class ImageType

src/Intent.php

-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
* @author John Cupitt <jcupitt@gmail.com>
3434
* @copyright 2016 John Cupitt
3535
* @license https://opensource.org/licenses/MIT MIT
36-
* @version GIT:ad44dfdd31056a41cbf217244ce62e7a702e0282
3736
* @link https://github.com/jcupitt/php-vips
3837
*/
3938

@@ -46,7 +45,6 @@
4645
* @author John Cupitt <jcupitt@gmail.com>
4746
* @copyright 2016 John Cupitt
4847
* @license https://opensource.org/licenses/MIT MIT
49-
* @version Release:0.9.0
5048
* @link https://github.com/jcupitt/php-vips
5149
*/
5250
abstract class Intent

src/Interpretation.php

-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
* @author John Cupitt <jcupitt@gmail.com>
3434
* @copyright 2016 John Cupitt
3535
* @license https://opensource.org/licenses/MIT MIT
36-
* @version GIT:ad44dfdd31056a41cbf217244ce62e7a702e0282
3736
* @link https://github.com/jcupitt/php-vips
3837
*/
3938

@@ -46,7 +45,6 @@
4645
* @author John Cupitt <jcupitt@gmail.com>
4746
* @copyright 2016 John Cupitt
4847
* @license https://opensource.org/licenses/MIT MIT
49-
* @version Release:0.9.0
5048
* @link https://github.com/jcupitt/php-vips
5149
*/
5250
abstract class Interpretation

0 commit comments

Comments
 (0)