Skip to content

Commit

Permalink
Fix copyright header and author for the new tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazoyer committed Nov 15, 2014
1 parent 07f9e3b commit 6b95326
Showing 1 changed file with 4 additions and 5 deletions.
@@ -1,7 +1,7 @@
/*
* java-gnome, a UI library for writing GTK and GNOME programs from Java!
*
* Copyright © 2007-2010 Operational Dynamics Consulting, Pty Ltd
* Copyright © 2013 Operational Dynamics Consulting, Pty Ltd and Others
*
* The code in this file, and the program it is a part of, is made available
* to you by its authors as open source software: you can redistribute it
Expand All @@ -20,19 +20,18 @@

import java.io.IOException;
import java.io.StringReader;
import java.text.ParseException;
import java.util.Map;

import nu.xom.ParsingException;
import junit.framework.TestCase;
import nu.xom.ParsingException;

import com.operationaldynamics.codegen.Thing;
import com.operationaldynamics.driver.DefsFile;

/**
* Evaluate the internal methods in the DefsParser class.
* Evaluate the internal methods in the IntrospectionParser class.
*
* @author Andrew Cowie
* @author Guillaume Mazoyer
*/
public class ValidateIntrospectionParsing extends TestCase
{
Expand Down

0 comments on commit 6b95326

Please sign in to comment.