Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
ATmosphere - Publish WordPress posts to AT Protocol (Bluesky and standard.site)

Copyright (C) 2025 Automattic and ATmosphere contributors

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 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 General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

The full text of GPL version 2 follows.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

GNU GENERAL PUBLIC LICENSE
Version 2, June 1991

Expand Down
2 changes: 1 addition & 1 deletion atmosphere.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author: Automattic
* Author URI: https://automattic.com
* License: GPL-2.0-or-later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* License URI: https://spdx.org/licenses/GPL-2.0-or-later.html
* Text Domain: atmosphere
* Requires PHP: 8.2
* Requires at least: 6.2
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Tested up to: 7.0
Requires PHP: 8.2
Stable tag: unreleased
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
License URI: https://spdx.org/licenses/GPL-2.0-or-later.html

Publish WordPress posts to AT Protocol (Bluesky and standard.site) via native OAuth.

Expand Down
Loading