Ran update_copyright.py
authorW. Trevor King <wking@drexel.edu>
Wed, 25 Aug 2010 12:43:22 +0000 (08:43 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 25 Aug 2010 12:43:22 +0000 (08:43 -0400)
14 files changed:
AUTHORS [new file with mode: 0644]
README
bin/chem_db.py
bin/chem_web.py
chemdb/__init__.py
chemdb/chemdb.py
chemdb/db/__init__.py
chemdb/db/text.py
chemdb/server.py
template/doc/Makefile
template/doc/door_template.tex
template/doc/inventory_template.tex
template/doc/nfpa_704.sty
template/doc/nfpa_704.tex

diff --git a/AUTHORS b/AUTHORS
new file mode 100644 (file)
index 0000000..a329845
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,2 @@
+ChemDB was written by:
+W. Trevor King <wking@drexel.edu>
diff --git a/README b/README
index 465a63be574bd0daa5b0d14cbc7a50f8201949f3..6fa37a5b1c89c6441a32f2a5ba08b7a87ef88730 100644 (file)
--- a/README
+++ b/README
@@ -78,6 +78,7 @@ Special Hazards (NFPA diamond).
 Contents
 ========
 
+    AUTHORS               (list of authors contributing code to ChemDB)
     bin                   (executibles)
     |-- chem_db.py        (command line interface)
     `-- chem_web.py       (web interface)
index 0c1920b4bdafe7bc1a7e634e8f75679ad935556e..163fa5f3366a8e4b0e501207fb71026e5da7ebfa 100755 (executable)
@@ -1,6 +1,21 @@
 #!/usr/bin/python
 
-# Copyright
+# Copyright (C) 2010 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of ChemDB.
+#
+# ChemDB is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 3 of the License, or (at your
+# option) any later version.
+#
+# ChemDB is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with ChemDB.  If not, see <http://www.gnu.org/licenses/>.
 
 from sys import stdout, stdin, stderr
 
index 89ba09926af04ae30c00e865649912c1a835bd69..8e8a7233d627f3d67abb3bf21ab4ab014be0c6db 100755 (executable)
@@ -1,6 +1,21 @@
 #!/usr/bin/python
 
-# Copyright
+# Copyright (C) 2010 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of ChemDB.
+#
+# ChemDB is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 3 of the License, or (at your
+# option) any later version.
+#
+# ChemDB is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with ChemDB.  If not, see <http://www.gnu.org/licenses/>.
 
 from chemdb.server import ServerDaemon
 
index b98f1648fbd537dcaaf3dc1283834dea4e906f4b..dd5bf605d22cb8a0a5250ca1b25f78a1bcdc4654 100644 (file)
@@ -1 +1,16 @@
-# Copyright
+# Copyright (C) 2010 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of ChemDB.
+#
+# ChemDB is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 3 of the License, or (at your
+# option) any later version.
+#
+# ChemDB is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with ChemDB.  If not, see <http://www.gnu.org/licenses/>.
index 9852a89e652b0b06b7a00995694ed659a7bb7cf4..5f13f5f912aaf2ff97d45497bda76fd6399c6531 100644 (file)
@@ -1,4 +1,19 @@
-# Copyright
+# Copyright (C) 2010 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of ChemDB.
+#
+# ChemDB is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 3 of the License, or (at your
+# option) any later version.
+#
+# ChemDB is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with ChemDB.  If not, see <http://www.gnu.org/licenses/>.
 
 """Utilities for chemical inventories.
 
index b98f1648fbd537dcaaf3dc1283834dea4e906f4b..dd5bf605d22cb8a0a5250ca1b25f78a1bcdc4654 100644 (file)
@@ -1 +1,16 @@
-# Copyright
+# Copyright (C) 2010 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of ChemDB.
+#
+# ChemDB is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 3 of the License, or (at your
+# option) any later version.
+#
+# ChemDB is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with ChemDB.  If not, see <http://www.gnu.org/licenses/>.
index 8d731a18b506c759f9266ba854b1c2e36cd270d7..5536b61c69e5123ad0d7b5d8b07b86692147fb9c 100644 (file)
@@ -1,4 +1,19 @@
-# Copyright
+# Copyright (C) 2008-2010 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of ChemDB.
+#
+# ChemDB is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 3 of the License, or (at your
+# option) any later version.
+#
+# ChemDB is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with ChemDB.  If not, see <http://www.gnu.org/licenses/>.
 
 """Database-style interface with a text-delimited, single files.
 
index 1ceaad3f01681ab2abe1babbafaa3b492f6a369a..3dcfb0a828bcd24462031a99211a20a451734776 100644 (file)
@@ -1,4 +1,19 @@
-# Copyright
+# Copyright (C) 2010 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of ChemDB.
+#
+# ChemDB is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 3 of the License, or (at your
+# option) any later version.
+#
+# ChemDB is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with ChemDB.  If not, see <http://www.gnu.org/licenses/>.
 
 """Chemical inventory web interface.
 """
index 40486cd597d713345bf9f89b5f87ce316b900ae8..964eec0e78eb6a8f28cf2561265ccc57438eb2db 100644 (file)
@@ -1,5 +1,20 @@
 # Produce pdf output from LaTeX source
-# Copyright (C) 2008-2010 W. Trevor King
+# Copyright (C) 2008-2010 W. Trevor King <wking@drexel.edu>
+#
+# This file is part of ChemDB.
+#
+# ChemDB is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, either version 3 of the License, or (at your
+# option) any later version.
+#
+# ChemDB is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with ChemDB.  If not, see <http://www.gnu.org/licenses/>.
 
 # exposed targets :
 #  all          : generate each output file and call view
index 5664badff01b781110418e6ef6e1ce85a2aef748..45e4a25847af35e6637238fb96ee58df3a7c6b7c 100644 (file)
@@ -1,3 +1,20 @@
+% Copyright (C) 2008-2010 W. Trevor King <wking@drexel.edu>
+%
+% This file is part of ChemDB.
+%
+% ChemDB is free software: you can redistribute it and/or modify it
+% under the terms of the GNU General Public License as published by the
+% Free Software Foundation, either version 3 of the License, or (at your
+% option) any later version.
+%
+% ChemDB is distributed in the hope that it will be useful,
+% but WITHOUT ANY WARRANTY; without even the implied warranty of
+% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+% GNU General Public License for more details.
+%
+% You should have received a copy of the GNU General Public License
+% along with ChemDB.  If not, see <http://www.gnu.org/licenses/>.
+
 % Paper for posting on the lab door
 % as per 
 %   http://www.drexelsafetyandhealth.com/lab-chem.htm#chpe7
index 222d49222e574cc7553a8ccd97c152b3d8b54891..e40f047dfc93c14d81e2bd641effb6958a35c9b9 100644 (file)
@@ -1,6 +1,22 @@
-% \documentclass[letterpaper]{article} % line moved to main.
-% Paper for posting on the lab door
-% as per 
+% Copyright (C) 2008-2010 W. Trevor King <wking@drexel.edu>
+%
+% This file is part of ChemDB.
+%
+% ChemDB is free software: you can redistribute it and/or modify it
+% under the terms of the GNU General Public License as published by the
+% Free Software Foundation, either version 3 of the License, or (at your
+% option) any later version.
+%
+% ChemDB is distributed in the hope that it will be useful,
+% but WITHOUT ANY WARRANTY; without even the implied warranty of
+% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+% GNU General Public License for more details.
+%
+% You should have received a copy of the GNU General Public License
+% along with ChemDB.  If not, see <http://www.gnu.org/licenses/>.
+
+% Chemical inventory as per 
+%   http://www.drexelsafetyandhealth.com/lab-chem.htm#chpe7
 
 % setup the margins,
 \topmargin -0.5in
index 38ba0097202939358110cc4cd30f56012ceb43f0..3b05b2805d1aad908777cbbd104ae10b3f354b3c 100644 (file)
@@ -2,6 +2,21 @@
 % Version 0.1
 %
 % Copyright (C) 2010 W. Trevor King <wking@drexel.edu>
+%
+% This file is part of ChemDB.
+%
+% ChemDB is free software: you can redistribute it and/or modify it
+% under the terms of the GNU General Public License as published by the
+% Free Software Foundation, either version 3 of the License, or (at your
+% option) any later version.
+%
+% ChemDB is distributed in the hope that it will be useful,
+% but WITHOUT ANY WARRANTY; without even the implied warranty of
+% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+% GNU General Public License for more details.
+%
+% You should have received a copy of the GNU General Public License
+% along with ChemDB.  If not, see <http://www.gnu.org/licenses/>.
 
 % See
 %   http://en.wikipedia.org/wiki/NFPA_704
index 532f97317aea589d5f6c88cd21c7d99b133a19be..f613f04dee34fe87e1a9e5180e115d847eac8f7e 100644 (file)
@@ -1,3 +1,20 @@
+% Copyright (C) 2010 W. Trevor King <wking@drexel.edu>
+%
+% This file is part of ChemDB.
+%
+% ChemDB is free software: you can redistribute it and/or modify it
+% under the terms of the GNU General Public License as published by the
+% Free Software Foundation, either version 3 of the License, or (at your
+% option) any later version.
+%
+% ChemDB is distributed in the hope that it will be useful,
+% but WITHOUT ANY WARRANTY; without even the implied warranty of
+% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+% GNU General Public License for more details.
+%
+% You should have received a copy of the GNU General Public License
+% along with ChemDB.  If not, see <http://www.gnu.org/licenses/>.
+
 \documentclass{article}
 
 \usepackage{nfpa_704}