From 99ce17067db15d7d5c470ece4550f14b7315ad39 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 26 Dec 2010 07:06:53 +0000 Subject: Update headers. git-svn-id: http://svn.drobilla.net/resp/resp@352 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- src/c.cpp | 2 +- src/compile.cpp | 2 +- src/constrain.cpp | 4 ++-- src/cps.cpp | 4 ++-- src/expand.cpp | 2 +- src/gc.cpp | 2 +- src/lift.cpp | 2 +- src/llvm.cpp | 2 +- src/parse.cpp | 2 +- src/pprint.cpp | 4 ++-- src/repl.cpp | 2 +- src/resp.cpp | 2 +- src/resp.hpp | 2 +- src/simplify.cpp | 2 +- src/unify.cpp | 4 ++-- 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 + * Copyright (C) 2008-2009 David Robillard * * 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 + * Copyright (C) 2008-2009 David Robillard * * 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 +/* Resp: A programming language + * Copyright (C) 2008-2009 David Robillard * * 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 +/* Resp: A programming language + * Copyright (C) 2008-2009 David Robillard * * 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 + * Copyright (C) 2008-2009 David Robillard * * 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 + * Copyright (C) 2008-2009 David Robillard * * 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 + * Copyright (C) 2008-2009 David Robillard * * 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 + * Copyright (C) 2008-2009 David Robillard * * 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 + * Copyright (C) 2008-2009 David Robillard * * 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 +/* Resp: A programming language + * Copyright (C) 2008-2009 David Robillard * * 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 + * Copyright (C) 2008-2009 David Robillard * * 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 + * Copyright (C) 2008-2009 David Robillard * * 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 + * Copyright (C) 2008-2009 David Robillard * * 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 + * Copyright (C) 2008-2009 David Robillard * * 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 +/* Resp: A programming language + * Copyright (C) 2008-2009 David Robillard * * 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 -- cgit v1.2.1