diff options
Diffstat (limited to 'sos/plugins/ata.py')
-rw-r--r-- | sos/plugins/ata.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sos/plugins/ata.py b/sos/plugins/ata.py index a93d1099..50c58184 100644 --- a/sos/plugins/ata.py +++ b/sos/plugins/ata.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. from sos.plugins import Plugin, RedHatPlugin, UbuntuPlugin, DebianPlugin import os |