Browse Source

Added license headers

The original, unmodified portions of ChibiOS retain their original
copyright notices, for the portions of code to which they still apply.
Clara Hobbs 7 years ago
parent
commit
edafb128a9
6 changed files with 110 additions and 2 deletions
  1. 18
    0
      boards/PD_BUDDY/board.c
  2. 18
    0
      boards/PD_BUDDY/board.h
  3. 19
    1
      chconf.h
  4. 19
    1
      halconf.h
  5. 18
    0
      mcuconf.h
  6. 18
    0
      src/main.c

+ 18
- 0
boards/PD_BUDDY/board.c View File

@@ -1,3 +1,21 @@
1
+/*
2
+ * PD Buddy - USB Power Delivery for everyone
3
+ * Copyright (C) 2017 Clayton G. Hobbs <clay@lakeserv.net>
4
+ *
5
+ * This program is free software: you can redistribute it and/or modify
6
+ * it under the terms of the GNU General Public License as published by
7
+ * the Free Software Foundation, either version 3 of the License, or
8
+ * (at your option) any later version.
9
+ *
10
+ * This program is distributed in the hope that it will be useful,
11
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
+ * GNU General Public License for more details.
14
+ *
15
+ * You should have received a copy of the GNU General Public License
16
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
+ */
18
+
1 19
 /*
2 20
     ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio
3 21
 

+ 18
- 0
boards/PD_BUDDY/board.h View File

@@ -1,3 +1,21 @@
1
+/*
2
+ * PD Buddy - USB Power Delivery for everyone
3
+ * Copyright (C) 2017 Clayton G. Hobbs <clay@lakeserv.net>
4
+ *
5
+ * This program is free software: you can redistribute it and/or modify
6
+ * it under the terms of the GNU General Public License as published by
7
+ * the Free Software Foundation, either version 3 of the License, or
8
+ * (at your option) any later version.
9
+ *
10
+ * This program is distributed in the hope that it will be useful,
11
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
+ * GNU General Public License for more details.
14
+ *
15
+ * You should have received a copy of the GNU General Public License
16
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
+ */
18
+
1 19
 /*
2 20
     ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio
3 21
 

+ 19
- 1
chconf.h View File

@@ -1,3 +1,21 @@
1
+/*
2
+ * PD Buddy - USB Power Delivery for everyone
3
+ * Copyright (C) 2017 Clayton G. Hobbs <clay@lakeserv.net>
4
+ *
5
+ * This program is free software: you can redistribute it and/or modify
6
+ * it under the terms of the GNU General Public License as published by
7
+ * the Free Software Foundation, either version 3 of the License, or
8
+ * (at your option) any later version.
9
+ *
10
+ * This program is distributed in the hope that it will be useful,
11
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
+ * GNU General Public License for more details.
14
+ *
15
+ * You should have received a copy of the GNU General Public License
16
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
+ */
18
+
1 19
 /*
2 20
     ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
3 21
 
@@ -15,7 +33,7 @@
15 33
 */
16 34
 
17 35
 /**
18
- * @file    templates/chconf.h
36
+ * @file    chconf.h
19 37
  * @brief   Configuration file template.
20 38
  * @details A copy of this file must be placed in each project directory, it
21 39
  *          contains the application specific kernel settings.

+ 19
- 1
halconf.h View File

@@ -1,3 +1,21 @@
1
+/*
2
+ * PD Buddy - USB Power Delivery for everyone
3
+ * Copyright (C) 2017 Clayton G. Hobbs <clay@lakeserv.net>
4
+ *
5
+ * This program is free software: you can redistribute it and/or modify
6
+ * it under the terms of the GNU General Public License as published by
7
+ * the Free Software Foundation, either version 3 of the License, or
8
+ * (at your option) any later version.
9
+ *
10
+ * This program is distributed in the hope that it will be useful,
11
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
+ * GNU General Public License for more details.
14
+ *
15
+ * You should have received a copy of the GNU General Public License
16
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
+ */
18
+
1 19
 /*
2 20
     ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
3 21
 
@@ -15,7 +33,7 @@
15 33
 */
16 34
 
17 35
 /**
18
- * @file    templates/halconf.h
36
+ * @file    halconf.h
19 37
  * @brief   HAL configuration header.
20 38
  * @details HAL configuration file, this file allows to enable or disable the
21 39
  *          various device drivers from your application. You may also use

+ 18
- 0
mcuconf.h View File

@@ -1,3 +1,21 @@
1
+/*
2
+ * PD Buddy - USB Power Delivery for everyone
3
+ * Copyright (C) 2017 Clayton G. Hobbs <clay@lakeserv.net>
4
+ *
5
+ * This program is free software: you can redistribute it and/or modify
6
+ * it under the terms of the GNU General Public License as published by
7
+ * the Free Software Foundation, either version 3 of the License, or
8
+ * (at your option) any later version.
9
+ *
10
+ * This program is distributed in the hope that it will be useful,
11
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
+ * GNU General Public License for more details.
14
+ *
15
+ * You should have received a copy of the GNU General Public License
16
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
+ */
18
+
1 19
 /*
2 20
     ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
3 21
 

+ 18
- 0
src/main.c View File

@@ -1,3 +1,21 @@
1
+/*
2
+ * PD Buddy - USB Power Delivery for everyone
3
+ * Copyright (C) 2017 Clayton G. Hobbs <clay@lakeserv.net>
4
+ *
5
+ * This program is free software: you can redistribute it and/or modify
6
+ * it under the terms of the GNU General Public License as published by
7
+ * the Free Software Foundation, either version 3 of the License, or
8
+ * (at your option) any later version.
9
+ *
10
+ * This program is distributed in the hope that it will be useful,
11
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
+ * GNU General Public License for more details.
14
+ *
15
+ * You should have received a copy of the GNU General Public License
16
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
+ */
18
+
1 19
 /*
2 20
     ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
3 21
 

Loading…
Cancel
Save