Changeset 549

Show
Ignore:
Timestamp:
05/26/08 18:22:24 (7 months ago)
Author:
gbooker
Message:

Added file headers

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/CoreData/SapphireFrappliance/MetaData/Support/CoreDataSupportFunctions.h

    r541 r549  
    1 // 
    2 //  CoreDataSupportFunctions.h 
    3 //  SapphireTiger 
    4 // 
    5 //  Created by Graham Booker on 5/3/08. 
    6 //  Copyright 2008 __MyCompanyName__. All rights reserved. 
    7 // 
     1/* 
     2 * CoreDataSupportFunctions.h 
     3 * Sapphire 
     4 * 
     5 * Created by Graham Booker on May 3, 2008. 
     6 * Copyright 2008 Sapphire Development Team and/or www.nanopi.net 
     7 * All rights reserved. 
     8 * 
     9 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 
     10 * General Public License as published by the Free Software Foundation; either version 3 of the License, 
     11 * or (at your option) any later version. 
     12 *  
     13 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
     14 * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General 
     15 * Public License for more details. 
     16 *  
     17 * You should have received a copy of the GNU General Public License along with this program; if not, 
     18 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     19 */ 
    820 
    921NSArray *doFetchRequest(NSString *entityName, NSManagedObjectContext *context, NSPredicate *predicate); 
  • branches/CoreData/SapphireFrappliance/MetaData/Support/CoreDataSupportFunctions.m

    r541 r549  
    1 // 
    2 //  CoreDataSupportFunctions.m 
    3 //  SapphireTiger 
    4 // 
    5 //  Created by Graham Booker on 5/3/08. 
    6 //  Copyright 2008 __MyCompanyName__. All rights reserved. 
    7 // 
     1/* 
     2 * SapphireBasicDirectoryFunctions.m 
     3 * Sapphire 
     4 * 
     5 * Created by Graham Booker on Apr. 9, 2008. 
     6 * Copyright 2008 Sapphire Development Team and/or www.nanopi.net 
     7 * All rights reserved. 
     8 * 
     9 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 
     10 * General Public License as published by the Free Software Foundation; either version 3 of the License, 
     11 * or (at your option) any later version. 
     12 *  
     13 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
     14 * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General 
     15 * Public License for more details. 
     16 *  
     17 * You should have received a copy of the GNU General Public License along with this program; if not, 
     18 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     19 */ 
    820 
    921#import "CoreDataSupportFunctions.h" 
  • branches/CoreData/SapphireFrappliance/MetaData/Support/SapphireBasicDirectoryFunctions.h

    r541 r549  
    11/* 
    2  * SapphireBasicDirectoryFunctions.h 
    3  * SapphireTiger 
     2 * SapphireBasicDirectoryFunctions.h 
     3 * Sapphire 
    44 * 
    5  *  Created by Graham Booker on 4/9/08. 
    6  *  Copyright 2008 __MyCompanyName__. All rights reserved. 
     5 * Created by Graham Booker on Apr. 9, 2008. 
     6 * Copyright 2008 Sapphire Development Team and/or www.nanopi.net 
     7 * All rights reserved. 
    78 * 
     9 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 
     10 * General Public License as published by the Free Software Foundation; either version 3 of the License, 
     11 * or (at your option) any later version. 
     12 *  
     13 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
     14 * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General 
     15 * Public License for more details. 
     16 *  
     17 * You should have received a copy of the GNU General Public License along with this program; if not, 
     18 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    819 */ 
    920 
  • branches/CoreData/SapphireFrappliance/MetaData/Support/SapphireDirectory.h

    r541 r549  
    11/* 
    2  * SapphireDirectory.h 
    3  * SapphireTiger 
     2 * SapphireDirectory.h 
     3 * Sapphire 
    44 * 
    5  *  Created by Graham Booker on 4/9/08. 
    6  *  Copyright 2008 __MyCompanyName__. All rights reserved. 
     5 * Created by Graham Booker on Apr. 9, 2008. 
     6 * Copyright 2008 Sapphire Development Team and/or www.nanopi.net 
     7 * All rights reserved. 
    78 * 
     9 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 
     10 * General Public License as published by the Free Software Foundation; either version 3 of the License, 
     11 * or (at your option) any later version. 
     12 *  
     13 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
     14 * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General 
     15 * Public License for more details. 
     16 *  
     17 * You should have received a copy of the GNU General Public License along with this program; if not, 
     18 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    819 */ 
    920 
  • branches/CoreData/SapphireFrappliance/MetaData/Support/SapphireFile.h

    r541 r549  
    11/* 
    2  * SapphireFile.h 
    3  * Sapphire 
     2 * SapphireFile.h 
     3 * Sapphire 
    44 * 
    5  *  Created by Graham Booker on 5/24/08. 
    6  *  Copyright 2008 __MyCompanyName__. All rights reserved. 
     5 * Created by Graham Booker on May 24, 2008. 
     6 * Copyright 2008 Sapphire Development Team and/or www.nanopi.net 
     7 * All rights reserved. 
    78 * 
     9 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 
     10 * General Public License as published by the Free Software Foundation; either version 3 of the License, 
     11 * or (at your option) any later version. 
     12 *  
     13 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
     14 * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General 
     15 * Public License for more details. 
     16 *  
     17 * You should have received a copy of the GNU General Public License along with this program; if not, 
     18 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    819 */ 
    920 
  • branches/CoreData/SapphireFrappliance/MetaData/Support/SapphireMetaDataSupport.h

    r544 r549  
    1 // 
    2 //  SapphireMetaDataSupport.h 
    3 //  SapphireTiger 
    4 // 
    5 //  Created by Graham Booker on 4/16/08. 
    6 //  Copyright 2008 __MyCompanyName__. All rights reserved. 
    7 // 
     1/* 
     2 * SapphireMetaDataSupport.h 
     3 * Sapphire 
     4 * 
     5 * Created by Graham Booker on Apr. 16, 2008. 
     6 * Copyright 2008 Sapphire Development Team and/or www.nanopi.net 
     7 * All rights reserved. 
     8 * 
     9 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 
     10 * General Public License as published by the Free Software Foundation; either version 3 of the License, 
     11 * or (at your option) any later version. 
     12 *  
     13 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
     14 * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General 
     15 * Public License for more details. 
     16 *  
     17 * You should have received a copy of the GNU General Public License along with this program; if not, 
     18 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     19 */ 
    820 
    921NSString *searchCoverArtExtForPath(NSString *path); 
  • branches/CoreData/SapphireFrappliance/MetaData/Support/SapphireMetaDataSupport.m

    r544 r549  
    1 // 
    2 //  SapphireMetaDataSupport.m 
    3 //  SapphireTiger 
    4 // 
    5 //  Created by Graham Booker on 4/16/08. 
    6 //  Copyright 2008 __MyCompanyName__. All rights reserved. 
    7 // 
     1/* 
     2 * SapphireMetaDataSupport.m 
     3 * Sapphire 
     4 * 
     5 * Created by Graham Booker on Apr. 16, 2008. 
     6 * Copyright 2008 Sapphire Development Team and/or www.nanopi.net 
     7 * All rights reserved. 
     8 * 
     9 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 
     10 * General Public License as published by the Free Software Foundation; either version 3 of the License, 
     11 * or (at your option) any later version. 
     12 *  
     13 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
     14 * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General 
     15 * Public License for more details. 
     16 *  
     17 * You should have received a copy of the GNU General Public License along with this program; if not, 
     18 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     19 */ 
    820 
    921#import "SapphireMetaDataSupport.h" 
  • branches/CoreData/SapphireFrappliance/MetaData/Support/SapphireMovieCategories.h

    r541 r549  
    1 // 
    2 //  SapphireMovieCategories.h 
    3 //  SapphireTiger 
    4 // 
    5 //  Created by Graham Booker on 4/9/08. 
    6 //  Copyright 2008 __MyCompanyName__. All rights reserved. 
    7 // 
     1/* 
     2 * SapphireMovieCategories.h 
     3 * Sapphire 
     4 * 
     5 * Created by Graham Booker on Apr. 9, 2008. 
     6 * Copyright 2008 Sapphire Development Team and/or www.nanopi.net 
     7 * All rights reserved. 
     8 * 
     9 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 
     10 * General Public License as published by the Free Software Foundation; either version 3 of the License, 
     11 * or (at your option) any later version. 
     12 *  
     13 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
     14 * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General 
     15 * Public License for more details. 
     16 *  
     17 * You should have received a copy of the GNU General Public License along with this program; if not, 
     18 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     19 */ 
    820 
    921#import "SapphireDirectory.h" 
  • branches/CoreData/SapphireFrappliance/MetaData/Support/SapphireMovieCategories.m

    r541 r549  
    1 // 
    2 //  SapphireMovieCategories.m 
    3 //  SapphireTiger 
    4 // 
    5 //  Created by Graham Booker on 4/9/08. 
    6 //  Copyright 2008 __MyCompanyName__. All rights reserved. 
    7 // 
     1/* 
     2 * SapphireMovieCategories.m 
     3 * Sapphire 
     4 * 
     5 * Created by Graham Booker on Apr. 9, 2008. 
     6 * Copyright 2008 Sapphire Development Team and/or www.nanopi.net 
     7 * All rights reserved. 
     8 * 
     9 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 
     10 * General Public License as published by the Free Software Foundation; either version 3 of the License, 
     11 * or (at your option) any later version. 
     12 *  
     13 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
     14 * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General 
     15 * Public License for more details. 
     16 *  
     17 * You should have received a copy of the GNU General Public License along with this program; if not, 
     18 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     19 */ 
    820 
    921#import "SapphireMovieCategories.h" 
  • branches/CoreData/SapphireFrappliance/MetaData/Support/SapphireObjectDirectory.h

    r541 r549  
    1 // 
    2 //  SapphireMovieCategoryDirectory.h 
    3 //  SapphireTiger 
    4 // 
    5 //  Created by Graham Booker on 4/9/08. 
    6 //  Copyright 2008 __MyCompanyName__. All rights reserved. 
    7 // 
     1/* 
     2 * SapphireMovieCategoryDirectory.h 
     3 * Sapphire 
     4 * 
     5 * Created by Graham Booker on Apr. 9, 2008. 
     6 * Copyright 2008 Sapphire Development Team and/or www.nanopi.net 
     7 * All rights reserved. 
     8 * 
     9 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 
     10 * General Public License as published by the Free Software Foundation; either version 3 of the License, 
     11 * or (at your option) any later version. 
     12 *  
     13 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
     14 * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General 
     15 * Public License for more details. 
     16 *  
     17 * You should have received a copy of the GNU General Public License along with this program; if not, 
     18 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     19 */ 
    820 
    921#import "SapphireDirectory.h" 
  • branches/CoreData/SapphireFrappliance/MetaData/Support/SapphireObjectDirectory.m

    r541 r549  
    1 // 
    2 //  SapphireMovieCategoryDirectory.m 
    3 //  SapphireTiger 
    4 // 
    5 //  Created by Graham Booker on 4/9/08. 
    6 //  Copyright 2008 __MyCompanyName__. All rights reserved. 
    7 // 
     1/* 
     2 * SapphireMovieCategoryDirectory.m 
     3 * Sapphire 
     4 * 
     5 * Created by Graham Booker on Apr. 9, 2008. 
     6 * Copyright 2008 Sapphire Development Team and/or www.nanopi.net 
     7 * All rights reserved. 
     8 * 
     9 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 
     10 * General Public License as published by the Free Software Foundation; either version 3 of the License, 
     11 * or (at your option) any later version. 
     12 *  
     13 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
     14 * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General 
     15 * Public License for more details. 
     16 *  
     17 * You should have received a copy of the GNU General Public License along with this program; if not, 
     18 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     19 */ 
    820 
    921#import "SapphireObjectDirectory.h"