Skip to content

Commit

Permalink
copyright date updated
Browse files Browse the repository at this point in the history
  • Loading branch information
niXman committed May 4, 2020
1 parent 22352ec commit 7f9ed8f
Show file tree
Hide file tree
Showing 135 changed files with 150 additions and 150 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,24 @@ In order to use the scripts provided by the MinGW-W64 project it is needed:

7. Options:
```
--mode=[gcc|python|clang]-version` - what package to build with version.
--arch=<i686|x86_64>` - build architecture.
--buildroot=<path>` - using '<path>' as build directory.
--mode=[gcc|python|clang]-<version> - what package to build with version.
--arch=<i686|x86_64> - build architecture.
--buildroot=<path> - using '<path>' as build directory.
By default used MSYS user home directory.
--fetch-only` - only download all the sources without start building.
--update-sources` - try to update sources from repositories before build.
--exceptions=<model>` - exceptions handling model.
--fetch-only - only download all the sources without start building.
--update-sources - try to update sources from repositories before build.
--exceptions=<model> - exceptions handling model.
Available: dwarf, seh(gcc>=4.8.0 only), sjlj, dwarfseh (picks by architecture).
--use-lto` - building with using LTO.
--no-strip` - don't strip executables during install.
--no-multilib` - build GCC without multilib support (default for DWARF and SEH exception models).
--static-gcc` - build static GCC.
--dyn-deps` - build GCC with dynamically dependencies.
--rt-version=<v3|v4|v5|v6|v7>` - version of mingw-w64 runtime to build.
--rev=N` - number of the build revision.
--with-testsuite` - run testsuite for packages that contain flags for it.
--threads=<posix|win32>` - used threads model.
--enable-languages=<langs>` - comma separated list(without spaces) of gcc supported languages.
--use-lto - building with using LTO.
--no-strip - don't strip executables during install.
--no-multilib - build GCC without multilib support (default for DWARF and SEH exception models).
--static-gcc - build static GCC.
--dyn-deps - build GCC with dynamically dependencies.
--rt-version=<v3|v4|v5|v6|v7> - version of mingw-w64 runtime to build.
--rev=N - number of the build revision.
--with-testsuite - run testsuite for packages that contain flags for it.
--threads=<posix|win32> - used threads model.
--enable-languages=<langs> - comma separated list(without spaces) of gcc supported languages.
available languages: ada,c,c++,fortran,objc,obj-c++
```
For more options run: "./build --help"
Expand Down
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion clean
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion library/config-nix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion library/config-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion library/config-win.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion library/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion library/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion library/subtargets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/3rdparty-post.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/binutils-post.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/binutils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/bzip2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/clang-3.3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/clang-3.4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/clang-git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/cloog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/expat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/gcc-10-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/gcc-4.6-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/gcc-4.6.2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/gcc-4.6.3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/gcc-4.6.4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/gcc-4.7-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/gcc-4.7.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/gcc-4.7.1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/gcc-4.7.2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/gcc-4.7.3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/gcc-4.7.4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/gcc-4.8-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/gcc-4.8.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/gcc-4.8.1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/gcc-4.8.2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/gcc-4.8.3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/gcc-4.8.4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/gcc-4.8.5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/gcc-4.9-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The BSD 3-Clause License. http://www.opensource.org/licenses/BSD-3-Clause
#
# This file is part of MinGW-W64(mingw-builds: https://github.com/niXman/mingw-builds) project.
# Copyright (c) 2011-2017 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2011-2020 by niXman (i dotty nixman doggy gmail dotty com)
# Copyright (c) 2012-2015 by Alexpux (alexpux doggy gmail dotty com)
# All rights reserved.
#
Expand Down

0 comments on commit 7f9ed8f

Please sign in to comment.