summaryrefslogtreecommitdiff
path: root/class
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2021-12-04 14:39:16 +0800
committersakumisu <[email protected]>2021-12-04 14:39:35 +0800
commitc3cc88d95f4ec4c1cd1ecc322a19d508580daba8 (patch)
treebf843f5b19e86a89307b17707965459a8f098e54 /class
parente332f6c2e3eab2f2d197ea31fe03d980c9b26a6a (diff)
fix doxygen user name
Diffstat (limited to 'class')
-rw-r--r--class/audio/usbd_audio.c22
-rw-r--r--class/cdc/usbd_cdc.c2
-rw-r--r--class/dfu/usbd_dfu.c22
-rw-r--r--class/hid/usbd_hid.c2
-rw-r--r--class/hub/usbd_hub.c22
-rw-r--r--class/msc/usbd_msc.c2
-rw-r--r--class/video/usbd_video.c2
7 files changed, 70 insertions, 4 deletions
diff --git a/class/audio/usbd_audio.c b/class/audio/usbd_audio.c
index 9ec5c28a..522497c1 100644
--- a/class/audio/usbd_audio.c
+++ b/class/audio/usbd_audio.c
@@ -1,3 +1,25 @@
+/**
+ * @file usbd_audio.c
+ * @brief
+ *
+ * Copyright (c) 2021 sakumisu
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership. The
+ * ASF licenses this file to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance with the
+ * License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
+ *
+ */
#include "usbd_core.h"
#include "usbd_audio.h"
diff --git a/class/cdc/usbd_cdc.c b/class/cdc/usbd_cdc.c
index 3170a620..7c049e1c 100644
--- a/class/cdc/usbd_cdc.c
+++ b/class/cdc/usbd_cdc.c
@@ -2,7 +2,7 @@
* @file usbd_cdc.c
* @brief
*
- * Copyright (c) 2021 Bouffalolab team
+ * Copyright (c) 2021 sakumisu
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
diff --git a/class/dfu/usbd_dfu.c b/class/dfu/usbd_dfu.c
index 02f46742..1bdf7006 100644
--- a/class/dfu/usbd_dfu.c
+++ b/class/dfu/usbd_dfu.c
@@ -1,3 +1,25 @@
+/**
+ * @file usbd_dfu.c
+ * @brief
+ *
+ * Copyright (c) 2021 sakumisu
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership. The
+ * ASF licenses this file to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance with the
+ * License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
+ *
+ */
#include "usbd_core.h"
#include "usbd_dfu.h"
diff --git a/class/hid/usbd_hid.c b/class/hid/usbd_hid.c
index d987fbca..ddeea6fa 100644
--- a/class/hid/usbd_hid.c
+++ b/class/hid/usbd_hid.c
@@ -2,7 +2,7 @@
* @file usbd_hid.c
* @brief
*
- * Copyright (c) 2021 Bouffalolab team
+ * Copyright (c) 2021 sakumisu
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
diff --git a/class/hub/usbd_hub.c b/class/hub/usbd_hub.c
index 329e1f81..beafea69 100644
--- a/class/hub/usbd_hub.c
+++ b/class/hub/usbd_hub.c
@@ -1,3 +1,25 @@
+/**
+ * @file usbd_hub.c
+ * @brief
+ *
+ * Copyright (c) 2021 sakumisu
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership. The
+ * ASF licenses this file to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance with the
+ * License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
+ *
+ */
#include "usbd_core.h"
#include "usbd_hub.h"
diff --git a/class/msc/usbd_msc.c b/class/msc/usbd_msc.c
index f95e79b2..569cde81 100644
--- a/class/msc/usbd_msc.c
+++ b/class/msc/usbd_msc.c
@@ -2,7 +2,7 @@
* @file usbd_msc.c
* @brief
*
- * Copyright (c) 2021 Bouffalolab team
+ * Copyright (c) 2021 sakumisu
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
diff --git a/class/video/usbd_video.c b/class/video/usbd_video.c
index fe18e421..a8ed3daf 100644
--- a/class/video/usbd_video.c
+++ b/class/video/usbd_video.c
@@ -1,7 +1,7 @@
/**
* @file usbd_video.c
*
- * Copyright (c) 2021 Bouffalolab team
+ * Copyright (c) 2021 sakumisu
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with