edgarman2 / arduino-ppm-servo

Automatically exported from code.google.com/p/arduino-ppm-servo
0 stars 0 forks source link

Missing copyright and licence #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The copyright and licence from the original code has been removed in this copy. 
Please restore the following text to the beginning of the header file.

/*
  ServoTimer2.h - Interrupt driven Servo library for Arduino using Timer2- Version 0.1
  Copyright (c) 2008 Michael Margolis.  All right reserved.

  This library is free software; you can redistribute it and/or
  modify it under the terms of the GNU Lesser General Public
  License as published by the Free Software Foundation; either
  version 2.1 of the License, or (at your option) any later version.

  This library is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  Lesser General Public License for more details.

  You should have received a copy of the GNU Lesser General Public
  License along with this library; if not, write to the Free Software
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
*/

Original issue reported on code.google.com by memargolis@gmail.com on 19 Oct 2014 at 8:41