aboutsummaryrefslogtreecommitdiff
path: root/cutl/fs
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-01-01 12:47:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-01-01 12:47:07 +0200
commit73e602354232433dd1bcde00e4377edbfaaa4e6a (patch)
tree615c0e49a63b5af7b7d3f70ab2d7e4ba527ffb85 /cutl/fs
parent884aa7af2d9d3367bbcdbfc2cd9d13ba38717957 (diff)
Update copyright
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.txx2
7 files changed, 7 insertions, 7 deletions
diff --git a/cutl/fs/auto-remove.cxx b/cutl/fs/auto-remove.cxx
index 3afcc9b..250bb12 100644
--- a/cutl/fs/auto-remove.cxx
+++ b/cutl/fs/auto-remove.cxx
@@ -1,6 +1,6 @@
// file : cutl/fs/auto-remove.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 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 ceede34..bf2b701 100644
--- a/cutl/fs/auto-remove.hxx
+++ b/cutl/fs/auto-remove.hxx
@@ -1,6 +1,6 @@
// file : cutl/fs/auto-remove.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 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 793902d..9c17265 100644
--- a/cutl/fs/exception.cxx
+++ b/cutl/fs/exception.cxx
@@ -1,6 +1,6 @@
// file : cutl/fs/exception.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 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 b412491..f00dadb 100644
--- a/cutl/fs/exception.hxx
+++ b/cutl/fs/exception.hxx
@@ -1,6 +1,6 @@
// file : cutl/fs/exception.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 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 88b88f6..578cc5b 100644
--- a/cutl/fs/path.cxx
+++ b/cutl/fs/path.cxx
@@ -1,6 +1,6 @@
// file : cutl/fs/path.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cutl/fs/path.hxx>
diff --git a/cutl/fs/path.hxx b/cutl/fs/path.hxx
index 9dda562..2b1743a 100644
--- a/cutl/fs/path.hxx
+++ b/cutl/fs/path.hxx
@@ -1,6 +1,6 @@
// file : cutl/fs/path.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_FS_PATH_HXX
diff --git a/cutl/fs/path.txx b/cutl/fs/path.txx
index ff5095b..44064ca 100644
--- a/cutl/fs/path.txx
+++ b/cutl/fs/path.txx
@@ -1,6 +1,6 @@
// file : cutl/fs/path.txx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
namespace cutl