diff --git a/src/Plugin/Field/FieldFormatter/IngredientRecipeMLFormatter.php b/src/Plugin/Field/FieldFormatter/IngredientRecipeMLFormatter.php
index 4f90aea..6ae2a35 100644
--- a/src/Plugin/Field/FieldFormatter/IngredientRecipeMLFormatter.php
+++ b/src/Plugin/Field/FieldFormatter/IngredientRecipeMLFormatter.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains Drupal\recipe\Plugin\Field\FieldFormatter\IngredientRecipeMLFormatter.
- */
-
 namespace Drupal\recipe\Plugin\Field\FieldFormatter;
 
 use Drupal\Component\Utility\Xss;
diff --git a/src/Plugin/Field/FieldFormatter/RecipeDurationFormatter.php b/src/Plugin/Field/FieldFormatter/RecipeDurationFormatter.php
index 8e38c16..4345282 100644
--- a/src/Plugin/Field/FieldFormatter/RecipeDurationFormatter.php
+++ b/src/Plugin/Field/FieldFormatter/RecipeDurationFormatter.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains Drupal\recipe\Plugin\Field\FieldFormatter\RecipeDurationFormatter.
- */
-
 namespace Drupal\recipe\Plugin\Field\FieldFormatter;
 
 use Drupal\Core\Field\FieldItemListInterface;
diff --git a/src/Plugin/views/display/Recipe.php b/src/Plugin/views/display/Recipe.php
index 0795aae..a6b39a8 100644
--- a/src/Plugin/views/display/Recipe.php
+++ b/src/Plugin/views/display/Recipe.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\recipe\Plugin\views\display\Recipe.
- */
-
 namespace Drupal\recipe\Plugin\views\display;
 
 use Drupal\Core\Cache\CacheableMetadata;
diff --git a/src/Plugin/views/style/PlainText.php b/src/Plugin/views/style/PlainText.php
index fa31771..44eeb5b 100644
--- a/src/Plugin/views/style/PlainText.php
+++ b/src/Plugin/views/style/PlainText.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\recipe\Plugin\views\style\PlainText.
- */
-
 namespace Drupal\recipe\Plugin\views\style;
 
 use Drupal\Core\Form\FormStateInterface;
diff --git a/src/Plugin/views/style/RecipeML.php b/src/Plugin/views/style/RecipeML.php
index f5f5efa..70d4012 100644
--- a/src/Plugin/views/style/RecipeML.php
+++ b/src/Plugin/views/style/RecipeML.php
@@ -1,26 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\recipe\Plugin\views\style\RecipeML.
- *
- * Copyright (c) FormatData. All rights reserved.
- *
- * Distribution of RecipeML Processing Software in source and/or binary forms is
- * permitted provided that the following conditions are met:
- * - Distributions in source code must retain the above copyright notice and
- *   this list of conditions.
- * - Distributions in binary form must reproduce the above copyright notice and
- *   this list of conditions in the documentation and/or other materials
- *   provided with the distribution.
- * - All advertising materials and documentation for RecipeML Processing
- *   Software must display the following acknowledgment:
- *   "This product is RecipeML compatible."
- * - Names associated with RecipeML or FormatData must not be used to endorse or
- *   promote RecipeML Processing Software without prior written permission from
- *   FormatData. For written permission, please contact RecipeML@formatdata.com.
- */
-
 namespace Drupal\recipe\Plugin\views\style;
 
 use Drupal\Core\Form\FormStateInterface;
diff --git a/src/RecipeBreadcrumbBuilder.php b/src/RecipeBreadcrumbBuilder.php
index ce3d37b..942158a 100644
--- a/src/RecipeBreadcrumbBuilder.php
+++ b/src/RecipeBreadcrumbBuilder.php
@@ -1,10 +1,5 @@
 <?php
 
-/*
- * @file
- * Contains \Drupal\recipe\RecipeBreadcrumbBuilder
- */
-
 namespace Drupal\recipe;
 
 use Drupal\Core\Breadcrumb\Breadcrumb;
diff --git a/src/Tests/PlainTextStyleTest.php b/src/Tests/PlainTextStyleTest.php
index 6e0a6be..5f87561 100644
--- a/src/Tests/PlainTextStyleTest.php
+++ b/src/Tests/PlainTextStyleTest.php
@@ -1,10 +1,5 @@
 <?php
 
-/*
- * @file
- * Contains \Drupal\recipe\Tests\PlainTextStyleTest
- */
-
 namespace Drupal\recipe\Tests;
 
 use Drupal\Component\Render\FormattableMarkup;
diff --git a/src/Tests/RecipeMLTest.php b/src/Tests/RecipeMLTest.php
index 1ef68e8..21ce543 100644
--- a/src/Tests/RecipeMLTest.php
+++ b/src/Tests/RecipeMLTest.php
@@ -1,10 +1,5 @@
 <?php
 
-/*
- * @file
- * Contains \Drupal\recipe\Tests\RecipeMLTest
- */
-
 namespace Drupal\recipe\Tests;
 
 use Drupal\recipe\Tests\RecipeTestBase;
diff --git a/src/Tests/RecipeNodeTest.php b/src/Tests/RecipeNodeTest.php
index 887dc62..78ecdee 100644
--- a/src/Tests/RecipeNodeTest.php
+++ b/src/Tests/RecipeNodeTest.php
@@ -1,10 +1,5 @@
 <?php
 
-/*
- * @file
- * Contains \Drupal\recipe\Tests\RecipeNodeTest
- */
-
 namespace Drupal\recipe\Tests;
 
 use Drupal\Core\URL;
diff --git a/src/Tests/RecipeSettingsTest.php b/src/Tests/RecipeSettingsTest.php
index 4600533..d177afe 100644
--- a/src/Tests/RecipeSettingsTest.php
+++ b/src/Tests/RecipeSettingsTest.php
@@ -1,10 +1,5 @@
 <?php
 
-/*
- * @file
- * Contains \Drupal\recipe\Tests\RecipeSettingsTest
- */
-
 namespace Drupal\recipe\Tests;
 
 use Drupal\simpletest\WebTestBase;
diff --git a/src/Tests/RecipeTestBase.php b/src/Tests/RecipeTestBase.php
index 57da590..46829a2 100644
--- a/src/Tests/RecipeTestBase.php
+++ b/src/Tests/RecipeTestBase.php
@@ -1,10 +1,5 @@
 <?php
 
-/*
- * @file
- * Contains \Drupal\recipe\Tests\RecipeTestBase
- */
-
 namespace Drupal\recipe\Tests;
 
 use Drupal\simpletest\WebTestBase;
diff --git a/src/Tests/RecipeTotalTimeConfigTest.php b/src/Tests/RecipeTotalTimeConfigTest.php
index 123d90d..1cd6cb6 100644
--- a/src/Tests/RecipeTotalTimeConfigTest.php
+++ b/src/Tests/RecipeTotalTimeConfigTest.php
@@ -1,10 +1,5 @@
 <?php
 
-/*
- * @file
- * Contains \Drupal\recipe\Tests\RecipeTotalTimeConfigTest
- */
-
 namespace Drupal\recipe\Tests;
 
 use Drupal\field\Entity\FieldConfig;
