diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-20 23:13:02 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-20 23:13:02 -0500 |
commit | 4b9df58c90e25ea79aeec64c6e96f828fe06d7df (patch) | |
tree | ac237014d015535d07babba42d40d86608de0ec5 /js/facebookapp.js | |
parent | bd056218f9a595184ac7bcac0c1dc6a8981d7af2 (diff) | |
parent | 65bfda33b8464caf14ce268c9bea2e7eceb27fe5 (diff) |
Merge branch 'master' into groups
Conflicts:
.gitignore
Diffstat (limited to 'js/facebookapp.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 |