Skip to content

Commit 7f9ed8f

Browse files
committed
copyright date updated
1 parent 22352ec commit 7f9ed8f

File tree

135 files changed

+150
-150
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+150
-150
lines changed

README.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,24 @@ In order to use the scripts provided by the MinGW-W64 project it is needed:
2626

2727
7. Options:
2828
```
29-
--mode=[gcc|python|clang]-version` - what package to build with version.
30-
--arch=<i686|x86_64>` - build architecture.
31-
--buildroot=<path>` - using '<path>' as build directory.
29+
--mode=[gcc|python|clang]-<version> - what package to build with version.
30+
--arch=<i686|x86_64> - build architecture.
31+
--buildroot=<path> - using '<path>' as build directory.
3232
By default used MSYS user home directory.
33-
--fetch-only` - only download all the sources without start building.
34-
--update-sources` - try to update sources from repositories before build.
35-
--exceptions=<model>` - exceptions handling model.
33+
--fetch-only - only download all the sources without start building.
34+
--update-sources - try to update sources from repositories before build.
35+
--exceptions=<model> - exceptions handling model.
3636
Available: dwarf, seh(gcc>=4.8.0 only), sjlj, dwarfseh (picks by architecture).
37-
--use-lto` - building with using LTO.
38-
--no-strip` - don't strip executables during install.
39-
--no-multilib` - build GCC without multilib support (default for DWARF and SEH exception models).
40-
--static-gcc` - build static GCC.
41-
--dyn-deps` - build GCC with dynamically dependencies.
42-
--rt-version=<v3|v4|v5|v6|v7>` - version of mingw-w64 runtime to build.
43-
--rev=N` - number of the build revision.
44-
--with-testsuite` - run testsuite for packages that contain flags for it.
45-
--threads=<posix|win32>` - used threads model.
46-
--enable-languages=<langs>` - comma separated list(without spaces) of gcc supported languages.
37+
--use-lto - building with using LTO.
38+
--no-strip - don't strip executables during install.
39+
--no-multilib - build GCC without multilib support (default for DWARF and SEH exception models).
40+
--static-gcc - build static GCC.
41+
--dyn-deps - build GCC with dynamically dependencies.
42+
--rt-version=<v3|v4|v5|v6|v7> - version of mingw-w64 runtime to build.
43+
--rev=N - number of the build revision.
44+
--with-testsuite - run testsuite for packages that contain flags for it.
45+
--threads=<posix|win32> - used threads model.
46+
--enable-languages=<langs> - comma separated list(without spaces) of gcc supported languages.
4747
available languages: ada,c,c++,fortran,objc,obj-c++
4848
```
4949
For more options run: "./build --help"

build

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
55
#
66
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
7-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
7+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
88
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
99
# All rights reserved.
1010
#

clean

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
55
#
66
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
7-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
7+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
88
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
99
# All rights reserved.
1010
#

library/config-nix.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

library/config-osx.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

library/config-win.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

library/config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

library/functions.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

library/subtargets.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

scripts/3rdparty-post.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

scripts/binutils-post.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

scripts/binutils.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

scripts/bootstrap.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

scripts/build-info.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

scripts/bzip2.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

scripts/clang-3.3.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

scripts/clang-3.4.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

scripts/clang-git.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

scripts/cleanup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

scripts/cloog.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

scripts/expat.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

scripts/gcc-10-branch.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

scripts/gcc-4.6-branch.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

scripts/gcc-4.6.2.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

scripts/gcc-4.6.3.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

scripts/gcc-4.6.4.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

scripts/gcc-4.7-branch.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

scripts/gcc-4.7.0.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

scripts/gcc-4.7.1.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

scripts/gcc-4.7.2.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

scripts/gcc-4.7.3.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

scripts/gcc-4.7.4.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

scripts/gcc-4.8-branch.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

scripts/gcc-4.8.0.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

scripts/gcc-4.8.1.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

scripts/gcc-4.8.2.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

scripts/gcc-4.8.3.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

scripts/gcc-4.8.4.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

scripts/gcc-4.8.5.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

scripts/gcc-4.9-branch.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
44
#
55
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
6-
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
6+
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
77
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
88
# All rights reserved.
99
#

0 commit comments

Comments
 (0)