[coreboot-gerrit] New patch to review for coreboot: utils: Remove old license text from help & disclaimer file

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Tue Jan 12 21:42:44 CET 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12913

-gerrit

commit 0057dc8631fab682f45f524501af1a38bd164f8a
Author: Martin Roth <martinroth at google.com>
Date:   Tue Jan 12 13:30:50 2016 -0700

    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 at google.com>
---
 util/cbmem/cbmem.c             | 2 --
 util/ectool/ectool.c           | 2 --
 util/ifdtool/ifdtool.c         | 2 --
 util/inteltool/inteltool.c     | 2 --
 util/nvramtool/DISCLAIMER      | 4 ----
 util/nvramtool/cli/nvramtool.8 | 3 ---
 6 files changed, 15 deletions(-)

diff --git a/util/cbmem/cbmem.c b/util/cbmem/cbmem.c
index 7c210ba..6174877 100644
--- a/util/cbmem/cbmem.c
+++ b/util/cbmem/cbmem.c
@@ -970,8 +970,6 @@ static void print_version(void)
     "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");
 }
 
 static void print_usage(const char *name)
diff --git a/util/ectool/ectool.c b/util/ectool/ectool.c
index 4639c4e..7839124 100644
--- a/util/ectool/ectool.c
+++ b/util/ectool/ectool.c
@@ -36,8 +36,6 @@ void print_version(void)
 	"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");
 }
 
 void print_usage(const char *name)
diff --git a/util/ifdtool/ifdtool.c b/util/ifdtool/ifdtool.c
index 7921ef0..4ad79a5 100644
--- a/util/ifdtool/ifdtool.c
+++ b/util/ifdtool/ifdtool.c
@@ -1063,8 +1063,6 @@ static void print_version(void)
 	     "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");
 }
 
 static void print_usage(const char *name)
diff --git a/util/inteltool/inteltool.c b/util/inteltool/inteltool.c
index 974db6f..e0e0417 100644
--- a/util/inteltool/inteltool.c
+++ b/util/inteltool/inteltool.c
@@ -211,8 +211,6 @@ void print_version(void)
     "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");
 }
 
 void print_usage(const char *name)
diff --git a/util/nvramtool/DISCLAIMER b/util/nvramtool/DISCLAIMER
index 1e9d0d2..290ab52 100644
--- a/util/nvramtool/DISCLAIMER
+++ b/util/nvramtool/DISCLAIMER
@@ -21,10 +21,6 @@ WITHOUT ANY WARRANTY; without even the IMPLIED WARRANTY OF
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the terms and
 conditions of 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.,
-51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
-
 This work was produced at the University of California, Lawrence Livermore
 National Laboratory (UC LLNL) under contract no. W-7405-ENG-48 (Contract 48)
 between the U.S. Department of Energy (DOE) and The Regents of the
diff --git a/util/nvramtool/cli/nvramtool.8 b/util/nvramtool/cli/nvramtool.8
index a1e4a6c..8c4e2dc 100644
--- a/util/nvramtool/cli/nvramtool.8
+++ b/util/nvramtool/cli/nvramtool.8
@@ -22,9 +22,6 @@
 .\"  WITHOUT ANY WARRANTY; without even the IMPLIED WARRANTY OF
 .\"  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the terms and
 .\"  conditions of 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.
 .\"***************************************************************************/
 .TH NVRAMTOOL 8 "September 2008"
 .SH NAME



More information about the coreboot-gerrit mailing list