diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-12-16 14:05:24 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-12-16 14:05:24 -0500 |
commit | f2cefd132d6157e117b833e28824bebc5aa93d19 (patch) | |
tree | 9d5500d3fe0492ceae9a0d697f82da945e60140f /tests | |
parent | tests/revdeppaxtest: no longer require python module to be installed (diff) | |
download | elfix-f2cefd132d6157e117b833e28824bebc5aa93d19.tar.gz elfix-f2cefd132d6157e117b833e28824bebc5aa93d19.tar.bz2 elfix-f2cefd132d6157e117b833e28824bebc5aa93d19.zip |
ChangeLog, TODO, README, Copyright Notices: updated
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/gnustack/gnustacktest.sh | 17 | ||||
-rwxr-xr-x | tests/paxmodule/paxmodtest.sh | 17 | ||||
-rwxr-xr-x | tests/pxtpax/daemontest.sh | 17 | ||||
-rwxr-xr-x | tests/pxtpax/init.sh | 17 | ||||
-rwxr-xr-x | tests/revdeppaxtest/revdeptest.sh | 17 |
5 files changed, 85 insertions, 0 deletions
diff --git a/tests/gnustack/gnustacktest.sh b/tests/gnustack/gnustacktest.sh index 518f4c5..8a4c6e7 100755 --- a/tests/gnustack/gnustacktest.sh +++ b/tests/gnustack/gnustacktest.sh @@ -1,4 +1,21 @@ #!/bin/bash +# +# gnustacktest.sh: this file is part of the elfix package +# Copyright (C) 2011 Anthony G. Basile +# +# 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 3 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/>. +# verbose=${1-0} diff --git a/tests/paxmodule/paxmodtest.sh b/tests/paxmodule/paxmodtest.sh index 4f25d7c..98ba340 100755 --- a/tests/paxmodule/paxmodtest.sh +++ b/tests/paxmodule/paxmodtest.sh @@ -1,4 +1,21 @@ #!/bin/bash +# +# paxmodtest.sh: this file is part of the elfix package +# Copyright (C) 2011 Anthony G. Basile +# +# 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 3 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/>. +# echo "================================================================================" echo diff --git a/tests/pxtpax/daemontest.sh b/tests/pxtpax/daemontest.sh index 4d61c1c..afc52cf 100755 --- a/tests/pxtpax/daemontest.sh +++ b/tests/pxtpax/daemontest.sh @@ -1,4 +1,21 @@ #!/bin/bash +# +# daemontest.sh: this file is part of the elfix package +# Copyright (C) 2011 Anthony G. Basile +# +# 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 3 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/>. +# # dotest = 0 -> do only XT_PAX or PT_PAX test # dotest = 1 -> do both diff --git a/tests/pxtpax/init.sh b/tests/pxtpax/init.sh index 4013b29..3d41305 100755 --- a/tests/pxtpax/init.sh +++ b/tests/pxtpax/init.sh @@ -1,4 +1,21 @@ #!/bin/bash +# +# init.sh: this file is part of the elfix package +# Copyright (C) 2011 Anthony G. Basile +# +# 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 3 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/>. +# PATH=/sbin:/bin diff --git a/tests/revdeppaxtest/revdeptest.sh b/tests/revdeppaxtest/revdeptest.sh index 034cd6c..2bbfb56 100755 --- a/tests/revdeppaxtest/revdeptest.sh +++ b/tests/revdeppaxtest/revdeptest.sh @@ -1,4 +1,21 @@ #!/bin/bash +# +# revdeptest.sh: this file is part of the elfix package +# Copyright (C) 2011 Anthony G. Basile +# +# 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 3 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/>. +# echo "================================================================================" echo |