diff options
Diffstat (limited to 'src/ec/acpi')
-rw-r--r-- | src/ec/acpi/ec.asl | 3 | ||||
-rw-r--r-- | src/ec/acpi/ec.c | 3 | ||||
-rw-r--r-- | src/ec/acpi/ec.h | 2 |
3 files changed, 3 insertions, 5 deletions
diff --git a/src/ec/acpi/ec.asl b/src/ec/acpi/ec.asl index 4bc72f712e..5bd4edafb2 100644 --- a/src/ec/acpi/ec.asl +++ b/src/ec/acpi/ec.asl @@ -15,8 +15,7 @@ * * 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 + * Foundation, Inc. */ /* diff --git a/src/ec/acpi/ec.c b/src/ec/acpi/ec.c index 634d2bb941..6bd470722d 100644 --- a/src/ec/acpi/ec.c +++ b/src/ec/acpi/ec.c @@ -15,8 +15,7 @@ * * 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 + * Foundation, Inc. */ #include <console/console.h> diff --git a/src/ec/acpi/ec.h b/src/ec/acpi/ec.h index 82266bf394..41dfc3b462 100644 --- a/src/ec/acpi/ec.h +++ b/src/ec/acpi/ec.h @@ -14,7 +14,7 @@ * * 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 + * Foundation, Inc. */ #ifndef _EC_ACPI_H |