This is the mail archive of the java-patches@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

missing copyright


I'm committing the appended patch, which adds copyright info to the
new file.

1999-10-15  Tom Tromey  <tromey@cygnus.com>

	* include/java-props.h: Added copyright.

Tom

Index: include/java-props.h
===================================================================
RCS file: /cvs/java/libgcj/libjava/include/java-props.h,v
retrieving revision 1.1
diff -u -r1.1 java-props.h
--- java-props.h	1999/10/15 06:07:41	1.1
+++ java-props.h	1999/10/15 15:38:56
@@ -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__
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]