comparison libpurple/cipher.c @ 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 941965d6fd88
children 787b3897ba9f
comparison
equal deleted inserted replaced
19679:7e2327d291fb 19680:44b4e8bd759b
46 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 46 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
47 * GNU General Public License for more details. 47 * GNU General Public License for more details.
48 * 48 *
49 * You should have received a copy of the GNU General Public License 49 * You should have received a copy of the GNU General Public License
50 * along with this program; if not, write to the Free Software 50 * along with this program; if not, write to the Free Software
51 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 51 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
52 */ 52 */
53 #include <glib.h> 53 #include <glib.h>
54 #include <string.h> 54 #include <string.h>
55 #include <stdio.h> 55 #include <stdio.h>
56 56