aboutsummaryrefslogtreecommitdiff
path: root/cutl/fs
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/fs')
-rw-r--r--cutl/fs/auto-remove.cxx2
-rw-r--r--cutl/fs/auto-remove.hxx2
-rw-r--r--cutl/fs/exception.cxx2
-rw-r--r--cutl/fs/exception.hxx2
-rw-r--r--cutl/fs/path.cxx2
-rw-r--r--cutl/fs/path.hxx2
-rw-r--r--cutl/fs/path.ixx2
-rw-r--r--cutl/fs/path.txx2
8 files changed, 8 insertions, 8 deletions
diff --git a/cutl/fs/auto-remove.cxx b/cutl/fs/auto-remove.cxx
index 0dfe7fb..ac957c0 100644
--- a/cutl/fs/auto-remove.cxx
+++ b/cutl/fs/auto-remove.cxx
@@ -1,5 +1,5 @@
// file : cutl/fs/auto-remove.cxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cstdio> // std::remove
diff --git a/cutl/fs/auto-remove.hxx b/cutl/fs/auto-remove.hxx
index c6ff8a4..730b591 100644
--- a/cutl/fs/auto-remove.hxx
+++ b/cutl/fs/auto-remove.hxx
@@ -1,5 +1,5 @@
// file : cutl/fs/auto-remove.hxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_FS_AUTO_REMOVE_HXX
diff --git a/cutl/fs/exception.cxx b/cutl/fs/exception.cxx
index 9762405..404947f 100644
--- a/cutl/fs/exception.cxx
+++ b/cutl/fs/exception.cxx
@@ -1,5 +1,5 @@
// file : cutl/fs/exception.cxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cutl/fs/exception.hxx>
diff --git a/cutl/fs/exception.hxx b/cutl/fs/exception.hxx
index 6fa926b..93200f9 100644
--- a/cutl/fs/exception.hxx
+++ b/cutl/fs/exception.hxx
@@ -1,5 +1,5 @@
// file : cutl/fs/exception.hxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_FS_EXCEPTION_HXX
diff --git a/cutl/fs/path.cxx b/cutl/fs/path.cxx
index 7583942..e757b56 100644
--- a/cutl/fs/path.cxx
+++ b/cutl/fs/path.cxx
@@ -1,5 +1,5 @@
// file : cutl/fs/path.cxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifdef _WIN32
diff --git a/cutl/fs/path.hxx b/cutl/fs/path.hxx
index 063293b..b93a376 100644
--- a/cutl/fs/path.hxx
+++ b/cutl/fs/path.hxx
@@ -1,5 +1,5 @@
// file : cutl/fs/path.hxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_FS_PATH_HXX
diff --git a/cutl/fs/path.ixx b/cutl/fs/path.ixx
index 0cbae67..3ce2a07 100644
--- a/cutl/fs/path.ixx
+++ b/cutl/fs/path.ixx
@@ -1,5 +1,5 @@
// file : cutl/fs/path.ixx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifdef _WIN32
diff --git a/cutl/fs/path.txx b/cutl/fs/path.txx
index b3b95ef..d3d1304 100644
--- a/cutl/fs/path.txx
+++ b/cutl/fs/path.txx
@@ -1,5 +1,5 @@
// file : cutl/fs/path.txx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <vector>