CREDITS
------------------------------------------------------------------------------
eu.dariolucia.ccsds.encdec contains a modified version of the BitUtils class
from project Bit-lib4j (https://github.com/devnied/Bit-lib4j), originally
released under the Apache License 2.0, author Millau Julien.

Copyright (c) 2017 Millau Julien (https://github.com/devnied/Bit-lib4j)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

The modified code is located inside the class BitEncoderDecoder.
------------------------------------------------------------------------------
eu.dariolucia.ccsds.encdec contains a modified version of the MilStd1750A
class from project xtcetools (https://gitlab.com/dovereem/xtcetools),
originally released under the Apache License 2.0, author David Overeem.

Copyright (c) 2015 David Overeem (dovereem@cox.net)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

The modified code is located inside the class MilUtil.
------------------------------------------------------------------------------
eu.dariolucia.ccsds.encdec uses the JAXB runtime from the Glassfish
project to read the defined configuration files.

JAXB runtime from Glassfish is distributed under the terms of the CDDI,
Version 1.1.

(https://javaee.github.io/glassfish/LICENSE)
------------------------------------------------------------------------------
eu.dariolucia.ccsds.encdec

Copyright (c) 2019 Dario Lucia (https://www.dariolucia.eu)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
