Skip to content

Commit

Permalink
Added the license disclaimer in all the files.
Browse files Browse the repository at this point in the history
  • Loading branch information
asrivast28 committed Mar 10, 2018
1 parent 39deaef commit 9cf0699
Show file tree
Hide file tree
Showing 21 changed files with 296 additions and 1 deletion.
14 changes: 14 additions & 0 deletions APCall.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
/**
* @file APCall.hpp
* @brief Functionality for error checking calls to C API.
*
* Copyright 2018 Georgia Institute of Technology
*
* 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 APSDK_APCALL_HPP_
#define APSDK_APCALL_HPP_
Expand Down
14 changes: 14 additions & 0 deletions Anml.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
/**
* @file Anml.cpp
* @brief Implementation of Anml functions.
*
* Copyright 2018 Georgia Institute of Technology
*
* 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 "Anml.hpp"

Expand Down
14 changes: 14 additions & 0 deletions Anml.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
/**
* @file Anml.hpp
* @brief Declaration of Anml functions.
*
* Copyright 2018 Georgia Institute of Technology
*
* 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 APSDK_ANML_HPP_
#define APSDK_ANML_HPP_
Expand Down
14 changes: 14 additions & 0 deletions AnmlMacro.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
/**
* @file AnmlMacro.cpp
* @brief Implementation of AnmlMacro functions.
*
* Copyright 2018 Georgia Institute of Technology
*
* 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 "AnmlMacro.hpp"

Expand Down
14 changes: 14 additions & 0 deletions AnmlMacro.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
/**
* @file AnmlMacro.hpp
* @brief Declaration of AnmlMacro functions.
*
* Copyright 2018 Georgia Institute of Technology
*
* 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 APSDK_ANMLMACRO_HPP_
#define APSDK_ANMLMACRO_HPP_
Expand Down
14 changes: 14 additions & 0 deletions AnmlNetwork.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
/**
* @file AnmlNetwork.cpp
* @brief Implementation of AnmlNetwork functions.
*
* Copyright 2018 Georgia Institute of Technology
*
* 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 "AnmlNetwork.hpp"

Expand Down
14 changes: 14 additions & 0 deletions AnmlNetwork.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
/**
* @file AnmlNetwork.hpp
* @brief Declaration of AnmlNetwork functions.
*
* Copyright 2018 Georgia Institute of Technology
*
* 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 APSDK_ANMLNETWORK_HPP_
#define APSDK_ANMLNETWORK_HPP_
Expand Down
14 changes: 14 additions & 0 deletions Automaton.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
/**
* @file Automaton.cpp
* @brief Implementation of Automaton functions.
*
* Copyright 2018 Georgia Institute of Technology
*
* 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 "Automaton.hpp"

Expand Down
14 changes: 14 additions & 0 deletions Automaton.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
/**
* @file Automaton.hpp
* @brief Declaration of Automaton functions.
*
* Copyright 2018 Georgia Institute of Technology
*
* 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 APSDK_AUTOMATON_HPP_
#define APSDK_AUTOMATON_HPP_
Expand Down
14 changes: 14 additions & 0 deletions Device.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
/**
* @file Device.cpp
* @brief Implementation of Device functions.
*
* Copyright 2018 Georgia Institute of Technology
*
* 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 "Device.hpp"

Expand Down
14 changes: 14 additions & 0 deletions Device.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
/**
* @file Device.hpp
* @brief Declaration of Device functions.
*
* Copyright 2018 Georgia Institute of Technology
*
* 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 APSDK_DEVICE_HPP_
#define APSDK_DEVICE_HPP_
Expand Down
14 changes: 14 additions & 0 deletions ElementMap.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
/**
* @file ElementMap.cpp
* @brief Implementation of ElementMap functions.
*
* Copyright 2018 Georgia Institute of Technology
*
* 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 "ElementMap.hpp"

Expand Down
14 changes: 14 additions & 0 deletions ElementMap.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
/**
* @file ElementMap.hpp
* @brief Declaration of ElementMap functions.
*
* Copyright 2018 Georgia Institute of Technology
*
* 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 APSDK_ELEMENTMAP_HPP_
#define APSDK_ELEMENTMAP_HPP_
Expand Down
14 changes: 14 additions & 0 deletions ElementRef.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
/**
* @file ElementRef.cpp
* @brief Implementation of ElementRef functions.
*
* Copyright 2018 Georgia Institute of Technology
*
* 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 "ElementRef.hpp"

Expand Down
14 changes: 14 additions & 0 deletions ElementRef.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
/**
* @file ElementRef.hpp
* @brief Declaration of ElementRef functions.
*
* Copyright 2018 Georgia Institute of Technology
*
* 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 APSDK_ELEMENTREF_HPP_
#define APSDK_ELEMENTREF_HPP_
Expand Down
17 changes: 16 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
#
# Copyright 2018 Georgia Institute of Technology
#
# 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.

CXX = g++
LINKER = g++
TARGETLIB = libapsdk.so
Expand Down Expand Up @@ -33,4 +48,4 @@ $(TARGETLIB) : $(OBJECTS)
all : $(OBJECTS) $(TARGETLIB)

clean:
-rm -rf *.o $(TARGETLIB)
-rm -rf #.o $(TARGETLIB)
14 changes: 14 additions & 0 deletions Runtime.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
/**
* @file Runtime.cpp
* @brief Implementation of different runtime functions.
*
* Copyright 2018 Georgia Institute of Technology
*
* 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 "Runtime.hpp"

Expand Down
14 changes: 14 additions & 0 deletions Runtime.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
/**
* @file Runtime.hpp
* @brief Declaration of different runtime functions.
*
* Copyright 2018 Georgia Institute of Technology
*
* 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 APSDK_RUNTIME_HPP_
#define APSDK_RUNTIME_HPP_
Expand Down
Loading

0 comments on commit 9cf0699

Please sign in to comment.