diff options
author | David Cantrell <dcantrell@redhat.com> | 2007-12-15 20:55:44 -1000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2007-12-17 08:52:53 -1000 |
commit | 8c5513ed8a6bfd470be2dc70dd3f589e6cef3c6d (patch) | |
tree | b972f64b38bce9941c3d9f2688faedbae544af76 | |
parent | 607f9e39218b8141d679ca51375d3b169ebe8990 (diff) | |
download | anaconda-8c5513ed8a6bfd470be2dc70dd3f589e6cef3c6d.tar.gz anaconda-8c5513ed8a6bfd470be2dc70dd3f589e6cef3c6d.tar.xz anaconda-8c5513ed8a6bfd470be2dc70dd3f589e6cef3c6d.zip |
GPLv2+ boilerplates for the command-stubs/ files.
-rwxr-xr-x | command-stubs/dhcpclient-stub | 18 | ||||
-rwxr-xr-x | command-stubs/kudzu-probe-stub | 15 | ||||
-rwxr-xr-x | command-stubs/list-harddrives-stub | 15 | ||||
-rwxr-xr-x | command-stubs/loadkeys-stub | 18 | ||||
-rwxr-xr-x | command-stubs/losetup-stub | 18 | ||||
-rwxr-xr-x | command-stubs/mknod-stub | 18 | ||||
-rwxr-xr-x | command-stubs/raidstart-stub | 18 | ||||
-rwxr-xr-x | command-stubs/raidstop-stub | 18 | ||||
-rwxr-xr-x | command-stubs/syslogd-stub | 18 |
9 files changed, 156 insertions, 0 deletions
diff --git a/command-stubs/dhcpclient-stub b/command-stubs/dhcpclient-stub index ac8fbc999..b5ffdc78d 100755 --- a/command-stubs/dhcpclient-stub +++ b/command-stubs/dhcpclient-stub @@ -1,4 +1,22 @@ #!/usr/bin/python +# +# dhcpclient-stub +# +# Copyright (C) 2007 Red Hat, Inc. All rights reserved. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# import os import sys diff --git a/command-stubs/kudzu-probe-stub b/command-stubs/kudzu-probe-stub index 0650e0f59..66ea19001 100755 --- a/command-stubs/kudzu-probe-stub +++ b/command-stubs/kudzu-probe-stub @@ -2,6 +2,21 @@ # # scan system for common hardware types # +# Copyright (C) 2007 Red Hat, Inc. All rights reserved. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# import os import sys diff --git a/command-stubs/list-harddrives-stub b/command-stubs/list-harddrives-stub index 41add100c..73f86c2e6 100755 --- a/command-stubs/list-harddrives-stub +++ b/command-stubs/list-harddrives-stub @@ -2,6 +2,21 @@ # # scan system for harddrives and output device name/size # +# Copyright (C) 2007 Red Hat, Inc. All rights reserved. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# import os import sys diff --git a/command-stubs/loadkeys-stub b/command-stubs/loadkeys-stub index 7d7e65dc0..175271743 100755 --- a/command-stubs/loadkeys-stub +++ b/command-stubs/loadkeys-stub @@ -1,4 +1,22 @@ #!/usr/bin/python +# +# loadkeys-stub +# +# Copyright (C) 2007 Red Hat, Inc. All rights reserved. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# import os import sys diff --git a/command-stubs/losetup-stub b/command-stubs/losetup-stub index e96f684ea..57fbaccff 100755 --- a/command-stubs/losetup-stub +++ b/command-stubs/losetup-stub @@ -1,4 +1,22 @@ #!/usr/bin/python +# +# losetup-stub +# +# Copyright (C) 2007 Red Hat, Inc. All rights reserved. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# import os import sys diff --git a/command-stubs/mknod-stub b/command-stubs/mknod-stub index bc14c5bd0..03320abc0 100755 --- a/command-stubs/mknod-stub +++ b/command-stubs/mknod-stub @@ -1,4 +1,22 @@ #!/usr/bin/python +# +# mknod-stub +# +# Copyright (C) 2007 Red Hat, Inc. All rights reserved. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# import sys, os sys.path.append('/usr/lib/anaconda') diff --git a/command-stubs/raidstart-stub b/command-stubs/raidstart-stub index 01fe54d72..ddd1949db 100755 --- a/command-stubs/raidstart-stub +++ b/command-stubs/raidstart-stub @@ -1,4 +1,22 @@ #!/usr/bin/python +# +# raidstart-stub +# +# Copyright (C) 2007 Red Hat, Inc. All rights reserved. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# import os import sys diff --git a/command-stubs/raidstop-stub b/command-stubs/raidstop-stub index 39b538975..5eeee07c4 100755 --- a/command-stubs/raidstop-stub +++ b/command-stubs/raidstop-stub @@ -1,4 +1,22 @@ #!/usr/bin/python +# +# raidstop-stub +# +# Copyright (C) 2007 Red Hat, Inc. All rights reserved. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# import os import sys diff --git a/command-stubs/syslogd-stub b/command-stubs/syslogd-stub index 89d9e80d9..2f3af9278 100755 --- a/command-stubs/syslogd-stub +++ b/command-stubs/syslogd-stub @@ -1,4 +1,22 @@ #!/usr/bin/python +# +# syslogd-stub +# +# Copyright (C) 2007 Red Hat, Inc. All rights reserved. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# import sys sys.path.append('/usr/lib/anaconda') |