diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-20 16:51:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-20 16:51:24 +0200 |
commit | 5cfa287477f6c7a735cbd477205dfb106bb3e4c0 (patch) | |
tree | e7247f96877bfde846ed6bdf4ec207fce84ec372 | |
parent | 2caa88392c4db47d77b83d767abed4e5d15bf3ee (diff) |
Update copyright year
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | build/bootstrap.build | 2 | ||||
-rw-r--r-- | build/root.build | 2 | ||||
-rw-r--r-- | buildfile | 2 | ||||
-rw-r--r-- | msvc-common/msvc-filter.cxx | 2 |
5 files changed, 5 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Copyright (c) 2014-2016 Code Synthesis Ltd +Copyright (c) 2014-2017 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 0d2bcd5..0c9813a 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,5 +1,5 @@ # file : build/bootstrap.build -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file project = msvc-linux diff --git a/build/root.build b/build/root.build index 622dca9..47e4683 100644 --- a/build/root.build +++ b/build/root.build @@ -1,5 +1,5 @@ # file : build/root.build -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file cxx.std = 14 @@ -1,5 +1,5 @@ # file : buildfile -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file define sh: file diff --git a/msvc-common/msvc-filter.cxx b/msvc-common/msvc-filter.cxx index 11f3235..7e7cdec 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <sys/time.h> // timeval |