Skip to content

Commit

Permalink
line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler committed Dec 18, 2014
1 parent 639d31d commit 5961e72
Show file tree
Hide file tree
Showing 16 changed files with 2,166 additions and 2,255 deletions.
18 changes: 0 additions & 18 deletions Jamfile

This file was deleted.

14 changes: 0 additions & 14 deletions Jamroot

This file was deleted.

44 changes: 22 additions & 22 deletions LICENSE → LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,25 +127,25 @@ Stepanov and McJones, "Elements of Programming" license
SGI C++ Standard Template Library license
==============================================================================

// Copyright (c) 1994
// Hewlett-Packard Company
//
// Permission to use, copy, modify, distribute and sell this software
// and its documentation for any purpose is hereby granted without fee,
// provided that the above copyright notice appear in all copies and
// that both that copyright notice and this permission notice appear
// in supporting documentation. Hewlett-Packard Company makes no
// representations about the suitability of this software for any
// purpose. It is provided "as is" without express or implied warranty.
//
// Copyright (c) 1996
// Silicon Graphics Computer Systems, Inc.
//
// Permission to use, copy, modify, distribute and sell this software
// and its documentation for any purpose is hereby granted without fee,
// provided that the above copyright notice appear in all copies and
// that both that copyright notice and this permission notice appear
// in supporting documentation. Silicon Graphics makes no
// representations about the suitability of this software for any
// purpose. It is provided "as is" without express or implied warranty.
//
// Copyright (c) 1994
// Hewlett-Packard Company
//
// Permission to use, copy, modify, distribute and sell this software
// and its documentation for any purpose is hereby granted without fee,
// provided that the above copyright notice appear in all copies and
// that both that copyright notice and this permission notice appear
// in supporting documentation. Hewlett-Packard Company makes no
// representations about the suitability of this software for any
// purpose. It is provided "as is" without express or implied warranty.
//
// Copyright (c) 1996
// Silicon Graphics Computer Systems, Inc.
//
// Permission to use, copy, modify, distribute and sell this software
// and its documentation for any purpose is hereby granted without fee,
// provided that the above copyright notice appear in all copies and
// that both that copyright notice and this permission notice appear
// in supporting documentation. Silicon Graphics makes no
// representations about the suitability of this software for any
// purpose. It is provided "as is" without express or implied warranty.
//
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* Survey the use of projections. Do they only apply when evaluating predicates, or are they
* Survey the use of projections. Do they only apply when evaluating predicates, or are they
like full input transformations? (E.g, does `copy` get a projection parameter or not? Does the projection get applied by e.g. `set_difference`?)
* Add contiguous iterator utilities. How about `is_contiguous_iterator` and `as_contiguous_range`:

Expand Down
40 changes: 0 additions & 40 deletions boost-build.jam

This file was deleted.

2 changes: 1 addition & 1 deletion doc/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
User Manual {#mainpage}
User Manual {#mainpage}
===========

\tableofcontents
Expand Down
Loading

0 comments on commit 5961e72

Please sign in to comment.