From 80bc79a97310547ec86fa2a1c56c4ea1ca06b04f Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 16 Jan 2019 21:06:58 +0300 Subject: Update copyright year --- LICENSE | 2 +- build/bootstrap.build | 2 +- build/export.build | 2 +- build/root.build | 2 +- buildfile | 2 +- libstd-modules/buildfile | 2 +- libstd-modules/dummy.cxx | 2 +- libstd-modules/std-core.mxx | 2 +- libstd-modules/std-io.mxx | 2 +- libstd-modules/std-regex.mxx | 2 +- libstd-modules/std-threading.mxx | 2 +- tests/build/bootstrap.build | 2 +- tests/build/root.build | 2 +- tests/buildfile | 2 +- tests/driver.cxx | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/LICENSE b/LICENSE index c1332e6..215ce1d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014-2018 Code Synthesis Ltd +Copyright (c) 2014-2019 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 b2c879f..41a5e3c 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,5 +1,5 @@ # file : build/bootstrap.build -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file project = libstd-modules diff --git a/build/export.build b/build/export.build index ab61fd5..36ac33c 100644 --- a/build/export.build +++ b/build/export.build @@ -1,5 +1,5 @@ # file : build/export.build -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file $out_root/ diff --git a/build/root.build b/build/root.build index 04eadad..8225590 100644 --- a/build/root.build +++ b/build/root.build @@ -1,5 +1,5 @@ # file : build/bootstrap.build -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file cxx.std = experimental diff --git a/buildfile b/buildfile index cb1610f..582ed01 100644 --- a/buildfile +++ b/buildfile @@ -1,5 +1,5 @@ # file : buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: {*/ -build/} doc{INSTALL LICENSE NEWS README} manifest diff --git a/libstd-modules/buildfile b/libstd-modules/buildfile index 8d5b7cf..926b356 100644 --- a/libstd-modules/buildfile +++ b/libstd-modules/buildfile @@ -1,5 +1,5 @@ # file : libstd-modules/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file if! $cxx.features.modules diff --git a/libstd-modules/dummy.cxx b/libstd-modules/dummy.cxx index 23b6a6a..bda1cc6 100644 --- a/libstd-modules/dummy.cxx +++ b/libstd-modules/dummy.cxx @@ -1,5 +1,5 @@ // file : libstd-modules/dummy.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file // Dummy translation unit used to create dummy std.lib for VC. diff --git a/libstd-modules/std-core.mxx b/libstd-modules/std-core.mxx index 9616d8b..6329c40 100644 --- a/libstd-modules/std-core.mxx +++ b/libstd-modules/std-core.mxx @@ -1,5 +1,5 @@ // file : libstd-modules/std-core.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file // For some standard library implementations we need to pre-include certain diff --git a/libstd-modules/std-io.mxx b/libstd-modules/std-io.mxx index 697bc22..14c1a62 100644 --- a/libstd-modules/std-io.mxx +++ b/libstd-modules/std-io.mxx @@ -1,5 +1,5 @@ // file : libstd-modules/std-io.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file export module std.io; diff --git a/libstd-modules/std-regex.mxx b/libstd-modules/std-regex.mxx index fe32759..3f3a0a4 100644 --- a/libstd-modules/std-regex.mxx +++ b/libstd-modules/std-regex.mxx @@ -1,5 +1,5 @@ // file : libstd-modules/std-regex.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file // Pre-includes. diff --git a/libstd-modules/std-threading.mxx b/libstd-modules/std-threading.mxx index 7a29c19..f7d768b 100644 --- a/libstd-modules/std-threading.mxx +++ b/libstd-modules/std-threading.mxx @@ -1,5 +1,5 @@ // file : libstd-modules/std-threading.mxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file export module std.threading; // Dummy. diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build index 91bc3e9..b42a95d 100644 --- a/tests/build/bootstrap.build +++ b/tests/build/bootstrap.build @@ -1,5 +1,5 @@ # file : tests/build/bootstrap.build -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file project = # Unnamed subproject. diff --git a/tests/build/root.build b/tests/build/root.build index 60c5381..d5a73f8 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -1,5 +1,5 @@ # file : tests/build/root.build -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file cxx.std = experimental diff --git a/tests/buildfile b/tests/buildfile index a675f58..46fe0a2 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -1,5 +1,5 @@ # file : tests/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file if! $cxx.features.modules diff --git a/tests/driver.cxx b/tests/driver.cxx index 61ab288..ef06111 100644 --- a/tests/driver.cxx +++ b/tests/driver.cxx @@ -1,5 +1,5 @@ // file : tests/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file import std.core; -- cgit v1.1