[asl] 155/177: Adding Copyright headers

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Aug 27 09:22:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository asl.

commit 226d8f996c285113652e8eb17e9c71cbdb889fea
Author: Avtech Scientific <AvtechScientific at users.noreply.github.com>
Date:   Thu Aug 13 21:24:43 2015 +0300

    Adding Copyright headers
---
 cmake/ASL.pc.in                      | 23 +++++++++++-
 cmake/ASLBuildFunctions.cmake        | 24 +++++++++++-
 cmake/ASLBuildOptions.cmake          | 23 +++++++++++-
 cmake/ASLConfig.cmake.in             | 23 +++++++++++-
 cmake/ASLPaths.cmake                 | 23 +++++++++++-
 doc/Developer-Guide/Doxyfile.in      | 21 +++++++++++
 src/acl/DataTypes/acldatatypes.cmake | 72 +++++++++++++++++++++++-------------
 src/acl/Kernels/aclkernels.cmake     | 42 ++++++++++++++++-----
 src/acl/Operators/acloperators.cmake | 24 +++++++++++-
 src/acl/aclMath/aclmath.cmake        | 24 +++++++++++-
 src/data/asldata.cmake               | 24 +++++++++++-
 src/math/aslmath.cmake               | 24 +++++++++++-
 12 files changed, 303 insertions(+), 44 deletions(-)

diff --git a/cmake/ASL.pc.in b/cmake/ASL.pc.in
index 7714846..94f420d 100644
--- a/cmake/ASL.pc.in
+++ b/cmake/ASL.pc.in
@@ -1,3 +1,24 @@
+#
+# Advanced Simulation Library <http://asl.org.il>
+# 
+# Copyright 2015 Avtech Scientific <http://avtechscientific.com>
+#
+#
+# This file is part of Advanced Simulation Library (ASL).
+#
+# ASL is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, version 3 of the License.
+#
+# ASL is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with ASL. If not, see <http://www.gnu.org/licenses/>.
+#
+
 prefix=@CMAKE_INSTALL_PREFIX@
 exec_prefix=${prefix}/@CMAKE_INSTALL_BINDIR@
 libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
@@ -13,4 +34,4 @@ Version: @ASL_VERSION@
 # Libs.private: @OpenCL_LIBRARIES@
 # Libs: -L${libdir}@ASL_SUBLIBS@
 Libs: -L${libdir}@ASL_SUBLIBS@ @OpenCL_LIBRARIES@
-Cflags: -I${includedir}
\ No newline at end of file
+Cflags: -I${includedir}
diff --git a/cmake/ASLBuildFunctions.cmake b/cmake/ASLBuildFunctions.cmake
index 1d82289..dc45d7c 100644
--- a/cmake/ASLBuildFunctions.cmake
+++ b/cmake/ASLBuildFunctions.cmake
@@ -1,3 +1,25 @@
+#
+# Advanced Simulation Library <http://asl.org.il>
+# 
+# Copyright 2015 Avtech Scientific <http://avtechscientific.com>
+#
+#
+# This file is part of Advanced Simulation Library (ASL).
+#
+# ASL is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, version 3 of the License.
+#
+# ASL is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with ASL. If not, see <http://www.gnu.org/licenses/>.
+#
+
+
 # Installs sublibraries - binaries and public headers
 # (preserving source tree structure)
 function(INSTALL_SUBLIB _SUBLIB _SUBLIB_PUBLIC_HEADERS)
@@ -52,4 +74,4 @@ function(INSTALL_EXAMPLE _TARGET _SOURCE)
 	# Extract directories of the relative path
 	get_filename_component(directories ${relative_path} DIRECTORY)
 	install(FILES ${_SOURCE} DESTINATION ${CMAKE_INSTALL_DOCDIR}/${directories})
-endfunction(INSTALL_EXAMPLE)
\ No newline at end of file
+endfunction(INSTALL_EXAMPLE)
diff --git a/cmake/ASLBuildOptions.cmake b/cmake/ASLBuildOptions.cmake
index 58f2546..2d980d2 100644
--- a/cmake/ASLBuildOptions.cmake
+++ b/cmake/ASLBuildOptions.cmake
@@ -1,5 +1,26 @@
+#
+# Advanced Simulation Library <http://asl.org.il>
+# 
+# Copyright 2015 Avtech Scientific <http://avtechscientific.com>
+#
+#
+# This file is part of Advanced Simulation Library (ASL).
+#
+# ASL is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, version 3 of the License.
+#
+# ASL is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with ASL. If not, see <http://www.gnu.org/licenses/>.
+#
+
 option(BUILD_SHARED_LIBS "Build shared libraries" ON)
 option(WITH_EXAMPLES "Build with examples" ON)
 option(WITH_MATIO "Build with Matlab support" OFF)
 option(WITH_API_DOC "Compile doxygen API documentation" OFF)
-option(WITH_TESTS "Build with tests" OFF)
\ No newline at end of file
+option(WITH_TESTS "Build with tests" OFF)
diff --git a/cmake/ASLConfig.cmake.in b/cmake/ASLConfig.cmake.in
index cbea49e..d33d9a0 100644
--- a/cmake/ASLConfig.cmake.in
+++ b/cmake/ASLConfig.cmake.in
@@ -1,5 +1,26 @@
+#
+# Advanced Simulation Library <http://asl.org.il>
+# 
+# Copyright 2015 Avtech Scientific <http://avtechscientific.com>
+#
+#
+# This file is part of Advanced Simulation Library (ASL).
+#
+# ASL is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, version 3 of the License.
+#
+# ASL is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with ASL. If not, see <http://www.gnu.org/licenses/>.
+#
+
 set(ASL_VERSION "@ASL_VERSION@")
 
 @PACKAGE_INIT@
 include("${CMAKE_CURRENT_LIST_DIR}/ASLTargets.cmake")
-check_required_components(ASL)
\ No newline at end of file
+check_required_components(ASL)
diff --git a/cmake/ASLPaths.cmake b/cmake/ASLPaths.cmake
index da8f99f..c00120f 100644
--- a/cmake/ASLPaths.cmake
+++ b/cmake/ASLPaths.cmake
@@ -1,3 +1,24 @@
+#
+# Advanced Simulation Library <http://asl.org.il>
+# 
+# Copyright 2015 Avtech Scientific <http://avtechscientific.com>
+#
+#
+# This file is part of Advanced Simulation Library (ASL).
+#
+# ASL is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, version 3 of the License.
+#
+# ASL is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with ASL. If not, see <http://www.gnu.org/licenses/>.
+#
+
 include(GNUInstallDirs)
 
-set(ASL_INSTALL_INCLUDEDIR "${CMAKE_INSTALL_INCLUDEDIR}/ASL")
\ No newline at end of file
+set(ASL_INSTALL_INCLUDEDIR "${CMAKE_INSTALL_INCLUDEDIR}/ASL")
diff --git a/doc/Developer-Guide/Doxyfile.in b/doc/Developer-Guide/Doxyfile.in
index 46e2436..0010512 100644
--- a/doc/Developer-Guide/Doxyfile.in
+++ b/doc/Developer-Guide/Doxyfile.in
@@ -1,3 +1,24 @@
+#
+# Advanced Simulation Library <http://asl.org.il>
+# 
+# Copyright 2015 Avtech Scientific <http://avtechscientific.com>
+#
+#
+# This file is part of Advanced Simulation Library (ASL).
+#
+# ASL is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, version 3 of the License.
+#
+# ASL is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with ASL. If not, see <http://www.gnu.org/licenses/>.
+#
+
 # Doxyfile 1.8.8
 
 # This file describes the settings to be used by the documentation system
diff --git a/src/acl/DataTypes/acldatatypes.cmake b/src/acl/DataTypes/acldatatypes.cmake
index 3fb00f3..5175866 100644
--- a/src/acl/DataTypes/acldatatypes.cmake
+++ b/src/acl/DataTypes/acldatatypes.cmake
@@ -1,33 +1,55 @@
+#
+# Advanced Simulation Library <http://asl.org.il>
+# 
+# Copyright 2015 Avtech Scientific <http://avtechscientific.com>
+#
+#
+# This file is part of Advanced Simulation Library (ASL).
+#
+# ASL is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, version 3 of the License.
+#
+# ASL is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with ASL. If not, see <http://www.gnu.org/licenses/>.
+#
+
+
 # acldatatypes
 
 set(acldatatypes_PUBLIC_HEADERS
-	DataTypes/aclConstant.h
-	DataTypes/aclIndex.h 
-	DataTypes/aclGroupID.h
-	DataTypes/aclIndexExt.h 
-	DataTypes/aclPrivateVariable.h 
-	DataTypes/aclPrivateArray.h
-	DataTypes/aclLocalArray.h
-	DataTypes/aclVariable.h 
-	DataTypes/aclVariableReference.h 
-	DataTypes/aclVariableSP.h
-	DataTypes/aclMemBlock.h
-	DataTypes/aclArray.h
+	DataTypes/aclConstant.h
+	DataTypes/aclIndex.h 
+	DataTypes/aclGroupID.h
+	DataTypes/aclIndexExt.h 
+	DataTypes/aclPrivateVariable.h 
+	DataTypes/aclPrivateArray.h
+	DataTypes/aclLocalArray.h
+	DataTypes/aclVariable.h 
+	DataTypes/aclVariableReference.h 
+	DataTypes/aclVariableSP.h
+	DataTypes/aclMemBlock.h
+	DataTypes/aclArray.h
 	DataTypes/aclSubvector.h
 )
 
 set(acldatatypes_SOURCES
-	DataTypes/aclConstant.cxx
-	DataTypes/aclIndex.cxx
-	DataTypes/aclGroupID.cxx
-	DataTypes/aclIndexExt.cxx
-	DataTypes/aclPrivateVariable.cxx 
-	DataTypes/aclPrivateArray.cxx
-	DataTypes/aclLocalArray.cxx
-	DataTypes/aclVariable.cxx 
-	DataTypes/aclVariableReference.cxx 
-	DataTypes/aclVariableSP.cxx 
-	DataTypes/aclMemBlock.cxx
-	DataTypes/aclArray.cxx
+	DataTypes/aclConstant.cxx
+	DataTypes/aclIndex.cxx
+	DataTypes/aclGroupID.cxx
+	DataTypes/aclIndexExt.cxx
+	DataTypes/aclPrivateVariable.cxx 
+	DataTypes/aclPrivateArray.cxx
+	DataTypes/aclLocalArray.cxx
+	DataTypes/aclVariable.cxx 
+	DataTypes/aclVariableReference.cxx 
+	DataTypes/aclVariableSP.cxx 
+	DataTypes/aclMemBlock.cxx
+	DataTypes/aclArray.cxx
 	DataTypes/aclSubvector.cxx
-)
\ No newline at end of file
+)
diff --git a/src/acl/Kernels/aclkernels.cmake b/src/acl/Kernels/aclkernels.cmake
index 0425e47..7d0c86b 100644
--- a/src/acl/Kernels/aclkernels.cmake
+++ b/src/acl/Kernels/aclkernels.cmake
@@ -1,17 +1,39 @@
+#
+# Advanced Simulation Library <http://asl.org.il>
+# 
+# Copyright 2015 Avtech Scientific <http://avtechscientific.com>
+#
+#
+# This file is part of Advanced Simulation Library (ASL).
+#
+# ASL is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, version 3 of the License.
+#
+# ASL is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with ASL. If not, see <http://www.gnu.org/licenses/>.
+#
+
+
 # aclkernels
 
 set(aclkernels_PUBLIC_HEADERS
-	Kernels/aclExpressionContainer.h
-	Kernels/aclKernel.h
-	Kernels/aclKernelConfiguration.h
-	Kernels/aclKernelConfigurationTemplates.h
+	Kernels/aclExpressionContainer.h
+	Kernels/aclKernel.h
+	Kernels/aclKernelConfiguration.h
+	Kernels/aclKernelConfigurationTemplates.h
 	Kernels/aclKernelMerger.h
 )
 
 set(aclkernels_SOURCES
-	Kernels/aclExpressionContainer.cxx
-	Kernels/aclKernel.cxx
-	Kernels/aclKernelConfiguration.cxx
-	Kernels/aclKernelConfigurationTemplates.cxx
-	Kernels/aclKernelMerger.cxx
-)
\ No newline at end of file
+	Kernels/aclExpressionContainer.cxx
+	Kernels/aclKernel.cxx
+	Kernels/aclKernelConfiguration.cxx
+	Kernels/aclKernelConfigurationTemplates.cxx
+	Kernels/aclKernelMerger.cxx
+)
diff --git a/src/acl/Operators/acloperators.cmake b/src/acl/Operators/acloperators.cmake
index b5427ba..45de860 100644
--- a/src/acl/Operators/acloperators.cmake
+++ b/src/acl/Operators/acloperators.cmake
@@ -1,3 +1,25 @@
+#
+# Advanced Simulation Library <http://asl.org.il>
+# 
+# Copyright 2015 Avtech Scientific <http://avtechscientific.com>
+#
+#
+# This file is part of Advanced Simulation Library (ASL).
+#
+# ASL is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, version 3 of the License.
+#
+# ASL is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with ASL. If not, see <http://www.gnu.org/licenses/>.
+#
+
+
 # acloperators
 
 set(acloperators_PUBLIC_HEADERS
@@ -50,4 +72,4 @@ set(acloperators_SOURCES
 	Operators/aclOperatorGeneric.cxx
 	Operators/aclElementFor.cxx
 	Operators/aclElementConvert.cxx
-)
\ No newline at end of file
+)
diff --git a/src/acl/aclMath/aclmath.cmake b/src/acl/aclMath/aclmath.cmake
index 834df77..721ed72 100644
--- a/src/acl/aclMath/aclmath.cmake
+++ b/src/acl/aclMath/aclmath.cmake
@@ -1,3 +1,25 @@
+#
+# Advanced Simulation Library <http://asl.org.il>
+# 
+# Copyright 2015 Avtech Scientific <http://avtechscientific.com>
+#
+#
+# This file is part of Advanced Simulation Library (ASL).
+#
+# ASL is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, version 3 of the License.
+#
+# ASL is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with ASL. If not, see <http://www.gnu.org/licenses/>.
+#
+
+
 # aclmath
 
 set(aclmath_PUBLIC_HEADERS
@@ -21,4 +43,4 @@ set(aclmath_SOURCES
 	aclMath/aclReductionAlgGenerator.cxx
 	aclMath/aclBarycentric.cxx
 	aclMath/aclMathAlg.cxx
-)
\ No newline at end of file
+)
diff --git a/src/data/asldata.cmake b/src/data/asldata.cmake
index 1307822..2191f6c 100644
--- a/src/data/asldata.cmake
+++ b/src/data/asldata.cmake
@@ -1,3 +1,25 @@
+#
+# Advanced Simulation Library <http://asl.org.il>
+# 
+# Copyright 2015 Avtech Scientific <http://avtechscientific.com>
+#
+#
+# This file is part of Advanced Simulation Library (ASL).
+#
+# ASL is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, version 3 of the License.
+#
+# ASL is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with ASL. If not, see <http://www.gnu.org/licenses/>.
+#
+
+
 # asldata
 
 set(asldata_PUBLIC_HEADERS
@@ -16,4 +38,4 @@ set(asldata_SOURCES
 	data/aslDataWrapper.cxx
 	data/aslDataWithGhostNodes.cxx
 	data/aslProbe.cxx
-)
\ No newline at end of file
+)
diff --git a/src/math/aslmath.cmake b/src/math/aslmath.cmake
index cd33720..c582195 100644
--- a/src/math/aslmath.cmake
+++ b/src/math/aslmath.cmake
@@ -1,3 +1,25 @@
+#
+# Advanced Simulation Library <http://asl.org.il>
+# 
+# Copyright 2015 Avtech Scientific <http://avtechscientific.com>
+#
+#
+# This file is part of Advanced Simulation Library (ASL).
+#
+# ASL is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, version 3 of the License.
+#
+# ASL is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with ASL. If not, see <http://www.gnu.org/licenses/>.
+#
+
+
 # aslmath
 
 set(aslmath_PUBLIC_HEADERS
@@ -30,4 +52,4 @@ set(aslmath_SOURCES
 	math/aslDistanceFunction.cxx
 	math/aslDistanceFunctionAlg.cxx
 	math/aslPositionFunction.cxx
-)
\ No newline at end of file
+)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/asl.git



More information about the debian-science-commits mailing list