diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-19 13:35:17 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-19 13:35:17 +0000 |
commit | 12c475c101c070cbcc4c63f7b1049f6d3282b9ee (patch) | |
tree | 17852a7eb495117d372b0d059d3ed8405b590b92 /js | |
parent | e703f5e347574c2f68c97a3884bec209f924602f (diff) | |
parent | 739baf0396b2e6796f07616cdb9d52d09cf6ed2f (diff) |
Merge branch 'master' of /var/www/trunk
Conflicts:
actions/facebookhome.php
actions/facebooksettings.php
Diffstat (limited to 'js')
-rw-r--r-- | js/facebookapp.js | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/js/facebookapp.js b/js/facebookapp.js new file mode 100644 index 000000000..c7e8d6aa2 --- /dev/null +++ b/js/facebookapp.js @@ -0,0 +1,18 @@ +/* + * Laconica - a distributed open-source microblogging tool + * Copyright (C) 2008, Controlez-Vous, Inc. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ +
\ No newline at end of file |