aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-19 21:22:37 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-19 21:22:37 +0300
commit02f2081fd753df2d646ad89548ef6f49a44ace9e (patch)
tree242a7aca414b3d243fa0441ecb5ab8bb15894edf
parent2317e586dbdb55dca4aae116e32ab423cb46005d (diff)
Update copyright year
-rw-r--r--LICENSE2
-rw-r--r--build/bootstrap.build2
-rw-r--r--build/root.build2
-rw-r--r--buildfile2
-rwxr-xr-xetc/lowercase-headers2
-rwxr-xr-xmsvc-11/msvc-11-322
-rwxr-xr-xmsvc-12/msvc-12-322
-rwxr-xr-xmsvc-14/msvc-14u0-322
-rwxr-xr-xmsvc-14/msvc-14u2-322
-rwxr-xr-xmsvc-14/msvc-14u2-642
-rwxr-xr-xmsvc-14/msvc-14u3-322
-rwxr-xr-xmsvc-14/msvc-14u3-642
-rwxr-xr-xmsvc-15/msvc-15u0-322
-rwxr-xr-xmsvc-15/msvc-15u0-642
-rwxr-xr-xmsvc-15/msvc-15u3-322
-rwxr-xr-xmsvc-15/msvc-15u3-642
-rwxr-xr-xmsvc-15/msvc-15u5-322
-rwxr-xr-xmsvc-15/msvc-15u5-642
-rwxr-xr-xmsvc-15/msvc-15u6-322
-rwxr-xr-xmsvc-15/msvc-15u6-642
-rwxr-xr-xmsvc-15/msvc-15u7-322
-rwxr-xr-xmsvc-15/msvc-15u7-642
-rwxr-xr-xmsvc-common/msvc-cl-common2
-rwxr-xr-xmsvc-common/msvc-common2
-rw-r--r--msvc-common/msvc-filter.cxx2
-rwxr-xr-xmsvc-common/msvc-lib-common2
-rwxr-xr-xmsvc-common/msvc-link-common2
-rwxr-xr-xmsvc-common/msvc-mt-common2
-rwxr-xr-xmsvc-common/msvc-rc-common2
-rwxr-xr-xmsvc-common/msvc-sdk-common2
-rw-r--r--msvc-common/version.hxx.in2
31 files changed, 31 insertions, 31 deletions
diff --git a/LICENSE b/LICENSE
index 91c0877..c1332e6 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2014-2017 Code Synthesis Ltd
+Copyright (c) 2014-2018 Code Synthesis Ltd
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
diff --git a/build/bootstrap.build b/build/bootstrap.build
index b095cc0..1b4c31c 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : build/bootstrap.build
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
project = msvc-linux
diff --git a/build/root.build b/build/root.build
index 327dcda..6c3f487 100644
--- a/build/root.build
+++ b/build/root.build
@@ -1,5 +1,5 @@
# file : build/root.build
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
cxx.std = 14
diff --git a/buildfile b/buildfile
index 062880d..623b33d 100644
--- a/buildfile
+++ b/buildfile
@@ -1,5 +1,5 @@
# file : buildfile
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
define sh: file
diff --git a/etc/lowercase-headers b/etc/lowercase-headers
index dd9c42a..19043a3 100755
--- a/etc/lowercase-headers
+++ b/etc/lowercase-headers
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# file : etc/lowercase-headers
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Create all-lowercase symlinks for .h headers in <dir> (recursively) that
diff --git a/msvc-11/msvc-11-32 b/msvc-11/msvc-11-32
index 7c6aa4f..383e9a9 100755
--- a/msvc-11/msvc-11-32
+++ b/msvc-11/msvc-11-32
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# file : msvc-11/msvc-11-32
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 11 32-bit setup/configuration.
diff --git a/msvc-12/msvc-12-32 b/msvc-12/msvc-12-32
index dbca2c9..5abb51e 100755
--- a/msvc-12/msvc-12-32
+++ b/msvc-12/msvc-12-32
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# file : msvc-12/msvc-12-32
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 12 32-bit setup/configuration (note: using 64-to-32 cross-compiler).
diff --git a/msvc-14/msvc-14u0-32 b/msvc-14/msvc-14u0-32
index 001e7e6..b3c7072 100755
--- a/msvc-14/msvc-14u0-32
+++ b/msvc-14/msvc-14u0-32
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# file : msvc-14/msvc-14u0-32
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 14 32-bit setup/configuration (note: using 64-to-32 cross-compiler).
diff --git a/msvc-14/msvc-14u2-32 b/msvc-14/msvc-14u2-32
index c36710a..904a4d6 100755
--- a/msvc-14/msvc-14u2-32
+++ b/msvc-14/msvc-14u2-32
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# file : msvc-14/msvc-14u2-32
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 14U2 32-bit setup/configuration (note: using 64-to-32 cross-compiler).
diff --git a/msvc-14/msvc-14u2-64 b/msvc-14/msvc-14u2-64
index 2e09163..c9bc776 100755
--- a/msvc-14/msvc-14u2-64
+++ b/msvc-14/msvc-14u2-64
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# file : msvc-14/msvc-14u2-64
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 14U2 64-bit setup/configuration.
diff --git a/msvc-14/msvc-14u3-32 b/msvc-14/msvc-14u3-32
index 3b7cdd4..ec64323 100755
--- a/msvc-14/msvc-14u3-32
+++ b/msvc-14/msvc-14u3-32
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# file : msvc-14/msvc-14u3-32
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 14U3 32-bit setup/configuration (note: using 64-to-32 cross-compiler).
diff --git a/msvc-14/msvc-14u3-64 b/msvc-14/msvc-14u3-64
index bd12636..50e0154 100755
--- a/msvc-14/msvc-14u3-64
+++ b/msvc-14/msvc-14u3-64
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# file : msvc-14/msvc-14u3-64
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 14U3 64-bit setup/configuration.
diff --git a/msvc-15/msvc-15u0-32 b/msvc-15/msvc-15u0-32
index 0a1a20f..7555ec8 100755
--- a/msvc-15/msvc-15u0-32
+++ b/msvc-15/msvc-15u0-32
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# file : msvc-15/msvc-15u0-32
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 15 32-bit setup/configuration (note: using 64-to-32 cross-compiler).
diff --git a/msvc-15/msvc-15u0-64 b/msvc-15/msvc-15u0-64
index 07f36dd..b05cae2 100755
--- a/msvc-15/msvc-15u0-64
+++ b/msvc-15/msvc-15u0-64
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# file : msvc-15/msvc-15u0-64
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 64-bit setup/configuration.
diff --git a/msvc-15/msvc-15u3-32 b/msvc-15/msvc-15u3-32
index 3c20cec..cf9a7df 100755
--- a/msvc-15/msvc-15u3-32
+++ b/msvc-15/msvc-15u3-32
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# file : msvc-15/msvc-15u3-32
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 15 32-bit setup/configuration (note: using 64-to-32 cross-compiler).
diff --git a/msvc-15/msvc-15u3-64 b/msvc-15/msvc-15u3-64
index 5704cc9..fc4fee9 100755
--- a/msvc-15/msvc-15u3-64
+++ b/msvc-15/msvc-15u3-64
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# file : msvc-15/msvc-15u3-64
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 64-bit setup/configuration.
diff --git a/msvc-15/msvc-15u5-32 b/msvc-15/msvc-15u5-32
index e611636..5bb0619 100755
--- a/msvc-15/msvc-15u5-32
+++ b/msvc-15/msvc-15u5-32
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# file : msvc-15/msvc-15u5-32
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 15 32-bit setup/configuration (note: using 64-to-32 cross-compiler).
diff --git a/msvc-15/msvc-15u5-64 b/msvc-15/msvc-15u5-64
index 5fae9e3..9d62df0 100755
--- a/msvc-15/msvc-15u5-64
+++ b/msvc-15/msvc-15u5-64
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# file : msvc-15/msvc-15u5-64
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 64-bit setup/configuration.
diff --git a/msvc-15/msvc-15u6-32 b/msvc-15/msvc-15u6-32
index 954f48b..dc070fa 100755
--- a/msvc-15/msvc-15u6-32
+++ b/msvc-15/msvc-15u6-32
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# file : msvc-15/msvc-15u6-32
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 15 32-bit setup/configuration (note: using 64-to-32 cross-compiler).
diff --git a/msvc-15/msvc-15u6-64 b/msvc-15/msvc-15u6-64
index 7114bf9..d31f59f 100755
--- a/msvc-15/msvc-15u6-64
+++ b/msvc-15/msvc-15u6-64
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# file : msvc-15/msvc-15u6-64
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 64-bit setup/configuration.
diff --git a/msvc-15/msvc-15u7-32 b/msvc-15/msvc-15u7-32
index d31a741..ef572d1 100755
--- a/msvc-15/msvc-15u7-32
+++ b/msvc-15/msvc-15u7-32
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# file : msvc-15/msvc-15u7-32
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 15 32-bit setup/configuration (note: using 64-to-32 cross-compiler).
diff --git a/msvc-15/msvc-15u7-64 b/msvc-15/msvc-15u7-64
index 7708727..ee1b9fe 100755
--- a/msvc-15/msvc-15u7-64
+++ b/msvc-15/msvc-15u7-64
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# file : msvc-15/msvc-15u7-64
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 64-bit setup/configuration.
diff --git a/msvc-common/msvc-cl-common b/msvc-common/msvc-cl-common
index 66d0773..cd1d210 100755
--- a/msvc-common/msvc-cl-common
+++ b/msvc-common/msvc-cl-common
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# file : msvc-common/msvc-cl-common
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Note: shouldn't be executed directly, src_dir must be set.
diff --git a/msvc-common/msvc-common b/msvc-common/msvc-common
index c1f732b..546b1ef 100755
--- a/msvc-common/msvc-common
+++ b/msvc-common/msvc-common
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# file : msvc-common/msvc-common
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Note: shouldn't be executed directly, src_dir must be set.
diff --git a/msvc-common/msvc-filter.cxx b/msvc-common/msvc-filter.cxx
index 83bb765..ae1a3ff 100644
--- a/msvc-common/msvc-filter.cxx
+++ b/msvc-common/msvc-filter.cxx
@@ -1,5 +1,5 @@
// file : msvc-common/msvc-filter.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <sys/time.h> // timeval
diff --git a/msvc-common/msvc-lib-common b/msvc-common/msvc-lib-common
index 9a51315..359ee11 100755
--- a/msvc-common/msvc-lib-common
+++ b/msvc-common/msvc-lib-common
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# file : msvc-common/msvc-lib-common
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Note: shouldn't be executed directly, src_dir must be set.
diff --git a/msvc-common/msvc-link-common b/msvc-common/msvc-link-common
index be5b2bb..bcc87d2 100755
--- a/msvc-common/msvc-link-common
+++ b/msvc-common/msvc-link-common
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# file : msvc-common/msvc-link-common
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Note: shouldn't be executed directly, src_exe and src_dir must be set.
diff --git a/msvc-common/msvc-mt-common b/msvc-common/msvc-mt-common
index 996fb8e..84fc62d 100755
--- a/msvc-common/msvc-mt-common
+++ b/msvc-common/msvc-mt-common
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# file : msvc-common/msvc-mt-common
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Note: shouldn't be executed directly, src_dir must be set.
diff --git a/msvc-common/msvc-rc-common b/msvc-common/msvc-rc-common
index 7bb9a43..0487464 100755
--- a/msvc-common/msvc-rc-common
+++ b/msvc-common/msvc-rc-common
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# file : msvc-common/msvc-rc-common
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Note: shouldn't be executed directly, src_dir must be set.
diff --git a/msvc-common/msvc-sdk-common b/msvc-common/msvc-sdk-common
index 927f7d9..08ac595 100755
--- a/msvc-common/msvc-sdk-common
+++ b/msvc-common/msvc-sdk-common
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# file : msvc-common/msvc-sdk-common
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Figure out the latest Windows 10 SDK version. Fail if none is found.
diff --git a/msvc-common/version.hxx.in b/msvc-common/version.hxx.in
index 44d06ea..8340521 100644
--- a/msvc-common/version.hxx.in
+++ b/msvc-common/version.hxx.in
@@ -1,5 +1,5 @@
// file : msvc-common/version.hxx.in -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MSVC_FILTER_VERSION // Note: using the version macro itself.