diff options
author | Sandro Bonazzola <sbonazzo@redhat.com> | 2017-11-14 17:23:50 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2017-11-15 15:43:23 +0000 |
commit | 58f3f9069223516d05474d9f9027ac396872d84b (patch) | |
tree | 9dd084f3858033270422ae85654232c4003da345 | |
parent | 6013308e2ebfc45d72ef87c3d18fb2edce61d549 (diff) | |
download | sos-58f3f9069223516d05474d9f9027ac396872d84b.tar.gz |
[global] update FSF address
Update FSF address for the following plugins:
- boom
- conntrackd
- sas3ircu
Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com>
Fixes: #1146
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rwxr-xr-x | sos/plugins/boom.py | 6 | ||||
-rwxr-xr-x | sos/plugins/conntrackd.py | 6 | ||||
-rw-r--r-- | sos/plugins/sas3ircu.py | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/sos/plugins/boom.py b/sos/plugins/boom.py index beddc399..f4d1d636 100755 --- a/sos/plugins/boom.py +++ b/sos/plugins/boom.py @@ -9,9 +9,9 @@ # 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, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. from sos.plugins import Plugin, RedHatPlugin diff --git a/sos/plugins/conntrackd.py b/sos/plugins/conntrackd.py index 7add1e95..10c62827 100755 --- a/sos/plugins/conntrackd.py +++ b/sos/plugins/conntrackd.py @@ -9,9 +9,9 @@ # 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, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. from sos.plugins import Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin, \ SuSEPlugin diff --git a/sos/plugins/sas3ircu.py b/sos/plugins/sas3ircu.py index 26f371aa..21f6fa52 100644 --- a/sos/plugins/sas3ircu.py +++ b/sos/plugins/sas3ircu.py @@ -8,9 +8,9 @@ # 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, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # This sosreport plugin is meant for sas adapters. |