From fd2d804578cc0f45117a246fc7403ac287ba0f1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Moreau?= Date: Sat, 2 Jul 2011 13:58:55 -0400 Subject: [PATCH] cmake: updated copyright notices --- CMakeLists.txt | 19 +++++++++++++++++++ cunit/CMakeLists.txt | 23 ++++++++++++++++++++--- include/CMakeLists.txt | 19 ++++++++++++++++++- libfreerdp-asn1/CMakeLists.txt | 19 ++++++++++++++++++- libfreerdp-core/CMakeLists.txt | 19 ++++++++++++++++++- libfreerdp-gdi/CMakeLists.txt | 20 ++++++++++++++++++-- libfreerdp-kbd/CMakeLists.txt | 19 ++++++++++++++++++- libfreerdp-utils/CMakeLists.txt | 21 ++++++++++++++++++--- 8 files changed, 147 insertions(+), 12 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ecc3f0d4a..c18499694 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,22 @@ +# FreeRDP: A Remote Desktop Protocol Client +# FreeRDP cmake build script +# +# Copyright 2011 O.S. Systems Software Ltda. +# Copyright 2011 Otavio Salvador +# Copyright 2011 Marc-Andre Moreau +# +# 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. + cmake_minimum_required(VERSION 2.8) project(FreeRDP C) set(CMAKE_COLOR_MAKEFILE ON) diff --git a/cunit/CMakeLists.txt b/cunit/CMakeLists.txt index d765d149c..7da4cc5b0 100644 --- a/cunit/CMakeLists.txt +++ b/cunit/CMakeLists.txt @@ -1,4 +1,21 @@ -# cunit +# FreeRDP: A Remote Desktop Protocol Client +# cunit cmake build script +# +# Copyright 2011 O.S. Systems Software Ltda. +# Copyright 2011 Otavio Salvador +# Copyright 2011 Marc-Andre Moreau +# +# 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_directories(.) include_directories(../include) @@ -9,8 +26,8 @@ add_executable(test_freerdp test_color.h test_libgdi.c test_libgdi.h - test_network.c - test_network.h + test_stream.c + test_stream.h test_freerdp.c test_freerdp.h) diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 09e9c931c..357b4afc6 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -1,4 +1,21 @@ -# include +# FreeRDP: A Remote Desktop Protocol Client +# include headers cmake build script +# +# Copyright 2011 O.S. Systems Software Ltda. +# Copyright 2011 Otavio Salvador +# Copyright 2011 Marc-Andre Moreau +# +# 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. file(GLOB HEADERS "freerdp/*.h") install_files(/include/oshwcollect FILES ${HEADERS}) diff --git a/libfreerdp-asn1/CMakeLists.txt b/libfreerdp-asn1/CMakeLists.txt index 3a7a3b726..000574489 100644 --- a/libfreerdp-asn1/CMakeLists.txt +++ b/libfreerdp-asn1/CMakeLists.txt @@ -1,4 +1,21 @@ -# libfreerdp-asn1 +# FreeRDP: A Remote Desktop Protocol Client +# libfreerdp-asn1 cmake build script +# +# Copyright 2011 O.S. Systems Software Ltda. +# Copyright 2011 Otavio Salvador +# Copyright 2011 Marc-Andre Moreau +# +# 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_directories(.) diff --git a/libfreerdp-core/CMakeLists.txt b/libfreerdp-core/CMakeLists.txt index 0f07ab2a8..b2cf185c3 100644 --- a/libfreerdp-core/CMakeLists.txt +++ b/libfreerdp-core/CMakeLists.txt @@ -1,4 +1,21 @@ -# libfreerdp-core +# FreeRDP: A Remote Desktop Protocol Client +# libfreerdp-core cmake build script +# +# Copyright 2011 O.S. Systems Software Ltda. +# Copyright 2011 Otavio Salvador +# Copyright 2011 Marc-Andre Moreau +# +# 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_directories(.) include_directories(../include) diff --git a/libfreerdp-gdi/CMakeLists.txt b/libfreerdp-gdi/CMakeLists.txt index de4ef704b..9933bf406 100644 --- a/libfreerdp-gdi/CMakeLists.txt +++ b/libfreerdp-gdi/CMakeLists.txt @@ -1,4 +1,21 @@ -# libfreerdp-gdi +# FreeRDP: A Remote Desktop Protocol Client +# libfreerdp-gdi cmake build script +# +# Copyright 2011 O.S. Systems Software Ltda. +# Copyright 2011 Otavio Salvador +# Copyright 2011 Marc-Andre Moreau +# +# 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_directories(.) include_directories(../include) @@ -42,4 +59,3 @@ add_library(freerdp-gdi SHARED ${FREERDP_GDI_SRCS}) set_target_properties(freerdp-gdi PROPERTIES VERSION ${FREERDP_VERSION_FULL} SOVERSION ${FREERDP_VERSION}) install(TARGETS freerdp-gdi DESTINATION lib) - diff --git a/libfreerdp-kbd/CMakeLists.txt b/libfreerdp-kbd/CMakeLists.txt index 02823ecbb..bf76b2988 100644 --- a/libfreerdp-kbd/CMakeLists.txt +++ b/libfreerdp-kbd/CMakeLists.txt @@ -1,4 +1,21 @@ -# libfreerdp-kbd +# FreeRDP: A Remote Desktop Protocol Client +# libfreerdp-kbd cmake build script +# +# Copyright 2011 O.S. Systems Software Ltda. +# Copyright 2011 Otavio Salvador +# Copyright 2011 Marc-Andre Moreau +# +# 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_directories(.) include_directories(../include) diff --git a/libfreerdp-utils/CMakeLists.txt b/libfreerdp-utils/CMakeLists.txt index d7298340b..f48ddff29 100644 --- a/libfreerdp-utils/CMakeLists.txt +++ b/libfreerdp-utils/CMakeLists.txt @@ -1,4 +1,21 @@ -# libfreerdp-utils +# FreeRDP: A Remote Desktop Protocol Client +# libfreerdp-utils cmake build script +# +# Copyright 2011 O.S. Systems Software Ltda. +# Copyright 2011 Otavio Salvador +# Copyright 2011 Marc-Andre Moreau +# +# 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_directories(.) include_directories(../include) @@ -18,5 +35,3 @@ set_target_properties(freerdp-utils PROPERTIES VERSION ${FREERDP_VERSION_FULL} S target_link_libraries(freerdp-utils pthread) install(TARGETS freerdp-utils DESTINATION lib) - -