diff options
author | Richard van der Hoff <richard@matrix.org> | 2015-10-21 16:10:02 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2015-10-21 16:10:02 +0100 |
commit | 79b823a739e7e93e196cc554b1bb53a8631c6244 (patch) | |
tree | 0ef950a5edf69f7e42c6f445cc4af6cbc3dd0859 /libmatrix.h | |
parent | 1a97c621cbaebd8bb5b1ca68f12755977115374a (diff) | |
download | purple-matrix-79b823a739e7e93e196cc554b1bb53a8631c6244.tar.gz |
Update README and file comments
Diffstat (limited to 'libmatrix.h')
-rw-r--r-- | libmatrix.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libmatrix.h b/libmatrix.h index 59e3ffb..7f08c67 100644 --- a/libmatrix.h +++ b/libmatrix.h @@ -1,5 +1,8 @@ /** - * Matrix plugin for libpurple/Pidgin + * libmatrix.h + * + * Defines some common macros and structures which are used in a number of + * places throughout the code. * * 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 @@ -13,7 +16,7 @@ * * 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 Street, Fifth Floor, Boston, MA 02111-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef LIBMATRIX_H |