Commit 7a254438 authored by Anders Nilsson's avatar Anders Nilsson
Browse files

Added copyright notice to all(?) source code files

parent 16a33ab6
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
/* -*-Java-*- */

/* 
 * Copyright (C) 2006  Anders Nilsson <anders.nilsson@cs.lth.se>
 *
 * This file is part of OntologyCompiler.
 */

import java.io.*;
import java.util.*;

+7 −1
Original line number Diff line number Diff line
// package programs;

/* 
 * Copyright (C) 2006  Anders Nilsson <anders.nilsson@cs.lth.se>
 *
 * This file is part of OntologyCompiler.
 */

import AST.Start;

public class DumpClasses extends Parser {
+6 −0
Original line number Diff line number Diff line
/* -*-Java-*- */

/* 
 * Copyright (C) 2006  Anders Nilsson <anders.nilsson@cs.lth.se>
 *
 * This file is part of OntologyCompiler.
 */

import java.io.PrintStream;

aspect DumpClasses {
+5 −4
Original line number Diff line number Diff line
/* 
 * Created on 2005-mar-09
 * Copyright (C) 2006  Anders Nilsson <anders.nilsson@cs.lth.se>
 *
 * This file is part of OntologyCompiler.
 */
// package programs;


import AST.Start;

+6 −0
Original line number Diff line number Diff line
// package programs;

/* 
 * Copyright (C) 2006  Anders Nilsson <anders.nilsson@cs.lth.se>
 *
 * This file is part of OntologyCompiler.
 */

import AST.Start;
import java.io.File;
import java.io.PrintStream;
Loading