Skip to content

Commit 53f4613

Browse files
committed
Update license header for error_code_message
Since I've created the file while working at FZI, I left the copyright owner and the license as is.
1 parent 9041542 commit 53f4613

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

include/ur_client_library/primary/robot_message/error_code_message.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// this is for emacs file handling -*- mode: c++; indent-tabs-mode: nil -*-
22

33
// -- BEGIN LICENSE BLOCK ----------------------------------------------
4-
// Copyright 2019 FZI Forschungszentrum Informatik
4+
// Copyright 2020 FZI Forschungszentrum Informatik
55
//
66
// Licensed under the Apache License, Text 2.0 (the "License");
77
// you may not use this file except in compliance with the License.

src/primary/robot_message/error_code_message.cpp

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
// this is for emacs file handling -*- mode: c++; indent-tabs-mode: nil -*-
2-
31
// -- BEGIN LICENSE BLOCK ----------------------------------------------
4-
// Copyright 2019 FZI Forschungszentrum Informatik (ur_robot_driver)
5-
// Copyright 2017, 2018 Simon Rasmussen (refactor)
6-
//
7-
// Copyright 2015, 2016 Thomas Timm Andersen (original version)
2+
// Copyright 2020 FZI Forschungszentrum Informatik
3+
// Created on behalf of Universal Robots A/S
84
//
95
// Licensed under the Apache License, Version 2.0 (the "License");
106
// you may not use this file except in compliance with the License.
@@ -28,7 +24,6 @@
2824
*/
2925
//----------------------------------------------------------------------
3026

31-
#include "ur_client_library/log.h"
3227
#include "ur_client_library/primary/robot_message/error_code_message.h"
3328
#include "ur_client_library/primary/abstract_primary_consumer.h"
3429

0 commit comments

Comments
 (0)