diff options
author | Tom Tromey <tromey@cygnus.com> | 1999-10-15 15:42:26 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 1999-10-15 15:42:26 +0000 |
commit | 3ae21bfccf6843c0760871a1bab6ed80ab68a69b (patch) | |
tree | 3503a7121092e8add442500db19cdfea0b191d40 /libjava | |
parent | 370c81d682cbd7af102a265f443642ebdde4fb23 (diff) | |
download | gcc-3ae21bfccf6843c0760871a1bab6ed80ab68a69b.zip gcc-3ae21bfccf6843c0760871a1bab6ed80ab68a69b.tar.gz gcc-3ae21bfccf6843c0760871a1bab6ed80ab68a69b.tar.bz2 |
* include/java-props.h: Added copyright.
From-SVN: r30018
Diffstat (limited to 'libjava')
-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__ |