Ignore:
Timestamp:
05/14/10 11:31:00 (2 years ago)
Author:
tholt
Message:
  • copyright header cleanup
  • whitepsace cleanup
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/avango-build/src/avango/build/recipes.py

    r434 r448  
    33########################################################################## 
    44#                                                                        # 
    5 # This file is part of Avango.                                           # 
     5# This file is part of AVANGO.                                           # 
    66#                                                                        # 
    7 # Copyright 1997 - 2008 Fraunhofer-Gesellschaft zur Foerderung der       # 
     7# Copyright 1997 - 2010 Fraunhofer-Gesellschaft zur Foerderung der       # 
    88# angewandten Forschung (FhG), Munich, Germany.                          # 
    99#                                                                        # 
    10 # Avango is free software: you can redistribute it and/or modify         # 
     10# AVANGO is free software: you can redistribute it and/or modify         # 
    1111# it under the terms of the GNU Lesser General Public License as         # 
    1212# published by the Free Software Foundation, version 3.                  # 
    1313#                                                                        # 
    14 # Avango is distributed in the hope that it will be useful,              # 
     14# AVANGO is distributed in the hope that it will be useful,              # 
    1515# but WITHOUT ANY WARRANTY; without even the implied warranty of         # 
    1616# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the           # 
     
    1818#                                                                        # 
    1919# You should have received a copy of the GNU Lesser General Public       # 
    20 # License along with Avango. If not, see <http://www.gnu.org/licenses/>. # 
    21 #                                                                        # 
    22 # Avango is a trademark owned by FhG.                                    # 
     20# License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. # 
    2321#                                                                        # 
    2422########################################################################## 
     
    7270 
    7371    _config_store.set('python', PythonConfig()) 
    74      
     72 
    7573    # Dummy packages 
    7674    _config_store.set('osgUtil', PlainConfig(libraries = [''])) 
    7775    _config_store.set('GL', PlainConfig(libraries = [''])) 
    7876    _config_store.set('GLU', PlainConfig(libraries = [''])) 
    79      
     77 
    8078    if oshelper.os_is_mac(): 
    8179      _config_store.set('osg', PlainConfig(libraries = ['osg', 'OpenThreads'])) 
    8280      _config_store.set('osgUtil', PlainConfig(libraries = ['osgUtil'])) 
    8381      _config_store.set('GL', PlainConfig(libraries = ['GL'])) 
    84       _config_store.set('GLU', PlainConfig(libraries = ['GLU']))  
     82      _config_store.set('GLU', PlainConfig(libraries = ['GLU'])) 
    8583 
    8684    # Override some libraries for Windows 
Note: See TracChangeset for help on using the changeset viewer.