diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-15 15:42:26 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-15 15:42:26 +0000 |
commit | cd75cb43fc02da5db9db71316dd7839bcd656ff4 (patch) | |
tree | 3503a7121092e8add442500db19cdfea0b191d40 /libjava/include | |
parent | 0eda879275f986a7d7d20d45ff75326209cd487a (diff) | |
download | gcc-cd75cb43fc02da5db9db71316dd7839bcd656ff4.tar.gz |
* include/java-props.h: Added copyright.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30018 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/include')
-rw-r--r-- | libjava/include/java-props.h | 8 |
1 files changed, 8 insertions, 0 deletions
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__ |