Skip to content

Commit

Permalink
Explain provenance of code and relicensing of parts of pyms.cc from L…
Browse files Browse the repository at this point in the history
…GPLv3 to BSD-3
  • Loading branch information
sjperkins committed Sep 4, 2023
1 parent c1a9edb commit 9cf2344
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cpp/descriptor.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/// Parts of this file were originally contributed to https://github.com/casacore/python-casacore
/// under a LGPLv3 license by https://github.com/sjperkins in the following PRs:
/// - https://github.com/casacore/python-casacore/pull/72
/// - https://github.com/casacore/python-casacore/pull/183
/// More generally https://github.com/sjperkins made all contributions
/// to pyms.cc up until python-casacore 3.5.2
/// - https://github.com/casacore/python-casacore/commits/v3.5.2/src/pyms.cc
/// Parts of this code are relicensed here under the BSD-3 license
/// available at https://github.com/ratt-ru/arcae/blob/main/LICENSE

#ifndef ARCAE_DESCRIPTOR_H
#define ARCAE_DESCRIPTOR_H

Expand Down
10 changes: 10 additions & 0 deletions cpp/table_factory.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/// Parts of this file were originally contributed to https://github.com/casacore/python-casacore
/// under a LGPLv3 license by https://github.com/sjperkins in the following PRs:
/// - https://github.com/casacore/python-casacore/pull/72
/// - https://github.com/casacore/python-casacore/pull/183
/// More generally https://github.com/sjperkins made all contributions
/// to pyms.cc up until python-casacore 3.5.2
/// - https://github.com/casacore/python-casacore/commits/v3.5.2/src/pyms.cc
/// Parts of this code are relicensed here under the BSD-3 license
/// available at https://github.com/ratt-ru/arcae/blob/main/LICENSE

#include <algorithm>

#include "descriptor.h"
Expand Down

0 comments on commit 9cf2344

Please sign in to comment.