7 lines
176 B
PHP
7 lines
176 B
PHP
<?php
|
|
$title = "Why I Am a GPL Advocate";
|
|
$description = "Why I support licenses like the GPL and the copyleft movement.";
|
|
$created = "2016-07-05";
|
|
$updated = "2016-07-05";
|
|
?>
|