Skip to content

Commit

Permalink
Merge pull request #58 from abebeos/master
Browse files Browse the repository at this point in the history
add minkowski license/author
  • Loading branch information
abebeos authored May 13, 2023
2 parents 1e4efa5 + 38fa2b5 commit c9c1cc3
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@ The main license is the MIT.
| /main/util/interact.js | MIT | Copyright (c) 2012-2015 Taye Adeyemi |
| /main/util/clipper | Boost | Copyright : Angus Johnson 2010-2014 |
| /main/util/clippernode.js | Boost | Copyright : Angus Johnson 2010-2014 |
| minkowski.cc, minkowski.h | Boost | Copyright 2010 Intel Corporation</br>Copyright 2015 Jack Qiao |
| /polygon | Boost | Copyright 2018 Glen Joseph Fernandes |
| minkowski.* | Boost | ? |
12 changes: 12 additions & 0 deletions minkowski.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/*
Copyright 2010 Intel Corporation
Use, modification and distribution are subject to the Boost Software License,
Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt).
*/

// code modified for the Deepnest project by Jack Qiao
// https://github.com/Jack000/Deepnest/blob/master/minkowski.cc


#include <nan.h>
#include "minkowski.h"

Expand Down
11 changes: 11 additions & 0 deletions minkowski.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
Copyright 2010 Intel Corporation
Use, modification and distribution are subject to the Boost Software License,
Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt).
*/

// code modified for the Deepnest project by Jack Qiao
// https://github.com/Jack000/Deepnest/blob/master/minkowski.h

#include <nan.h>
#include <iostream>
#define BOOST_POLYGON_NO_DEPS
Expand Down

0 comments on commit c9c1cc3

Please sign in to comment.