summaryrefslogtreecommitdiffstatshomepage
path: root/windows
diff options
context:
space:
mode:
Diffstat (limited to 'windows')
-rw-r--r--windows/init.c2
-rw-r--r--windows/init.h2
-rw-r--r--windows/mpconfigport.h4
-rw-r--r--windows/msvc/gettimeofday.c2
-rw-r--r--windows/msvc/sys/time.h2
-rw-r--r--windows/msvc/unistd.h2
-rw-r--r--windows/realpath.c2
-rw-r--r--windows/realpath.h2
-rw-r--r--windows/sleep.c2
-rw-r--r--windows/sleep.h2
-rw-r--r--windows/windows_mphal.c2
-rw-r--r--windows/windows_mphal.h2
12 files changed, 13 insertions, 13 deletions
diff --git a/windows/init.c b/windows/init.c
index 6690923478..09fa10417b 100644
--- a/windows/init.c
+++ b/windows/init.c
@@ -1,5 +1,5 @@
/*
- * This file is part of the Micro Python project, http://micropython.org/
+ * This file is part of the MicroPython project, http://micropython.org/
*
* The MIT License (MIT)
*
diff --git a/windows/init.h b/windows/init.h
index 480befef66..c6fddb257e 100644
--- a/windows/init.h
+++ b/windows/init.h
@@ -1,5 +1,5 @@
/*
- * This file is part of the Micro Python project, http://micropython.org/
+ * This file is part of the MicroPython project, http://micropython.org/
*
* The MIT License (MIT)
*
diff --git a/windows/mpconfigport.h b/windows/mpconfigport.h
index f2f6cbd323..c4e6ba131a 100644
--- a/windows/mpconfigport.h
+++ b/windows/mpconfigport.h
@@ -1,5 +1,5 @@
/*
- * This file is part of the Micro Python project, http://micropython.org/
+ * This file is part of the MicroPython project, http://micropython.org/
*
* The MIT License (MIT)
*
@@ -24,7 +24,7 @@
* THE SOFTWARE.
*/
-// options to control how Micro Python is built
+// options to control how MicroPython is built
// Linking with GNU readline (MICROPY_USE_READLINE == 2) causes binary to be licensed under GPL
#ifndef MICROPY_USE_READLINE
diff --git a/windows/msvc/gettimeofday.c b/windows/msvc/gettimeofday.c
index 6d7264ae7e..5f816df709 100644
--- a/windows/msvc/gettimeofday.c
+++ b/windows/msvc/gettimeofday.c
@@ -1,5 +1,5 @@
/*
-* This file is part of the Micro Python project, http://micropython.org/
+* This file is part of the MicroPython project, http://micropython.org/
*
* The MIT License (MIT)
*
diff --git a/windows/msvc/sys/time.h b/windows/msvc/sys/time.h
index a36648beb7..7c95d409e4 100644
--- a/windows/msvc/sys/time.h
+++ b/windows/msvc/sys/time.h
@@ -1,5 +1,5 @@
/*
-* This file is part of the Micro Python project, http://micropython.org/
+* This file is part of the MicroPython project, http://micropython.org/
*
* The MIT License (MIT)
*
diff --git a/windows/msvc/unistd.h b/windows/msvc/unistd.h
index 87787c3d8d..1a1629be4f 100644
--- a/windows/msvc/unistd.h
+++ b/windows/msvc/unistd.h
@@ -1,5 +1,5 @@
/*
-* This file is part of the Micro Python project, http://micropython.org/
+* This file is part of the MicroPython project, http://micropython.org/
*
* The MIT License (MIT)
*
diff --git a/windows/realpath.c b/windows/realpath.c
index c0ed6b84da..ac9adf8125 100644
--- a/windows/realpath.c
+++ b/windows/realpath.c
@@ -1,5 +1,5 @@
/*
- * This file is part of the Micro Python project, http://micropython.org/
+ * This file is part of the MicroPython project, http://micropython.org/
*
* The MIT License (MIT)
*
diff --git a/windows/realpath.h b/windows/realpath.h
index c7bb3acd7e..869fe80fae 100644
--- a/windows/realpath.h
+++ b/windows/realpath.h
@@ -1,5 +1,5 @@
/*
- * This file is part of the Micro Python project, http://micropython.org/
+ * This file is part of the MicroPython project, http://micropython.org/
*
* The MIT License (MIT)
*
diff --git a/windows/sleep.c b/windows/sleep.c
index b8f0a2e9b0..6043ec7b7b 100644
--- a/windows/sleep.c
+++ b/windows/sleep.c
@@ -1,5 +1,5 @@
/*
- * This file is part of the Micro Python project, http://micropython.org/
+ * This file is part of the MicroPython project, http://micropython.org/
*
* The MIT License (MIT)
*
diff --git a/windows/sleep.h b/windows/sleep.h
index 6c0c003321..430ec3a436 100644
--- a/windows/sleep.h
+++ b/windows/sleep.h
@@ -1,5 +1,5 @@
/*
- * This file is part of the Micro Python project, http://micropython.org/
+ * This file is part of the MicroPython project, http://micropython.org/
*
* The MIT License (MIT)
*
diff --git a/windows/windows_mphal.c b/windows/windows_mphal.c
index a73140e544..153b044235 100644
--- a/windows/windows_mphal.c
+++ b/windows/windows_mphal.c
@@ -1,5 +1,5 @@
/*
- * This file is part of the Micro Python project, http://micropython.org/
+ * This file is part of the MicroPython project, http://micropython.org/
*
* The MIT License (MIT)
*
diff --git a/windows/windows_mphal.h b/windows/windows_mphal.h
index 854e14a7a8..5a93d4e184 100644
--- a/windows/windows_mphal.h
+++ b/windows/windows_mphal.h
@@ -1,5 +1,5 @@
/*
- * This file is part of the Micro Python project, http://micropython.org/
+ * This file is part of the MicroPython project, http://micropython.org/
*
* The MIT License (MIT)
*