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 0f25071..c790c29 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 6c55efc..c0319e8 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 beaa3d7..3fbd26b 100644
--- a/cutl/fs/exception.cxx
+++ b/cutl/fs/exception.cxx
@@ -1,5 +1,5 @@
// file : cutl/fs/exception.cxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 0796c2a..d6c9601 100644
--- a/cutl/fs/exception.hxx
+++ b/cutl/fs/exception.hxx
@@ -1,5 +1,5 @@
// file : cutl/fs/exception.hxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 e1151ab..87b7f5f 100644
--- a/cutl/fs/path.cxx
+++ b/cutl/fs/path.cxx
@@ -1,5 +1,5 @@
// file : cutl/fs/path.cxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 ea0034e..d96644e 100644
--- a/cutl/fs/path.hxx
+++ b/cutl/fs/path.hxx
@@ -1,5 +1,5 @@
// file : cutl/fs/path.hxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 4c3b959..38a486d 100644
--- a/cutl/fs/path.ixx
+++ b/cutl/fs/path.ixx
@@ -1,5 +1,5 @@
// file : cutl/fs/path.ixx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 4b6c31d..f7cdcc4 100644
--- a/cutl/fs/path.txx
+++ b/cutl/fs/path.txx
@@ -1,5 +1,5 @@
// file : cutl/fs/path.txx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <vector>