aboutsummaryrefslogtreecommitdiff
path: root/util/viatool
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2015-10-31 11:55:10 +0100
committerPatrick Georgi <pgeorgi@google.com>2015-10-31 21:37:39 +0100
commita73b93157f2a5ed42bebf9a5948a4e2cedcb4250 (patch)
tree9e058ce7ae03b1b14acebc050b4b2d837c7cabb9 /util/viatool
parent74b13a56166649967a3e9ab0e4ea5c68b518c6b2 (diff)
tree: drop last paragraph of GPL copyright header
It encourages users from writing to the FSF without giving an address. Linux also prefers to drop that and their checkpatch.pl (that we imported) looks out for that. This is the result of util/scripts/no-fsf-addresses.sh with no further editing. Change-Id: Ie96faea295fe001911d77dbc51e9a6789558fbd6 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: http://review.coreboot.org/11888 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'util/viatool')
-rw-r--r--util/viatool/Makefile4
-rw-r--r--util/viatool/cpu.c4
-rw-r--r--util/viatool/quirks/quirks.c3
-rw-r--r--util/viatool/quirks/quirks.h3
-rw-r--r--util/viatool/quirks/vx900_quirks.c3
-rw-r--r--util/viatool/viatool.c4
-rw-r--r--util/viatool/viatool.h4
7 files changed, 0 insertions, 25 deletions
diff --git a/util/viatool/Makefile b/util/viatool/Makefile
index f1ac3a0e6c..de3bfdd515 100644
--- a/util/viatool/Makefile
+++ b/util/viatool/Makefile
@@ -15,10 +15,6 @@
# 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.
-#
PROGRAM = viatool
diff --git a/util/viatool/cpu.c b/util/viatool/cpu.c
index d0f6623900..9aaa050734 100644
--- a/util/viatool/cpu.c
+++ b/util/viatool/cpu.c
@@ -11,10 +11,6 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* 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.
*/
#include <fcntl.h>
diff --git a/util/viatool/quirks/quirks.c b/util/viatool/quirks/quirks.c
index c1bd33204f..4721461cee 100644
--- a/util/viatool/quirks/quirks.c
+++ b/util/viatool/quirks/quirks.c
@@ -12,9 +12,6 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* 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
- * a long with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "quirks.h"
diff --git a/util/viatool/quirks/quirks.h b/util/viatool/quirks/quirks.h
index 842867b818..8a3f58d351 100644
--- a/util/viatool/quirks/quirks.h
+++ b/util/viatool/quirks/quirks.h
@@ -12,9 +12,6 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* 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
- * a long with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <viatool.h>
diff --git a/util/viatool/quirks/vx900_quirks.c b/util/viatool/quirks/vx900_quirks.c
index dffd2c82fa..16025f128d 100644
--- a/util/viatool/quirks/vx900_quirks.c
+++ b/util/viatool/quirks/vx900_quirks.c
@@ -12,9 +12,6 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* 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
- * a long with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "quirks.h"
diff --git a/util/viatool/viatool.c b/util/viatool/viatool.c
index a3a2f43333..0fde455c87 100644
--- a/util/viatool/viatool.c
+++ b/util/viatool/viatool.c
@@ -14,10 +14,6 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* 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.
*/
#include <stdio.h>
diff --git a/util/viatool/viatool.h b/util/viatool/viatool.h
index 997c5ad431..a0a5d79c94 100644
--- a/util/viatool/viatool.h
+++ b/util/viatool/viatool.h
@@ -13,10 +13,6 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* 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.
*/
#include <stdint.h>