comparison pidgin/plugins/cap/cap-mysql.sql @ 19680:44b4e8bd759b

The FSF changed its address a while ago; our files were out of date. This is a quick update done with a for loop, find, and sed.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 08 Sep 2007 03:09:35 +0000
parents 56430bf7fe9d
children
comparison
equal deleted inserted replaced
19679:7e2327d291fb 19680:44b4e8bd759b
12 -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 -- General Public License for more details. 13 -- General Public License for more details.
14 -- 14 --
15 -- You should have received a copy of the GNU General Public License 15 -- You should have received a copy of the GNU General Public License
16 -- along with this program; if not, write to the Free Software 16 -- along with this program; if not, write to the Free Software
17 -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 17 -- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18 -- 02111-1307, USA. 18 -- 02111-1301, USA.
19 19
20 drop table if exists cap_status; 20 drop table if exists cap_status;
21 drop table if exists cap_message; 21 drop table if exists cap_message;
22 drop table if exists cap_msg_count; 22 drop table if exists cap_msg_count;
23 drop table if exists cap_status_count; 23 drop table if exists cap_status_count;