mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
fix license in sstream
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2f6c80ef08
commit
5a16d3ef7f
1 changed files with 15 additions and 5 deletions
|
@ -1,10 +1,20 @@
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2013 Microsoft Corporation. All rights reserved.
|
Copyright (c) 2018 Microsoft Corporation
|
||||||
Released under Apache 2.0 license as described in the file LICENSE.
|
|
||||||
|
Module Name:
|
||||||
|
|
||||||
|
nat_set.h
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Wrapper for sstream.
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
Leonardo de Moura (leonardo) 2013
|
||||||
|
|
||||||
|
Revision History:
|
||||||
|
|
||||||
Author: Leonardo de Moura
|
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue