Skip to content

Commit

Permalink
Change license to 2020
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Jan 2, 2020
1 parent 4c3a09b commit b5f502e
Show file tree
Hide file tree
Showing 415 changed files with 614 additions and 614 deletions.
2 changes: 1 addition & 1 deletion 00-STM32F429_LIBRARIES/__doxygen.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @defgroup TM_STM32F4xx_Libraries
* @brief STM32F4xx developed by Tilen Majerle
* @brief STM32F4xx developed by Tilen MAJERLE
* @{
*
* Here are (or will be) listed all my STM32F4xx modules and libraries I had developed or modified for some reason.
Expand Down
4 changes: 2 additions & 2 deletions 00-STM32F429_LIBRARIES/attributes.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
/**
* Attributes for different compilers
*
* @author Tilen Majerle
* @author Tilen MAJERLE
* @email [email protected]
* @website http://stm32f4-discovery.net
* @version v1.0
* @ide Keil uVision 5
* @license GNU GPL v3
*
* |----------------------------------------------------------------------
* | Copyright (C) Tilen Majerle, 2014
* | Copyright (C) Tilen MAJERLE, 2014
* |
* | This program is free software: you can redistribute it and/or modify
* | it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion 00-STM32F429_LIBRARIES/defines_example.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Defines for your entire project at one place
*
* @author Tilen Majerle
* @author Tilen MAJERLE
* @email [email protected]
* @website http://stm32f4-discovery.net
* @version v1.0
Expand Down
2 changes: 1 addition & 1 deletion 00-STM32F429_LIBRARIES/fatfs/drivers/fatfs_sdram.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* |----------------------------------------------------------------------
* | Copyright (C) Tilen Majerle, 2015
* | Copyright (C) Tilen MAJERLE, 2015
* |
* | This program is free software: you can redistribute it and/or modify
* | it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions 00-STM32F429_LIBRARIES/fatfs/drivers/fatfs_sdram.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @author Tilen Majerle
* @author Tilen MAJERLE
* @email [email protected]
* @website http://stm32f4-discovery.net
* @link
Expand All @@ -10,7 +10,7 @@
*
@verbatim
----------------------------------------------------------------------
Copyright (C) Tilen Majerle, 2015
Copyright (C) Tilen MAJERLE, 2015
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion 00-STM32F429_LIBRARIES/fatfs/drivers/fatfs_spi_flash.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* |----------------------------------------------------------------------
* | Copyright (C) Tilen Majerle, 2015
* | Copyright (C) Tilen MAJERLE, 2015
* |
* | This program is free software: you can redistribute it and/or modify
* | it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions 00-STM32F429_LIBRARIES/fatfs/drivers/fatfs_spi_flash.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @author Tilen Majerle
* @author Tilen MAJERLE
* @email [email protected]
* @website http://stm32f4-discovery.net
* @link
Expand All @@ -10,7 +10,7 @@
*
@verbatim
----------------------------------------------------------------------
Copyright (C) Tilen Majerle, 2015
Copyright (C) Tilen MAJERLE, 2015
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion 00-STM32F429_LIBRARIES/fatfs/drivers/fatfs_usb.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* |----------------------------------------------------------------------
* | Copyright (C) Tilen Majerle, 2014
* | Copyright (C) Tilen MAJERLE, 2014
* |
* | This program is free software: you can redistribute it and/or modify
* | it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions 00-STM32F429_LIBRARIES/lwip/fsdata.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
__weak const unsigned char data__style_css[] = "html,body{width:100%;margin:0;padding:0;font-family:Arial, Calibri;font-size:11px}#header{background:#DDDDDD;text-align:center;font-size:36px;padding:20px;white-space:nowrap;border-bottom:1px solid #999999}#main{margin:0 auto;width:450px}table{border-collapse:collapse;border:1px solid #DDDDDD;width:450px !important;margin:0 auto;width:100%}th,td{text-align:left;border-collapse:collapse;border:1px solid #CCCCCC;padding:5px;font-size:11px}td.td_header{text-align:center;padding:4px;background:#CCCCCC;font-size:13px;font-weight:bold}.blue{color:blue}.red{color:red}.orange{color:orange}.green{color:green}a:link,a:visited{border:1px solid #CCCCCC;background:#EEEEEE;display:inline-block;padding:3px 6px;color:#333333;margin:0 2px}a:hover{border-color:#BBBBBB;background:#DDDDDD}.bold{font-weight:bold}.align_center{text-align:center}.float_right{float:right}.clear{clear:both}img{max-width:450px}";

/* Create 404 page */
__weak const unsigned char data__404_html[] = "<html><head><meta http-equiv=\"content-type\" content=\"text/html\"/><meta name=\"author\" content=\"Tilen Majerle\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"style.css\" type=\"text/css\"/><title>Error 404</title></head><body><div id=\"header\">Web server on STM32F4xx</div><div id=\"main\"><p><a href=\"index.shtml\">Go back to first site</a></p><table><tr><td class=\"td_header\">Error 404</td></tr><tr><td>Requested page is not available!</td></tr></table></div></body></html>";
__weak const unsigned char data__404_html[] = "<html><head><meta http-equiv=\"content-type\" content=\"text/html\"/><meta name=\"author\" content=\"Tilen MAJERLE\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"style.css\" type=\"text/css\"/><title>Error 404</title></head><body><div id=\"header\">Web server on STM32F4xx</div><div id=\"main\"><p><a href=\"index.shtml\">Go back to first site</a></p><table><tr><td class=\"td_header\">Error 404</td></tr><tr><td>Requested page is not available!</td></tr></table></div></body></html>";

/* index.shtml page */
__weak const unsigned char data__index_html[] = "<html><head><meta http-equiv=\"content-type\" content=\"text/html\" /><meta name=\"author\" content=\"Tilen Majerle\" /><!--<meta http-equiv=\"refresh\" content=\"2\" />--><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" /><link rel=\"stylesheet\" href=\"style.css\" type=\"text/css\" /><title>Web on STM32F4xx flash</title></head><body><div id=\"header\">Web server on STM32F4xx</div><div id=\"main\"><table><tr><td colspan=\"3\" class=\"td_header\">Program</td></tr><tr><td colspan=\"2\" class=\"bold\">Compiled datetime</td><td><!--#compiled--></t></tr><tr><td colspan=\"2\" class=\"bold\">Hardware</td><td><!--#hardware--></t></tr><tr><td colspan=\"2\" class=\"bold\">Current time</td><td><!--#rtc_time--></t></tr><tr><td colspan=\"3\" class=\"td_header\">Network</td></tr><tr><td colspan=\"2\" class=\"bold\">Local address</td><td><!--#srv_adr--></t></tr><tr><td colspan=\"2\" class=\"bold\">MAC address</td><td><!--#mac_adr--></t></tr><tr><td colspan=\"2\" class=\"bold\">Gateway</td><td><!--#gateway--></t></tr><tr><td colspan=\"2\" class=\"bold\">Netmask</td><td><!--#netmask--></t></tr><tr><td colspan=\"2\" class=\"bold\">Link</td><td><!--#link--></t></tr><tr><td colspan=\"2\" class=\"bold\">Duplex</td><td><!--#duplex--></t></tr><tr><td colspan=\"3\" class=\"td_header\">Leds</td></tr><tr><th>LED</th><th>Status</th><th>Actions</th></tr><tr><td class=\"bold green\">GREEN</td><td><!--#led1_s--></td><td><a href='/ledaction.cgi?ledtoggle=1'>Toggle</a><a href='/ledaction.cgi?ledon=1'>On</a><a href='/ledaction.cgi?ledoff=1'>Off</a></td></tr><tr><td class=\"bold red\">RED</td><td><!--#led3_s--></td><td><a href='/ledaction.cgi?ledtoggle=3'>Toggle</a><a href='/ledaction.cgi?ledon=3'>On</a><a href='/ledaction.cgi?ledoff=3'>Off</a></td></tr><tr><td class=\"bold orange\">ORANGE</td><td><!--#led2_s--></td><td><a href='/ledaction.cgi?ledtoggle=2'>Toggle</a><a href='/ledaction.cgi?ledon=2'>On</a><a href='/ledaction.cgi?ledoff=2'>Off</a></td></tr><tr><td class=\"bold blue\">BLUE</td><td><!--#led4_s--></td><td><a href='/ledaction.cgi?ledtoggle=4'>Toggle</a><a href='/ledaction.cgi?ledon=4'>On</a><a href='/ledaction.cgi?ledoff=4'>Off</a></td></tr><tr><td colspan=\"3\" class=\"td_header\">Client</td></tr><tr><td colspan=\"2\" class=\"bold\">All connections</td><td><!--#clt_a_c--></td></tr><tr><td colspan=\"2\" class=\"bold\">Successful connections</td><td><!--#clt_s_c--></td></tr><tr><td colspan=\"2\" class=\"bold\">Percentage</td><td><!--#clt_per--></td></tr><tr><td colspan=\"2\" class=\"bold\">TX Bytes</td><td><!--#clt_tx--></td></tr><tr><td colspan=\"2\" class=\"bold\">RX Bytes</td><td><!--#clt_rx--></td></tr><tr><td colspan=\"3\" class=\"td_header\">Server</td></tr><tr><td colspan=\"2\" class=\"bold\">All connections</td><td><!--#srv_c--></td></tr><tr><td colspan=\"2\" class=\"bold\">TX Bytes</td><td><!--#srv_tx--></td></tr><tr><td colspan=\"2\" class=\"bold\">RX Bytes</td><td><!--#srv_rx--></td></tr></table><p class=\"float_right\"><a href=\"http://stm32f4-discovery.net\">Website by Tilen Majerle</a></p><div class=\"clear\"></div></div></body></html>";
__weak const unsigned char data__index_html[] = "<html><head><meta http-equiv=\"content-type\" content=\"text/html\" /><meta name=\"author\" content=\"Tilen MAJERLE\" /><!--<meta http-equiv=\"refresh\" content=\"2\" />--><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" /><link rel=\"stylesheet\" href=\"style.css\" type=\"text/css\" /><title>Web on STM32F4xx flash</title></head><body><div id=\"header\">Web server on STM32F4xx</div><div id=\"main\"><table><tr><td colspan=\"3\" class=\"td_header\">Program</td></tr><tr><td colspan=\"2\" class=\"bold\">Compiled datetime</td><td><!--#compiled--></t></tr><tr><td colspan=\"2\" class=\"bold\">Hardware</td><td><!--#hardware--></t></tr><tr><td colspan=\"2\" class=\"bold\">Current time</td><td><!--#rtc_time--></t></tr><tr><td colspan=\"3\" class=\"td_header\">Network</td></tr><tr><td colspan=\"2\" class=\"bold\">Local address</td><td><!--#srv_adr--></t></tr><tr><td colspan=\"2\" class=\"bold\">MAC address</td><td><!--#mac_adr--></t></tr><tr><td colspan=\"2\" class=\"bold\">Gateway</td><td><!--#gateway--></t></tr><tr><td colspan=\"2\" class=\"bold\">Netmask</td><td><!--#netmask--></t></tr><tr><td colspan=\"2\" class=\"bold\">Link</td><td><!--#link--></t></tr><tr><td colspan=\"2\" class=\"bold\">Duplex</td><td><!--#duplex--></t></tr><tr><td colspan=\"3\" class=\"td_header\">Leds</td></tr><tr><th>LED</th><th>Status</th><th>Actions</th></tr><tr><td class=\"bold green\">GREEN</td><td><!--#led1_s--></td><td><a href='/ledaction.cgi?ledtoggle=1'>Toggle</a><a href='/ledaction.cgi?ledon=1'>On</a><a href='/ledaction.cgi?ledoff=1'>Off</a></td></tr><tr><td class=\"bold red\">RED</td><td><!--#led3_s--></td><td><a href='/ledaction.cgi?ledtoggle=3'>Toggle</a><a href='/ledaction.cgi?ledon=3'>On</a><a href='/ledaction.cgi?ledoff=3'>Off</a></td></tr><tr><td class=\"bold orange\">ORANGE</td><td><!--#led2_s--></td><td><a href='/ledaction.cgi?ledtoggle=2'>Toggle</a><a href='/ledaction.cgi?ledon=2'>On</a><a href='/ledaction.cgi?ledoff=2'>Off</a></td></tr><tr><td class=\"bold blue\">BLUE</td><td><!--#led4_s--></td><td><a href='/ledaction.cgi?ledtoggle=4'>Toggle</a><a href='/ledaction.cgi?ledon=4'>On</a><a href='/ledaction.cgi?ledoff=4'>Off</a></td></tr><tr><td colspan=\"3\" class=\"td_header\">Client</td></tr><tr><td colspan=\"2\" class=\"bold\">All connections</td><td><!--#clt_a_c--></td></tr><tr><td colspan=\"2\" class=\"bold\">Successful connections</td><td><!--#clt_s_c--></td></tr><tr><td colspan=\"2\" class=\"bold\">Percentage</td><td><!--#clt_per--></td></tr><tr><td colspan=\"2\" class=\"bold\">TX Bytes</td><td><!--#clt_tx--></td></tr><tr><td colspan=\"2\" class=\"bold\">RX Bytes</td><td><!--#clt_rx--></td></tr><tr><td colspan=\"3\" class=\"td_header\">Server</td></tr><tr><td colspan=\"2\" class=\"bold\">All connections</td><td><!--#srv_c--></td></tr><tr><td colspan=\"2\" class=\"bold\">TX Bytes</td><td><!--#srv_tx--></td></tr><tr><td colspan=\"2\" class=\"bold\">RX Bytes</td><td><!--#srv_rx--></td></tr></table><p class=\"float_right\"><a href=\"http://stm32f4-discovery.net\">Website by Tilen MAJERLE</a></p><div class=\"clear\"></div></div></body></html>";

/* style.css file */
const struct fsdata_file file__style_css[] = {{
Expand Down
6 changes: 3 additions & 3 deletions 00-STM32F429_LIBRARIES/lwip/httpd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1840,7 +1840,7 @@ static err_t http_init_file(struct http_state *hs, struct fs_file *file, int is_
hs->handle = file;
hs->file = (char*)file->data;
LWIP_ASSERT("File length must be positive!", (file->len >= 0));
#if LWIP_HTTPD_CUSTOM_FILES /* Fix by Tilen Majerle */
#if LWIP_HTTPD_CUSTOM_FILES /* Fix by Tilen MAJERLE */
if (file->is_custom_file) {
hs->left = 0;
} else {
Expand Down Expand Up @@ -2148,13 +2148,13 @@ void httpd_init(void) {
}
}

/* Disable server, by Tilen Majerle */
/* Disable server, by Tilen MAJERLE */
void httpd_deinit(void) {
/* Disable server */
/* Set accept function to NULL */
/* Ignore all connections */
tcp_accept(server_tpcb, NULL);
} /* By Tilen Majerle */
} /* By Tilen MAJERLE */


#if LWIP_HTTPD_SSI
Expand Down
2 changes: 1 addition & 1 deletion 00-STM32F429_LIBRARIES/lwip/httpd.h
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,6 @@ void httpd_post_data_recved(void *connection, u16_t recved_len);
#endif /* LWIP_HTTPD_SUPPORT_POST */

void httpd_init(void);
void httpd_deinit(void); /* By Tilen Majerle */
void httpd_deinit(void); /* By Tilen MAJERLE */

#endif /* __HTTPD_H__ */
2 changes: 1 addition & 1 deletion 00-STM32F429_LIBRARIES/tm_stm32f4_adc.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* |----------------------------------------------------------------------
* | Copyright (C) Tilen Majerle, 2014
* | Copyright (C) Tilen MAJERLE, 2014
* |
* | This program is free software: you can redistribute it and/or modify
* | it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions 00-STM32F429_LIBRARIES/tm_stm32f4_adc.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @author Tilen Majerle
* @author Tilen MAJERLE
* @email [email protected]
* @website http://stm32f4-discovery.net
* @link http://stm32f4-discovery.net/2014/04/library-06-ad-converter-on-stm32f4xx/
Expand All @@ -10,7 +10,7 @@
*
@verbatim
----------------------------------------------------------------------
Copyright (C) Tilen Majerle, 2015
Copyright (C) Tilen MAJERLE, 2015
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion 00-STM32F429_LIBRARIES/tm_stm32f4_am2301.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* |----------------------------------------------------------------------
* | Copyright (C) Tilen Majerle, 2014
* | Copyright (C) Tilen MAJERLE, 2014
* |
* | This program is free software: you can redistribute it and/or modify
* | it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions 00-STM32F429_LIBRARIES/tm_stm32f4_am2301.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @author Tilen Majerle
* @author Tilen MAJERLE
* @email [email protected]
* @website http://stm32f4-discovery.net
* @link http://stm32f4-discovery.net/2014/08/library-25-am2301-dht21-sensor-stm32f4xx/
Expand All @@ -10,7 +10,7 @@
*
@verbatim
----------------------------------------------------------------------
Copyright (C) Tilen Majerle, 2015
Copyright (C) Tilen MAJERLE, 2015
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion 00-STM32F429_LIBRARIES/tm_stm32f4_bkpsram.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* |----------------------------------------------------------------------
* | Copyright (C) Tilen Majerle, 2014
* | Copyright (C) Tilen MAJERLE, 2014
* |
* | This program is free software: you can redistribute it and/or modify
* | it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions 00-STM32F429_LIBRARIES/tm_stm32f4_bkpsram.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @author Tilen Majerle
* @author Tilen MAJERLE
* @email [email protected]
* @website http://stm32f4-discovery.net
* @link http://stm32f4-discovery.net/2014/12/library-45-interface-backup-sram-on-stm32f4
Expand All @@ -10,7 +10,7 @@
*
@verbatim
----------------------------------------------------------------------
Copyright (C) Tilen Majerle, 2015
Copyright (C) Tilen MAJERLE, 2015
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion 00-STM32F429_LIBRARIES/tm_stm32f4_bmp180.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* |----------------------------------------------------------------------
* | Copyright (C) Tilen Majerle, 2014
* | Copyright (C) Tilen MAJERLE, 2014
* |
* | This program is free software: you can redistribute it and/or modify
* | it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions 00-STM32F429_LIBRARIES/tm_stm32f4_bmp180.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @author Tilen Majerle
* @author Tilen MAJERLE
* @email [email protected]
* @website http://stm32f4-discovery.net
* @link http://stm32f4-discovery.net/2014/09/library-37-bmp180-pressure-sensor-stm32f4
Expand All @@ -10,7 +10,7 @@
*
@verbatim
----------------------------------------------------------------------
Copyright (C) Tilen Majerle, 2015
Copyright (C) Tilen MAJERLE, 2015
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion 00-STM32F429_LIBRARIES/tm_stm32f4_bor.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* |----------------------------------------------------------------------
* | Copyright (C) Tilen Majerle, 2015
* | Copyright (C) Tilen MAJERLE, 2015
* |
* | This program is free software: you can redistribute it and/or modify
* | it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions 00-STM32F429_LIBRARIES/tm_stm32f4_bor.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @author Tilen Majerle
* @author Tilen MAJERLE
* @email [email protected]
* @website http://stm32f4-discovery.net
* @link
Expand All @@ -10,7 +10,7 @@
*
@verbatim
----------------------------------------------------------------------
Copyright (C) Tilen Majerle, 2015
Copyright (C) Tilen MAJERLE, 2015
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion 00-STM32F429_LIBRARIES/tm_stm32f4_button.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* |----------------------------------------------------------------------
* | Copyright (C) Tilen Majerle, 2015
* | Copyright (C) Tilen MAJERLE, 2015
* |
* | This program is free software: you can redistribute it and/or modify
* | it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions 00-STM32F429_LIBRARIES/tm_stm32f4_button.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @author Tilen Majerle
* @author Tilen MAJERLE
* @email [email protected]
* @website http://stm32f4-discovery.net
* @link http://stm32f4-discovery.net/2015/04/library-57-buttons-for-stm32f4xx/
Expand All @@ -10,7 +10,7 @@
*
@verbatim
----------------------------------------------------------------------
Copyright (C) Tilen Majerle, 2015
Copyright (C) Tilen MAJERLE, 2015
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion 00-STM32F429_LIBRARIES/tm_stm32f4_cpu_load.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* |----------------------------------------------------------------------
* | Copyright (C) Tilen Majerle, 2015
* | Copyright (C) Tilen MAJERLE, 2015
* |
* | This program is free software: you can redistribute it and/or modify
* | it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions 00-STM32F429_LIBRARIES/tm_stm32f4_cpu_load.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @author Tilen Majerle
* @author Tilen MAJERLE
* @email [email protected]
* @website http://stm32f4-discovery.net
* @link http://stm32f4-discovery.net/2015/05/library-60-cpu-load-monitor-for-stm32f4xx-devices
Expand All @@ -10,7 +10,7 @@
*
@verbatim
----------------------------------------------------------------------
Copyright (C) Tilen Majerle, 2015
Copyright (C) Tilen MAJERLE, 2015
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion 00-STM32F429_LIBRARIES/tm_stm32f4_crc.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* |----------------------------------------------------------------------
* | Copyright (C) Tilen Majerle, 2015
* | Copyright (C) Tilen MAJERLE, 2015
* |
* | This program is free software: you can redistribute it and/or modify
* | it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions 00-STM32F429_LIBRARIES/tm_stm32f4_crc.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @author Tilen Majerle
* @author Tilen MAJERLE
* @email [email protected]
* @website http://stm32f4-discovery.net
* @link http://stm32f4-discovery.net/2015/01/library-47-crc-module-on-stm32f4
Expand All @@ -10,7 +10,7 @@
*
@verbatim
----------------------------------------------------------------------
Copyright (C) Tilen Majerle, 2015
Copyright (C) Tilen MAJERLE, 2015
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion 00-STM32F429_LIBRARIES/tm_stm32f4_dac.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* |----------------------------------------------------------------------
* | Copyright (C) Tilen Majerle, 2014
* | Copyright (C) Tilen MAJERLE, 2014
* |
* | This program is free software: you can redistribute it and/or modify
* | it under the terms of the GNU General Public License as published by
Expand Down
Loading

0 comments on commit b5f502e

Please sign in to comment.