ros-drivers / axis_camera

Contains basic Python drivers for accessing an Axis camera's MJPG stream. Also provides control for PTZ cameras.
BSD 3-Clause "New" or "Revised" License
52 stars 74 forks source link

Please add a LICENSE file #33

Closed jrn closed 9 years ago

jrn commented 9 years ago

According to http://wiki.ros.org/axis_camera, axis_camera is under the BSD license, which says

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

Alas, there are multiple variants of the BSD license out there and it's not obvious to me which one applies. Could you add a copy of the license with copyright notice on top to the axis_camera repo to save distributors from having to figure it out?

Even better if individual source files have a short notice [1] so the license information is easy to track down even out of context.

Thanks, Jonathan

[1] like this one: https://go.googlesource.com/go/+/master/src/go/ast/ast.go // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file.

jrn commented 9 years ago

Fixed by https://github.com/CreativeEntropy/axis_camera/commit/38280e45c00cf4c5364ecdbb5fed72155d7bc66d.