Changeset 864 for trunk/libffado/admin
- Timestamp:
- 01/20/08 02:29:17 (4 years ago)
- Files:
-
- trunk/libffado/admin/dbus.py (modified) (2 diffs)
- trunk/libffado/admin/doxygen.py (modified) (2 diffs)
- trunk/libffado/admin/pkgconfig.py (modified) (2 diffs)
- trunk/libffado/admin/pyuic.py (modified) (2 diffs)
- trunk/libffado/admin/scanreplace.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libffado/admin/dbus.py
r742 r864 1 1 #!/usr/bin/python 2 2 # 3 # Copyright (C) 2007 Arnold Krille4 # Copyright (C) 2007 Pieter Palmers3 # Copyright (C) 2007-2008 Arnold Krille 4 # Copyright (C) 2007-2008 Pieter Palmers 5 5 # 6 6 # This file is part of FFADO … … 11 11 # This program is free software: you can redistribute it and/or modify 12 12 # it under the terms of the GNU General Public License as published by 13 # the Free Software Foundation, either version 3of the License, or14 # (at your option) any later version.13 # the Free Software Foundation, either version 2 of the License, or 14 # (at your option) version 3 of the License. 15 15 # 16 16 # This program is distributed in the hope that it will be useful, trunk/libffado/admin/doxygen.py
r742 r864 1 1 #!/usr/bin/python 2 2 # 3 # Copyright (C) 2007 Arnold Krille3 # Copyright (C) 2007-2008 Arnold Krille 4 4 # 5 5 # This file is part of FFADO … … 10 10 # This program is free software: you can redistribute it and/or modify 11 11 # it under the terms of the GNU General Public License as published by 12 # the Free Software Foundation, either version 3of the License, or13 # (at your option) any later version.12 # the Free Software Foundation, either version 2 of the License, or 13 # (at your option) version 3 of the License. 14 14 # 15 15 # This program is distributed in the hope that it will be useful, trunk/libffado/admin/pkgconfig.py
r742 r864 1 1 #!/usr/bin/python 2 2 # 3 # Copyright (C) 2007 Arnold Krille3 # Copyright (C) 2007-2008 Arnold Krille 4 4 # 5 5 # This file is part of FFADO … … 10 10 # This program is free software: you can redistribute it and/or modify 11 11 # it under the terms of the GNU General Public License as published by 12 # the Free Software Foundation, either version 3of the License, or13 # (at your option) any later version.12 # the Free Software Foundation, either version 2 of the License, or 13 # (at your option) version 3 of the License. 14 14 # 15 15 # This program is distributed in the hope that it will be useful, trunk/libffado/admin/pyuic.py
r761 r864 1 1 #!/usr/bin/python 2 2 # 3 # Copyright (C) 2007 Arnold Krille3 # Copyright (C) 2007-2008 Arnold Krille 4 4 # 5 5 # This file is part of FFADO … … 10 10 # This program is free software: you can redistribute it and/or modify 11 11 # it under the terms of the GNU General Public License as published by 12 # the Free Software Foundation, either version 3of the License, or13 # (at your option) any later version.12 # the Free Software Foundation, either version 2 of the License, or 13 # (at your option) version 3 of the License. 14 14 # 15 15 # This program is distributed in the hope that it will be useful, trunk/libffado/admin/scanreplace.py
r769 r864 1 1 #!/usr/bin/python 2 2 # 3 # Copyright (C) 2007 Arnold Krille3 # Copyright (C) 2007-2008 Arnold Krille 4 4 # 5 5 # This file is part of FFADO … … 10 10 # This program is free software: you can redistribute it and/or modify 11 11 # it under the terms of the GNU General Public License as published by 12 # the Free Software Foundation, either version 3of the License, or13 # (at your option) any later version.12 # the Free Software Foundation, either version 2 of the License, or 13 # (at your option) version 3 of the License. 14 14 # 15 15 # This program is distributed in the hope that it will be useful,
