Changeset 16 for Trunk

Show
Ignore:
Timestamp:
09/30/08 19:59:25 (16 years ago)
Author:
jon
Message:

Switched over to GPL licensing. Added revision ID keyword substitution.

Location:
Trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • Trunk/ABSortByLogSizePlugin.h

    • Property svn:keywords set to Id
    r5 r16  
    1 // 
    2 //  ABSortByLogSizePlugin.h 
    3 //  SortByLogSizePlugin 
    4 // 
    5 //  Created by Jon Chambers on 9/28/08. 
    6 //  Copyright 2008 Jon Chamber. All rights reserved. 
    7 // 
     1/*  
     2 * $Id$ 
     3 * 
     4 * Adium is the legal property of its developers, whose names are listed in the copyright file included 
     5 * with this source distribution. 
     6 * 
     7 * This plugin is copyright (c) 2008 Jon Chambers.  The plugin's official site is: 
     8 * http://projects.eatthepath.com/sort-by-log-size-plugin/ 
     9 *  
     10 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 
     11 * General Public License as published by the Free Software Foundation; either version 2 of the License, 
     12 * or (at your option) any later version. 
     13 *  
     14 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
     15 * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General 
     16 * Public License for more details. 
     17 *  
     18 * You should have received a copy of the GNU General Public License along with this program; if not, 
     19 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     20 */ 
    821 
    922#import <Adium/AIPlugin.h> 
  • Trunk/ABSortByLogSizePlugin.m

    • Property svn:keywords set to Id
    r15 r16  
    1 // 
    2 //  ABSortByLogSizePlugin.m 
    3 //  SortByLogSizePlugin 
    4 // 
    5 //  Created by Jon Chambers on 9/28/08. 
    6 //  Copyright 2008 Jon Chambers. All rights reserved. 
    7 // 
    8  
    9 // Important note: 
    10 // http://adiumx.com/pipermail/adium-devl_adiumx.com/2008-September/005692.html 
     1/*  
     2 * $Id$ 
     3 * 
     4 * Adium is the legal property of its developers, whose names are listed in the copyright file included 
     5 * with this source distribution. 
     6 * 
     7 * This plugin is copyright (c) 2008 Jon Chambers.  The plugin's official site is: 
     8 * http://projects.eatthepath.com/sort-by-log-size-plugin/ 
     9 *  
     10 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 
     11 * General Public License as published by the Free Software Foundation; either version 2 of the License, 
     12 * or (at your option) any later version. 
     13 *  
     14 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
     15 * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General 
     16 * Public License for more details. 
     17 *  
     18 * You should have received a copy of the GNU General Public License along with this program; if not, 
     19 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     20 */ 
    1121 
    1222#import "ABSortByLogSizePlugin.h" 
  • Trunk/AILogSizeSort.h

    • Property svn:keywords set to Id
    r14 r16  
    1 // 
    2 //  AILogSizeSort.h 
    3 //  SortByLogSizePlugin 
    4 // 
    5 //  Created by Jon Chambers on 9/28/08. 
    6 //  Copyright 2008 Jon Chambers. All rights reserved. 
    7 // 
     1/*  
     2 * $Id$ 
     3 * 
     4 * Adium is the legal property of its developers, whose names are listed in the copyright file included 
     5 * with this source distribution. 
     6 * 
     7 * This plugin is copyright (c) 2008 Jon Chambers.  The plugin's official site is: 
     8 * http://projects.eatthepath.com/sort-by-log-size-plugin/ 
     9 *  
     10 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 
     11 * General Public License as published by the Free Software Foundation; either version 2 of the License, 
     12 * or (at your option) any later version. 
     13 *  
     14 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
     15 * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General 
     16 * Public License for more details. 
     17 *  
     18 * You should have received a copy of the GNU General Public License along with this program; if not, 
     19 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     20 */ 
    821 
    922#import <AIUtilities/AITigerCompatibility.h>  
  • Trunk/AILogSizeSort.m

    • Property svn:keywords set to Id
    r15 r16  
    1 // 
    2 //  AILogSizeSort.m 
    3 //  SortByLogSizePlugin 
    4 // 
    5 //  Created by Jon Chambers on 9/28/08. 
    6 //  Copyright 2008 Jon Chambers. All rights reserved. 
    7 // 
     1/*  
     2 * $Id$ 
     3 * 
     4 * Adium is the legal property of its developers, whose names are listed in the copyright file included 
     5 * with this source distribution. 
     6 * 
     7 * This plugin is copyright (c) 2008 Jon Chambers.  The plugin's official site is: 
     8 * http://projects.eatthepath.com/sort-by-log-size-plugin/ 
     9 *  
     10 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 
     11 * General Public License as published by the Free Software Foundation; either version 2 of the License, 
     12 * or (at your option) any later version. 
     13 *  
     14 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
     15 * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General 
     16 * Public License for more details. 
     17 *  
     18 * You should have received a copy of the GNU General Public License along with this program; if not, 
     19 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     20 */ 
    821 
    922#import "AILogSizeSort.h"