diff --git a/.astylerc b/.astylerc index 1c0531e85..653754e72 100644 --- a/.astylerc +++ b/.astylerc @@ -1,8 +1,20 @@ # # MetaCall Artistic Style Configuration by Parra Studios +# A configuration for Artistic Style linter. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# A configuration for Artistic Style linter. +# 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. # # diff --git a/.editorconfig b/.editorconfig index b9d866a62..640b3285e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,8 +1,20 @@ # # MetaCall EditorConfig Configuration by Parra Studios +# EditorConfig helps developers define and maintain consistent coding +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# EditorConfig helps developers define and maintain consistent coding +# 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. # styles between different editors and IDEs (http://editorconfig.org). # diff --git a/.env b/.env index 470968231..5cd3584fa 100644 --- a/.env +++ b/.env @@ -1,8 +1,20 @@ # # MetaCall Library by Parra Studios +# Docker image infrastructure for MetaCall. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Docker image infrastructure for MetaCall. +# 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. # # Configure compose variables diff --git a/.nanorc b/.nanorc index 58db5e108..4e2af9d13 100644 --- a/.nanorc +++ b/.nanorc @@ -1,8 +1,20 @@ # # MetaCall Nano Configuration by Parra Studios +# A configuration for nano text editor. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# A configuration for nano text editor. +# 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. # set tabsize 4 # Define tab size to 4 diff --git a/CMakeLists.txt b/CMakeLists.txt index 46ed53e97..c284ef6ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,20 @@ # # MetaCall Library by Parra Studios +# A library for providing a foreing function interface calls. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# A library for providing a foreing function interface calls. +# 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. # # diff --git a/cmake/CMakeDebug.cmake b/cmake/CMakeDebug.cmake index 8679b1e9e..3feadae2e 100644 --- a/cmake/CMakeDebug.cmake +++ b/cmake/CMakeDebug.cmake @@ -1,8 +1,20 @@ # # CMake Debug Utilities by Parra Studios +# CMake debugging utilities and inspection facilities. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# CMake debugging utilities and inspection facilities. +# 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. # if(CMAKE_DEBUG_FOUND) diff --git a/cmake/CheckCCompilerFlagStackSmashing.cmake b/cmake/CheckCCompilerFlagStackSmashing.cmake index e57258927..353774986 100644 --- a/cmake/CheckCCompilerFlagStackSmashing.cmake +++ b/cmake/CheckCCompilerFlagStackSmashing.cmake @@ -1,8 +1,20 @@ # # Compiler checker for stack smashing flags by Parra Studios +# Tests if a defined stack smashing security flag is available. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Tests if a defined stack smashing security flag is available. +# 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(CheckCSourceCompiles) diff --git a/cmake/CheckCXXCompilerFlagStackSmashing.cmake b/cmake/CheckCXXCompilerFlagStackSmashing.cmake index fd0be29ec..1d85e307d 100644 --- a/cmake/CheckCXXCompilerFlagStackSmashing.cmake +++ b/cmake/CheckCXXCompilerFlagStackSmashing.cmake @@ -1,8 +1,20 @@ # # Compiler checker for stack smashing flags by Parra Studios +# Tests if a defined stack smashing security flag is available. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Tests if a defined stack smashing security flag is available. +# 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(CheckCXXSourceCompiles) diff --git a/cmake/Distributable.cmake b/cmake/Distributable.cmake index 6b786bbc0..20d016fbc 100644 --- a/cmake/Distributable.cmake +++ b/cmake/Distributable.cmake @@ -1,8 +1,20 @@ # # CMake Distributable (Unity Build) library by Parra Studios +# CMake script to generate distributable (unity build) libraries. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# CMake script to generate distributable (unity build) libraries. +# 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. # function(distributable_generate target_root unity_build_file) diff --git a/cmake/FindCoreCLR.cmake b/cmake/FindCoreCLR.cmake index 5fd18f8f2..b6ffe24c0 100644 --- a/cmake/FindCoreCLR.cmake +++ b/cmake/FindCoreCLR.cmake @@ -1,8 +1,20 @@ # # CMake Find CoreCLR NET Engine by Parra Studios +# CMake script to find CoreCLR NET Engine. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# CMake script to find CoreCLR NET Engine. +# 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. # # Find CoreCLR library and include paths diff --git a/cmake/FindDotNET.cmake b/cmake/FindDotNET.cmake index b118fd1ce..66a308bbb 100644 --- a/cmake/FindDotNET.cmake +++ b/cmake/FindDotNET.cmake @@ -1,8 +1,20 @@ # # CMake Find Dot NET Engine by Parra Studios +# CMake script to find DotNET Engine. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# CMake script to find DotNET Engine. +# 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. # # Find DotNET library and include paths diff --git a/cmake/FindLibFFI.cmake b/cmake/FindLibFFI.cmake index 134a1677d..1ea6aeb0b 100644 --- a/cmake/FindLibFFI.cmake +++ b/cmake/FindLibFFI.cmake @@ -1,8 +1,20 @@ # # CMake Find Foreing Function Interface library by Parra Studios +# CMake script to find FFI library. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# CMake script to find FFI library. +# 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. # # Find FFI library and include paths diff --git a/cmake/FindRubyEx.cmake b/cmake/FindRubyEx.cmake index 9b48dfe5b..3fe57df8a 100644 --- a/cmake/FindRubyEx.cmake +++ b/cmake/FindRubyEx.cmake @@ -1,8 +1,20 @@ # # CMake Find Ruby Engine by Parra Studios +# CMake script to find Ruby Engine. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# CMake script to find Ruby Engine. +# 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. # # Find Ruby library and include paths (Ruby 1.8, 1.9, 2.0, 2.1, 2.2, 2.3 and diff --git a/cmake/FindSpiderMonkey.cmake b/cmake/FindSpiderMonkey.cmake index ee1145162..8e7e881fc 100644 --- a/cmake/FindSpiderMonkey.cmake +++ b/cmake/FindSpiderMonkey.cmake @@ -1,8 +1,20 @@ # # CMake Find Mozilla SpiderMonkey JavaScript Engine by Parra Studios +# CMake script to find Mozilla SpiderMonkey Javascript Engine. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# CMake script to find Mozilla SpiderMonkey Javascript Engine. +# 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. # # Find the SpiderMonkey header files and libraries diff --git a/cmake/FindV8.cmake b/cmake/FindV8.cmake index 5309ce0f8..4de94d576 100644 --- a/cmake/FindV8.cmake +++ b/cmake/FindV8.cmake @@ -1,8 +1,20 @@ # # CMake Find V8 Google JavaScript Engine by Parra Studios +# CMake script to find V8 JavaScript Engine. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# CMake script to find V8 JavaScript Engine. +# 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. # # Find V8 library and include paths diff --git a/cmake/Portability.cmake b/cmake/Portability.cmake index 5204bbe94..7aab330bc 100644 --- a/cmake/Portability.cmake +++ b/cmake/Portability.cmake @@ -1,8 +1,20 @@ # # Portability CMake support by Parra Studios +# Cross-platform and architecture detection utility. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Cross-platform and architecture detection utility. +# 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. # if(PORTABILITY_FOUND) diff --git a/cmake/ScriptProject.cmake b/cmake/ScriptProject.cmake index f8c8c6576..db63bbb41 100644 --- a/cmake/ScriptProject.cmake +++ b/cmake/ScriptProject.cmake @@ -1,8 +1,20 @@ # # Script project generator by Parra Studios +# Generates a script project embedded into CMake. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Generates a script project embedded into CMake. +# 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. # if(SCRIPTPROJECT_FOUND) diff --git a/cmake/SecurityFlags.cmake b/cmake/SecurityFlags.cmake index ed150fdbf..48e418aa2 100644 --- a/cmake/SecurityFlags.cmake +++ b/cmake/SecurityFlags.cmake @@ -1,8 +1,20 @@ # # Compiler and linker options for hardening flags by Parra Studios +# Enables hardening security flags if available. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Enables hardening security flags if available. +# 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(CheckCCompilerFlag) diff --git a/cmake/TestEnvironmentVariables.cmake b/cmake/TestEnvironmentVariables.cmake index 098450b78..7343b9fee 100644 --- a/cmake/TestEnvironmentVariables.cmake +++ b/cmake/TestEnvironmentVariables.cmake @@ -1,8 +1,20 @@ # # Test Environment Variables by Parra Studios +# Utility for defining cross-platform environment variables in tests. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Utility for defining cross-platform environment variables in tests. +# 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. # if(TEST_ENVIRONMENT_VARIABLES_FOUND) diff --git a/cmake/Warnings.cmake b/cmake/Warnings.cmake index c13a49cc2..d33f25b41 100644 --- a/cmake/Warnings.cmake +++ b/cmake/Warnings.cmake @@ -1,8 +1,20 @@ # # Cross-compiler warning utility by Parra Studios +# Utility to enable cross-compiler warnings. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Utility to enable cross-compiler warnings. +# 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. # # Defines maximun warning levels for multiple compilers diff --git a/docker-compose.yml b/docker-compose.yml index 51803734f..c01a29e36 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,8 +1,20 @@ # # MetaCall Library by Parra Studios +# Docker compose infrastructure for MetaCall. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Docker compose infrastructure for MetaCall. +# 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. # version: "3.7" diff --git a/metacall-config.cmake.in b/metacall-config.cmake.in index 1216df9c7..46f97e639 100644 --- a/metacall-config.cmake.in +++ b/metacall-config.cmake.in @@ -1,8 +1,20 @@ # # MetaCall Library by Parra Studios +# A library for providing a foreing function interface calls. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# A library for providing a foreing function interface calls. +# 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. # # List of modules diff --git a/source/cmake/FindMetaCall.cmake b/source/cmake/FindMetaCall.cmake index 29a393a0d..c2f0ae9ca 100644 --- a/source/cmake/FindMetaCall.cmake +++ b/source/cmake/FindMetaCall.cmake @@ -1,8 +1,20 @@ # # CMake Find MetaCall library by Parra Studios +# CMake script to find and include MetaCall library for development. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# CMake script to find and include MetaCall library for development. +# 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. # # Find MetaCall library and include paths diff --git a/source/ports b/source/ports index 390ab7d07..f1cff2b7f 160000 --- a/source/ports +++ b/source/ports @@ -1 +1 @@ -Subproject commit 390ab7d0760cc6930753336b8f464fb9f32051c1 +Subproject commit f1cff2b7ff06c8943d90778dff533b6fa610c46d diff --git a/source/preprocessor/cmake/preprocessor_arguments.cmake b/source/preprocessor/cmake/preprocessor_arguments.cmake index 42e64b148..258812eb5 100644 --- a/source/preprocessor/cmake/preprocessor_arguments.cmake +++ b/source/preprocessor/cmake/preprocessor_arguments.cmake @@ -1,8 +1,20 @@ # # Preprocessor Library by Parra Studios +# A generic header-only preprocessor metaprogramming library. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# A generic header-only preprocessor metaprogramming library. +# 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. # # Define current preprocessor path diff --git a/source/preprocessor/cmake/preprocessor_arithmetic.cmake b/source/preprocessor/cmake/preprocessor_arithmetic.cmake index d04d56a58..2042aa6a0 100644 --- a/source/preprocessor/cmake/preprocessor_arithmetic.cmake +++ b/source/preprocessor/cmake/preprocessor_arithmetic.cmake @@ -1,8 +1,20 @@ # # Preprocessor Library by Parra Studios +# A generic header-only preprocessor metaprogramming library. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# A generic header-only preprocessor metaprogramming library. +# 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. # # Define current preprocessor path diff --git a/source/preprocessor/cmake/preprocessor_boolean.cmake b/source/preprocessor/cmake/preprocessor_boolean.cmake index b2ee4cd72..25f5f27bd 100644 --- a/source/preprocessor/cmake/preprocessor_boolean.cmake +++ b/source/preprocessor/cmake/preprocessor_boolean.cmake @@ -1,8 +1,20 @@ # # Preprocessor Library by Parra Studios +# A generic header-only preprocessor metaprogramming library. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# A generic header-only preprocessor metaprogramming library. +# 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. # # Define current preprocessor path diff --git a/source/preprocessor/cmake/preprocessor_for.cmake b/source/preprocessor/cmake/preprocessor_for.cmake index ea0e29009..5bbb1e632 100644 --- a/source/preprocessor/cmake/preprocessor_for.cmake +++ b/source/preprocessor/cmake/preprocessor_for.cmake @@ -1,8 +1,20 @@ # # Preprocessor Library by Parra Studios +# A generic header-only preprocessor metaprogramming library. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# A generic header-only preprocessor metaprogramming library. +# 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. # # Define current preprocessor path diff --git a/source/preprocessor/cmake/preprocessor_template.cmake b/source/preprocessor/cmake/preprocessor_template.cmake index d7954f5bf..6f6d3861e 100644 --- a/source/preprocessor/cmake/preprocessor_template.cmake +++ b/source/preprocessor/cmake/preprocessor_template.cmake @@ -1,8 +1,20 @@ # # Preprocessor Library by Parra Studios +# A generic header-only preprocessor metaprogramming library. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# A generic header-only preprocessor metaprogramming library. +# 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. # # Define current preprocessor path diff --git a/source/scripts/csharp/cmake/CSharpProject.cmake b/source/scripts/csharp/cmake/CSharpProject.cmake index 91ebe1d48..fac99ff17 100644 --- a/source/scripts/csharp/cmake/CSharpProject.cmake +++ b/source/scripts/csharp/cmake/CSharpProject.cmake @@ -1,8 +1,20 @@ # # CSharp project generator by Parra Studios +# Generates a CSharp project embedded into CMake. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Generates a CSharp project embedded into CMake. +# 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. # if(CSHARPPROJECT_FOUND) diff --git a/source/scripts/csharp/cmake/CSharpProject.cmake.in b/source/scripts/csharp/cmake/CSharpProject.cmake.in index acfa9425c..4c19148fc 100644 --- a/source/scripts/csharp/cmake/CSharpProject.cmake.in +++ b/source/scripts/csharp/cmake/CSharpProject.cmake.in @@ -1,8 +1,20 @@ # # CSharp project generator by Parra Studios +# Generates a CSharp project embedded into CMake. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Generates a CSharp project embedded into CMake. +# 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. # # Check if this loader is enabled diff --git a/source/scripts/csharp/cmake/CSharpProject.json.in b/source/scripts/csharp/cmake/CSharpProject.json.in index 861f67e5d..058ffe199 100644 --- a/source/scripts/csharp/cmake/CSharpProject.json.in +++ b/source/scripts/csharp/cmake/CSharpProject.json.in @@ -1,9 +1,21 @@ # # CSharp project generator by Parra Studios +# Generates a CSharp project embedded into CMake. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Generates a CSharp project embedded into CMake. +# 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. # # TODO diff --git a/source/scripts/javascript/cmake/JavaScriptProject.cmake b/source/scripts/javascript/cmake/JavaScriptProject.cmake index 9366fa448..6081ec225 100644 --- a/source/scripts/javascript/cmake/JavaScriptProject.cmake +++ b/source/scripts/javascript/cmake/JavaScriptProject.cmake @@ -1,8 +1,20 @@ # # JavaScript project generator by Parra Studios +# Generates a JavaScript project embedded into CMake. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Generates a JavaScript project embedded into CMake. +# 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. # if(JAVASCRIPTPROJECT_FOUND) diff --git a/source/scripts/javascript/cmake/JavaScriptProject.cmake.in b/source/scripts/javascript/cmake/JavaScriptProject.cmake.in index 096c51fac..d4fbcc068 100644 --- a/source/scripts/javascript/cmake/JavaScriptProject.cmake.in +++ b/source/scripts/javascript/cmake/JavaScriptProject.cmake.in @@ -1,8 +1,20 @@ # # JavaScript project generator by Parra Studios +# Generates a JavaScript project embedded into CMake. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Generates a JavaScript project embedded into CMake. +# 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. # # Check if this loader is enabled diff --git a/source/scripts/javascript/cmake/JavaScriptProject.json.in b/source/scripts/javascript/cmake/JavaScriptProject.json.in index bd985a046..1bb2735d7 100644 --- a/source/scripts/javascript/cmake/JavaScriptProject.json.in +++ b/source/scripts/javascript/cmake/JavaScriptProject.json.in @@ -1,9 +1,21 @@ # # JavaScript project generator by Parra Studios +# Generates a JavaScript project embedded into CMake. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Generates a JavaScript project embedded into CMake. +# 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. # # TODO diff --git a/source/scripts/node/cmake/NodeJSProject.cmake b/source/scripts/node/cmake/NodeJSProject.cmake index fa7e5e442..384fdcf59 100644 --- a/source/scripts/node/cmake/NodeJSProject.cmake +++ b/source/scripts/node/cmake/NodeJSProject.cmake @@ -1,8 +1,20 @@ # # NodeJS project generator by Parra Studios +# Generates a NodeJS project embedded into CMake. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Generates a NodeJS project embedded into CMake. +# 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. # if(NODEJSPROJECT_FOUND) diff --git a/source/scripts/node/cmake/NodeJSProject.cmake.in b/source/scripts/node/cmake/NodeJSProject.cmake.in index 787e75887..caa332ef0 100644 --- a/source/scripts/node/cmake/NodeJSProject.cmake.in +++ b/source/scripts/node/cmake/NodeJSProject.cmake.in @@ -1,8 +1,20 @@ # # NodeJS project generator by Parra Studios +# Generates a NodeJS project embedded into CMake. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Generates a NodeJS project embedded into CMake. +# 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. # # Check if this loader is enabled diff --git a/source/scripts/node/cmake/NodeJSProject.json.in b/source/scripts/node/cmake/NodeJSProject.json.in index e39893d27..59446dc07 100644 --- a/source/scripts/node/cmake/NodeJSProject.json.in +++ b/source/scripts/node/cmake/NodeJSProject.json.in @@ -1,9 +1,21 @@ # # NodeJS project generator by Parra Studios +# Generates a NodeJS project embedded into CMake. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Generates a NodeJS project embedded into CMake. +# 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. # # TODO diff --git a/source/scripts/python/cmake/PythonProject.cmake b/source/scripts/python/cmake/PythonProject.cmake index 2faaaa153..4e3fb3c84 100644 --- a/source/scripts/python/cmake/PythonProject.cmake +++ b/source/scripts/python/cmake/PythonProject.cmake @@ -1,8 +1,20 @@ # # Python project generator by Parra Studios +# Generates a Python project embedded into CMake. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Generates a Python project embedded into CMake. +# 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. # if(PYTHONPROJECT_FOUND) diff --git a/source/scripts/python/cmake/PythonProject.cmake.in b/source/scripts/python/cmake/PythonProject.cmake.in index 3d7aebe95..46013b8d0 100644 --- a/source/scripts/python/cmake/PythonProject.cmake.in +++ b/source/scripts/python/cmake/PythonProject.cmake.in @@ -1,8 +1,20 @@ # # Python project generator by Parra Studios +# Generates a Python project embedded into CMake. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Generates a Python project embedded into CMake. +# 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. # # Check if this loader is enabled diff --git a/source/scripts/python/cmake/PythonProject.py.in b/source/scripts/python/cmake/PythonProject.py.in index 2b8e89c53..cf823ee99 100644 --- a/source/scripts/python/cmake/PythonProject.py.in +++ b/source/scripts/python/cmake/PythonProject.py.in @@ -2,9 +2,21 @@ # # Python project generator by Parra Studios +# Generates a Python project embedded into CMake. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Generates a Python project embedded into CMake. +# 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. # import distutils.core diff --git a/source/scripts/python/rsasample/source/rsasample.py b/source/scripts/python/rsasample/source/rsasample.py index 9140571d7..f51f6a639 100644 --- a/source/scripts/python/rsasample/source/rsasample.py +++ b/source/scripts/python/rsasample/source/rsasample.py @@ -2,9 +2,21 @@ # # RSA String Encriptation Decriptation Sample by Parra Studios +# Python RSA encriptation decriptation sample. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Python RSA encriptation decriptation sample. +# 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. # from sample import rsa_strings diff --git a/source/scripts/python/rsasample/source/sample/rsa_strings.py b/source/scripts/python/rsasample/source/sample/rsa_strings.py index b3241c63e..1e8a16d65 100644 --- a/source/scripts/python/rsasample/source/sample/rsa_strings.py +++ b/source/scripts/python/rsasample/source/sample/rsa_strings.py @@ -2,9 +2,21 @@ # # RSA String Encriptation Decriptation Sample by Parra Studios +# Python RSA encriptation decriptation sample. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Python RSA encriptation decriptation sample. +# 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. # import rsa diff --git a/source/scripts/ruby/cmake/RubyProject.cmake b/source/scripts/ruby/cmake/RubyProject.cmake index fceb5e40e..c5b62d038 100644 --- a/source/scripts/ruby/cmake/RubyProject.cmake +++ b/source/scripts/ruby/cmake/RubyProject.cmake @@ -1,8 +1,20 @@ # # Ruby project generator by Parra Studios +# Generates a Ruby project embedded into CMake. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Generates a Ruby project embedded into CMake. +# 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. # if(RUBYPROJECT_FOUND) diff --git a/source/scripts/ruby/cmake/RubyProject.cmake.in b/source/scripts/ruby/cmake/RubyProject.cmake.in index a3f9c650f..62e299e21 100644 --- a/source/scripts/ruby/cmake/RubyProject.cmake.in +++ b/source/scripts/ruby/cmake/RubyProject.cmake.in @@ -1,8 +1,20 @@ # # Ruby project generator by Parra Studios +# Generates a Ruby project embedded into CMake. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Generates a Ruby project embedded into CMake. +# 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. # # Check if this loader is enabled diff --git a/source/scripts/ruby/cmake/RubyProject.rb.in b/source/scripts/ruby/cmake/RubyProject.rb.in index f216e25e4..0985a2ed8 100644 --- a/source/scripts/ruby/cmake/RubyProject.rb.in +++ b/source/scripts/ruby/cmake/RubyProject.rb.in @@ -2,9 +2,21 @@ # # Ruby project generator by Parra Studios +# Generates a Ruby project embedded into CMake. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Generates a Ruby project embedded into CMake. +# 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. # # TODO diff --git a/tools/base/Dockerfile b/tools/base/Dockerfile index cc61a9471..95c6a89c9 100644 --- a/tools/base/Dockerfile +++ b/tools/base/Dockerfile @@ -1,8 +1,20 @@ # # MetaCall Library by Parra Studios +# Docker image infrastructure for MetaCall. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Docker image infrastructure for MetaCall. +# 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. # # Configure MetaCall base image diff --git a/tools/core/Dockerfile b/tools/core/Dockerfile index b1884ba90..2149054cc 100644 --- a/tools/core/Dockerfile +++ b/tools/core/Dockerfile @@ -1,8 +1,20 @@ # # MetaCall Library by Parra Studios +# Docker image infrastructure for MetaCall. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Docker image infrastructure for MetaCall. +# 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. # # Configure MetaCall base image diff --git a/tools/dev/Dockerfile b/tools/dev/Dockerfile index 6211f0995..699387180 100644 --- a/tools/dev/Dockerfile +++ b/tools/dev/Dockerfile @@ -1,8 +1,20 @@ # # MetaCall Library by Parra Studios +# Docker image infrastructure for MetaCall. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Docker image infrastructure for MetaCall. +# 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. # # MetaCall Depends node builder image diff --git a/tools/metacall-build.sh b/tools/metacall-build.sh index bc533ebcc..d7f3932a8 100755 --- a/tools/metacall-build.sh +++ b/tools/metacall-build.sh @@ -2,9 +2,21 @@ # # MetaCall Build Bash Script by Parra Studios +# Build and install bash script utility for MetaCall. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Build and install bash script utility for MetaCall. +# 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. # RUN_AS_ROOT=0 diff --git a/tools/metacall-clear.sh b/tools/metacall-clear.sh index ab2bbc01d..1898da999 100755 --- a/tools/metacall-clear.sh +++ b/tools/metacall-clear.sh @@ -2,9 +2,21 @@ # # MetaCall Configuration Environment Bash Script by Parra Studios +# Remove all packages and unused data from MetaCall building and testing. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Remove all packages and unused data from MetaCall building and testing. +# 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. # ROOT_DIR=$(pwd) diff --git a/tools/metacall-configure.sh b/tools/metacall-configure.sh index aa8ee14ca..d48edb515 100755 --- a/tools/metacall-configure.sh +++ b/tools/metacall-configure.sh @@ -2,9 +2,21 @@ # # MetaCall Build Bash Script by Parra Studios +# Build and install bash script utility for MetaCall. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Build and install bash script utility for MetaCall. +# 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. # RUN_AS_ROOT=0 diff --git a/tools/metacall-environment.sh b/tools/metacall-environment.sh index c1057599a..54d5605fb 100755 --- a/tools/metacall-environment.sh +++ b/tools/metacall-environment.sh @@ -2,9 +2,21 @@ # # MetaCall Configuration Environment Bash Script by Parra Studios +# Configure and install MetaCall environment script utility. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Configure and install MetaCall environment script utility. +# 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. # ROOT_DIR=$(pwd) diff --git a/tools/metacall-license.sh b/tools/metacall-license.sh index 3fee519af..b277fc50b 100644 --- a/tools/metacall-license.sh +++ b/tools/metacall-license.sh @@ -2,9 +2,21 @@ # # MetaCall License Bash Script by Parra Studios +# License bash script utility for MetaCall. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# License bash script utility for MetaCall. +# 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. # # Warning diff --git a/tools/metacall-runtime.sh b/tools/metacall-runtime.sh index f20fc3ed8..20f21a49c 100644 --- a/tools/metacall-runtime.sh +++ b/tools/metacall-runtime.sh @@ -2,9 +2,21 @@ # # MetaCall Configuration Environment Bash Script by Parra Studios +# Configure and install MetaCall environment script utility. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Configure and install MetaCall environment script utility. +# 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. # ROOT_DIR=$(pwd) diff --git a/tools/node/Dockerfile b/tools/node/Dockerfile index ada336838..dd8dcb810 100644 --- a/tools/node/Dockerfile +++ b/tools/node/Dockerfile @@ -1,8 +1,20 @@ # # MetaCall Library by Parra Studios +# Docker image infrastructure for MetaCall. +# # Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia # -# Docker image infrastructure for MetaCall. +# 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. # # Configure MetaCall Depends node image