From 20283e4b3c525a40dfb167fa78a212f2130d8019 Mon Sep 17 00:00:00 2001 From: Jim Pivarski Date: Wed, 22 Jun 2016 23:29:13 -0500 Subject: [PATCH] copyright --- c2numpy.h | 14 ++++++++++++++ test.c | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/c2numpy.h b/c2numpy.h index ad5201c..a3f23fb 100644 --- a/c2numpy.h +++ b/c2numpy.h @@ -1,3 +1,17 @@ +// Copyright 2016 Jim Pivarski +// +// 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 C2NUMPY #define C2NUMPY diff --git a/test.c b/test.c index b978d45..09a305f 100644 --- a/test.c +++ b/test.c @@ -1,3 +1,17 @@ +// Copyright 2016 Jim Pivarski +// +// 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 #include