Changeset 1038

Show
Ignore:
Timestamp:
04/02/09 16:19:04 (1 year ago)
Author:
astrange
Message:

Add LGPL license headers to all files (or MIT where appropriate)
Get rid of "All rights reserved" which is LGPL-incompatible.

I didn't touch the Apple sample code, but they should've taken it out too...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CPFPerianPrefPaneController.h

    r923 r1038  
    1 /* CPFPerianPrefPaneController */ 
     1/* 
     2 * CPFPerianPrefPaneController.h 
     3 * 
     4 * This file is part of Perian. 
     5 * 
     6 * This library is free software; you can redistribute it and/or 
     7 * modify it under the terms of the GNU Lesser General Public 
     8 * License as published by the Free Software Foundation; either 
     9 * version 2.1 of the License, or (at your option) any later version. 
     10 * 
     11 * This library is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     14 * Lesser General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU Lesser General Public 
     17 * License along with FFmpeg; if not, write to the Free Software 
     18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
     19 */ 
    220 
    321#import <Cocoa/Cocoa.h> 
  • trunk/CPFPerianPrefPaneController.m

    r1031 r1038  
     1/* 
     2 * CPFPerianPrefPaneController.m 
     3 * 
     4 * This file is part of Perian. 
     5 * 
     6 * This library is free software; you can redistribute it and/or 
     7 * modify it under the terms of the GNU Lesser General Public 
     8 * License as published by the Free Software Foundation; either 
     9 * version 2.1 of the License, or (at your option) any later version. 
     10 * 
     11 * This library is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     14 * Lesser General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU Lesser General Public 
     17 * License along with FFmpeg; if not, write to the Free Software 
     18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
     19 */ 
     20 
    121#import "CPFPerianPrefPaneController.h" 
    222#import "UpdateCheckerAppDelegate.h" 
  • trunk/Codecprintf.c

    r1036 r1038  
    11/* 
    2  * Codecprintf.c 
    3  * Perian 
     2 * Codecprintf.c 
     3 * Created by Augie Fackler on 7/16/06. 
    44 * 
    5  *  Created by Augie Fackler on 7/16/06. 
    6  *  Copyright 2006 Perian Project. All rights reserved. 
     5 * This file is part of Perian. 
    76 * 
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version. 
     11 * 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
     16 * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    820 */ 
    921 
  • trunk/Codecprintf.h

    r1003 r1038  
    11/* 
    2  * Codecprintf.h 
    3  * Perian 
     2 * Codecprintf.h 
     3 * Created by Augie Fackler on 7/16/06. 
    44 * 
    5  *  Created by Augie Fackler on 7/16/06. 
    6  *  Copyright 2006 Perian Project. All rights reserved. 
     5 * This file is part of Perian. 
    76 * 
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version. 
     11 * 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
     16 * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    820 */ 
    921 
  • trunk/ColorConversions.c

    r1027 r1038  
    11/* 
    2  * ColorConversions.h 
    3  * Perian 
     2 * ColorConversions.c 
     3 * Created by Alexander Strange on 1/10/07. 
    44 * 
    5  *  Created by Alexander Strange on 1/10/07. 
    6  *  This library is free software; you can redistribute it and/or 
    7  *  modify it under the terms of the GNU Lesser General Public 
    8  *  License as published by the Free Software Foundation; either 
    9  *  version 2.1 of the License, or (at your option) any later version. 
     5 * This file is part of Perian. 
    106 * 
    11  * This library is distributed in the hope that it will be useful, 
    12  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    14  * Lesser General Public License for more details
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version
    1511 * 
    16  *  You should have received a copy of the GNU Lesser General Public 
    17  *  License along with this library; if not, write to the Free Software 
    18  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
     16 * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    1920 */ 
    2021 
  • trunk/ColorConversions.h

    r1027 r1038  
    11/* 
    2  * ColorConversions.h 
    3  * Perian 
     2 * ColorConversions.h 
     3 * Created by Alexander Strange on 1/10/07. 
    44 * 
    5  *  Created by Alexander Strange on 1/10/07. 
    6  *  This library is free software; you can redistribute it and/or 
    7  *  modify it under the terms of the GNU Lesser General Public 
    8  *  License as published by the Free Software Foundation; either 
    9  *  version 2.1 of the License, or (at your option) any later version. 
     5 * This file is part of Perian. 
    106 * 
    11  * This library is distributed in the hope that it will be useful, 
    12  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    14  * Lesser General Public License for more details
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version
    1511 * 
    16  *  You should have received a copy of the GNU Lesser General Public 
    17  *  License along with this library; if not, write to the Free Software 
    18  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA */ 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
     16 * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
     20 */ 
     21 
    1922 
    2023#include <Carbon/Carbon.h> 
  • trunk/CommonUtils.c

    r1031 r1038  
    11/* 
    2  * CommonUtils.c 
    3  * Perian 
     2 * CommonUtils.h 
     3 * Created by David Conrad on 10/13/06. 
    44 * 
    5  *  Created by David Conrad on 10/13/06. 
    6  *  Copyright 2006 Perian Project. All rights reserved. 
     5 * This file is part of Perian. 
    76 * 
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version. 
     11 * 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
     16 * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    820 */ 
    921 
  • trunk/CommonUtils.h

    r1031 r1038  
    11/* 
    2  * CommonUtils.h 
    3  * Perian 
     2 * CommonUtils.h 
     3 * Created by David Conrad on 10/13/06. 
    44 * 
    5  *  Created by David Conrad on 10/13/06. 
    6  *  Copyright 2006 Perian Project. All rights reserved. 
     5 * This file is part of Perian. 
    76 * 
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version. 
     11 * 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
     16 * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    820 */ 
    921 
  • trunk/ECQTComponent.h

    r887 r1038  
     1/* 
     2 * ECQTComponent.m 
     3 * Copyright (c) 2006 Ken Aspeslagh 
     4 * 
     5 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
     6 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
     7 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
     8 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
     9 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
     10 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
     11 * THE SOFTWARE. 
     12 */ 
    113// 
    214//  ECQTComponent.h 
     
    416// 
    517//  Created by Ken on 12/15/07. 
    6 //  Copyright 2007 __MyCompanyName__. All rights reserved. 
    718// 
    819 
  • trunk/ECQTComponent.m

    r1031 r1038  
     1/* 
     2 * ECQTComponent.m 
     3 * Copyright (c) 2006 Ken Aspeslagh 
     4 * 
     5 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
     6 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
     7 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
     8 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
     9 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
     10 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
     11 * THE SOFTWARE. 
     12 */ 
     13 
    114// 
    215//  ECQTComponent.m 
     
    417// 
    518//  Created by Ken on 12/15/07. 
    6 //  Copyright 2007 __MyCompanyName__. All rights reserved. 
    719// 
    820 
  • trunk/FFissionCodec/FFissionCodec.cpp

    r1003 r1038  
    11/* 
    2  *  FFissionCodec.cpp 
     2 * FFissionCodec.cpp 
     3 * Copyright (c) 2006 David Conrad 
    34 * 
    4  * Copyright (c) 2006  David Conrad 
     5 * This file is part of Perian. 
    56 * 
    6  * This program is free software; you can redistribute it and/or 
    7  * modify it under the terms of the GNU Lesser General Public 
    8  * License as published by the Free Software Foundation;  
    9  * version 2.1 of the License
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version
    1011 * 
    11  * This program is distributed in the hope that it will be useful, 
    12  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    14  * Lesser General Public License for more details. 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
    1516 * 
    16  *  You should have received a copy of the GNU Lesser General Public 
    17  *  License along with this program; if not, write to the Free Software 
    18  *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
    19  * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2020 */ 
    2121 
  • trunk/FFissionCodec/FFissionCodec.h

    r513 r1038  
    11/* 
    2  *  FFissionCodec.h 
     2 * FFissionCodec.h 
     3 * Copyright (c) 2006 David Conrad 
    34 * 
    4  * Copyright (c) 2006  David Conrad 
     5 * This file is part of Perian. 
    56 * 
    6  * This program is free software; you can redistribute it and/or 
    7  * modify it under the terms of the GNU Lesser General Public 
    8  * License as published by the Free Software Foundation;  
    9  * version 2.1 of the License
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version
    1011 * 
    11  * This program is distributed in the hope that it will be useful, 
    12  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    14  * Lesser General Public License for more details. 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
    1516 * 
    16  *  You should have received a copy of the GNU Lesser General Public 
    17  *  License along with this program; if not, write to the Free Software 
    18  *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
    19  * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2020 */ 
     21 
    2122 
    2223#ifndef __FFISSIONCODEC_H__ 
  • trunk/FFissionCodec/FFissionCodec.r

    r923 r1038  
     1/* 
     2 * FFissionCodec.r 
     3 * 
     4 * This file is part of Perian. 
     5 * 
     6 * This library is free software; you can redistribute it and/or 
     7 * modify it under the terms of the GNU Lesser General Public 
     8 * License as published by the Free Software Foundation; either 
     9 * version 2.1 of the License, or (at your option) any later version. 
     10 * 
     11 * This library is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     14 * Lesser General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU Lesser General Public 
     17 * License along with FFmpeg; if not, write to the Free Software 
     18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
     19 */ 
    120//============================================================================= 
    221//      The thng and related resources 
  • trunk/FFissionCodec/FFissionDecoder.cpp

    r1029 r1038  
    11/* 
    2  *  FFissionDecoder.cpp 
     2 * FFissionDecoder.cpp 
     3 * Copyright (c) 2006 David Conrad 
    34 * 
    4  * Copyright (c) 2006  David Conrad 
     5 * This file is part of Perian. 
    56 * 
    6  * This program is free software; you can redistribute it and/or 
    7  * modify it under the terms of the GNU Lesser General Public 
    8  * License as published by the Free Software Foundation;  
    9  * version 2.1 of the License
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version
    1011 * 
    11  * This program is distributed in the hope that it will be useful, 
    12  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    14  * Lesser General Public License for more details. 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
    1516 * 
    16  *  You should have received a copy of the GNU Lesser General Public 
    17  *  License along with this program; if not, write to the Free Software 
    18  *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
    19  * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2020 */ 
     21 
    2122 
    2223#include "FFissionDecoder.h" 
  • trunk/FFissionCodec/FFissionDecoder.h

    r1025 r1038  
    11/* 
    2  *  FFissionDecoder.h 
     2 * FFissionDecoder.h 
     3 * Copyright (c) 2006 David Conrad 
    34 * 
    4  * Copyright (c) 2006  David Conrad 
     5 * This file is part of Perian. 
    56 * 
    6  * This program is free software; you can redistribute it and/or 
    7  * modify it under the terms of the GNU Lesser General Public 
    8  * License as published by the Free Software Foundation;  
    9  * version 2.1 of the License
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version
    1011 * 
    11  * This program is distributed in the hope that it will be useful, 
    12  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    14  * Lesser General Public License for more details. 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
    1516 * 
    16  *  You should have received a copy of the GNU Lesser General Public 
    17  *  License along with this program; if not, write to the Free Software 
    18  *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
    19  * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2020 */ 
    2121 
  • trunk/FrameBuffer.c

    r982 r1038  
    11/* 
    2  *  FrameBuffer.c 
    3  *  Perian 
    4  * 
    5  *  Created by Graham Booker on 1/30/07. 
    6  *  Copyright 2007 Perian Project. All rights reserved. 
    7  * 
     2 * FrameBuffer.c 
     3 * Created by Graham Booker on 1/30/07. 
     4 * 
     5 * This file is part of Perian. 
     6 * 
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version. 
     11 * 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
     16 * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    820 */ 
    921 
  • trunk/FrameBuffer.h

    r980 r1038  
    11/* 
    2  * FrameBuffer.h 
    3  * Perian 
     2 * FrameBuffer.h 
     3 * Created by Graham Booker on 1/30/07. 
    44 * 
    5  *  Created by Graham Booker on 1/30/07. 
    6  *  Copyright 2007 Perian Project. All rights reserved. 
     5 * This file is part of Perian. 
    76 * 
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version. 
     11 * 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
     16 * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    820 */ 
    921 
  • trunk/GBPerianPanePListGenerator.m

    r923 r1038  
    11/* 
    2  * GBPerianPanePListGenerator.c 
    3  * Perian 
     2 * CPFPerianPrefPaneController.h 
     3 * Created by Graham Booker on 1/6/07. 
    44 * 
    5  *  Created by Graham Booker on 1/6/07. 
    6  *  Copyright 2007 Graham Booker. All rights reserved. 
     5 * This file is part of Perian. 
    76 * 
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version. 
     11 * 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
     16 * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    820 */ 
    921 
    10 #include "GBPerianPanePListGenerator.h" 
    1122#import "CPFPerianPrefPaneController.h" 
    1223 
  • trunk/Perian.xcodeproj/project.pbxproj

    r1036 r1038  
    697697                F57755F40B51EB1800C7D833 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; }; 
    698698                F5CFD1B40B50009000616865 /* PerianPanePListGenerator */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = PerianPanePListGenerator; sourceTree = BUILT_PRODUCTS_DIR; }; 
    699                 F5CFD1BC0B5000CE00616865 /* GBPerianPanePListGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GBPerianPanePListGenerator.h; sourceTree = "<group>"; }; 
    700699                F5CFD1BD0B5000CE00616865 /* GBPerianPanePListGenerator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GBPerianPanePListGenerator.m; sourceTree = "<group>"; }; 
    701700                F5CFD2C90B5012A100616865 /* A52Codec.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = A52Codec.xcodeproj; path = a52codec/A52Codec.xcodeproj; sourceTree = "<group>"; }; 
     
    845844                                61D517720AE0402E00A671E1 /* CommonUtils.c */, 
    846845                                6116E74E0B4738CE0020F1CE /* CodecIDs.h */, 
    847                                 3D41BEBC0BCD63510069E7C2 /* UniversalDetector.h */, 
    848846                        ); 
    849847                        indentWidth = 4; 
     
    971969                                3D211A210B6B1A660051299D /* SubUtilities.h */, 
    972970                                3D211A220B6B1A660051299D /* SubUtilities.m */, 
     971                                3D41BEBC0BCD63510069E7C2 /* UniversalDetector.h */, 
    973972                                3D41BE8C0BCD3B330069E7C2 /* UniversalDetector.xcodeproj */, 
    974973                                6123D6220AD0A3FE003EDE52 /* VobSubCodec.c */, 
     
    11461145                                83D1D6E00B4C81F200E09EC9 /* CPFPerianPrefPaneController.h */, 
    11471146                                83D1D6E10B4C81F200E09EC9 /* CPFPerianPrefPaneController.m */, 
    1148                                 F5CFD1BC0B5000CE00616865 /* GBPerianPanePListGenerator.h */, 
    11491147                                F5CFD1BD0B5000CE00616865 /* GBPerianPanePListGenerator.m */, 
    11501148                        ); 
  • trunk/Subtitles/SubATSUIRenderer.h

    r1013 r1038  
    1 // 
    2 //  SubATSUIRenderer.h 
    3 //  SSARender2 
    4 // 
    5 //  Created by Alexander Strange on 7/30/07. 
    6 //  Copyright 2007 __MyCompanyName__. All rights reserved. 
    7 // 
     1/* 
     2 * SubATSUIRenderer.h 
     3 * Created by Alexander Strange on 7/30/07. 
     4 * 
     5 * This file is part of Perian. 
     6 * 
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version. 
     11 * 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
     16 * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
     20 */ 
    821 
    922#ifdef __cplusplus 
  • trunk/Subtitles/SubATSUIRenderer.m

    r1036 r1038  
    1 // 
    2 //  SubATSUIRenderer.m 
    3 //  SSARender2 
    4 // 
    5 //  Created by Alexander Strange on 7/30/07. 
    6 //  Copyright 2007 __MyCompanyName__. All rights reserved. 
    7 // 
     1/* 
     2 * SubATSUIRenderer.m 
     3 * Created by Alexander Strange on 7/30/07. 
     4 * 
     5 * This file is part of Perian. 
     6 * 
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version. 
     11 * 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
     16 * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
     20 */ 
    821 
    922#import "SubATSUIRenderer.h" 
  • trunk/Subtitles/SubContext.h

    r1027 r1038  
    1 // 
    2 //  SubContext.h 
    3 //  SSARender2 
    4 // 
    5 //  Created by Alexander Strange on 7/28/07. 
    6 //  Copyright 2007 __MyCompanyName__. All rights reserved. 
    7 // 
     1/* 
     2 * SubContext.h 
     3 * Created by Alexander Strange on 7/28/07. 
     4 * 
     5 * This file is part of Perian. 
     6 * 
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version. 
     11 * 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
     16 * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
     20 */ 
    821 
    922#import <Cocoa/Cocoa.h> 
  • trunk/Subtitles/SubContext.m

    r1036 r1038  
    1 // 
    2 //  SubContext.m 
    3 //  SSARender2 
    4 // 
    5 //  Created by Alexander Strange on 7/28/07. 
    6 //  Copyright 2007 __MyCompanyName__. All rights reserved. 
    7 // 
     1/* 
     2 * SubContext.m 
     3 * Created by Alexander Strange on 7/28/07. 
     4 * 
     5 * This file is part of Perian. 
     6 * 
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version. 
     11 * 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
     16 * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
     20 */ 
    821 
    922#import "SubContext.h" 
  • trunk/Subtitles/SubImport.h

    r1036 r1038  
    1 // 
    2 //  SubImport.h 
    3 //  SSARender2 
    4 // 
    5 //  Created by Alexander Strange on 7/24/07. 
    6 //  Copyright 2007 __MyCompanyName__. All rights reserved. 
    7 // 
     1/* 
     2 * SubParsing.h 
     3 * Created by Alexander Strange on 7/24/07. 
     4 * 
     5 * This file is part of Perian. 
     6 * 
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version. 
     11 * 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
     16 * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
     20 */ 
    821 
    922#ifndef __SUBIMPORT_H__ 
  • trunk/Subtitles/SubImport.mm

    r1036 r1038  
    1 // 
    2 //  SubImport.m 
    3 //  SSARender2 
    4 // 
    5 //  Created by Alexander Strange on 7/24/07. 
    6 //  Copyright 2007 __MyCompanyName__. All rights reserved. 
    7 // 
     1/* 
     2 * SubImport.mm 
     3 * Created by Alexander Strange on 7/24/07. 
     4 * 
     5 * This file is part of Perian. 
     6 * 
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version. 
     11 * 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
     16 * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
     20 */ 
    821 
    922#include <QuickTime/QuickTime.h> 
  • trunk/Subtitles/SubParsing.h

    r1036 r1038  
    11/* 
    2  * SubParsing.h 
    3  * SSARender2 
     2 * SubParsing.h 
     3 * Created by Alexander Strange on 7/25/07. 
    44 * 
    5  *  Created by Alexander Strange on 7/25/07. 
    6  *  Copyright 2007 __MyCompanyName__. All rights reserved. 
     5 * This file is part of Perian. 
    76 * 
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version. 
     11 * 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
     16 * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    820 */ 
    921 
  • trunk/Subtitles/SubParsing.m.rl

    r1036 r1038  
    11/* 
    2  * SubParsing.c 
    3  * SSARender2 
     2 * SubParsing.m.rl 
     3 * Created by Alexander Strange on 7/25/07. 
    44 * 
    5  *  Created by Alexander Strange on 7/25/07. 
    6  *  Copyright 2007 __MyCompanyName__. All rights reserved. 
     5 * This file is part of Perian. 
    76 * 
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version. 
     11 * 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
     16 * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    820 */ 
    921 
  • trunk/Subtitles/SubRenderer.h

    r1036 r1038  
    11/* 
    2  * SubRender.h 
    3  * SSARender2 
     2 * SubRenderer.h 
     3 * Created by Alexander Strange on 7/28/07. 
    44 * 
    5  *  Created by Alexander Strange on 7/28/07. 
    6  *  Copyright 2007 __MyCompanyName__. All rights reserved. 
     5 * This file is part of Perian. 
    76 * 
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version. 
     11 * 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
     16 * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    820 */ 
    921 
  • trunk/Subtitles/SubUtilities.h

    r697 r1038  
    1 // 
    2 //  SubUtilities.h 
    3 //  SSARender2 
    4 // 
    5 //  Created by Alexander Strange on 7/28/07. 
    6 //  Copyright 2007 __MyCompanyName__. All rights reserved. 
    7 // 
     1/* 
     2 * SubUtilities.h 
     3 * Created by Alexander Strange on 7/28/07. 
     4 * 
     5 * This file is part of Perian. 
     6 * 
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version. 
     11 * 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
     16 * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
     20 */ 
    821 
    922#import <Cocoa/Cocoa.h> 
  • trunk/Subtitles/SubUtilities.m

    r1023 r1038  
    1 // 
    2 //  SubUtilities.m 
    3 //  SSARender2 
    4 // 
    5 //  Created by Alexander Strange on 7/28/07. 
    6 //  Copyright 2007 __MyCompanyName__. All rights reserved. 
    7 // 
     1/* 
     2 * SubUtilities.m 
     3 * Created by Alexander Strange on 7/28/07. 
     4 * 
     5 * This file is part of Perian. 
     6 * 
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version. 
     11 * 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
     16 * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
     20 */ 
    821 
    922#import "SubUtilities.h" 
  • trunk/TextSubCodec.c

    r1031 r1038  
     1/* 
     2 * TextSubCodec.c 
     3 * Created by David Conrad on 3/21/06. 
     4 * 
     5 * This file is part of Perian. 
     6 * 
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version. 
     11 * 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
     16 * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
     20 */ 
    121 
    222#if __MACH__ 
  • trunk/TextSubCodec.h

    r887 r1038  
    11/* 
    2  * TextSubCodec.h 
    3  * QTSub 
     2 * TextSubCodec.h 
     3 * Created by David Conrad on 3/21/06. 
    44 * 
    5  *  Created by David Conrad on 3/21/06. 
    6  *  Copyright 2006 Perian Project. All rights reserved. 
     5 * This file is part of Perian. 
    76 * 
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version. 
     11 * 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
     16 * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    820 */ 
    921#include "CodecIDs.h" 
  • trunk/TextSubCodec.r

    r990 r1038  
     1/* 
     2 * TextSubCodec.r 
     3 * 
     4 * This file is part of Perian. 
     5 * 
     6 * This library is free software; you can redistribute it and/or 
     7 * modify it under the terms of the GNU Lesser General Public 
     8 * License as published by the Free Software Foundation; either 
     9 * version 2.1 of the License, or (at your option) any later version. 
     10 * 
     11 * This library is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     14 * Lesser General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU Lesser General Public 
     17 * License along with FFmpeg; if not, write to the Free Software 
     18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
     19 */ 
    120 
    221#include "TextSubCodec.h" 
  • trunk/TextSubCodecDispatch.h

    r143 r1038  
    1  
     1/* 
     2 * TextSubCodecDispatch.h 
     3 * Created by David Conrad on 3/21/06. 
     4 * 
     5 * This file is part of Perian. 
     6 * 
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version. 
     11 * 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
     16 * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
     20 */ 
    221#if !TARGET_CPU_68K 
    322        ComponentSelectorOffset (8) 
  • trunk/Update Checker Sources/UpdateCheckerAppDelegate.h

    r923 r1038  
    1 // 
    2 //  UpdateCheckerAppDelegate.h 
    3 //  Perian 
    4 // 
    5 //  Created by Augie Fackler on 1/6/07. 
    6 //  Copyright 2007 Augie Fackler. All rights reserved. 
    7 // 
     1/* 
     2 * UpdateCheckerAppDelegate.h 
     3 * Created by Augie Fackler on 1/6/07. 
     4 * 
     5 * This file is part of Perian. 
     6 * 
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version. 
     11 * 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
     16 * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
     20 */ 
    821 
    922#import <Cocoa/Cocoa.h> 
  • trunk/Update Checker Sources/UpdateCheckerAppDelegate.m

    r1031 r1038  
    1 // 
    2 //  UpdateCheckerAppDelegate.m 
    3 //  Perian 
    4 // 
    5 //  Created by Augie Fackler on 1/6/07. 
    6 //  Copyright 2007 __MyCompanyName__. All rights reserved. 
    7 // 
     1/* 
     2 * UpdateCheckerAppDelegate.m 
     3 * Created by Augie Fackler on 1/6/07. 
     4 * 
     5 * This file is part of Perian. 
     6 * 
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version. 
     11 * 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
     16 * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
     20 */ 
     21 
    822// This is really just a heavily-customized version of SUUpdate designed 
    923// so that the updates are done using an app and not a framework. We do 
  • trunk/Update Checker Sources/main.m

    r923 r1038  
    1 // 
    2 //  main.m 
    3 //  Perian 
    4 // 
    5 //  Created by Augie Fackler on 1/7/07. 
    6 //  Copyright 2007 __MyCompanyName__. All rights reserved. 
    7 // 
     1/* 
     2 * Perian Update Checker main.m 
     3 * Created by Augie Fackler on 1/6/07. 
     4 * 
     5 * This file is part of Perian. 
     6 * 
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version. 
     11 * 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
     16 * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
     20 */ 
    821 
    922#import <Cocoa/Cocoa.h> 
  • trunk/VobSubCodec.c

    r1009 r1038  
     1/* 
     2 * VobSubCodec.h 
     3 * Created by David Conrad on 3/4/06. 
     4 * 
     5 * This file is part of Perian. 
     6 * 
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version. 
     11 * 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
     16 * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
     20 */ 
    121 
    222#include <Carbon/Carbon.h> 
  • trunk/VobSubCodec.h

    r887 r1038  
    11/* 
    2  * VobSubCodec.h 
    3  * QTSub 
     2 * VobSubCodec.h 
     3 * Created by David Conrad on 3/4/06. 
    44 * 
    5  *  Created by David Conrad on 3/4/06. 
    6  *  Copyright 2006 Perian Project. All rights reserved. 
     5 * This file is part of Perian. 
    76 * 
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version. 
     11 * 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
     16 * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    820 */ 
    921#include "CodecIDs.h" 
  • trunk/VobSubCodec.r

    r785 r1038  
     1/* 
     2 * VobSubCodec.r 
     3 * 
     4 * This file is part of Perian. 
     5 * 
     6 * This library is free software; you can redistribute it and/or 
     7 * modify it under the terms of the GNU Lesser General Public 
     8 * License as published by the Free Software Foundation; either 
     9 * version 2.1 of the License, or (at your option) any later version. 
     10 * 
     11 * This library is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     14 * Lesser General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU Lesser General Public 
     17 * License along with FFmpeg; if not, write to the Free Software 
     18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
     19 */ 
    120 
    221#include "VobSubCodec.h" 
  • trunk/VobSubCodecDispatch.h

    r339 r1038  
     1/* 
     2 * VobSubCodecDispatch.h 
     3 * Created by David Conrad on 3/4/06. 
     4 * 
     5 * This file is part of Perian. 
     6 * 
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version. 
     11 * 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
     16 * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
     20 */ 
    121 
    222#if !TARGET_CPU_68K 
  • trunk/bitstream_info.c

    r1022 r1038  
    11/* 
    2  * bitstream_info.c 
    3  * Perian 
     2 * bitstream_info.h 
     3 * Created by Graham Booker on 1/6/07. 
    44 * 
    5  *  Created by Graham Booker on 1/6/07. 
    6  *  Copyright 2007 Graham Booker. All rights reserved. 
     5 * This file is part of Perian. 
    76 * 
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version. 
     11 * 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
     16 * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    820 */ 
    921 
  • trunk/bitstream_info.h

    r1014 r1038  
    11/* 
    2  * bitstream_info.h 
    3  * Perian 
     2 * bitstream_info.h 
     3 * Created by Graham Booker on 1/6/07. 
    44 * 
    5  *  Created by Graham Booker on 1/6/07. 
    6  *  Copyright 2007 Graham Booker. All rights reserved. 
     5 * This file is part of Perian. 
    76 * 
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version. 
     11 * 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
     16 * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    820 */ 
    921 
  • trunk/config.h

    r887 r1038  
    11/* 
    2  * ff_config.h 
    3  * Perian 
     2 * ff_config.h 
     3 * Created by Alexander Strange on 3/14/08. 
    44 * 
    5  *  Created by Alexander Strange on 3/14/08. 
    6  *  Copyright 2008 Alexander Strange. All rights reserved. 
     5 * This file is part of Perian. 
    76 * 
     7 * This library is free software; you can redistribute it and/or 
     8 * modify it under the terms of the GNU Lesser General Public 
     9 * License as published by the Free Software Foundation; either 
     10 * version 2.1 of the License, or (at your option) any later version. 
     11 * 
     12 * This library is distributed in the hope that it will be useful, 
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     15 * Lesser General Public License for more details. 
     16 * 
     17 * You should have received a copy of the GNU Lesser General Public 
     18 * License along with FFmpeg; if not, write to the Free Software 
     19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    820 */ 
    921