Skip to content

Commit

Permalink
Bring meta data in line with Zend coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
boydjd committed Feb 1, 2010
1 parent 521b0d9 commit 3e3a2b0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions lib/meta/config_2.7.0.php
@@ -1,4 +1,4 @@
<?PHP
<?php
/**
* Copyright (c) 2009, Yahoo! Inc. All rights reserved.
* Code licensed under the BSD License:
Expand Down Expand Up @@ -621,4 +621,4 @@
'path' => 'skin.css',
'rollup' => 3,
),
); ?>
);
4 changes: 2 additions & 2 deletions lib/meta/config_2.8.0.php
@@ -1,4 +1,4 @@
<?PHP
<?php
/**
* Copyright (c) 2009, Yahoo! Inc. All rights reserved.
* Code licensed under the BSD License:
Expand Down Expand Up @@ -757,4 +757,4 @@
'skinnable' => true,
),
),
); ?>
);
4 changes: 2 additions & 2 deletions lib/meta/config_2.8.0r4.php
@@ -1,4 +1,4 @@
<?PHP
<?php
/**
* Copyright (c) 2009, Yahoo! Inc. All rights reserved.
* Code licensed under the BSD License:
Expand Down Expand Up @@ -757,4 +757,4 @@
'skinnable' => true,
),
),
); ?>
);
4 changes: 2 additions & 2 deletions lib/meta/config_3.0.0.php
@@ -1,4 +1,4 @@
<?PHP
<?php
/**
* Copyright (c) 2009, Yahoo! Inc. All rights reserved.
* Code licensed under the BSD License:
Expand Down Expand Up @@ -3688,4 +3688,4 @@
),
),
),
); ?>
);
2 changes: 1 addition & 1 deletion lib/meta/config_3.0.0b1.php
Expand Up @@ -2455,4 +2455,4 @@
'ext' => false,
),
),
); ?>
);

0 comments on commit 3e3a2b0

Please sign in to comment.