Skip to content

Commit

Permalink
Put headers on a bunch of files.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 28, 2007
1 parent bb8529a commit 0594e5b
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
8 changes: 8 additions & 0 deletions contrib/java/ManyMouse.java
@@ -1,3 +1,11 @@
/*
* Java bindings to the ManyMouse C code, via JNI.
*
* Please see the file LICENSE in the source's root directory.
*
* This file written by Ryan C. Gordon.
*/

public class ManyMouse
{
// Native method hooks.
Expand Down
8 changes: 8 additions & 0 deletions contrib/java/ManyMouseEvent.java
@@ -1,3 +1,11 @@
/*
* Java bindings to the ManyMouse C code, via JNI.
*
* Please see the file LICENSE in the source's root directory.
*
* This file written by Ryan C. Gordon.
*/

public class ManyMouseEvent
{
// Event types...
Expand Down
8 changes: 8 additions & 0 deletions contrib/java/ManyMouseJava.c
@@ -1,3 +1,11 @@
/*
* Java bindings to the ManyMouse C code, via JNI.
*
* Please see the file LICENSE in the source's root directory.
*
* This file written by Ryan C. Gordon.
*/

/* The C interface... */
#include "manymouse.h"

Expand Down
8 changes: 8 additions & 0 deletions contrib/java/TestManyMouse.java
@@ -1,3 +1,11 @@
/*
* Test app to demonstrate usage of the Java bindings.
*
* Please see the file LICENSE in the source's root directory.
*
* This file written by Ryan C. Gordon.
*/

public class TestManyMouse
{
public static void main(String args[])
Expand Down

0 comments on commit 0594e5b

Please sign in to comment.