From b6cfd2dffeeb733f07818db5f4ce11d4b3d51771 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 14 May 2008 15:26:48 -0400 Subject: license block for source code Added GNU Affero GPL license block to source code. Added name "LACONICA". I think it should work fine. darcs-hash:20080514192648-84dde-a430dc438a4e3741c62ccf30ee7f85ecc968b159.gz --- lib/action.php | 19 ++++++++++++++++++- lib/common.php | 21 +++++++++++++++++++-- lib/stream.php | 21 +++++++++++++++++++-- 3 files changed, 56 insertions(+), 5 deletions(-) (limited to 'lib') diff --git a/lib/action.php b/lib/action.php index ed25ac9d8..049885acd 100644 --- a/lib/action.php +++ b/lib/action.php @@ -1,6 +1,23 @@ . + */ -if (!defined('MICROBLOG')) { exit(1) } +if (!defined('LACONICA')) { exit(1) } class Action { // lawsuit diff --git a/lib/common.php b/lib/common.php index 973b1c6e6..53cd66cbe 100644 --- a/lib/common.php +++ b/lib/common.php @@ -1,6 +1,23 @@ . + */ + +if (!defined('LACONICA')) { exit(1) } # global configuration object diff --git a/lib/stream.php b/lib/stream.php index 9f972d75e..b659eb8b5 100644 --- a/lib/stream.php +++ b/lib/stream.php @@ -1,6 +1,23 @@ . + */ + +if (!defined('LACONICA')) { exit(1) } define('NOTICES_PER_PAGE', 20); -- cgit v1.2.3-54-g00ecf