Skip to content

Commit

Permalink
Fixed copyright notice in CMakeLists (#94)
Browse files Browse the repository at this point in the history
Obvious fix
  • Loading branch information
cw2 authored and josesimoes committed Jan 27, 2017
1 parent da954a2 commit a820951
Show file tree
Hide file tree
Showing 13 changed files with 52 additions and 52 deletions.
8 changes: 4 additions & 4 deletions src/CLR/Debugger/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# //
# // Copyright (c) 2017 The nanoFramework project contributors
# // See LICENSE file in the project root for full license information.
# //
#
# Copyright (c) 2017 The nanoFramework project contributors
# See LICENSE file in the project root for full license information.
#

# append Wire Protocol files to source
# list(APPEND DEBUGGER_WIRE_PROTOCOL_SOURCES_LIST "${CMAKE_CURRENT_SOURCE_DIR}/WireProtocol_Commands.c")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# //
# // Copyright (c) 2017 The nanoFramework project contributors
# // See LICENSE file in the project root for full license information.
# //
#
# Copyright (c) 2017 The nanoFramework project contributors
# See LICENSE file in the project root for full license information.
#

# append source files required for ChibiOS interface
list(APPEND COMMON_PROJECT_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/WireProtocol_HAL_Interface.c")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# //
# // Copyright (c) 2017 The nanoFramework project contributors
# // See LICENSE file in the project root for full license information.
# //
#
# Copyright (c) 2017 The nanoFramework project contributors
# See LICENSE file in the project root for full license information.
#

# # append nanoBooter source files
list(APPEND NANOBOOTER_PROJECT_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/main.c")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# //
# // Copyright (c) 2017 The nanoFramework project contributors
# // See LICENSE file in the project root for full license information.
# //
#
# Copyright (c) 2017 The nanoFramework project contributors
# See LICENSE file in the project root for full license information.
#

# # append nanoBooter source files
list(APPEND NANOCLR_PROJECT_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/main.c")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# //
# // Copyright (c) 2017 The nanoFramework project contributors
# // See LICENSE file in the project root for full license information.
# //
#
# Copyright (c) 2017 The nanoFramework project contributors
# See LICENSE file in the project root for full license information.
#

# append common source files
list(APPEND COMMON_PROJECT_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/WireProtocol_HAL_Interface.c")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# //
# // Copyright (c) 2017 The nanoFramework project contributors
# // See LICENSE file in the project root for full license information.
# //
#
# Copyright (c) 2017 The nanoFramework project contributors
# See LICENSE file in the project root for full license information.
#

# # append nanoBooter source files
list(APPEND NANOBOOTER_PROJECT_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/main.c")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# //
# // Copyright (c) 2017 The nanoFramework project contributors
# // See LICENSE file in the project root for full license information.
# //
#
# Copyright (c) 2017 The nanoFramework project contributors
# See LICENSE file in the project root for full license information.
#

# # append nanoBooter source files
list(APPEND NANOCLR_PROJECT_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/main.c")
Expand Down
8 changes: 4 additions & 4 deletions targets/CMSIS-OS/ChibiOS/common/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# //
# // Copyright (c) 2017 The nanoFramework project contributors
# // See LICENSE file in the project root for full license information.
# //
#
# Copyright (c) 2017 The nanoFramework project contributors
# See LICENSE file in the project root for full license information.
#

# append target ChibiOS source files
list(APPEND TARGET_CHIBIOS_COMMON_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/LaunchCLR.c")
Expand Down
8 changes: 4 additions & 4 deletions targets/CMSIS-OS/ChibiOS/nanoBooter/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# //
# // Copyright (c) 2017 The nanoFramework project contributors
# // See LICENSE file in the project root for full license information.
# //
#
# Copyright (c) 2017 The nanoFramework project contributors
# See LICENSE file in the project root for full license information.
#

# append target ChibiOS nanoBooter source files
list(APPEND TARGET_CHIBIOS_NANOBOOTER_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/WireProtocol_App_Interface.c")
Expand Down
8 changes: 4 additions & 4 deletions targets/CMSIS-OS/ChibiOS/nanoCLR/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# //
# // Copyright (c) 2017 The nanoFramework project contributors
# // See LICENSE file in the project root for full license information.
# //
#
# Copyright (c) 2017 The nanoFramework project contributors
# See LICENSE file in the project root for full license information.
#

# append target ChibiOS nanoCLR source files
list(APPEND TARGET_CHIBIOS_NANOCLR_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/WireProtocol_App_Interface.c")
Expand Down
8 changes: 4 additions & 4 deletions targets/CMSIS-OS/common/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# //
# // Copyright (c) 2017 The nanoFramework project contributors
# // See LICENSE file in the project root for full license information.
# //
#
# Copyright (c) 2017 The nanoFramework project contributors
# See LICENSE file in the project root for full license information.
#

# append target CMSIS-OS common source files
# list(APPEND TARGET_CMSIS_COMMON_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/WireProtocol_ReceiverThread.c")
Expand Down
8 changes: 4 additions & 4 deletions targets/CMSIS-OS/nanoBooter/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# //
# // Copyright (c) 2017 The nanoFramework project contributors
# // See LICENSE file in the project root for full license information.
# //
#
# Copyright (c) 2017 The nanoFramework project contributors
# See LICENSE file in the project root for full license information.
#

# append target CMSIS-OS nanoBooter source files
# list(APPEND TARGET_CMSIS_NANOBOOTER_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/WireProtocol_ReceiverThread.c")
Expand Down
8 changes: 4 additions & 4 deletions targets/CMSIS-OS/nanoCLR/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# //
# // Copyright (c) 2017 The nanoFramework project contributors
# // See LICENSE file in the project root for full license information.
# //
#
# Copyright (c) 2017 The nanoFramework project contributors
# See LICENSE file in the project root for full license information.
#

# append target CMSIS-OS nanoCLR source files
# list(APPEND TARGET_CMSIS_NANOCLR_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/WireProtocol_ReceiverThread.c")
Expand Down

0 comments on commit a820951

Please sign in to comment.