summaryrefslogtreecommitdiff
path: root/src/drivers/aspeed/common/ast_mode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/aspeed/common/ast_mode.c')
-rw-r--r--src/drivers/aspeed/common/ast_mode.c14
1 files changed, 4 insertions, 10 deletions
diff --git a/src/drivers/aspeed/common/ast_mode.c b/src/drivers/aspeed/common/ast_mode.c
index 2b6cedae3c..ef76ab3a77 100644
--- a/src/drivers/aspeed/common/ast_mode.c
+++ b/src/drivers/aspeed/common/ast_mode.c
@@ -1,12 +1,4 @@
/*
- * Copied from Linux drivers/gpu/drm/ast/ast_mode.c
- *
- * Copyright 2012 Red Hat Inc.
- * Parts based on xf86-video-ast
- * Copyright (c) 2005 ASPEED Technology Inc.
- * Copyright Dave Airlie <airlied@redhat.com>
- * Copyright 2019 9Elements Agency GmbH <patrick.rudolph@9elements.com>
- *
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
@@ -26,10 +18,12 @@
* The above copyright notice and this permission notice (including the
* next paragraph) shall be included in all copies or substantial portions
* of the Software.
- *
- * Please try to keep as close as possible to the upstream source.
*/
+/*
+ * Copied from Linux drivers/gpu/drm/ast/ast_mode.c
+ * Please try to keep as close as possible to the upstream source.
+ */
#include "ast_drv.h"
#include "ast_tables.h"