diff options
Diffstat (limited to 'util/ectool/ectool.c')
-rw-r--r-- | util/ectool/ectool.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/util/ectool/ectool.c b/util/ectool/ectool.c index 4639c4ee67..c93eb256e7 100644 --- a/util/ectool/ectool.c +++ b/util/ectool/ectool.c @@ -35,9 +35,7 @@ void print_version(void) "This program is distributed in the hope that it will be useful,\n" "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" - "GNU General Public License for more details.\n\n" - "You should have received a copy of the GNU General Public License\n" - "along with this program. If not, see <http://www.gnu.org/licenses/>.\n\n"); + "GNU General Public License for more details.\n\n"); } void print_usage(const char *name) |