aboutsummaryrefslogtreecommitdiff
path: root/bdep/project-email.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-08-22 19:34:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-08-22 19:34:51 +0200
commit7e7dee76c870917866fd23f385211ee8101705b4 (patch)
treeb78508ec5316b6f50cbf4417337b96e874bdf439 /bdep/project-email.hxx
parentb2c194aa4913afee30a78fc191912b9622a4d9ae (diff)
Add support for specifying publisher's name in addition to email
Diffstat (limited to 'bdep/project-email.hxx')
-rw-r--r--bdep/project-email.hxx23
1 files changed, 0 insertions, 23 deletions
diff --git a/bdep/project-email.hxx b/bdep/project-email.hxx
deleted file mode 100644
index c630682..0000000
--- a/bdep/project-email.hxx
+++ /dev/null
@@ -1,23 +0,0 @@
-// file : bdep/project-email.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
-// license : MIT; see accompanying LICENSE file
-
-#ifndef BDEP_PROJECT_EMAIL_HXX
-#define BDEP_PROJECT_EMAIL_HXX
-
-#include <bdep/types.hxx>
-#include <bdep/utility.hxx>
-
-namespace bdep
-{
- // Given a project directly, try to discover the author's email address
- // using the environment and, if project looks like a repository, its VCS.
- //
- // Note: if using this function in a command, don't forget to update its
- // ENVIRONMENT section to mention BDEP_EMAIL.
- //
- optional<string>
- project_email (const dir_path&);
-}
-
-#endif // BDEP_PROJECT_EMAIL_HXX