7 lines
164 B
PHP
7 lines
164 B
PHP
<?php
|
|
$title = "Reasons Not To Use the GPL";
|
|
$description = "Why we should use the AGPL rather than the GPL.";
|
|
$created = "2017-03-25";
|
|
$updated = "2017-03-25";
|
|
?>
|