diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/c.cpp | 2 | ||||
-rw-r--r-- | src/compile.cpp | 2 | ||||
-rw-r--r-- | src/constrain.cpp | 4 | ||||
-rw-r--r-- | src/cps.cpp | 4 | ||||
-rw-r--r-- | src/expand.cpp | 2 | ||||
-rw-r--r-- | src/gc.cpp | 2 | ||||
-rw-r--r-- | src/lift.cpp | 2 | ||||
-rw-r--r-- | src/llvm.cpp | 2 | ||||
-rw-r--r-- | src/parse.cpp | 2 | ||||
-rw-r--r-- | src/pprint.cpp | 4 | ||||
-rw-r--r-- | src/repl.cpp | 2 | ||||
-rw-r--r-- | src/resp.cpp | 2 | ||||
-rw-r--r-- | src/resp.hpp | 2 | ||||
-rw-r--r-- | src/simplify.cpp | 2 | ||||
-rw-r--r-- | src/unify.cpp | 4 |
15 files changed, 19 insertions, 19 deletions
@@ -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 @@ -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 |