Skip to content

Commit

Permalink
Create release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranparsons committed Jan 24, 2025
1 parent d4701c8 commit 573bef1
Show file tree
Hide file tree
Showing 20 changed files with 48 additions and 697 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2023 Mitsubishi Electric Research Laboratories (MERL)
# Copyright (C) 2023, 2025 Mitsubishi Electric Research Laboratories (MERL)
#
# SPDX-License-Identifier: AGPL-3.0-or-later
# SPDX-License-Identifier: BSD-3-Clause

pre-commit
6 changes: 3 additions & 3 deletions .github/workflows/static_checks.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2023 Mitsubishi Electric Research Laboratories (MERL)
# Copyright (C) 2023, 2025 Mitsubishi Electric Research Laboratories (MERL)
#
# SPDX-License-Identifier: AGPL-3.0-or-later
# SPDX-License-Identifier: BSD-3-Clause

name: Static code checks

Expand All @@ -13,7 +13,7 @@ on: # yamllint disable-line rule:truthy
- '**'

env:
LICENSE: AGPL-3.0-or-later
LICENSE: BSD-3-Clause
FETCH_DEPTH: 1
FULL_HISTORY: 0
SKIP_WORD_PRESENCE_CHECK: 0
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2023 Mitsubishi Electric Research Laboratories (MERL).
# Copyright (C) 2023, 2025 Mitsubishi Electric Research Laboratories (MERL).
#
# SPDX-License-Identifier: AGPL-3.0-or-later
# SPDX-License-Identifier: BSD-3-Clause

# C++ .gitignore from https://github.com/github/gitignore/blob/main/C%2B%2B.gitignore
# Prerequisites
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2023 Mitsubishi Electric Research Laboratories (MERL)
# Copyright (C) 2023, 2025 Mitsubishi Electric Research Laboratories (MERL)
#
# SPDX-License-Identifier: AGPL-3.0-or-later
# SPDX-License-Identifier: BSD-3-Clause
#
# Pre-commit configuration. See https://pre-commit.com

Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
Copyright (C) 2023 Mitsubishi Electric Research Laboratories (MERL)
Copyright (C) 2023, 2025 Mitsubishi Electric Research Laboratories (MERL)
SPDX-License-Identifier: AGPL-3.0-or-later
SPDX-License-Identifier: BSD-3-Clause
-->

# Contributing
Expand Down
661 changes: 6 additions & 655 deletions LICENSE.md

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
Copyright (C) 2017, 2023 Mitsubishi Electric Research Laboratories (MERL)
Copyright (C) 2017, 2023, 2025 Mitsubishi Electric Research Laboratories (MERL)
SPDX-License-Identifier: AGPL-3.0-or-later
SPDX-License-Identifier: BSD-3-Clause
-->

# Point Cloud Quality Metric
Expand Down Expand Up @@ -66,14 +66,14 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for our policy on contributions.

## License

Released under `AGPL-3.0-or-later` license, as found in the [LICENSE.md](LICENSE.md) file.
Released under `BSD-3-Clause` license, as found in the [LICENSE.md](LICENSE.md) file.

All files, except as noted below:

```
Copyright (C) 2017, 2023 Mitsubishi Electric Research Laboratories (MERL).
Copyright (C) 2017, 2023, 2025 Mitsubishi Electric Research Laboratories (MERL).
SPDX-License-Identifier: AGPL-3.0-or-later
SPDX-License-Identifier: BSD-3-Clause
```

`source/nanoflann/KDTreeVectorOfVectorsAdaptor.h` (see [BSD-2-Clause.txt](BSD-2-Clause.txt)):
Expand Down
4 changes: 2 additions & 2 deletions source/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2017, 2023 Mitsubishi Electric Research Laboratories (MERL)
# Copyright (C) 2017, 2023, 2025 Mitsubishi Electric Research Laboratories (MERL)
#
# SPDX-License-Identifier: AGPL-3.0-or-later
# SPDX-License-Identifier: BSD-3-Clause

cmake_minimum_required(VERSION 2.8 FATAL_ERROR)

Expand Down
4 changes: 2 additions & 2 deletions source/clockcom.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (C) 2017, 2023 Mitsubishi Electric Research Laboratories (MERL)
// Copyright (C) 2017, 2023, 2025 Mitsubishi Electric Research Laboratories (MERL)
//
// SPDX-License-Identifier: AGPL-3.0-or-later
// SPDX-License-Identifier: BSD-3-Clause
#include "clockcom.hpp"

#ifndef _WIN32
Expand Down
4 changes: 2 additions & 2 deletions source/clockcom.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (C) 2017, 2023 Mitsubishi Electric Research Laboratories (MERL)
// Copyright (C) 2017, 2023, 2025 Mitsubishi Electric Research Laboratories (MERL)
//
// SPDX-License-Identifier: AGPL-3.0-or-later
// SPDX-License-Identifier: BSD-3-Clause
#ifndef CLOCKCOMM_HPP
#define CLOCKCOMM_HPP

Expand Down
4 changes: 2 additions & 2 deletions source/main.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (C) 2017, 2023 Mitsubishi Electric Research Laboratories (MERL)
// Copyright (C) 2017, 2023, 2025 Mitsubishi Electric Research Laboratories (MERL)
//
// SPDX-License-Identifier: AGPL-3.0-or-later
// SPDX-License-Identifier: BSD-3-Clause

#include <iostream>
#include <sstream>
Expand Down
4 changes: 2 additions & 2 deletions source/pcc_distortion.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (C) 2017, 2023 Mitsubishi Electric Research Laboratories (MERL)
// Copyright (C) 2017, 2023, 2025 Mitsubishi Electric Research Laboratories (MERL)
//
// SPDX-License-Identifier: AGPL-3.0-or-later
// SPDX-License-Identifier: BSD-3-Clause

#include <iostream>
#include <fstream>
Expand Down
4 changes: 2 additions & 2 deletions source/pcc_distortion.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (C) 2017, 2023 Mitsubishi Electric Research Laboratories (MERL)
// Copyright (C) 2017, 2023, 2025 Mitsubishi Electric Research Laboratories (MERL)
//
// SPDX-License-Identifier: AGPL-3.0-or-later
// SPDX-License-Identifier: BSD-3-Clause

#ifndef PCC_DISTORTION_HPP
#define PCC_DISTORTION_HPP
Expand Down
4 changes: 2 additions & 2 deletions source/pcc_processing.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (C) 2017, 2023 Mitsubishi Electric Research Laboratories (MERL)
// Copyright (C) 2017, 2023, 2025 Mitsubishi Electric Research Laboratories (MERL)
//
// SPDX-License-Identifier: AGPL-3.0-or-later
// SPDX-License-Identifier: BSD-3-Clause

#include <iostream>
#include <fstream>
Expand Down
4 changes: 2 additions & 2 deletions source/pcc_processing.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (C) 2017, 2023 Mitsubishi Electric Research Laboratories (MERL)
// Copyright (C) 2017, 2023, 2025 Mitsubishi Electric Research Laboratories (MERL)
//
// SPDX-License-Identifier: AGPL-3.0-or-later
// SPDX-License-Identifier: BSD-3-Clause

#ifndef PCC_PROCESSING_HPP
#define PCC_PROCESSING_HPP
Expand Down
4 changes: 2 additions & 2 deletions test/anchor.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python
# Copyright (C) 2017, 2023 Mitsubishi Electric Research Laboratories (MERL)
# Copyright (C) 2017, 2023, 2025 Mitsubishi Electric Research Laboratories (MERL)
#
# SPDX-License-Identifier: AGPL-3.0-or-later
# SPDX-License-Identifier: BSD-3-Clause

import os
import collections
Expand Down
4 changes: 2 additions & 2 deletions test/config.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2017, 2023 Mitsubishi Electric Research Laboratories (MERL)
# Copyright (C) 2017, 2023, 2025 Mitsubishi Electric Research Laboratories (MERL)
#
# SPDX-License-Identifier: AGPL-3.0-or-later
# SPDX-License-Identifier: BSD-3-Clause

# C1 - Buildings and Facades

Expand Down
4 changes: 2 additions & 2 deletions test/decode.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python
# Copyright (C) 2017, 2023 Mitsubishi Electric Research Laboratories (MERL)
# Copyright (C) 2017, 2023, 2025 Mitsubishi Electric Research Laboratories (MERL)
#
# SPDX-License-Identifier: AGPL-3.0-or-later
# SPDX-License-Identifier: BSD-3-Clause

import os
import collections
Expand Down
4 changes: 2 additions & 2 deletions test/intrinsic.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python
# Copyright (C) 2017, 2023 Mitsubishi Electric Research Laboratories (MERL)
# Copyright (C) 2017, 2023, 2025 Mitsubishi Electric Research Laboratories (MERL)
#
# SPDX-License-Identifier: AGPL-3.0-or-later
# SPDX-License-Identifier: BSD-3-Clause

import os
import collections
Expand Down
4 changes: 2 additions & 2 deletions test/merge.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python
# Copyright (C) 2017, 2023 Mitsubishi Electric Research Laboratories (MERL)
# Copyright (C) 2017, 2023, 2025 Mitsubishi Electric Research Laboratories (MERL)
#
# SPDX-License-Identifier: AGPL-3.0-or-later
# SPDX-License-Identifier: BSD-3-Clause

from itertools import izip
import os
Expand Down

0 comments on commit 573bef1

Please sign in to comment.