Author: egon Date: 2004-10-11 10:25:06 -0400 (Mon, 11 Oct 2004) New Revision: 379
Modified: trunk/clients/wxhaver/wxHaver.cpp trunk/clients/wxhaver/wxHaver.h trunk/clients/wxhaver/wxHaverFrame.cpp trunk/clients/wxhaver/wxHaverFrame.h trunk/clients/wxhaver/wxHaverParser.cpp trunk/clients/wxhaver/wxHaverParser.h Log: Added lisences to wxHaver sourcefiles. Modified: trunk/clients/wxhaver/wxHaver.cpp =================================================================== --- trunk/clients/wxhaver/wxHaver.cpp 2004-10-11 14:11:42 UTC (rev 378) +++ trunk/clients/wxhaver/wxHaver.cpp 2004-10-11 14:25:06 UTC (rev 379) @@ -1,5 +1,21 @@ -/* wxHaver: A client for the Haver chat system. - * Can someone add licensey things here? I'm no good at them :) +/* vim: set ft=cpp ts=4 sw=4: + * wxHaver - A client for the Haver chat system that utilises wxWindows. + * + * Copyright (C) 2004 Jeremy Cambell Apthorp. + * + * This software is free; you can redistribute it 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 software is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty if + * 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 Puvlic License + * along with this software; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include "wxHaver.h" Modified: trunk/clients/wxhaver/wxHaver.h =================================================================== --- trunk/clients/wxhaver/wxHaver.h 2004-10-11 14:11:42 UTC (rev 378) +++ trunk/clients/wxhaver/wxHaver.h 2004-10-11 14:25:06 UTC (rev 379) @@ -1,5 +1,21 @@ -/* wxHaver: A client for the Haver chat system. - * Can someone add licensey things here? I'm no good at them :) +/* vim: set ft=cpp ts=4 sw=4: + * wxHaver - A client for the Haver chat system that utilises wxWindows. + * + * Copyright (C) 2004 Jeremy Cambell Apthorp. + * + * This software is free; you can redistribute it 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 software is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty if + * 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 Puvlic License + * along with this software; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #ifndef WH_wxHaver_H #define WH_wxHaver_H Modified: trunk/clients/wxhaver/wxHaverFrame.cpp =================================================================== --- trunk/clients/wxhaver/wxHaverFrame.cpp 2004-10-11 14:11:42 UTC (rev 378) +++ trunk/clients/wxhaver/wxHaverFrame.cpp 2004-10-11 14:25:06 UTC (rev 379) @@ -1,4 +1,21 @@ -/* Some default text. +/* vim: set ft=cpp ts=4 sw=4: + * wxHaver - A client for the Haver chat system that utilises wxWindows. + * + * Copyright (C) 2004 Jeremy Cambell Apthorp. + * + * This software is free; you can redistribute it 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 software is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty if + * 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 Puvlic License + * along with this software; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ //------------------------------------------------------------------------ Modified: trunk/clients/wxhaver/wxHaverFrame.h =================================================================== --- trunk/clients/wxhaver/wxHaverFrame.h 2004-10-11 14:11:42 UTC (rev 378) +++ trunk/clients/wxhaver/wxHaverFrame.h 2004-10-11 14:25:06 UTC (rev 379) @@ -1,6 +1,21 @@ -/* Some default text. +/* vim: set ft=cpp ts=4 sw=4: + * wxHaver - A client for the Haver chat system that utilises wxWindows. + * + * Copyright (C) 2004 Jeremy Cambell Apthorp. * - * The wxHaverFrame class interface. + * This software is free; you can redistribute it 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 software is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty if + * 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 Puvlic License + * along with this software; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #ifndef WH_wxHaverFrame_H Modified: trunk/clients/wxhaver/wxHaverParser.cpp =================================================================== --- trunk/clients/wxhaver/wxHaverParser.cpp 2004-10-11 14:11:42 UTC (rev 378) +++ trunk/clients/wxhaver/wxHaverParser.cpp 2004-10-11 14:25:06 UTC (rev 379) @@ -1,6 +1,21 @@ -/* Some default text. +/* vim: set ft=cpp ts=4 sw=4: + * wxHaver - A client for the Haver chat system that utilises wxWindows. + * + * Copyright (C) 2004 Jeremy Cambell Apthorp. * - * wxHaverParser class implementation, plus some functions :$ :P + * This software is free; you can redistribute it 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 software is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty if + * 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 Puvlic License + * along with this software; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include "wxHaver.h" Modified: trunk/clients/wxhaver/wxHaverParser.h =================================================================== --- trunk/clients/wxhaver/wxHaverParser.h 2004-10-11 14:11:42 UTC (rev 378) +++ trunk/clients/wxhaver/wxHaverParser.h 2004-10-11 14:25:06 UTC (rev 379) @@ -1,6 +1,21 @@ -/* Some default text. +/* vim: set ft=cpp ts=4 sw=4: + * wxHaver - A client for the Haver chat system that utilises wxWindows. + * + * Copyright (C) 2004 Jeremy Cambell Apthorp. * - * The wxHaverParser class interface. + * This software is free; you can redistribute it 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 software is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty if + * 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 Puvlic License + * along with this software; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #ifndef WH_wxHaverParser_H
