Skip to content

Commit 5a4c1c4

Browse files
committed
Modify Ichiro ITS into ICHIRO ITS
1 parent 97fd1c3 commit 5a4c1c4

21 files changed

+25
-24
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Ichiro ITS
3+
Copyright (c) 2021 ICHIRO ITS
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Housou (放送)
22

3-
[![latest version](https://img.shields.io/github/v/release/ichiro-its/housou.svg)](https://github.com/ichiro-its/housou/releases/)
4-
[![license](https://img.shields.io/github/license/ichiro-its/housou.svg)](./LICENSE)
5-
[![build and test status](https://github.com/ichiro-its/housou/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/ichiro-its/housou/actions)
3+
[![latest version](https://img.shields.io/github/v/release/ichiro-its/housou)](https://github.com/ichiro-its/housou/releases/)
4+
[![commit activity](https://img.shields.io/github/commit-activity/m/ichiro-its/housou)](https://github.com/ichiro-its/housou/commits/master)
5+
[![license](https://img.shields.io/github/license/ichiro-its/housou)](./LICENSE)
6+
[![build and test status](https://img.shields.io/github/workflow/status/ichiro-its/housou/Build%20and%20Test?label=build%20and%20test)](https://github.com/ichiro-its/housou/actions)
67

78
Housou (放送, broadcast) is a [ROS 2](https://docs.ros.org/en/foxy/index.html) package that provides a [UDP](https://en.wikipedia.org/wiki/User_Datagram_Protocol) broadcast communication library for a ROS 2 project.
89
This package is written in C++ and currently only works on Linux based operating system.
@@ -31,4 +32,4 @@ See [examples](./examples) for information on how to use this package.
3132

3233
## License
3334

34-
This project is maintained by [Ichiro ITS](https://github.com/ichiro-its) and licensed under [the MIT License](./LICENSE).
35+
This project is maintained by [ICHIRO ITS](https://github.com/ichiro-its) and licensed under the [MIT License](./LICENSE).

examples/fruits_broadcaster.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021 Ichiro ITS
1+
// Copyright (c) 2021 ICHIRO ITS
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal

examples/fruits_listener.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021 Ichiro ITS
1+
// Copyright (c) 2021 ICHIRO ITS
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal

examples/hello_world_broadcaster.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021 Ichiro ITS
1+
// Copyright (c) 2021 ICHIRO ITS
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal

examples/hello_world_listener.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021 Ichiro ITS
1+
// Copyright (c) 2021 ICHIRO ITS
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal

examples/position_broadcaster.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021 Ichiro ITS
1+
// Copyright (c) 2021 ICHIRO ITS
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal

examples/position_listener.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021 Ichiro ITS
1+
// Copyright (c) 2021 ICHIRO ITS
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal

include/housou/broadcaster/base_broadcaster.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021 Ichiro ITS
1+
// Copyright (c) 2021 ICHIRO ITS
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal

include/housou/broadcaster/broadcaster.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021 Ichiro ITS
1+
// Copyright (c) 2021 ICHIRO ITS
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)