File tree Expand file tree Collapse file tree 9 files changed +21
-29
lines changed Expand file tree Collapse file tree 9 files changed +21
-29
lines changed Original file line number Diff line number Diff line change @@ -37,3 +37,8 @@ install(
37
37
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
38
38
)
39
39
40
+ install (
41
+ FILES LICENSE
42
+ DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
43
+ )
44
+
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2013 Yujin Robot.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
5
+ * use this file except in compliance with the License. You may obtain a copy of
6
+ * the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13
+ * License for the specific language governing permissions and limitations under
14
+ * the License.
15
+ */
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
- #
3
- # License: Apache 2.0
4
- # https://raw.github.com/rosjava/rosjava_build_tools/license/LICENSE
5
- #
6
2
7
3
##############################################################################
8
4
# Imports
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
- #
3
- # License: Apache 2.0
4
- # https://raw.github.com/rosjava/rosjava_build_tools/license/LICENSE
5
- #
6
2
7
3
##############################################################################
8
4
# Imports
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
- #
3
- # License: Apache 2.0
4
- # https://raw.github.com/rosjava/rosjava_build_tools/license/LICENSE
5
- #
6
2
7
3
##############################################################################
8
4
# Imports
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
- #
3
- # License: Apache 2.0
4
- # https://raw.github.com/rosjava/rosjava_build_tools/license/LICENSE
5
- #
6
2
7
3
##############################################################################
8
4
# Imports
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
- #
3
- # License: Apache 2.0
4
- # https://raw.github.com/rosjava/rosjava_build_tools/license/LICENSE
5
- #
6
2
7
3
##############################################################################
8
4
# Imports
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
- #
3
- # License: Apache 2.0
4
- # https://raw.github.com/rosjava/rosjava_build_tools/license/LICENSE
5
- #
6
2
7
3
##############################################################################
8
4
# Imports
@@ -34,4 +30,4 @@ def scrape_for_release_message_packages(track):
34
30
version = value ['version' ].split ('/' )[- 1 ].split ('-' )[0 ]
35
31
pkg = {'name' : name , 'version' : version }
36
32
packages .append (pkg )
37
- return packages
33
+ return packages
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
- #
3
- # License: Apache 2.0
4
- # https://raw.github.com/rosjava/rosjava_build_tools/license/LICENSE
5
- #
6
2
7
3
##############################################################################
8
4
# Imports
You can’t perform that action at this time.
0 commit comments