mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2024-11-23 19:20:57 +08:00
Update LICENSE year and cleanup a few comments
This commit is contained in:
parent
9119cc72f6
commit
a6d883acbd
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2017 Simon Brunel
|
Copyright (c) 2019 Simon Brunel
|
||||||
|
|
||||||
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:
|
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:
|
||||||
|
|
||||||
|
@ -5,4 +5,4 @@
|
|||||||
#include "../src/qtpromise/qpromisefuture.h"
|
#include "../src/qtpromise/qpromisefuture.h"
|
||||||
#include "../src/qtpromise/qpromisehelpers.h"
|
#include "../src/qtpromise/qpromisehelpers.h"
|
||||||
|
|
||||||
#endif // ifndef QTPROMISE_MODULE_H
|
#endif // QTPROMISE_MODULE_H
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
#ifndef QTPROMISE_QPROMISE_H
|
#ifndef QTPROMISE_QPROMISE_H
|
||||||
#define QTPROMISE_QPROMISE_H
|
#define QTPROMISE_QPROMISE_H
|
||||||
|
|
||||||
// QtPromise
|
|
||||||
#include "qpromise_p.h"
|
#include "qpromise_p.h"
|
||||||
#include "qpromiseerror.h"
|
#include "qpromiseerror.h"
|
||||||
#include "qpromiseglobal.h"
|
#include "qpromiseglobal.h"
|
||||||
@ -130,4 +129,4 @@ private:
|
|||||||
|
|
||||||
#include "qpromise.inl"
|
#include "qpromise.inl"
|
||||||
|
|
||||||
#endif // ifndef QTPROMISE_QPROMISE_H
|
#endif // QTPROMISE_QPROMISE_H
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
#ifndef QTPROMISE_QPROMISE_P_H
|
#ifndef QTPROMISE_QPROMISE_P_H
|
||||||
#define QTPROMISE_QPROMISE_P_H
|
#define QTPROMISE_QPROMISE_P_H
|
||||||
|
|
||||||
// QtPromise
|
|
||||||
#include "qpromiseglobal.h"
|
#include "qpromiseglobal.h"
|
||||||
|
|
||||||
// Qt
|
// Qt
|
||||||
@ -547,4 +546,4 @@ protected:
|
|||||||
|
|
||||||
} // namespace QtPromise
|
} // namespace QtPromise
|
||||||
|
|
||||||
#endif // ifndef QTPROMISE_QPROMISE_H
|
#endif // QTPROMISE_QPROMISE_H
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
#ifndef QTPROMISE_QPROMISEERROR_H
|
#ifndef QTPROMISE_QPROMISEERROR_H
|
||||||
#define QTPROMISE_QPROMISEERROR_H
|
#define QTPROMISE_QPROMISEERROR_H
|
||||||
|
|
||||||
// QtPromise
|
|
||||||
#include "qpromise_p.h"
|
#include "qpromise_p.h"
|
||||||
#include "qpromiseglobal.h"
|
#include "qpromiseglobal.h"
|
||||||
|
|
||||||
|
@ -122,4 +122,4 @@ struct ArgsOf<const volatile T&&> : public ArgsOf<T>
|
|||||||
|
|
||||||
} // namespace QtPromisePrivate
|
} // namespace QtPromisePrivate
|
||||||
|
|
||||||
#endif // ifndef QTPROMISE_QPROMISEGLOBAL_H
|
#endif // QTPROMISE_QPROMISEGLOBAL_H
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
#ifndef QTPROMISE_QPROMISEHELPERS_H
|
#ifndef QTPROMISE_QPROMISEHELPERS_H
|
||||||
#define QTPROMISE_QPROMISEHELPERS_H
|
#define QTPROMISE_QPROMISEHELPERS_H
|
||||||
|
|
||||||
// QtPromise
|
|
||||||
#include "qpromise_p.h"
|
#include "qpromise_p.h"
|
||||||
|
|
||||||
namespace QtPromise {
|
namespace QtPromise {
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// Tests
|
|
||||||
#include "../../shared/utils.h"
|
#include "../../shared/utils.h"
|
||||||
|
|
||||||
// QtPromise
|
// QtPromise
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// Tests
|
|
||||||
#include "../../shared/utils.h"
|
#include "../../shared/utils.h"
|
||||||
|
|
||||||
// QtPromise
|
// QtPromise
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// Tests
|
|
||||||
#include "../../shared/utils.h"
|
#include "../../shared/utils.h"
|
||||||
|
|
||||||
// QtPromise
|
// QtPromise
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// Tests
|
|
||||||
#include "../../shared/utils.h"
|
#include "../../shared/utils.h"
|
||||||
|
|
||||||
// QtPromise
|
// QtPromise
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// Tests
|
|
||||||
#include "../../shared/utils.h"
|
#include "../../shared/utils.h"
|
||||||
|
|
||||||
// QtPromise
|
// QtPromise
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// Tests
|
|
||||||
#include "../../shared/utils.h"
|
#include "../../shared/utils.h"
|
||||||
|
|
||||||
// QtPromise
|
// QtPromise
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// Tests
|
|
||||||
#include "../../shared/utils.h"
|
#include "../../shared/utils.h"
|
||||||
|
|
||||||
// QtPromise
|
// QtPromise
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// Tests
|
|
||||||
#include "../../shared/utils.h"
|
#include "../../shared/utils.h"
|
||||||
|
|
||||||
// QtPromise
|
// QtPromise
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// Tests
|
|
||||||
#include "../../shared/utils.h"
|
#include "../../shared/utils.h"
|
||||||
|
|
||||||
// QtPromise
|
// QtPromise
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// Tests
|
|
||||||
#include "../../shared/utils.h"
|
#include "../../shared/utils.h"
|
||||||
|
|
||||||
// QtPromise
|
// QtPromise
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// Tests
|
|
||||||
#include "../../shared/utils.h"
|
#include "../../shared/utils.h"
|
||||||
|
|
||||||
// QtPromise
|
// QtPromise
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// Tests
|
|
||||||
#include "../../shared/utils.h"
|
#include "../../shared/utils.h"
|
||||||
|
|
||||||
// QtPromise
|
// QtPromise
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// Tests
|
|
||||||
#include "../../shared/utils.h"
|
#include "../../shared/utils.h"
|
||||||
|
|
||||||
// QtPromise
|
// QtPromise
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// Tests
|
|
||||||
#include "../../shared/utils.h"
|
#include "../../shared/utils.h"
|
||||||
|
|
||||||
// QtPromise
|
// QtPromise
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// Tests
|
|
||||||
#include "../../shared/utils.h"
|
#include "../../shared/utils.h"
|
||||||
|
|
||||||
// QtPromise
|
// QtPromise
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// Tests
|
|
||||||
#include "../../shared/utils.h"
|
#include "../../shared/utils.h"
|
||||||
|
|
||||||
// QtPromise
|
// QtPromise
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// Tests
|
|
||||||
#include "../../shared/utils.h"
|
#include "../../shared/utils.h"
|
||||||
|
|
||||||
// QtPromise
|
// QtPromise
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// Tests
|
|
||||||
#include "../../shared/utils.h"
|
#include "../../shared/utils.h"
|
||||||
|
|
||||||
// QtPromise
|
// QtPromise
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// Tests
|
|
||||||
#include "../../shared/utils.h"
|
#include "../../shared/utils.h"
|
||||||
|
|
||||||
// QtPromise
|
// QtPromise
|
||||||
|
Loading…
Reference in New Issue
Block a user