--- payment_payflowpro.module.orig 2007-08-27 21:57:27.000000000 -0400 +++ payment_payflowpro.module 2007-08-27 22:06:19.000000000 -0400 @@ -1,6 +1,10 @@ + * Copyright (C) 2007 Earnest Berry + * * Based on payflowpro.module by alynn (which was copied from ccard by gordon) * * It's not really based on the original payflowpro.module as I rewrote just @@ -18,6 +22,22 @@ * - Need to test what happens when we interrupt requests and the user hits submit again * - More testing all around, some general fit and finish things * - Create a .install file (I am lazy and tired of writing this module) + * + * + * This module is free software; you can redistribute this file + * 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 file 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 file; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * */ require_once(drupal_get_path('module', 'payment_payflowpro'). '/payment_payflowpro.inc');