Skip to content

Commit cea6cd8

Browse files
committed
Removing unnecessary file names at top of every copyright.
1 parent 8831ce7 commit cea6cd8

55 files changed

Lines changed: 16 additions & 112 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Release/include/cpprest/astreambuf.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
* ==--==
1717
* =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
1818
*
19-
* astreambuf.h
20-
*
2119
* Asynchronous I/O: stream buffer. This is an extension to the PPL concurrency features and therefore
2220
* lives in the Concurrency namespace.
2321
*
@@ -33,7 +31,7 @@
3331
#include <math.h>
3432

3533
#include "pplx/pplxtasks.h"
36-
#include "cpprest/basic_types.h"
34+
#include "cpprest/details/basic_types.h"
3735
#include "cpprest/asyncrt_utils.h"
3836

3937
#if defined(_MSC_VER)

Release/include/cpprest/asyncrt_utils.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
* ==--==
1717
* =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
1818
*
19-
* async_utils.h
20-
*
2119
* Various common utilities.
2220
*
2321
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
@@ -35,7 +33,7 @@
3533
#include <locale.h>
3634

3735
#include "pplx/pplxtasks.h"
38-
#include "cpprest/basic_types.h"
36+
#include "cpprest/details/basic_types.h"
3937

4038
#if !defined(_WIN32) || (_MSC_VER >= 1700)
4139
#include <chrono>

Release/include/cpprest/base_uri.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
* ==--==
1717
* =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
1818
*
19-
* base_uri.h
20-
*
2119
* Protocol independent support for URIs.
2220
*
2321
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.
@@ -34,7 +32,7 @@
3432
#include <functional>
3533

3634
#include "cpprest/asyncrt_utils.h"
37-
#include "cpprest/basic_types.h"
35+
#include "cpprest/details/basic_types.h"
3836

3937
namespace web {
4038
namespace details

Release/include/cpprest/containerstream.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
* ==--==
1717
* =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
1818
*
19-
* containerstream.h
20-
*
2119
* This file defines a basic STL-container-based stream buffer. Reading from the buffer will not remove any data
2220
* from it and seeking is thus supported.
2321
*

Release/include/cpprest/details/basic_types.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
* ==--==
1717
* =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
1818
*
19-
* basic_types.h
20-
*
2119
* Platform-dependent type definitions
2220
*
2321
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.

Release/include/cpprest/details/fileio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#endif
3737

3838
#include "pplx/pplxtasks.h"
39-
#include "cpprest/basic_types.h"
39+
#include "cpprest/details/basic_types.h"
4040

4141
namespace Concurrency { namespace streams
4242
{

Release/include/cpprest/details/globals.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
* ==--==
1717
* =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
1818
*
19-
* globals.h
20-
*
2119
* Globals used in casablanca
2220
*
2321
* For the latest on this and related APIs, please see http://casablanca.codeplex.com.

Release/include/cpprest/details/http_client_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
****/
2525
#pragma once
2626

27-
#include "cpprest/basic_types.h"
27+
#include "cpprest/details/basic_types.h"
2828
#include "cpprest/details/http_helpers.h"
2929

3030
#ifdef _WIN32

Release/include/cpprest/details/http_helpers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* ==--==
1717
* =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
1818
*
19-
* http_helpers.h - Implementation Details of the http.h layer of messaging
19+
* Implementation Details of the http.h layer of messaging
2020
*
2121
* Functions and types for interoperating with http.h from modern C++
2222
* This file includes windows definitions and should not be included in a public header

Release/include/cpprest/details/http_server.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
* ==--==
1818
* =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
1919
*
20-
* http_server.h
21-
*
2220
* HTTP Library: interface to implement HTTP server to service http_listeners.
2321
*
2422
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

0 commit comments

Comments
 (0)