aboutsummaryrefslogtreecommitdiff
path: root/cutl/fs
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-13 18:48:55 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-13 18:48:55 +0300
commit416359f425f7035c63f1cf8f2831873d11510e76 (patch)
treeff31bbd951652751df2bb270b0395d713032ff8f /cutl/fs
parentbba70704395bbc2801c9a033c1de6842b342b2a1 (diff)
Drop copyright notice from source code
Diffstat (limited to 'cutl/fs')
-rw-r--r--cutl/fs/auto-remove.cxx1
-rw-r--r--cutl/fs/auto-remove.hxx1
-rw-r--r--cutl/fs/exception.cxx1
-rw-r--r--cutl/fs/exception.hxx1
-rw-r--r--cutl/fs/path.cxx1
-rw-r--r--cutl/fs/path.hxx1
-rw-r--r--cutl/fs/path.ixx1
-rw-r--r--cutl/fs/path.txx1
8 files changed, 0 insertions, 8 deletions
diff --git a/cutl/fs/auto-remove.cxx b/cutl/fs/auto-remove.cxx
index ac957c0..00dfc61 100644
--- a/cutl/fs/auto-remove.cxx
+++ b/cutl/fs/auto-remove.cxx
@@ -1,5 +1,4 @@
// file : cutl/fs/auto-remove.cxx
-// 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 730b591..93fd2c5 100644
--- a/cutl/fs/auto-remove.hxx
+++ b/cutl/fs/auto-remove.hxx
@@ -1,5 +1,4 @@
// file : cutl/fs/auto-remove.hxx
-// 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 404947f..b894a7b 100644
--- a/cutl/fs/exception.cxx
+++ b/cutl/fs/exception.cxx
@@ -1,5 +1,4 @@
// file : cutl/fs/exception.cxx
-// 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 93200f9..ebb04bf 100644
--- a/cutl/fs/exception.hxx
+++ b/cutl/fs/exception.hxx
@@ -1,5 +1,4 @@
// file : cutl/fs/exception.hxx
-// 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 e757b56..0a95507 100644
--- a/cutl/fs/path.cxx
+++ b/cutl/fs/path.cxx
@@ -1,5 +1,4 @@
// file : cutl/fs/path.cxx
-// 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 b93a376..df0782e 100644
--- a/cutl/fs/path.hxx
+++ b/cutl/fs/path.hxx
@@ -1,5 +1,4 @@
// file : cutl/fs/path.hxx
-// 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 3ce2a07..b46e4f6 100644
--- a/cutl/fs/path.ixx
+++ b/cutl/fs/path.ixx
@@ -1,5 +1,4 @@
// file : cutl/fs/path.ixx
-// 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 d3d1304..5c6611e 100644
--- a/cutl/fs/path.txx
+++ b/cutl/fs/path.txx
@@ -1,5 +1,4 @@
// file : cutl/fs/path.txx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <vector>