Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb5cdf8d authored by Andrew F. Davis's avatar Andrew F. Davis Committed by Tomi Valkeinen
Browse files

drm: omapdrm: Remove filename from header and fix copyright tag



Having the filename in the header serves little purpose and is
often wrong after renames as it is here in several places, just
drop it from all omapdrm files.

While we are here unify the copyright tags to the TI recommended style.

Signed-off-by: default avatarAndrew F. Davis <afd@ti.com>
parent b7ea6b28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
/*
 * Analog TV Connector driver
 *
 * Copyright (C) 2013 Texas Instruments
 * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
 * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
 *
 * This program is free software; you can redistribute it and/or modify it
+1 −1
Original line number Diff line number Diff line
/*
 * Generic DVI Connector driver
 *
 * Copyright (C) 2013 Texas Instruments
 * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
 * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
 *
 * This program is free software; you can redistribute it and/or modify it
+1 −1
Original line number Diff line number Diff line
/*
 * HDMI Connector driver
 *
 * Copyright (C) 2013 Texas Instruments
 * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
 * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
 *
 * This program is free software; you can redistribute it and/or modify it
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
 *
 * based on encoder-tfp410
 *
 * Copyright (C) 2013 Texas Instruments
 * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
 * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
 *
 * This program is free software; you can redistribute it and/or modify it
+1 −1
Original line number Diff line number Diff line
/*
 * TFP410 DPI-to-DVI encoder driver
 *
 * Copyright (C) 2013 Texas Instruments
 * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
 * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
 *
 * This program is free software; you can redistribute it and/or modify it
Loading