--- /dev/null
+ChemDB was written by:
+W. Trevor King <wking@drexel.edu>
Contents
========
+ AUTHORS (list of authors contributing code to ChemDB)
bin (executibles)
|-- chem_db.py (command line interface)
`-- chem_web.py (web interface)
#!/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
#!/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
-# 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/>.
-# 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.
-# 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/>.
-# 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.
-# 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.
"""
# 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
+% 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
-% \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
% 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
+% 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}