Browse Source

sdlog2: copyright fix

sbg
Anton Babushkin 12 years ago
parent
commit
68b7e03155
  1. 4
      src/modules/sdlog2/sdlog2.c
  2. 4
      src/modules/sdlog2/sdlog2_messages.h

4
src/modules/sdlog2/sdlog2.c

@ -2,7 +2,7 @@
* *
* Copyright (c) 2012, 2013 PX4 Development Team. All rights reserved. * Copyright (c) 2012, 2013 PX4 Development Team. All rights reserved.
* Author: Lorenz Meier <lm@inf.ethz.ch> * Author: Lorenz Meier <lm@inf.ethz.ch>
* Anton Babushkin <rk3dov@gmail.com> * Anton Babushkin <anton.babushkin@me.com>
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions * modification, are permitted provided that the following conditions
@ -40,7 +40,7 @@
* does the heavy SD I/O in a low-priority worker thread. * does the heavy SD I/O in a low-priority worker thread.
* *
* @author Lorenz Meier <lm@inf.ethz.ch> * @author Lorenz Meier <lm@inf.ethz.ch>
* @author Anton Babushkin <rk3dov@gmail.com> * @author Anton Babushkin <anton.babushkin@me.com>
*/ */
#include <nuttx/config.h> #include <nuttx/config.h>

4
src/modules/sdlog2/sdlog2_messages.h

@ -1,7 +1,7 @@
/**************************************************************************** /****************************************************************************
* *
* Copyright (c) 2013 PX4 Development Team. All rights reserved. * Copyright (c) 2013 PX4 Development Team. All rights reserved.
* Author: Anton Babushkin <rk3dov@gmail.com> * Author: Anton Babushkin <anton.babushkin@me.com>
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions * modification, are permitted provided that the following conditions
@ -37,7 +37,7 @@
* *
* Log messages and structures definition. * Log messages and structures definition.
* *
* @author Anton Babushkin <rk3dov@gmail.com> * @author Anton Babushkin <anton.babushkin@me.com>
*/ */
#ifndef SDLOG2_MESSAGES_H_ #ifndef SDLOG2_MESSAGES_H_

Loading…
Cancel
Save