From 68a31ac90d11b2f0294e82eb887bd03fde85fbb1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 24 May 2018 21:55:43 +0300 Subject: Update copyright year --- boost/common/Makefile.am | 2 +- boost/common/makefile | 2 +- boost/common/multi-index/driver.cxx | 2 +- boost/common/multi-index/makefile | 2 +- boost/common/multi-index/test.hxx | 2 +- boost/common/optional/driver.cxx | 2 +- boost/common/optional/makefile | 2 +- boost/common/optional/test.hxx | 2 +- boost/common/smart-ptr/driver.cxx | 2 +- boost/common/smart-ptr/makefile | 2 +- boost/common/smart-ptr/test.hxx | 2 +- boost/common/template/Makefile.am | 2 +- boost/common/template/driver.cxx | 2 +- boost/common/template/makefile | 2 +- boost/common/template/test.hxx | 2 +- boost/common/test.bat | 2 +- boost/common/unordered/driver.cxx | 2 +- boost/common/unordered/makefile | 2 +- boost/common/unordered/test.hxx | 2 +- boost/common/uuid/driver.cxx | 2 +- boost/common/uuid/makefile | 2 +- boost/common/uuid/test.hxx | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) (limited to 'boost/common') diff --git a/boost/common/Makefile.am b/boost/common/Makefile.am index 9512ba2..abac934 100644 --- a/boost/common/Makefile.am +++ b/boost/common/Makefile.am @@ -1,5 +1,5 @@ # file : boost/common/Makefile.am -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file SUBDIRS = __path__(dirs) diff --git a/boost/common/makefile b/boost/common/makefile index def866f..37213ed 100644 --- a/boost/common/makefile +++ b/boost/common/makefile @@ -1,5 +1,5 @@ # file : boost/common/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/boost/common/multi-index/driver.cxx b/boost/common/multi-index/driver.cxx index ea5d016..4ee508d 100644 --- a/boost/common/multi-index/driver.cxx +++ b/boost/common/multi-index/driver.cxx @@ -1,5 +1,5 @@ // file : boost/common/multi-index/driver.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test Boost multi-index container persistence. diff --git a/boost/common/multi-index/makefile b/boost/common/multi-index/makefile index 0a79a72..108f4c5 100644 --- a/boost/common/multi-index/makefile +++ b/boost/common/multi-index/makefile @@ -1,5 +1,5 @@ # file : boost/common/multi-index/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/boost/common/multi-index/test.hxx b/boost/common/multi-index/test.hxx index 704e82e..606bc1e 100644 --- a/boost/common/multi-index/test.hxx +++ b/boost/common/multi-index/test.hxx @@ -1,5 +1,5 @@ // file : boost/common/multi-index/test.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/boost/common/optional/driver.cxx b/boost/common/optional/driver.cxx index e170b0a..51591fa 100644 --- a/boost/common/optional/driver.cxx +++ b/boost/common/optional/driver.cxx @@ -1,5 +1,5 @@ // file : boost/common/optional/driver.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test boost::optional persistence. diff --git a/boost/common/optional/makefile b/boost/common/optional/makefile index 55c9571..4709cf3 100644 --- a/boost/common/optional/makefile +++ b/boost/common/optional/makefile @@ -1,5 +1,5 @@ # file : boost/common/optional/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/boost/common/optional/test.hxx b/boost/common/optional/test.hxx index bc6fe39..7d4b5b8 100644 --- a/boost/common/optional/test.hxx +++ b/boost/common/optional/test.hxx @@ -1,5 +1,5 @@ // file : boost/common/optional/test.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/boost/common/smart-ptr/driver.cxx b/boost/common/smart-ptr/driver.cxx index bdb9fe0..c71a6ba 100644 --- a/boost/common/smart-ptr/driver.cxx +++ b/boost/common/smart-ptr/driver.cxx @@ -1,5 +1,5 @@ // file : boost/common/smart-ptr/driver.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test boost smart pointers. diff --git a/boost/common/smart-ptr/makefile b/boost/common/smart-ptr/makefile index b5e9b34..d4f565e 100644 --- a/boost/common/smart-ptr/makefile +++ b/boost/common/smart-ptr/makefile @@ -1,5 +1,5 @@ # file : boost/common/smart-ptr/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/boost/common/smart-ptr/test.hxx b/boost/common/smart-ptr/test.hxx index 4b76513..605b122 100644 --- a/boost/common/smart-ptr/test.hxx +++ b/boost/common/smart-ptr/test.hxx @@ -1,5 +1,5 @@ // file : boost/common/smart-ptr/test.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/boost/common/template/Makefile.am b/boost/common/template/Makefile.am index 21915f7..606e7d0 100644 --- a/boost/common/template/Makefile.am +++ b/boost/common/template/Makefile.am @@ -1,5 +1,5 @@ # file : boost/common/template/Makefile.am -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file EXTRA_DIST = __file__(extra_dist) diff --git a/boost/common/template/driver.cxx b/boost/common/template/driver.cxx index 6141dbb..a889557 100644 --- a/boost/common/template/driver.cxx +++ b/boost/common/template/driver.cxx @@ -1,5 +1,5 @@ // file : boost/common/template/driver.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // PLACE TEST DESCRIPTION HERE diff --git a/boost/common/template/makefile b/boost/common/template/makefile index 598cf6d..e56dc37 100644 --- a/boost/common/template/makefile +++ b/boost/common/template/makefile @@ -1,5 +1,5 @@ # file : boost/common/template/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/boost/common/template/test.hxx b/boost/common/template/test.hxx index 48c5796..d3b732e 100644 --- a/boost/common/template/test.hxx +++ b/boost/common/template/test.hxx @@ -1,5 +1,5 @@ // file : boost/common/template/test.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/boost/common/test.bat b/boost/common/test.bat index 4f515a8..92c4b07 100644 --- a/boost/common/test.bat +++ b/boost/common/test.bat @@ -1,6 +1,6 @@ @echo off rem file : boost/common/test.bat -rem copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +rem copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC rem license : GNU GPL v2; see accompanying LICENSE file setlocal diff --git a/boost/common/unordered/driver.cxx b/boost/common/unordered/driver.cxx index 82942ec..2885807 100644 --- a/boost/common/unordered/driver.cxx +++ b/boost/common/unordered/driver.cxx @@ -1,5 +1,5 @@ // file : boost/common/unordered/driver.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test Boost unordered containers persistence. diff --git a/boost/common/unordered/makefile b/boost/common/unordered/makefile index a259d4c..bb2f2a1 100644 --- a/boost/common/unordered/makefile +++ b/boost/common/unordered/makefile @@ -1,5 +1,5 @@ # file : boost/common/unordered/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/boost/common/unordered/test.hxx b/boost/common/unordered/test.hxx index e3f9781..97e2996 100644 --- a/boost/common/unordered/test.hxx +++ b/boost/common/unordered/test.hxx @@ -1,5 +1,5 @@ // file : boost/common/unordered/test.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/boost/common/uuid/driver.cxx b/boost/common/uuid/driver.cxx index e494ea2..5cffa6a 100644 --- a/boost/common/uuid/driver.cxx +++ b/boost/common/uuid/driver.cxx @@ -1,5 +1,5 @@ // file : boost/common/uuid/driver.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test Boost UUID persistence. diff --git a/boost/common/uuid/makefile b/boost/common/uuid/makefile index 84f906e..5188740 100644 --- a/boost/common/uuid/makefile +++ b/boost/common/uuid/makefile @@ -1,5 +1,5 @@ # file : boost/common/uuid/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/boost/common/uuid/test.hxx b/boost/common/uuid/test.hxx index 382ddaf..c4195aa 100644 --- a/boost/common/uuid/test.hxx +++ b/boost/common/uuid/test.hxx @@ -1,5 +1,5 @@ // file : boost/common/uuid/test.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX -- cgit v1.1