summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-04-18 09:14:34 +0100
committerLars Wirzenius <liw@liw.fi>2013-04-18 09:14:34 +0100
commit15a9d8759c9eff750a595d2ed637df46ff60eac9 (patch)
treeddf95f54d303c75a9e19e5c13017bf2998202f4b
parent20973c9b343428f189e05748f789bab0bfdee704 (diff)
downloadpython-tracing-15a9d8759c9eff750a595d2ed637df46ff60eac9.tar.gz
Add license summaries, remove project.meta
-rw-r--r--Makefile18
-rw-r--r--README1
-rw-r--r--example.py2
-rw-r--r--project.meta2
-rw-r--r--setup.py4
-rwxr-xr-xspeed-test17
-rw-r--r--tracing.py2
7 files changed, 43 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 6670249..82c45ae 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,21 @@
+# Copyright 2011 Lars Wirzenius
+#
+# 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, 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# =*= License: GPL-3+ =*=
+
+
all:
$(MAKE) -C doc html
diff --git a/README b/README
index 8077e69..677b56b 100644
--- a/README
+++ b/README
@@ -39,3 +39,4 @@ 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, see <http://www.gnu.org/licenses/>.
+=*= License: GPL-3+ =*=
diff --git a/example.py b/example.py
index d7666d7..3952d58 100644
--- a/example.py
+++ b/example.py
@@ -13,6 +13,8 @@
# 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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#
+# =*= License: GPL-3+ =*=
import logging
diff --git a/project.meta b/project.meta
deleted file mode 100644
index 17851f6..0000000
--- a/project.meta
+++ /dev/null
@@ -1,2 +0,0 @@
-[config]
-basetgz = /home/pbuilder-tgz/sid-amd64-pristine.tgz, squeeze:/home/pbuilder-tgz/squeeze-amd64-custom.tgz
diff --git a/setup.py b/setup.py
index 7ede261..d943941 100644
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,5 @@
#!/usr/bin/python
-# Copyright (C) 2011 Lars Wirzenius <liw@liw.fi>
+# Copyright (C) 2011-2013 Lars Wirzenius <liw@liw.fi>
#
# 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
@@ -14,6 +14,8 @@
# 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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#
+# =*= License: GPL-3+ =*=
from distutils.core import setup, Extension
diff --git a/speed-test b/speed-test
index 20a205e..13a99f4 100755
--- a/speed-test
+++ b/speed-test
@@ -1,4 +1,21 @@
#!/bin/sh
+#
+# Copyright 2013 Lars Wirzenius
+#
+# 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, 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# =*= License: GPL-3+ =*=
set -e
diff --git a/tracing.py b/tracing.py
index fd4773b..9b2306a 100644
--- a/tracing.py
+++ b/tracing.py
@@ -13,6 +13,8 @@
# 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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#
+# =*= License: GPL-3+ =*=
''':mod:`tracing` -- fast debug trace messages