]> git.cworth.org Git - apitrace/commitdiff
Add copyright headers.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Tue, 8 Jul 2008 01:32:53 +0000 (10:32 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Tue, 8 Jul 2008 01:32:53 +0000 (10:32 +0900)
base.py
d3d8.py
d3d8caps.py
d3d8types.py
log.hpp
windows.py

diff --git a/base.py b/base.py
index 1da4bceec20f23d6ce0159fcda393be5dbf79729..40f98998ebc95b44a597a0378da6df52a737cbdf 100644 (file)
--- a/base.py
+++ b/base.py
@@ -1,3 +1,22 @@
+#############################################################################
+#
+# Copyright 2008 Jose Fonseca
+#
+# This program is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as published
+# by the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# 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 Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+#############################################################################
+
 """C basic types"""
 
 class Type:
diff --git a/d3d8.py b/d3d8.py
index 7d1996df918945168a367fef662520ec504174fe..ec63d1e9cb8fafefba7cb0bca3ae9deb2195cca3 100755 (executable)
--- a/d3d8.py
+++ b/d3d8.py
@@ -1,3 +1,22 @@
+#############################################################################
+#
+# Copyright 2008 Jose Fonseca
+#
+# This program is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as published
+# by the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# 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 Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+#############################################################################
+
 """d3d8.h"""
 
 from windows import *
index 454ae0fa12ffb8aaca61efd502a1afac45897981..6e0435e9d0130c81c2472ba18a2b2c705078af5a 100644 (file)
@@ -1,3 +1,22 @@
+#############################################################################
+#
+# Copyright 2008 Jose Fonseca
+#
+# This program is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as published
+# by the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# 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 Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+#############################################################################
+
 """d3d8caps.h"""
 
 from windows import *
index b49307f43172ccd538334408922aadbf646be500..1a1c173906c31cabec7116703edbed85d35412af 100644 (file)
@@ -1,3 +1,22 @@
+#############################################################################
+#
+# Copyright 2008 Jose Fonseca
+#
+# This program is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as published
+# by the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# 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 Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+#############################################################################
+
 """d3d8types.h"""
 
 from windows import *
diff --git a/log.hpp b/log.hpp
index a4b5d2594f3835c31529dffcbf10852ba2d89014..a14bdff844742e68c4cd28a63a61046c97e4b0a6 100644 (file)
--- a/log.hpp
+++ b/log.hpp
@@ -1,3 +1,21 @@
+/****************************************************************************
+ *
+ * Copyright 2008 Jose Fonseca
+ *
+ * This program is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * 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 Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ *
+ ****************************************************************************/
 
 #ifndef _LOG_HPP_
 #define _LOG_HPP_
index 95dfc682f69b77b405afbe79ac1b570be4f0ecf6..65517d74636434a954596898a68cfc032cb2fd6d 100644 (file)
@@ -1,3 +1,22 @@
+#############################################################################
+#
+# Copyright 2008 Jose Fonseca
+#
+# This program is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as published
+# by the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# 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 Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+#############################################################################
+
 """windows.h"""
 
 from base import *