diff options
Diffstat (limited to 'util/viatool')
-rw-r--r-- | util/viatool/Makefile | 4 | ||||
-rw-r--r-- | util/viatool/cpu.c | 4 | ||||
-rw-r--r-- | util/viatool/quirks/quirks.c | 3 | ||||
-rw-r--r-- | util/viatool/quirks/quirks.h | 3 | ||||
-rw-r--r-- | util/viatool/quirks/vx900_quirks.c | 3 | ||||
-rw-r--r-- | util/viatool/viatool.c | 4 | ||||
-rw-r--r-- | util/viatool/viatool.h | 4 |
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> |