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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 2 deletions
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

0 commit comments

Comments
 (0)