Skip to content

Commit

Permalink
Add proper copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
jk-jeon committed Aug 28, 2024
1 parent 9bca23d commit 207fd23
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 4 deletions.
21 changes: 18 additions & 3 deletions subproject/simple/simple_dragonbox.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
// Copyright 2024 Junekey Jeon, Toby Bell
//
// The contents of this file may be used under the terms of
// the Apache License v2.0 with LLVM Exceptions.
//
// (See accompanying file LICENSE-Apache or copy at
// https://llvm.org/foundation/relicensing/LICENSE.txt)
//
// Alternatively, the contents of this file may be used under the terms of
// the Boost Software License, Version 1.0.
// (See accompanying file LICENSE-Boost or copy at
// https://www.boost.org/LICENSE_1_0.txt)
//
// Unless required by applicable law or agreed to in writing, this software
// is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied.


#ifndef JKJ_HEADER_SIMPLE_DRAGONBOX
#define JKJ_HEADER_SIMPLE_DRAGONBOX

// Copyright 2024 Junekey Jeon, Toby Bell
// TODO: License

#include <cassert>
#include <climits>
#include <cstdint>
Expand Down
16 changes: 15 additions & 1 deletion subproject/simple/simple_dragonbox_test.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
// Copyright 2024 Junekey Jeon, Toby Bell
// TODO: License
//
// The contents of this file may be used under the terms of
// the Apache License v2.0 with LLVM Exceptions.
//
// (See accompanying file LICENSE-Apache or copy at
// https://llvm.org/foundation/relicensing/LICENSE.txt)
//
// Alternatively, the contents of this file may be used under the terms of
// the Boost Software License, Version 1.0.
// (See accompanying file LICENSE-Boost or copy at
// https://www.boost.org/LICENSE_1_0.txt)
//
// Unless required by applicable law or agreed to in writing, this software
// is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied.

#include "simple_dragonbox.h"
#include "random_float.h"
Expand Down

0 comments on commit 207fd23

Please sign in to comment.