Skip to content

Commit 0259ac0

Browse files
committed
cosmetise copyright notices
1 parent 2890993 commit 0259ac0

File tree

43 files changed

+90
-128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+90
-128
lines changed

CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# -----------------------------------------------------------------------------
22
#
3-
# This file is part of the µOS++ distribution.
4-
# (https://github.com/micro-os-plus/)
3+
# This file is part of the µOS++ project (https://micro-os-plus.github.com/).
54
# Copyright (c) 2021 Liviu Ionescu. All rights reserved.
65
#
76
# Permission to use, copy, modify, and/or distribute this software
87
# for any purpose is hereby granted, under the terms of the MIT license.
98
#
109
# If a copy of the license was not distributed with this file, it can
11-
# be obtained from https://opensource.org/licenses/MIT/.
10+
# be obtained from https://opensource.org/licenses/mit.
1211
#
1312
# -----------------------------------------------------------------------------
1413

include/micro-os-plus/utils/inlines.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
/*
2-
* This file is part of the µOS++ distribution.
3-
* (https://github.com/micro-os-plus/)
2+
* This file is part of the µOS++ project (https://micro-os-plus.github.com/).
43
* Copyright (c) 2016 Liviu Ionescu. All rights reserved.
54
*
65
* Permission to use, copy, modify, and/or distribute this software
76
* for any purpose is hereby granted, under the terms of the MIT license.
87
*
98
* If a copy of the license was not distributed with this file, it can
10-
* be obtained from https://opensource.org/licenses/MIT/.
9+
* be obtained from https://opensource.org/licenses/mit.
1110
*/
1211

1312
#ifndef MICRO_OS_PLUS_UTILS_LISTS_INLINES_H_

include/micro-os-plus/utils/lists.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
/*
2-
* This file is part of the µOS++ distribution.
3-
* (https://github.com/micro-os-plus/)
2+
* This file is part of the µOS++ project (https://micro-os-plus.github.com/).
43
* Copyright (c) 2016 Liviu Ionescu. All rights reserved.
54
*
65
* Permission to use, copy, modify, and/or distribute this software
76
* for any purpose is hereby granted, under the terms of the MIT license.
87
*
98
* If a copy of the license was not distributed with this file, it can
10-
* be obtained from https://opensource.org/licenses/MIT/.
9+
* be obtained from https://opensource.org/licenses/mit.
1110
*/
1211

1312
/*

meson.build

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# -----------------------------------------------------------------------------
22
#
3-
# This file is part of the µOS++ distribution.
4-
# (https://github.com/micro-os-plus/)
3+
# This file is part of the µOS++ project (https://micro-os-plus.github.com/).
54
# Copyright (c) 2021 Liviu Ionescu. All rights reserved.
65
#
76
# Permission to use, copy, modify, and/or distribute this software
87
# for any purpose is hereby granted, under the terms of the MIT license.
98
#
109
# If a copy of the license was not distributed with this file, it can
11-
# be obtained from https://opensource.org/licenses/MIT/.
10+
# be obtained from https://opensource.org/licenses/mit.
1211
#
1312
# -----------------------------------------------------------------------------
1413

src/lists.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
/*
2-
* This file is part of the µOS++ distribution.
3-
* (https://github.com/micro-os-plus/)
2+
* This file is part of the µOS++ project (https://micro-os-plus.github.com/).
43
* Copyright (c) 2016 Liviu Ionescu. All rights reserved.
54
*
65
* Permission to use, copy, modify, and/or distribute this software
76
* for any purpose is hereby granted, under the terms of the MIT license.
87
*
98
* If a copy of the license was not distributed with this file, it can
10-
* be obtained from https://opensource.org/licenses/MIT/.
9+
* be obtained from https://opensource.org/licenses/mit.
1110
*/
1211

1312
// ----------------------------------------------------------------------------

tests/CMakeLists.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
# -----------------------------------------------------------------------------
2+
# DO NOT EDIT!
3+
# Automatically generated from build-helper/templates.
24
#
3-
# This file is part of the µOS++ distribution.
4-
# (https://github.com/micro-os-plus/)
5+
# This file is part of the µOS++ project (https:///micro-os-plus.github.com/)
56
# Copyright (c) 2022 Liviu Ionescu. All rights reserved.
67
#
78
# Permission to use, copy, modify, and/or distribute this software
89
# for any purpose is hereby granted, under the terms of the MIT license.
910
#
1011
# If a copy of the license was not distributed with this file, it can
11-
# be obtained from https://opensource.org/licenses/MIT/.
12+
# be obtained from https://opensource.org/licenses/mit.
1213
#
1314
# -----------------------------------------------------------------------------
1415

1516
# -----------------------------------------------------------------------------
16-
# # Preamble ##
17+
## Preamble ##
1718

1819
# https://cmake.org/cmake/help/v3.20/
1920
cmake_minimum_required(VERSION 3.20)

tests/meson.build

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# -----------------------------------------------------------------------------
2+
# DO NOT EDIT!
3+
# Automatically generated from build-helper/templates.
24
#
3-
# This file is part of the µOS++ distribution.
4-
# (https://github.com/micro-os-plus/)
5+
# This file is part of the µOS++ project (https://micro-os-plus.github.com/).
56
# Copyright (c) 2022 Liviu Ionescu. All rights reserved.
67
#
78
# Permission to use, copy, modify, and/or distribute this software
89
# for any purpose is hereby granted, under the terms of the MIT license.
910
#
1011
# If a copy of the license was not distributed with this file, it can
11-
# be obtained from https://opensource.org/licenses/MIT/.
12+
# be obtained from https://opensource.org/licenses/mit.
1213
#
1314
# -----------------------------------------------------------------------------
1415

tests/meson_options.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# -----------------------------------------------------------------------------
22
#
3-
# This file is part of the µOS++ distribution.
4-
# (https://github.com/micro-os-plus/)
3+
# This file is part of the µOS++ project (https://micro-os-plus.github.com/).
54
# Copyright (c) 2022 Liviu Ionescu. All rights reserved.
65
#
76
# Permission to use, copy, modify, and/or distribute this software
87
# for any purpose is hereby granted, under the terms of the MIT license.
98
#
109
# If a copy of the license was not distributed with this file, it can
11-
# be obtained from https://opensource.org/licenses/MIT/.
10+
# be obtained from https://opensource.org/licenses/mit.
1211
#
1312
# -----------------------------------------------------------------------------
1413

tests/platforms/native/CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# -----------------------------------------------------------------------------
22
#
3-
# This file is part of the µOS++ distribution.
4-
# (https://github.com/micro-os-plus/)
3+
# This file is part of the µOS++ project (https://micro-os-plus.github.com/).
54
# Copyright (c) 2022 Liviu Ionescu. All rights reserved.
65
#
76
# Permission to use, copy, modify, and/or distribute this software
87
# for any purpose is hereby granted, under the terms of the MIT license.
98
#
109
# If a copy of the license was not distributed with this file, it can
11-
# be obtained from https://opensource.org/licenses/MIT/.
10+
# be obtained from https://opensource.org/licenses/mit.
1211
#
1312
# -----------------------------------------------------------------------------
1413

tests/platforms/native/include/micro-os-plus/platform/config.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
/*
2-
* This file is part of the µOS++ distribution.
3-
* (https://github.com/micro-os-plus/)
2+
* This file is part of the µOS++ project (https://micro-os-plus.github.com/).
43
* Copyright (c) 2022 Liviu Ionescu. All rights reserved.
54
*
65
* Permission to use, copy, modify, and/or distribute this software
76
* for any purpose is hereby granted, under the terms of the MIT license.
87
*
98
* If a copy of the license was not distributed with this file, it can
10-
* be obtained from https://opensource.org/licenses/MIT/.
9+
* be obtained from https://opensource.org/licenses/mit.
1110
*/
1211

1312
#ifndef MICRO_OS_PLUS_PLATFORM_CONFIG_H_

0 commit comments

Comments
 (0)