openocd: src: replace the GPL and BSD-Source-Code license tags
[fw/openocd] / src / hello.h
index fc674ad6ef469f9550fcba6436381924ce249afa..c88c89ddfa3f351d44aa5bb14b7263f8eb5f24ae 100644 (file)
  *   GNU General Public License for more details.                          *
  *                                                                         *
  *   You should have received a copy of the GNU General Public License     *
- *   along with this program; if not, write to the                         *
- *   Free Software Foundation, Inc.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
 #ifndef OPENOCD_HELLO_H
 #define OPENOCD_HELLO_H
 
-struct command_context;
 struct command_registration;
 
-/// Register the hello commands in the specified command_context
-int hello_register_commands(struct command_context *cmd_ctx);
-
 /**
  * Export the registration for the hello command group, so it can be
  * embedded in example drivers.
  */
 extern const struct command_registration hello_command_handlers[];
 
-#endif // OPENOCD_HELLO_H
+#endif /* OPENOCD_HELLO_H */