mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
sourcefiles: Fix relative path in file header
This commit is contained in:
committed by
Xiang Xiao
parent
13535d8725
commit
330eff36d7
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* graphics/nxglib/nxglib_cursor_backup.c
|
||||
* graphics/nxglib/cursor/nxglib_cursor_backup.c
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* graphics/nxglib/nxglib_cursor_draw.c
|
||||
* graphics/nxglib/cursor/nxglib_cursor_draw.c
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* graphics/nxglib/nxglib_cursor_erase.c
|
||||
* graphics/nxglib/cursor/nxglib_cursor_erase.c
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* graphics/nxglib/lcd/nxsglib_copyrectangle.c
|
||||
* graphics/nxglib/lcd/nxglib_copyrectangle.c
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* graphics/nxglib/nx/nxglib.h
|
||||
* graphics/nxglib/nxglib.h
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* graphics/nxglib/nxglib_fullrun.h
|
||||
* graphics/nxglib/nxglib_fillrun.h
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* graphics/nxglib/fb/pwfb_fillrectangle.c
|
||||
* graphics/nxglib/pwfb/pwfb_fillrectangle.c
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* graphics/nxglib/fb/pwfb_filltrapezoid.c
|
||||
* graphics/nxglib/pwfb/pwfb_filltrapezoid.c
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* graphics/nxglib/fb/pwfb_getrectangle.c
|
||||
* graphics/nxglib/pwfb/pwfb_getrectangle.c
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* graphics/nxglib/fb/pwfb_moverectangle.c
|
||||
* graphics/nxglib/pwfb/pwfb_moverectangle.c
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* graphics/nxglib/fb/pwfb_setpixel.c
|
||||
* graphics/nxglib/pwfb/pwfb_setpixel.c
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
|
||||
Reference in New Issue
Block a user