From dd216f69e7b2f5ef198d8b891febf6e2c3fe8a80 Mon Sep 17 00:00:00 2001 From: Ray Smith Date: Fri, 18 Nov 2016 15:56:43 -0800 Subject: [PATCH] Added more missing license headers --- cmake/BuildFunctions.cmake | 9 +++++++++ cmake/Configure.cmake | 9 +++++++++ cmake/FindICU.cmake | 9 +++++++++ cmake/SourceGroups.cmake | 9 +++++++++ vs2010/tesshelper.py | 9 +++++++++ 5 files changed, 45 insertions(+) diff --git a/cmake/BuildFunctions.cmake b/cmake/BuildFunctions.cmake index eea5a396cb..39fd6d7071 100644 --- a/cmake/BuildFunctions.cmake +++ b/cmake/BuildFunctions.cmake @@ -1,3 +1,12 @@ +# 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. ################################################################################ # # macros and functions diff --git a/cmake/Configure.cmake b/cmake/Configure.cmake index d7f4ac6ad5..bd5b80c5a7 100644 --- a/cmake/Configure.cmake +++ b/cmake/Configure.cmake @@ -1,3 +1,12 @@ +# 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 diff --git a/cmake/FindICU.cmake b/cmake/FindICU.cmake index cd6bf9265c..8381c2eb84 100644 --- a/cmake/FindICU.cmake +++ b/cmake/FindICU.cmake @@ -1,3 +1,12 @@ +# 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. # This module can find the International Components for Unicode (ICU) Library # # Requirements: diff --git a/cmake/SourceGroups.cmake b/cmake/SourceGroups.cmake index ca87e808d3..878e6589f2 100644 --- a/cmake/SourceGroups.cmake +++ b/cmake/SourceGroups.cmake @@ -1,3 +1,12 @@ +# 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(SourceGroups) set(SSRC ${CMAKE_SOURCE_DIR}) diff --git a/vs2010/tesshelper.py b/vs2010/tesshelper.py index a7bb274c90..83330e6ed5 100644 --- a/vs2010/tesshelper.py +++ b/vs2010/tesshelper.py @@ -1,4 +1,13 @@ #!/usr/bin/env python +# 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 __future__ import print_function from builtins import input """