Skip to content

Commit

Permalink
Welcome 2020.
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinH committed Jan 2, 2020
1 parent d782e42 commit f6b62df
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .conan/test_package/test_package.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// The Art of C++ / Operators
// Copyright (c) 2013-2019 Daniel Frey
// Copyright (c) 2013-2020 Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/operators/

#include <tao/operators.hpp>
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2013-2019 Daniel Frey
Copyright (c) 2013-2020 Daniel Frey

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The Art of C++
# Copyright (c) 2015-2019 Daniel Frey
# Copyright (c) 2015-2020 Daniel Frey
# Please see LICENSE for license or visit https://github.com/taocpp/json

.SUFFIXES:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@ The Art of C++ / Operators is a modernised C++11 rewrite of the [Boost.Operators

The Art of C++ is certified [Open Source](http://www.opensource.org/docs/definition.html) software. It may be used for any purpose, including commercial purposes, at absolutely no cost. It is distributed under the terms of the [MIT license](http://www.opensource.org/licenses/mit-license.html) reproduced here.

> Copyright (c) 2013-2019 Daniel Frey
> Copyright (c) 2013-2020 Daniel Frey
>
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
>
Expand Down
2 changes: 1 addition & 1 deletion include/tao/operators.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// The Art of C++ / Operators
// Copyright (c) 2013-2019 Daniel Frey
// Copyright (c) 2013-2020 Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/operators/

#ifndef TAO_OPERATORS_HPP
Expand Down
2 changes: 1 addition & 1 deletion src/test/operators/no_rvalue_reference_results.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// The Art of C++ / Operators
// Copyright (c) 2013-2019 Daniel Frey
// Copyright (c) 2013-2020 Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/operators/

#define TAO_OPERATORS_NO_RVALUE_REFERENCE_RESULTS
Expand Down
2 changes: 1 addition & 1 deletion src/test/operators/test_operators.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// The Art of C++ / Operators
// Copyright (c) 2013-2019 Daniel Frey
// Copyright (c) 2013-2020 Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/operators/

#include <tao/operators.hpp>
Expand Down

0 comments on commit f6b62df

Please sign in to comment.