| 38 | | <ol start="0"> |
| 39 | | <li><p><?php _e( 'You have the freedom to run the program, for any purpose.' ); ?></p></li> |
| 40 | | <li><p><?php _e( 'You have access to the source code, the freedom to study how the program works, and the freedom to change it to make it do what you wish.' ); ?></p></li> |
| 41 | | <li><p><?php _e( 'You have the freedom to redistribute copies of the original program so you can help your neighbor.' ); ?></p></li> |
| 42 | | <li><p><?php _e( 'You have the freedom to distribute copies of your modified versions to others. By doing this you can give the whole community a chance to benefit from your changes.' ); ?></p></li> |
| 43 | | </ol> |
| | 38 | <ul> |
| | 39 | <li><p><?php _e( 'The freedom to run the program, for any purpose (freedom 0).' ); ?></p></li> |
| | 40 | <li><p><?php _e( 'The freedom to study how the program works, and change it so it does your computing as you wish (freedom 1). Access to the source code is a precondition for this.' ); ?></p></li> |
| | 41 | <li><p><?php _e( 'The freedom to redistribute copies so you can help your neighbor (freedom 2).' ); ?></p></li> |
| | 42 | <li><p><?php _e( 'The freedom to distribute copies of your modified versions to others (freedom 3). By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.' ); ?></p></li> |
| | 43 | </ul> |