Skip to content

Commit

Permalink
Merge pull request #34 from Cat-Ion/licenseheaders
Browse files Browse the repository at this point in the history
Add license stubs
  • Loading branch information
Cat-Ion committed Sep 7, 2017
2 parents 4b4dc9c + 44293ea commit 45bef92
Show file tree
Hide file tree
Showing 17 changed files with 49 additions and 1 deletion.
3 changes: 3 additions & 0 deletions FixedPointTests.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* Copyright 2017 Valentin Ochs <a at 0au dot de>.
* See the LICENSE file at the top-level directory and at
* https://github.com/Cat-Ion/FixedPoint/blob/master/LICENSE. */
#include <iostream>
#include <stdint.h>
#include <UnitTest++.h>
Expand Down
2 changes: 1 addition & 1 deletion include/FixedPoint/FixedPoint.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Copyright 2017 Valentin Ochs <a at 0au dot de>.
* See the LICENSE file at the top-level directory and at
* See the LICENSE file in the top-level directory and at
* https://github.com/Cat-Ion/FixedPoint/blob/master/LICENSE. */
#ifndef FIXEDPOINT_HPP
#define FIXEDPOINT_HPP
Expand Down
3 changes: 3 additions & 0 deletions include/FixedPoint/FixedPointArithmetics.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* Copyright 2017 Valentin Ochs <a at 0au dot de>.
* See the LICENSE file in the top-level directory and at
* https://github.com/Cat-Ion/FixedPoint/blob/master/LICENSE. */
#ifndef FIXEDPOINTARITHMETICS_HPP
#define FIXEDPOINTARITHMETICS_HPP
#include "FixedPoint.hpp"
Expand Down
3 changes: 3 additions & 0 deletions include/FixedPoint/FixedPointCasts.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* Copyright 2017 Valentin Ochs <a at 0au dot de>.
* See the LICENSE file in the top-level directory and at
* https://github.com/Cat-Ion/FixedPoint/blob/master/LICENSE. */
#ifndef FIXEDPOINTCASTS_HPP
#define FIXEDPOINTCASTS_HPP
#include "FixedPoint.hpp"
Expand Down
3 changes: 3 additions & 0 deletions include/FixedPoint/FixedPointComparisons.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* Copyright 2017 Valentin Ochs <a at 0au dot de>.
* See the LICENSE file in the top-level directory and at
* https://github.com/Cat-Ion/FixedPoint/blob/master/LICENSE. */
#ifndef FIXEDPOINTCOMPARISONS_HPP
#define FIXEDPOINTCOMPARISONS_HPP
#include "FixedPoint.hpp"
Expand Down
3 changes: 3 additions & 0 deletions include/FixedPoint/FixedPointConstructors.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* Copyright 2017 Valentin Ochs <a at 0au dot de>.
* See the LICENSE file in the top-level directory and at
* https://github.com/Cat-Ion/FixedPoint/blob/master/LICENSE. */
#ifndef FIXEDPOINTCONSTRUCTORS_HPP
#define FIXEDPOINTCONSTRUCTORS_HPP
#include "FixedPoint.hpp"
Expand Down
3 changes: 3 additions & 0 deletions include/FixedPoint/FixedPointHelpers.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* Copyright 2017 Valentin Ochs <a at 0au dot de>.
* See the LICENSE file in the top-level directory and at
* https://github.com/Cat-Ion/FixedPoint/blob/master/LICENSE. */
#ifndef FIXEDPOINTHELPERS_HPP
#define FIXEDPOINTHELPERS_HPP
#include <cmath>
Expand Down
3 changes: 3 additions & 0 deletions include/FixedPoint/FixedPointStd.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* Copyright 2017 Valentin Ochs <a at 0au dot de>.
* See the LICENSE file in the top-level directory and at
* https://github.com/Cat-Ion/FixedPoint/blob/master/LICENSE. */
#ifndef FIXEDPOINTSTD_HPP
#define FIXEDPOINTSTD_HPP
#include "FixedPoint.hpp"
Expand Down
3 changes: 3 additions & 0 deletions include/FixedPoint/FixedPointUtility.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* Copyright 2017 Valentin Ochs <a at 0au dot de>.
* See the LICENSE file in the top-level directory and at
* https://github.com/Cat-Ion/FixedPoint/blob/master/LICENSE. */
#ifndef FIXEDPOINTUTILITY_HPP
#define FIXEDPOINTUTILITY_HPP
#include "FixedPoint.hpp"
Expand Down
3 changes: 3 additions & 0 deletions include/FixedPoint/MultiwordInteger.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* Copyright 2017 Valentin Ochs <a at 0au dot de>.
* See the LICENSE file in the top-level directory and at
* https://github.com/Cat-Ion/FixedPoint/blob/master/LICENSE. */
#ifndef MULTIWORDINTEGER_HPP
#define MULTIWORDINTEGER_HPP
#include <algorithm>
Expand Down
3 changes: 3 additions & 0 deletions include/FixedPoint/MultiwordIntegerArithmetics.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* Copyright 2017 Valentin Ochs <a at 0au dot de>.
* See the LICENSE file in the top-level directory and at
* https://github.com/Cat-Ion/FixedPoint/blob/master/LICENSE. */
#ifndef MULTIWORDINTEGERARITHMETICS_HPP
#define MULTIWORDINTEGERARITHMETICS_HPP
#include "MultiwordInteger.hpp"
Expand Down
3 changes: 3 additions & 0 deletions include/FixedPoint/MultiwordIntegerBitwise.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* Copyright 2017 Valentin Ochs <a at 0au dot de>.
* See the LICENSE file in the top-level directory and at
* https://github.com/Cat-Ion/FixedPoint/blob/master/LICENSE. */
#ifndef MULTIWORDINTEGERBITWISE_HPP
#define MULTIWORDINTEGERBITWISE_HPP
#include "MultiwordInteger.hpp"
Expand Down
3 changes: 3 additions & 0 deletions include/FixedPoint/MultiwordIntegerCasts.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* Copyright 2017 Valentin Ochs <a at 0au dot de>.
* See the LICENSE file in the top-level directory and at
* https://github.com/Cat-Ion/FixedPoint/blob/master/LICENSE. */
#ifndef MULTIWORDINTEGERCASTS_HPP
#define MULTIWORDINTEGERCASTS_HPP
#include "MultiwordInteger.hpp"
Expand Down
3 changes: 3 additions & 0 deletions include/FixedPoint/MultiwordIntegerComparisons.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* Copyright 2017 Valentin Ochs <a at 0au dot de>.
* See the LICENSE file in the top-level directory and at
* https://github.com/Cat-Ion/FixedPoint/blob/master/LICENSE. */
#ifndef MULTIWORDINTEGERCOMPARISONS_HPP
#define MULTIWORDINTEGERCOMPARISONS_HPP
#include "MultiwordInteger.hpp"
Expand Down
3 changes: 3 additions & 0 deletions include/FixedPoint/MultiwordIntegerConstructors.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* Copyright 2017 Valentin Ochs <a at 0au dot de>.
* See the LICENSE file in the top-level directory and at
* https://github.com/Cat-Ion/FixedPoint/blob/master/LICENSE. */
#ifndef MULTIWORDINTEGERCONSTRUCTORS_HPP
#define MULTIWORDINTEGERCONSTRUCTORS_HPP
#include <cmath>
Expand Down
3 changes: 3 additions & 0 deletions include/FixedPoint/MultiwordIntegerSpecialization.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* Copyright 2017 Valentin Ochs <a at 0au dot de>.
* See the LICENSE file in the top-level directory and at
* https://github.com/Cat-Ion/FixedPoint/blob/master/LICENSE. */
#ifndef MULTIWORDINTEGERSPECIALIZATION_HPP
#define MULTIWORDINTEGERSPECIALIZATION_HPP
#include "MultiwordInteger.hpp"
Expand Down
3 changes: 3 additions & 0 deletions include/FixedPoint/MultiwordIntegerUtility.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* Copyright 2017 Valentin Ochs <a at 0au dot de>.
* See the LICENSE file in the top-level directory and at
* https://github.com/Cat-Ion/FixedPoint/blob/master/LICENSE. */
#ifndef MULTIWORDINTEGERUTILITY_HPP
#define MULTIWORDINTEGERUTILITY_HPP
#include "MultiwordInteger.hpp"
Expand Down

0 comments on commit 45bef92

Please sign in to comment.