diff options
author | Dan Mashal <dan.mashal@fedoraproject.org> | 2012-12-23 11:36:54 -0800 |
---|---|---|
committer | Dan Mashal <dan.mashal@fedoraproject.org> | 2012-12-23 11:36:54 -0800 |
commit | b04377825fb3a6c35c22580295c410f442be5983 (patch) | |
tree | 99383af72f414c897b5a102c4fdb53d08896f3e3 /plugins/hextray/hexchat.cpp | |
parent | 32eac07424db6e794cc4bc0350545a1f72237efd (diff) |
fix incorrect FSF address
Diffstat (limited to 'plugins/hextray/hexchat.cpp')
-rw-r--r-- | plugins/hextray/hexchat.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/hextray/hexchat.cpp b/plugins/hextray/hexchat.cpp index 38d0e52f..211e5c7f 100644 --- a/plugins/hextray/hexchat.cpp +++ b/plugins/hextray/hexchat.cpp @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with X-Tray; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #include <windows.h> @@ -317,4 +317,4 @@ void hexchat_exec(char *command) { hexchat_set_context(ph, hexchat_find_context(ph, NULL, NULL)); hexchat_command(ph, command); -} \ No newline at end of file +} |