Skip to content
This repository has been archived by the owner on Apr 18, 2019. It is now read-only.

Commit

Permalink
added link to license in all code files
Browse files Browse the repository at this point in the history
  • Loading branch information
erik committed Jan 29, 2010
1 parent b713e7a commit b3da6db
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CustomSessionStore.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/*
* Copyright: (c) 2009, Yahoo! Inc. All rights reserved.
* License: code licensed under the BSD License. See [license.markdown](http://github.com/ydn/async_profile_fetch/blob/master/license.markdown)
*/

require '../../yosdk/yahoo-yos-social-php-1fe1b43/lib/YahooSessionStore.inc';

class CustomSessionStore implements YahooSessionStore {
Expand Down
4 changes: 4 additions & 0 deletions comments.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<?php
/*
* Copyright: (c) 2009, Yahoo! Inc. All rights reserved.
* License: code licensed under the BSD License. See [license.markdown](http://github.com/ydn/async_profile_fetch/blob/master/license.markdown)
*/

//comments from some db query
$comments = array(
Expand Down
6 changes: 6 additions & 0 deletions config.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php

/*
* Copyright: (c) 2009, Yahoo! Inc. All rights reserved.
* License: code licensed under the BSD License. See [license.markdown](http://github.com/ydn/async_profile_fetch/blob/master/license.markdown)
*/

define('KEY', '');
define('SECRET', '');
define('APPID', '');
Expand Down
5 changes: 5 additions & 0 deletions init.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/*
* Copyright: (c) 2009, Yahoo! Inc. All rights reserved.
* License: code licensed under the BSD License. See [license.markdown](http://github.com/ydn/async_profile_fetch/blob/master/license.markdown)
*/

require_once("../../yosdk/yahoo-yos-social-php-1fe1b43/lib/Yahoo.inc");
require_once("CustomSessionStore.php");

Expand Down
5 changes: 5 additions & 0 deletions profile.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/*
* Copyright: (c) 2009, Yahoo! Inc. All rights reserved.
* License: code licensed under the BSD License. See [license.markdown](http://github.com/ydn/async_profile_fetch/blob/master/license.markdown)
*/

require_once("../../yosdk/yahoo-yos-social-php-1fe1b43/lib/Yahoo.inc");
require_once("CustomSessionStore.php");

Expand Down

0 comments on commit b3da6db

Please sign in to comment.