summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7ef8f8e)
raw | patch | inline | side by side (parent: 7ef8f8e)
author | Florian Forster <octo@huhu.verplant.org> | |
Tue, 24 Feb 2009 10:42:35 +0000 (11:42 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Tue, 24 Feb 2009 10:42:35 +0000 (11:42 +0100) |
contrib/oracle/create_schema.ddl | patch | blob | history |
index e4dc54f2dab4485fb178a31161e0da93207a4b32..86b1e83ee5ed379fbcf460d80e1f515a85fb8967 100644 (file)
+-- collectd - contrib/oracle/create_schema.ddl
+-- Copyright (C) 2008,2009 Roman Klesel
+--
+-- This program 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; only version 2 of the License is applicable.
+--
+-- This program 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 this program; if not, write to the Free Software Foundation, Inc.,
+-- 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+--
+-- Authors:
+-- Roman Klesel <roman.klesel at noris.de>
+
-- Description
--------------
-- This will create a schema to provide collectd with the required permissions
spool off
quit
+
+-- vim: set syntax=sql :