root/donation/files/lib/util/DonationPayPalUtil.class.php @ 78

Revision 78, 324 bytes (checked in by d0nut, 6 years ago)

license updates to version 3 of GPL and LGPL

RevLine 
[60]1<?php
2require_once(WCF_DIR.'lib/util/DonationUtil.class.php');
3
4/**
5 * donation implementation for paypal
6 *
7 * @author      Torben Brodt
8 * @package     de.easy-coding.wcf.donation.paypal
[78]9 * @license     GNU General Public License <http://opensource.org/licenses/gpl-3.0.html>
[60]10 */
11class DonationPayPalUtil extends DonationUtil {
12       
13}
14?>
Note: See TracBrowser for help on using the browser.