diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 8126619f6cd..ae6a17d8468 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,7 @@ +1999-10-15 Tom Tromey + + * include/java-props.h: Added copyright. + 1999-10-13 Anthony Green * libtool-version: Catch up by incrementing current. diff --git a/libjava/include/java-props.h b/libjava/include/java-props.h index f18bea4a19e..53ecb0990ae 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__