Skip to content

Commit

Permalink
Add licensing info
Browse files Browse the repository at this point in the history
  • Loading branch information
dspinellis committed Feb 13, 2012
1 parent ee0ed2a commit 99fda74
Show file tree
Hide file tree
Showing 12 changed files with 178 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ExtensiblePartition.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*-
* Copyright 2011-2012 Diomidis Spinellis
*
* 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.
*/

#include "ExtensiblePartition.h"

static Partition dummy;
Expand Down
16 changes: 16 additions & 0 deletions ExtensiblePartition.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*-
* Copyright 2011-2012 Diomidis Spinellis
*
* 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.
*/

#ifndef EXTENSIBLEPARTITION_H
#define EXTENSIBLEPARTITION_H

Expand Down
16 changes: 16 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
#
# Copyright 2011-2012 Diomidis Spinellis
#
# 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.
#

ifdef RELEASE
# Production flags
CXXFLAGS=-O3
Expand Down
16 changes: 16 additions & 0 deletions Partition.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*-
* Copyright 2011-2012 Diomidis Spinellis
*
* 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.
*/

#include "Partition.h"

// Output partition p on o
Expand Down
16 changes: 16 additions & 0 deletions Partition.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*-
* Copyright 2011-2012 Diomidis Spinellis
*
* 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.
*/

#ifndef PARTITION_H
#define PARTITION_H

Expand Down
16 changes: 16 additions & 0 deletions Point.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*-
* Copyright 2011-2012 Diomidis Spinellis
*
* 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.
*/

#include "point.h"

ostream&
Expand Down
16 changes: 16 additions & 0 deletions Point.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*-
* Copyright 2011-2012 Diomidis Spinellis
*
* 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.
*/

#ifndef POINT_H
#define POINT_H

Expand Down
2 changes: 2 additions & 0 deletions README.mediawiki
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This project aims to be an open source implementation of the
maximal information coefficient measure, a measure of two-variable
dependence designed for the exploration of many-dimensional data sets.
The project's source code is distributed under the permissive
[http://www.apache.org/licenses/LICENSE-2.0 Apache License].

For more information on the measure see the
[http://www.exploredata.net/ web site] created by the
Expand Down
16 changes: 16 additions & 0 deletions debug.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*-
* Copyright 2011-2012 Diomidis Spinellis
*
* 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.
*/

#ifndef DEBUG_H
#define DEBUG_H

Expand Down
16 changes: 16 additions & 0 deletions entropy.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*-
* Copyright 2011-2012 Diomidis Spinellis
*
* 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.
*/

#include <vector>
#include <cassert>
#include <cmath> // log2
Expand Down
16 changes: 16 additions & 0 deletions entropy.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*-
* Copyright 2011-2012 Diomidis Spinellis
*
* 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.
*/

#ifndef ENTROPY_H
#define ENTROPY_H

Expand Down
16 changes: 16 additions & 0 deletions mine.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*-
* Copyright 2011-2012 Diomidis Spinellis
*
* 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.
*/

#include <vector>
#include <set>
#include <limits>
Expand Down

0 comments on commit 99fda74

Please sign in to comment.