[Python-checkins] CVS: python/dist/src/Parser acceler.c,2.13,2.14 assert.h,2.8,2.9 bitset.c,2.8,2.9 firstsets.c,2.8,2.9 grammar.c,2.14,2.15 grammar1.c,2.9,2.10 intrcheck.c,2.31,2.32 listnode.c,2.10,2.11 metagrammar.c,2.8,2.9 myreadline.c,2.19,2.20 node.c,2.9,2.10 parser.c,2.12,2.13 parser.h,2.10,2.11 parsetok.c,2.19,2.20 pgen.c,2.13,2.14 pgen.h,2.10,2.11 pgenmain.c,2.18,2.19 printgrammar.c,2.9,2.10 tokenizer.c,2.43,2.44 tokenizer.h,2.13,2.14
Guido van Rossum
python-dev@python.org
2000年6月30日 16:58:10 -0700
- Previous message: [Python-checkins] CVS: python/dist/src/Objects abstract.c,2.36,2.37 bufferobject.c,2.9,2.10 classobject.c,2.95,2.96 cobject.c,2.9,2.10 complexobject.c,2.26,2.27 dictobject.c,2.56,2.57 fileobject.c,2.76,2.77 floatobject.c,2.60,2.61 frameobject.c,2.40,2.41 funcobject.c,2.26,2.27 intobject.c,2.44,2.45 listobject.c,2.77,2.78 longobject.c,1.59,1.60 methodobject.c,2.30,2.31 moduleobject.c,2.26,2.27 object.c,2.77,2.78 rangeobject.c,2.14,2.15 stringobject.c,2.71,2.72 tupleobject.c,2.40,2.41 typeobject.c,2.13,2.14 xxobject.c,2.16,2.17
- Next message: [Python-checkins] CVS: python/dist/src/Include Python.h,2.18,2.19 abstract.h,2.19,2.20 bitset.h,2.10,2.11 bufferobject.h,2.3,2.4 ceval.h,2.32,2.33 classobject.h,2.29,2.30 cobject.h,2.6,2.7 compile.h,2.20,2.21 dictobject.h,2.17,2.18 errcode.h,2.10,2.11 eval.h,2.11,2.12 fileobject.h,2.18,2.19 floatobject.h,2.14,2.15 frameobject.h,2.25,2.26 funcobject.h,2.17,2.18 grammar.h,2.11,2.12 import.h,2.23,2.24 intobject.h,2.18,2.19 intrcheck.h,2.6,2.7 listobject.h,2.18,2.19 longintrepr.h,2.6,2.7 longobject.h,2.14,2.15 marshal.h,2.7,2.8 metagrammar.h,2.8,2.9 methodobject.h,2.17,2.18 modsupport.h,2.29,2.30 moduleobject.h,2.14,2.15 mymalloc.h,2.20,2.21 myproto.h,2.7,2.8 myselect.h,2.11,2.12 mytime.h,2.5,2.6 node.h,2.14,2.15 object.h,2.58,2.59 objimpl.h,2.18,2.19 opcode.h,2.24,2.25 osdefs.h,2.11,2.12 parsetok.h,2.11,2.12 patchlevel.h,2.37,2.38 pgenheaders.h,2.19,2.20 pydebug.h,2.12,2.13 pyerrors.h,2.36,2.37 pystate.h,2.10,2.11 pythonrun.h,2.29,2.30 pythread.h,2.14,2.15 rangeobject.h,2.12,2.13 string!
object.h,2.18,2.19 structmember.h,2.13,2.14 sysmodule.h,2.18,2.19 token.h,2.13,2.14 traceback.h,2.15,2.16 tupleobject.h,2.21,2.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Parser
In directory slayer.i.sourceforge.net:/tmp/cvs-serv8335/Parser
Modified Files:
acceler.c assert.h bitset.c firstsets.c grammar.c grammar1.c
intrcheck.c listnode.c metagrammar.c myreadline.c node.c
parser.c parser.h parsetok.c pgen.c pgen.h pgenmain.c
printgrammar.c tokenizer.c tokenizer.h
Log Message:
Change copyright notice - 2nd try.
Index: acceler.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/acceler.c,v
retrieving revision 2.13
retrieving revision 2.14
diff -C2 -r2.13 -r2.14
*** acceler.c 2000年06月30日 23:50:39 2.13
--- acceler.c 2000年06月30日 23:58:05 2.14
***************
*** 1,8 ****
/***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
--- 7,10 ----
Index: assert.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/assert.h,v
retrieving revision 2.8
retrieving revision 2.9
diff -C2 -r2.8 -r2.9
*** assert.h 2000年06月30日 23:50:39 2.8
--- assert.h 2000年06月30日 23:58:05 2.9
***************
*** 6,14 ****
/***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 6,9 ----
***************
*** 18,22 ****
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
--- 13,16 ----
Index: bitset.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/bitset.c,v
retrieving revision 2.8
retrieving revision 2.9
diff -C2 -r2.8 -r2.9
*** bitset.c 2000年06月30日 23:50:39 2.8
--- bitset.c 2000年06月30日 23:58:05 2.9
***************
*** 1,8 ****
/***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
--- 7,10 ----
Index: firstsets.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/firstsets.c,v
retrieving revision 2.8
retrieving revision 2.9
diff -C2 -r2.8 -r2.9
*** firstsets.c 2000年06月30日 23:50:39 2.8
--- firstsets.c 2000年06月30日 23:58:05 2.9
***************
*** 1,8 ****
/***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
--- 7,10 ----
Index: grammar.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/grammar.c,v
retrieving revision 2.14
retrieving revision 2.15
diff -C2 -r2.14 -r2.15
*** grammar.c 2000年06月30日 23:50:39 2.14
--- grammar.c 2000年06月30日 23:58:05 2.15
***************
*** 1,8 ****
/***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
--- 7,10 ----
Index: grammar1.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/grammar1.c,v
retrieving revision 2.9
retrieving revision 2.10
diff -C2 -r2.9 -r2.10
*** grammar1.c 2000年06月30日 23:50:39 2.9
--- grammar1.c 2000年06月30日 23:58:05 2.10
***************
*** 1,8 ****
/***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
--- 7,10 ----
Index: intrcheck.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/intrcheck.c,v
retrieving revision 2.31
retrieving revision 2.32
diff -C2 -r2.31 -r2.32
*** intrcheck.c 2000年06月30日 23:50:39 2.31
--- intrcheck.c 2000年06月30日 23:58:05 2.32
***************
*** 1,8 ****
/***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
--- 7,10 ----
Index: listnode.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/listnode.c,v
retrieving revision 2.10
retrieving revision 2.11
diff -C2 -r2.10 -r2.11
*** listnode.c 2000年06月30日 23:50:39 2.10
--- listnode.c 2000年06月30日 23:58:05 2.11
***************
*** 1,8 ****
/***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
--- 7,10 ----
Index: metagrammar.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/metagrammar.c,v
retrieving revision 2.8
retrieving revision 2.9
diff -C2 -r2.8 -r2.9
*** metagrammar.c 2000年06月30日 23:50:39 2.8
--- metagrammar.c 2000年06月30日 23:58:05 2.9
***************
*** 1,8 ****
/***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
--- 7,10 ----
Index: myreadline.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/myreadline.c,v
retrieving revision 2.19
retrieving revision 2.20
diff -C2 -r2.19 -r2.20
*** myreadline.c 2000年06月30日 23:50:39 2.19
--- myreadline.c 2000年06月30日 23:58:05 2.20
***************
*** 1,8 ****
/***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
--- 7,10 ----
Index: node.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/node.c,v
retrieving revision 2.9
retrieving revision 2.10
diff -C2 -r2.9 -r2.10
*** node.c 2000年06月30日 23:50:39 2.9
--- node.c 2000年06月30日 23:58:05 2.10
***************
*** 1,8 ****
/***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
--- 7,10 ----
Index: parser.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/parser.c,v
retrieving revision 2.12
retrieving revision 2.13
diff -C2 -r2.12 -r2.13
*** parser.c 2000年06月30日 23:50:39 2.12
--- parser.c 2000年06月30日 23:58:05 2.13
***************
*** 1,8 ****
/***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
--- 7,10 ----
Index: parser.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/parser.h,v
retrieving revision 2.10
retrieving revision 2.11
diff -C2 -r2.10 -r2.11
*** parser.h 2000年06月30日 23:50:39 2.10
--- parser.h 2000年06月30日 23:58:05 2.11
***************
*** 6,14 ****
/***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 6,9 ----
***************
*** 18,22 ****
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
--- 13,16 ----
Index: parsetok.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/parsetok.c,v
retrieving revision 2.19
retrieving revision 2.20
diff -C2 -r2.19 -r2.20
*** parsetok.c 2000年06月30日 23:50:39 2.19
--- parsetok.c 2000年06月30日 23:58:05 2.20
***************
*** 1,8 ****
/***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
--- 7,10 ----
Index: pgen.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/pgen.c,v
retrieving revision 2.13
retrieving revision 2.14
diff -C2 -r2.13 -r2.14
*** pgen.c 2000年06月30日 23:50:39 2.13
--- pgen.c 2000年06月30日 23:58:05 2.14
***************
*** 1,8 ****
/***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
--- 7,10 ----
Index: pgen.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/pgen.h,v
retrieving revision 2.10
retrieving revision 2.11
diff -C2 -r2.10 -r2.11
*** pgen.h 2000年06月30日 23:50:39 2.10
--- pgen.h 2000年06月30日 23:58:05 2.11
***************
*** 6,14 ****
/***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 6,9 ----
***************
*** 18,22 ****
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
--- 13,16 ----
Index: pgenmain.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/pgenmain.c,v
retrieving revision 2.18
retrieving revision 2.19
diff -C2 -r2.18 -r2.19
*** pgenmain.c 2000年06月30日 23:50:39 2.18
--- pgenmain.c 2000年06月30日 23:58:05 2.19
***************
*** 1,8 ****
/***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
--- 7,10 ----
Index: printgrammar.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/printgrammar.c,v
retrieving revision 2.9
retrieving revision 2.10
diff -C2 -r2.9 -r2.10
*** printgrammar.c 2000年06月30日 23:50:39 2.9
--- printgrammar.c 2000年06月30日 23:58:05 2.10
***************
*** 1,8 ****
/***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
--- 7,10 ----
Index: tokenizer.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/tokenizer.c,v
retrieving revision 2.43
retrieving revision 2.44
diff -C2 -r2.43 -r2.44
*** tokenizer.c 2000年06月30日 23:50:39 2.43
--- tokenizer.c 2000年06月30日 23:58:05 2.44
***************
*** 1,8 ****
/***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
--- 7,10 ----
Index: tokenizer.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/tokenizer.h,v
retrieving revision 2.13
retrieving revision 2.14
diff -C2 -r2.13 -r2.14
*** tokenizer.h 2000年06月30日 23:50:39 2.13
--- tokenizer.h 2000年06月30日 23:58:05 2.14
***************
*** 6,14 ****
/***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 6,9 ----
***************
*** 18,22 ****
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
--- 13,16 ----
- Previous message: [Python-checkins] CVS: python/dist/src/Objects abstract.c,2.36,2.37 bufferobject.c,2.9,2.10 classobject.c,2.95,2.96 cobject.c,2.9,2.10 complexobject.c,2.26,2.27 dictobject.c,2.56,2.57 fileobject.c,2.76,2.77 floatobject.c,2.60,2.61 frameobject.c,2.40,2.41 funcobject.c,2.26,2.27 intobject.c,2.44,2.45 listobject.c,2.77,2.78 longobject.c,1.59,1.60 methodobject.c,2.30,2.31 moduleobject.c,2.26,2.27 object.c,2.77,2.78 rangeobject.c,2.14,2.15 stringobject.c,2.71,2.72 tupleobject.c,2.40,2.41 typeobject.c,2.13,2.14 xxobject.c,2.16,2.17
- Next message: [Python-checkins] CVS: python/dist/src/Include Python.h,2.18,2.19 abstract.h,2.19,2.20 bitset.h,2.10,2.11 bufferobject.h,2.3,2.4 ceval.h,2.32,2.33 classobject.h,2.29,2.30 cobject.h,2.6,2.7 compile.h,2.20,2.21 dictobject.h,2.17,2.18 errcode.h,2.10,2.11 eval.h,2.11,2.12 fileobject.h,2.18,2.19 floatobject.h,2.14,2.15 frameobject.h,2.25,2.26 funcobject.h,2.17,2.18 grammar.h,2.11,2.12 import.h,2.23,2.24 intobject.h,2.18,2.19 intrcheck.h,2.6,2.7 listobject.h,2.18,2.19 longintrepr.h,2.6,2.7 longobject.h,2.14,2.15 marshal.h,2.7,2.8 metagrammar.h,2.8,2.9 methodobject.h,2.17,2.18 modsupport.h,2.29,2.30 moduleobject.h,2.14,2.15 mymalloc.h,2.20,2.21 myproto.h,2.7,2.8 myselect.h,2.11,2.12 mytime.h,2.5,2.6 node.h,2.14,2.15 object.h,2.58,2.59 objimpl.h,2.18,2.19 opcode.h,2.24,2.25 osdefs.h,2.11,2.12 parsetok.h,2.11,2.12 patchlevel.h,2.37,2.38 pgenheaders.h,2.19,2.20 pydebug.h,2.12,2.13 pyerrors.h,2.36,2.37 pystate.h,2.10,2.11 pythonrun.h,2.29,2.30 pythread.h,2.14,2.15 rangeobject.h,2.12,2.13 string!
object.h,2.18,2.19 structmember.h,2.13,2.14 sysmodule.h,2.18,2.19 token.h,2.13,2.14 traceback.h,2.15,2.16 tupleobject.h,2.21,2.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]