Skip to content

Commit

Permalink
Removed License header from all source
Browse files Browse the repository at this point in the history
Common License file will be added while addressing #28

Signed-off-by: Aravinda VK <[email protected]>
  • Loading branch information
aravindavk committed Jul 11, 2018
1 parent 86e3368 commit 28805c3
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 121 deletions.
10 changes: 0 additions & 10 deletions glusterhealth/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +0,0 @@
#
# Copyright (c) 2017 Red Hat, Inc.
#
# This file is part of gluster-health-report project which is a
# subproject of GlusterFS ( www.gluster.org)
#
# This file is licensed to you under your choice of the GNU Lesser
# General Public License, version 3 or any later version (LGPLv3 or
# later), or the GNU General Public License, version 2 (GPLv2), in all
# cases as published by the Free Software Foundation.
11 changes: 0 additions & 11 deletions glusterhealth/main.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
#
# Copyright (c) 2017 Red Hat, Inc.
#
# This file is part of gluster-health-report project which is a
# subproject of GlusterFS ( www.gluster.org)
#
# This file is licensed to you under your choice of the GNU Lesser
# General Public License, version 3 or any later version (LGPLv3 or
# later), or the GNU General Public License, version 2 (GPLv2), in all
# cases as published by the Free Software Foundation.

from __future__ import print_function
import logging
import time
Expand Down
11 changes: 0 additions & 11 deletions glusterhealth/rconf.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
#
# Copyright (c) 2017 Red Hat, Inc.
#
# This file is part of gluster-health-report project which is a
# subproject of GlusterFS ( www.gluster.org)
#
# This file is licensed to you under your choice of the GNU Lesser
# General Public License, version 3 or any later version (LGPLv3 or
# later), or the GNU General Public License, version 2 (GPLv2), in all
# cases as published by the Free Software Foundation.

# Runtime configurations


Expand Down
10 changes: 0 additions & 10 deletions glusterhealth/reports/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +0,0 @@
#
# Copyright (c) 2017 Red Hat, Inc.
#
# This file is part of gluster-health-report project which is a
# subproject of GlusterFS ( www.gluster.org)
#
# This file is licensed to you under your choice of the GNU Lesser
# General Public License, version 3 or any later version (LGPLv3 or
# later), or the GNU General Public License, version 2 (GPLv2), in all
# cases as published by the Free Software Foundation.
11 changes: 0 additions & 11 deletions glusterhealth/reports/coredump.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
#
# Copyright (c) 2017 Red Hat, Inc.
#
# This file is part of gluster-health-report project which is a
# subproject of GlusterFS ( www.gluster.org)
#
# This file is licensed to you under your choice of the GNU Lesser
# General Public License, version 3 or any later version (LGPLv3 or
# later), or the GNU General Public License, version 2 (GPLv2), in all
# cases as published by the Free Software Foundation.

import logging

from .utils import command_output, CommandError
Expand Down
11 changes: 0 additions & 11 deletions glusterhealth/reports/disk_usage.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
#
# Copyright (c) 2017 Red Hat, Inc.
#
# This file is part of gluster-health-report project which is a
# subproject of GlusterFS ( www.gluster.org)
#
# This file is licensed to you under your choice of the GNU Lesser
# General Public License, version 3 or any later version (LGPLv3 or
# later), or the GNU General Public License, version 2 (GPLv2), in all
# cases as published by the Free Software Foundation.

from .utils import get_disk_usage_details


Expand Down
11 changes: 0 additions & 11 deletions glusterhealth/reports/glusterd-op-version.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
#
# Copyright (c) 2017 Red Hat, Inc.
#
# This file is part of gluster-health-report project which is a
# subproject of GlusterFS ( www.gluster.org)
#
# This file is licensed to you under your choice of the GNU Lesser
# General Public License, version 3 or any later version (LGPLv3 or
# later), or the GNU General Public License, version 2 (GPLv2), in all
# cases as published by the Free Software Foundation.

import logging

from .utils import command_output, CommandError
Expand Down
11 changes: 0 additions & 11 deletions glusterhealth/reports/glusterd.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
#
# Copyright (c) 2017 Red Hat, Inc.
#
# This file is part of gluster-health-report project which is a
# subproject of GlusterFS ( www.gluster.org)
#
# This file is licensed to you under your choice of the GNU Lesser
# General Public License, version 3 or any later version (LGPLv3 or
# later), or the GNU General Public License, version 2 (GPLv2), in all
# cases as published by the Free Software Foundation.

import logging

from .utils import command_output, CommandError
Expand Down
12 changes: 0 additions & 12 deletions glusterhealth/reports/hello.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
#
# Copyright (c) 2017 Red Hat, Inc.
#
# This file is part of gluster-health-report project which is a
# subproject of GlusterFS ( www.gluster.org)
#
# This file is licensed to you under your choice of the GNU Lesser
# General Public License, version 3 or any later version (LGPLv3 or
# later), or the GNU General Public License, version 2 (GPLv2), in all
# cases as published by the Free Software Foundation.


def report_hello(ctx):
ctx.ok("CPU Usage")
ctx.ok("Network Health")
Expand Down
11 changes: 0 additions & 11 deletions glusterhealth/reports/utils.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
#
# Copyright (c) 2017 Red Hat, Inc.
#
# This file is part of gluster-health-report project which is a
# subproject of GlusterFS ( www.gluster.org)
#
# This file is licensed to you under your choice of the GNU Lesser
# General Public License, version 3 or any later version (LGPLv3 or
# later), or the GNU General Public License, version 2 (GPLv2), in all
# cases as published by the Free Software Foundation.

import logging
import re
from subprocess import Popen, PIPE
Expand Down
12 changes: 0 additions & 12 deletions glusterhealth/utils.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
#
# Copyright (c) 2017 Red Hat, Inc.
#
# This file is part of gluster-health-report project which is a
# subproject of GlusterFS ( www.gluster.org)
#
# This file is licensed to you under your choice of the GNU Lesser
# General Public License, version 3 or any later version (LGPLv3 or
# later), or the GNU General Public License, version 2 (GPLv2), in all
# cases as published by the Free Software Foundation.


import logging
from logging import Logger, handlers
import sys
Expand Down

0 comments on commit 28805c3

Please sign in to comment.