diff options
-rw-r--r-- | libjava/ChangeLog | 4 | ||||
-rw-r--r-- | libjava/include/java-props.h | 8 |
2 files changed, 12 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 8126619..ae6a17d 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,7 @@ +1999-10-15 Tom Tromey <tromey@cygnus.com> + + * include/java-props.h: Added copyright. + 1999-10-13 Anthony Green <green@cygnus.com> * libtool-version: Catch up by incrementing current. diff --git a/libjava/include/java-props.h b/libjava/include/java-props.h index f18bea4..53ecb09 100644 --- a/libjava/include/java-props.h +++ b/libjava/include/java-props.h @@ -1,5 +1,13 @@ // java-props.h - Properties -*- c++ -*- +/* Copyright (C) 1999 Cygnus Solutions + + This file is part of libgcj. + +This software is copyrighted work licensed under the terms of the +Libgcj License. Please consult the file "LIBGCJ_LICENSE" for +details. */ + #ifndef __JAVA_PROPS_H__ #define __JAVA_PROPS_H__ |