[Phpfreechat-svn] SF.net SVN: phpfreechat: [480] branches/0.x/src
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-04-28 22:26:33
|
Revision: 480 Author: kerphi Date: 2006-04-28 13:12:16 -0700 (Fri, 28 Apr 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=480&view=rev Log Message: ----------- add license header Modified Paths: -------------- branches/0.x/src/pfccommand_asknick.class.php branches/0.x/src/pfccommand_connect.class.php branches/0.x/src/pfccommand_error.class.php branches/0.x/src/pfccommand_getnewmsg.class.php branches/0.x/src/pfccommand_getonlinenick.class.php branches/0.x/src/pfccommand_init.class.php branches/0.x/src/pfccommand_me.class.php branches/0.x/src/pfccommand_nick.class.php branches/0.x/src/pfccommand_notice.class.php branches/0.x/src/pfccommand_quit.class.php branches/0.x/src/pfccommand_send.class.php branches/0.x/src/pfccommand_update.class.php branches/0.x/src/pfccommand_updatemynick.class.php Modified: branches/0.x/src/pfccommand_asknick.class.php =================================================================== --- branches/0.x/src/pfccommand_asknick.class.php 2006-04-27 11:49:10 UTC (rev 479) +++ branches/0.x/src/pfccommand_asknick.class.php 2006-04-28 20:12:16 UTC (rev 480) @@ -1,4 +1,24 @@ <?php +/** + * phpfreechat.class.php + * + * Copyright © 2006 Stephane Gully <ste...@gm...> + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301 USA + */ require_once(dirname(__FILE__)."/pfccommand.class.php"); Modified: branches/0.x/src/pfccommand_connect.class.php =================================================================== --- branches/0.x/src/pfccommand_connect.class.php 2006-04-27 11:49:10 UTC (rev 479) +++ branches/0.x/src/pfccommand_connect.class.php 2006-04-28 20:12:16 UTC (rev 480) @@ -1,4 +1,24 @@ <?php +/** + * phpfreechat.class.php + * + * Copyright © 2006 Stephane Gully <ste...@gm...> + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301 USA + */ require_once(dirname(__FILE__)."/pfccommand.class.php"); Modified: branches/0.x/src/pfccommand_error.class.php =================================================================== --- branches/0.x/src/pfccommand_error.class.php 2006-04-27 11:49:10 UTC (rev 479) +++ branches/0.x/src/pfccommand_error.class.php 2006-04-28 20:12:16 UTC (rev 480) @@ -1,4 +1,24 @@ <?php +/** + * phpfreechat.class.php + * + * Copyright © 2006 Stephane Gully <ste...@gm...> + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301 USA + */ require_once(dirname(__FILE__)."/pfccommand.class.php"); Modified: branches/0.x/src/pfccommand_getnewmsg.class.php =================================================================== --- branches/0.x/src/pfccommand_getnewmsg.class.php 2006-04-27 11:49:10 UTC (rev 479) +++ branches/0.x/src/pfccommand_getnewmsg.class.php 2006-04-28 20:12:16 UTC (rev 480) @@ -1,4 +1,24 @@ <?php +/** + * phpfreechat.class.php + * + * Copyright © 2006 Stephane Gully <ste...@gm...> + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301 USA + */ require_once(dirname(__FILE__)."/pfccommand.class.php"); Modified: branches/0.x/src/pfccommand_getonlinenick.class.php =================================================================== --- branches/0.x/src/pfccommand_getonlinenick.class.php 2006-04-27 11:49:10 UTC (rev 479) +++ branches/0.x/src/pfccommand_getonlinenick.class.php 2006-04-28 20:12:16 UTC (rev 480) @@ -1,4 +1,24 @@ <?php +/** + * phpfreechat.class.php + * + * Copyright © 2006 Stephane Gully <ste...@gm...> + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301 USA + */ require_once(dirname(__FILE__)."/pfccommand.class.php"); Modified: branches/0.x/src/pfccommand_init.class.php =================================================================== --- branches/0.x/src/pfccommand_init.class.php 2006-04-27 11:49:10 UTC (rev 479) +++ branches/0.x/src/pfccommand_init.class.php 2006-04-28 20:12:16 UTC (rev 480) @@ -1,4 +1,24 @@ <?php +/** + * phpfreechat.class.php + * + * Copyright © 2006 Stephane Gully <ste...@gm...> + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301 USA + */ require_once(dirname(__FILE__)."/pfccommand.class.php"); Modified: branches/0.x/src/pfccommand_me.class.php =================================================================== --- branches/0.x/src/pfccommand_me.class.php 2006-04-27 11:49:10 UTC (rev 479) +++ branches/0.x/src/pfccommand_me.class.php 2006-04-28 20:12:16 UTC (rev 480) @@ -1,4 +1,24 @@ <?php +/** + * phpfreechat.class.php + * + * Copyright © 2006 Stephane Gully <ste...@gm...> + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301 USA + */ require_once(dirname(__FILE__)."/pfccommand.class.php"); Modified: branches/0.x/src/pfccommand_nick.class.php =================================================================== --- branches/0.x/src/pfccommand_nick.class.php 2006-04-27 11:49:10 UTC (rev 479) +++ branches/0.x/src/pfccommand_nick.class.php 2006-04-28 20:12:16 UTC (rev 480) @@ -1,4 +1,24 @@ <?php +/** + * phpfreechat.class.php + * + * Copyright © 2006 Stephane Gully <ste...@gm...> + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301 USA + */ require_once(dirname(__FILE__)."/pfccommand.class.php"); Modified: branches/0.x/src/pfccommand_notice.class.php =================================================================== --- branches/0.x/src/pfccommand_notice.class.php 2006-04-27 11:49:10 UTC (rev 479) +++ branches/0.x/src/pfccommand_notice.class.php 2006-04-28 20:12:16 UTC (rev 480) @@ -1,4 +1,24 @@ <?php +/** + * phpfreechat.class.php + * + * Copyright © 2006 Stephane Gully <ste...@gm...> + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301 USA + */ require_once(dirname(__FILE__)."/pfccommand.class.php"); Modified: branches/0.x/src/pfccommand_quit.class.php =================================================================== --- branches/0.x/src/pfccommand_quit.class.php 2006-04-27 11:49:10 UTC (rev 479) +++ branches/0.x/src/pfccommand_quit.class.php 2006-04-28 20:12:16 UTC (rev 480) @@ -1,4 +1,24 @@ <?php +/** + * phpfreechat.class.php + * + * Copyright © 2006 Stephane Gully <ste...@gm...> + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301 USA + */ require_once(dirname(__FILE__)."/pfccommand.class.php"); Modified: branches/0.x/src/pfccommand_send.class.php =================================================================== --- branches/0.x/src/pfccommand_send.class.php 2006-04-27 11:49:10 UTC (rev 479) +++ branches/0.x/src/pfccommand_send.class.php 2006-04-28 20:12:16 UTC (rev 480) @@ -1,4 +1,24 @@ <?php +/** + * phpfreechat.class.php + * + * Copyright © 2006 Stephane Gully <ste...@gm...> + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301 USA + */ require_once(dirname(__FILE__)."/pfccommand.class.php"); Modified: branches/0.x/src/pfccommand_update.class.php =================================================================== --- branches/0.x/src/pfccommand_update.class.php 2006-04-27 11:49:10 UTC (rev 479) +++ branches/0.x/src/pfccommand_update.class.php 2006-04-28 20:12:16 UTC (rev 480) @@ -1,4 +1,24 @@ <?php +/** + * phpfreechat.class.php + * + * Copyright © 2006 Stephane Gully <ste...@gm...> + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301 USA + */ require_once(dirname(__FILE__)."/pfccommand.class.php"); Modified: branches/0.x/src/pfccommand_updatemynick.class.php =================================================================== --- branches/0.x/src/pfccommand_updatemynick.class.php 2006-04-27 11:49:10 UTC (rev 479) +++ branches/0.x/src/pfccommand_updatemynick.class.php 2006-04-28 20:12:16 UTC (rev 480) @@ -1,4 +1,24 @@ <?php +/** + * phpfreechat.class.php + * + * Copyright © 2006 Stephane Gully <ste...@gm...> + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301 USA + */ require_once(dirname(__FILE__)."/pfccommand.class.php"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |