summaryrefslogtreecommitdiffstats
path: root/util/ectool
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2016-01-12 13:30:50 -0700
committerMartin Roth <martinroth@google.com>2016-01-13 22:53:29 +0100
commiteb20e60c9cdcb5bf904a6f489d9971220697b5d6 (patch)
tree4c58848e78f1fea241b920edfce0e8283a24f686 /util/ectool
parenta20ac2f7b3aaa9156e003b8b3746d0bddf93eec0 (diff)
downloadcoreboot-eb20e60c9cdcb5bf904a6f489d9971220697b5d6.tar.gz
coreboot-eb20e60c9cdcb5bf904a6f489d9971220697b5d6.tar.bz2
coreboot-eb20e60c9cdcb5bf904a6f489d9971220697b5d6.zip
utils: Remove old license text from help & disclaimer file
The license text that we decided to remove was removed from the headers of these files, but was still left in the help text. Remove it from those locations as well. Change-Id: I0e1b3b79f1afa35e632c4a4dd09a8bf2b02eaa6d Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/12913 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'util/ectool')
-rw-r--r--util/ectool/ectool.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/util/ectool/ectool.c b/util/ectool/ectool.c
index 4639c4ee67d2..c93eb256e7f3 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)