2// GobySoft, LLC (2013-)
3// Massachusetts Institute of Technology (2007-2014)
4// Community contributors (see AUTHORS file)
6// Chris Murphy <cmurphy@aphysci.com>
7// Toby Schneider <toby@gobysoft.org>
8// philboske <philboske@gmail.com>
11// This file is part of the Dynamic Compact Control Language Library
14// DCCL is free software: you can redistribute it and/or modify
15// it under the terms of the GNU Lesser General Public License as published by
16// the Free Software Foundation, either version 2.1 of the License, or
17// (at your option) any later version.
19// DCCL is distributed in the hope that it will be useful,
20// but WITHOUT ANY WARRANTY; without even the implied warranty of
21// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22// GNU Lesser General Public License for more details.
24// You should have received a copy of the GNU Lesser General Public License
25// along with DCCL. If not, see <http://www.gnu.org/licenses/>.
26/* -------------------------- FILE MOVED -----------------------------
27 Please use the new include location - dccl/option_extensions.proto
29 The Python files generated by protoc require that protobuf package
30 names (dccl, here) match the path to the actual protobuf file,
31 which dccl/protobuf/... did not.
32 --------------------------------------------------------------------*/
35import public "dccl/option_extensions.proto";