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 --- actions/all.php | 19 +++++++++++++++++++ actions/login.php | 19 +++++++++++++++++++ actions/logout.php | 19 +++++++++++++++++++ actions/newnotice.php | 19 +++++++++++++++++++ actions/public.php | 19 +++++++++++++++++++ actions/register.php | 19 +++++++++++++++++++ actions/settings.php | 19 +++++++++++++++++++ actions/shownotice.php | 19 +++++++++++++++++++ actions/showstream.php | 19 +++++++++++++++++++ actions/subscribe.php | 19 +++++++++++++++++++ actions/subscribed.php | 19 +++++++++++++++++++ actions/subscriptions.php | 19 +++++++++++++++++++ actions/unsubscribe.php | 17 +++++++++++++++++ 13 files changed, 245 insertions(+) (limited to 'actions') diff --git a/actions/all.php b/actions/all.php index fa1be8c96..8efaa5a82 100644 --- a/actions/all.php +++ b/actions/all.php @@ -1,4 +1,23 @@ . + */ + +if (!defined('LACONICA')) { exit(1) } class AllAction extends ShowstreamAction { diff --git a/actions/login.php b/actions/login.php index b93936297..c37f92b79 100644 --- a/actions/login.php +++ b/actions/login.php @@ -1,4 +1,23 @@ . + */ + +if (!defined('LACONICA')) { exit(1) } class LoginAction extends Action { diff --git a/actions/logout.php b/actions/logout.php index a40400e7e..3b6914411 100644 --- a/actions/logout.php +++ b/actions/logout.php @@ -1,4 +1,23 @@ . + */ + +if (!defined('LACONICA')) { exit(1) } class LogoutAction extends Action { function handle($args) { diff --git a/actions/newnotice.php b/actions/newnotice.php index bbfa3285d..a4cc7d3ae 100644 --- a/actions/newnotice.php +++ b/actions/newnotice.php @@ -1,4 +1,23 @@ . + */ + +if (!defined('LACONICA')) { exit(1) } class NewnoticeAction extends Action { diff --git a/actions/public.php b/actions/public.php index e52ec12de..8cb854fec 100644 --- a/actions/public.php +++ b/actions/public.php @@ -1,4 +1,23 @@ . + */ + +if (!defined('LACONICA')) { exit(1) } class PublicAction extends StreamAction { diff --git a/actions/register.php b/actions/register.php index 5972d5838..753c79ecb 100644 --- a/actions/register.php +++ b/actions/register.php @@ -1,4 +1,23 @@ . + */ + +if (!defined('LACONICA')) { exit(1) } class RegisterAction extends Action { diff --git a/actions/settings.php b/actions/settings.php index b2106ec39..ea8074efc 100644 --- a/actions/settings.php +++ b/actions/settings.php @@ -1,4 +1,23 @@ . + */ + +if (!defined('LACONICA')) { exit(1) } class SettingsAction extends Action { diff --git a/actions/shownotice.php b/actions/shownotice.php index b3204d063..b0128e6e9 100644 --- a/actions/shownotice.php +++ b/actions/shownotice.php @@ -1,4 +1,23 @@ . + */ + +if (!defined('LACONICA')) { exit(1) } class ShownoticeAction extends Action { diff --git a/actions/showstream.php b/actions/showstream.php index 5950a4ead..d476bd297 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -1,4 +1,23 @@ . + */ + +if (!defined('LACONICA')) { exit(1) } define('SUBSCRIPTIONS_PER_ROW', 5); define('SUBSCRIPTIONS', 80); diff --git a/actions/subscribe.php b/actions/subscribe.php index 35961d051..aab6c4b15 100644 --- a/actions/subscribe.php +++ b/actions/subscribe.php @@ -1,4 +1,23 @@ . + */ + +if (!defined('LACONICA')) { exit(1) } class SubscribeAction extends Action { function handle($args) { diff --git a/actions/subscribed.php b/actions/subscribed.php index 6ba452eb9..924e2b67b 100644 --- a/actions/subscribed.php +++ b/actions/subscribed.php @@ -1,4 +1,23 @@ . + */ + +if (!defined('LACONICA')) { exit(1) } class SubscribedAction extends Action { diff --git a/actions/subscriptions.php b/actions/subscriptions.php index 88e12f5d5..653c6d2b5 100644 --- a/actions/subscriptions.php +++ b/actions/subscriptions.php @@ -1,4 +1,23 @@ . + */ + +if (!defined('LACONICA')) { exit(1) } class SubscriptionsAction extends Action { diff --git a/actions/unsubscribe.php b/actions/unsubscribe.php index c4e6b9891..53a186036 100644 --- a/actions/unsubscribe.php +++ b/actions/unsubscribe.php @@ -1,4 +1,21 @@ . + */ class UnsubscribeAction extends Action { function handle($args) { -- cgit v1.2.3-54-g00ecf