aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/c.cpp2
-rw-r--r--src/compile.cpp2
-rw-r--r--src/constrain.cpp4
-rw-r--r--src/cps.cpp4
-rw-r--r--src/expand.cpp2
-rw-r--r--src/gc.cpp2
-rw-r--r--src/lift.cpp2
-rw-r--r--src/llvm.cpp2
-rw-r--r--src/parse.cpp2
-rw-r--r--src/pprint.cpp4
-rw-r--r--src/repl.cpp2
-rw-r--r--src/resp.cpp2
-rw-r--r--src/resp.hpp2
-rw-r--r--src/simplify.cpp2
-rw-r--r--src/unify.cpp4
15 files changed, 19 insertions, 19 deletions
diff --git a/src/c.cpp b/src/c.cpp
index ae0d5e1..4d13ba6 100644
--- a/src/c.cpp
+++ b/src/c.cpp
@@ -1,5 +1,5 @@
/* Resp: A programming language
- * Copyright (C) 2008-2009 David Robillard <dave@drobilla.net>
+ * Copyright (C) 2008-2009 David Robillard <http://drobilla.net>
*
* Resp is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the
diff --git a/src/compile.cpp b/src/compile.cpp
index eed481a..3c16fbf 100644
--- a/src/compile.cpp
+++ b/src/compile.cpp
@@ -1,5 +1,5 @@
/* Resp: A programming language
- * Copyright (C) 2008-2009 David Robillard <dave@drobilla.net>
+ * Copyright (C) 2008-2009 David Robillard <http://drobilla.net>
*
* Resp is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the
diff --git a/src/constrain.cpp b/src/constrain.cpp
index 2520bca..38d731a 100644
--- a/src/constrain.cpp
+++ b/src/constrain.cpp
@@ -1,5 +1,5 @@
-/* Resp Type Inferencing
- * Copyright (C) 2008-2009 David Robillard <dave@drobilla.net>
+/* Resp: A programming language
+ * Copyright (C) 2008-2009 David Robillard <http://drobilla.net>
*
* Resp is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the
diff --git a/src/cps.cpp b/src/cps.cpp
index a3ba720..694cbe6 100644
--- a/src/cps.cpp
+++ b/src/cps.cpp
@@ -1,5 +1,5 @@
-/* Resp Type Inferencing
- * Copyright (C) 2008-2009 David Robillard <dave@drobilla.net>
+/* Resp: A programming language
+ * Copyright (C) 2008-2009 David Robillard <http://drobilla.net>
*
* Resp is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the
diff --git a/src/expand.cpp b/src/expand.cpp
index e38c5bf..4c5b1ba 100644
--- a/src/expand.cpp
+++ b/src/expand.cpp
@@ -1,5 +1,5 @@
/* Resp: A programming language
- * Copyright (C) 2008-2009 David Robillard <dave@drobilla.net>
+ * Copyright (C) 2008-2009 David Robillard <http://drobilla.net>
*
* Resp is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the
diff --git a/src/gc.cpp b/src/gc.cpp
index 5b73cf7..af62dde 100644
--- a/src/gc.cpp
+++ b/src/gc.cpp
@@ -1,5 +1,5 @@
/* Resp: A programming language
- * Copyright (C) 2008-2009 David Robillard <dave@drobilla.net>
+ * Copyright (C) 2008-2009 David Robillard <http://drobilla.net>
*
* Resp is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the
diff --git a/src/lift.cpp b/src/lift.cpp
index 1e115cf..6e1767a 100644
--- a/src/lift.cpp
+++ b/src/lift.cpp
@@ -1,5 +1,5 @@
/* Resp: A programming language
- * Copyright (C) 2008-2009 David Robillard <dave@drobilla.net>
+ * Copyright (C) 2008-2009 David Robillard <http://drobilla.net>
*
* Resp is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the
diff --git a/src/llvm.cpp b/src/llvm.cpp
index 11cb846..8dee633 100644
--- a/src/llvm.cpp
+++ b/src/llvm.cpp
@@ -1,5 +1,5 @@
/* Resp: A programming language
- * Copyright (C) 2008-2009 David Robillard <dave@drobilla.net>
+ * Copyright (C) 2008-2009 David Robillard <http://drobilla.net>
*
* Resp is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the
diff --git a/src/parse.cpp b/src/parse.cpp
index a861aca..a725ca6 100644
--- a/src/parse.cpp
+++ b/src/parse.cpp
@@ -1,5 +1,5 @@
/* Resp: A programming language
- * Copyright (C) 2008-2009 David Robillard <dave@drobilla.net>
+ * Copyright (C) 2008-2009 David Robillard <http://drobilla.net>
*
* Resp is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the
diff --git a/src/pprint.cpp b/src/pprint.cpp
index 23ab69c..c8176d9 100644
--- a/src/pprint.cpp
+++ b/src/pprint.cpp
@@ -1,5 +1,5 @@
-/* Resp Serialisation
- * Copyright (C) 2008-2009 David Robillard <dave@drobilla.net>
+/* Resp: A programming language
+ * Copyright (C) 2008-2009 David Robillard <http://drobilla.net>
*
* Resp is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the
diff --git a/src/repl.cpp b/src/repl.cpp
index d5d78a6..334cea3 100644
--- a/src/repl.cpp
+++ b/src/repl.cpp
@@ -1,5 +1,5 @@
/* Resp: A programming language
- * Copyright (C) 2008-2009 David Robillard <dave@drobilla.net>
+ * Copyright (C) 2008-2009 David Robillard <http://drobilla.net>
*
* Resp is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the
diff --git a/src/resp.cpp b/src/resp.cpp
index 5f45bdd..2621dd6 100644
--- a/src/resp.cpp
+++ b/src/resp.cpp
@@ -1,5 +1,5 @@
/* Resp: A programming language
- * Copyright (C) 2008-2009 David Robillard <dave@drobilla.net>
+ * Copyright (C) 2008-2009 David Robillard <http://drobilla.net>
*
* Resp is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the
diff --git a/src/resp.hpp b/src/resp.hpp
index 9bc34e8..7820d28 100644
--- a/src/resp.hpp
+++ b/src/resp.hpp
@@ -1,5 +1,5 @@
/* Resp: A programming language
- * Copyright (C) 2008-2009 David Robillard <dave@drobilla.net>
+ * Copyright (C) 2008-2009 David Robillard <http://drobilla.net>
*
* Resp is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the
diff --git a/src/simplify.cpp b/src/simplify.cpp
index b797057..23acad7 100644
--- a/src/simplify.cpp
+++ b/src/simplify.cpp
@@ -1,5 +1,5 @@
/* Resp: A programming language
- * Copyright (C) 2008-2009 David Robillard <dave@drobilla.net>
+ * Copyright (C) 2008-2009 David Robillard <http://drobilla.net>
*
* Resp is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the
diff --git a/src/unify.cpp b/src/unify.cpp
index 9f3a521..ae05b67 100644
--- a/src/unify.cpp
+++ b/src/unify.cpp
@@ -1,5 +1,5 @@
-/* Resp Unification
- * Copyright (C) 2008-2009 David Robillard <dave@drobilla.net>
+/* Resp: A programming language
+ * Copyright (C) 2008-2009 David Robillard <http://drobilla.net>
*
* Resp is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the