Skip to content

Commit

Permalink
s/evol/cl-m4/g
Browse files Browse the repository at this point in the history
  • Loading branch information
outergod committed Jul 16, 2010
1 parent 5145943 commit 91587d3
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/.svn
/evol

4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ Hacking: http://github.com/e-user/cl-m4
--------------------------------------------------------------------------------
Copyright (C) 2009, 2010 Alexander Kahl <e-user@fsfe.org>
This file is part of cl-m4.
evol is free software; you can redistribute it and/or modify
cl-m4 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.

evol is distributed in the hope that it will be useful,
cl-m4 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.
Expand Down
4 changes: 2 additions & 2 deletions cl-m4-test.asd
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
;;;; cl-m4 - cl-m4-test.asd
;;;; Copyright (C) 2009 2010 Alexander Kahl <e-user@fsfe.org>
;;;; This file is part of cl-m4.
;;;; evol is free software; you can redistribute it and/or modify
;;;; cl-m4 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.
;;;;
;;;; evol is distributed in the hope that it will be useful,
;;;; cl-m4 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.
Expand Down
4 changes: 2 additions & 2 deletions cl-m4.asd
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
;;;; cl-m4 - cl-m4.asd
;;;; Copyright (C) 2009, 2010 Alexander Kahl <e-user@fsfe.org>
;;;; This file is part of cl-m4.
;;;; evol is free software; you can redistribute it and/or modify
;;;; cl-m4 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.
;;;;
;;;; evol is distributed in the hope that it will be useful,
;;;; cl-m4 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.
Expand Down
8 changes: 4 additions & 4 deletions doc/m4.bnf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
;;;; evol - m4.bnf
;;;; cl-m4 - m4.bnf
;;;; Copyright (C) 2010 Alexander Kahl <e-user@fsfe.org>
;;;; This file is part of evol.
;;;; evol is free software; you can redistribute it and/or modify
;;;; This file is part of cl-m4.
;;;; cl-m4 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.
;;;;
;;;; evol is distributed in the hope that it will be useful,
;;;; cl-m4 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.
Expand Down
10 changes: 5 additions & 5 deletions test/cffi-regex/regex.lisp
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
;;;; evol - regex.lisp
;;;; cl-m4 - regex.lisp
;;;; Copyright (C) 2010 Alexander Kahl <e-user@fsfe.org>
;;;; This file is part of evol.
;;;; evol is free software; you can redistribute it and/or modify
;;;; This file is part of cl-m4.
;;;; cl-m4 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.
;;;;
;;;; evol is distributed in the hope that it will be useful,
;;;; cl-m4 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/>.

(in-package :evol-test)
(in-package :cl-m4-test)

(in-suite all)
(defsuite cffi-regex)
Expand Down
4 changes: 2 additions & 2 deletions test/m4-builtin.lisp
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
;;;; cl-m4 - m4-builtin.lisp
;;;; Copyright (C) 2010 Alexander Kahl <e-user@fsfe.org>
;;;; This file is part of cl-m4.
;;;; evol is free software; you can redistribute it and/or modify
;;;; cl-m4 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.
;;;;
;;;; evol is distributed in the hope that it will be useful,
;;;; cl-m4 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.
Expand Down
4 changes: 2 additions & 2 deletions test/m4-composite.lisp
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
;;;; cl-m4 - m4-composite.lisp
;;;; Copyright (C) 2010 Alexander Kahl <e-user@fsfe.org>
;;;; This file is part of cl-m4.
;;;; evol is free software; you can redistribute it and/or modify
;;;; cl-m4 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.
;;;;
;;;; evol is distributed in the hope that it will be useful,
;;;; cl-m4 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.
Expand Down
4 changes: 2 additions & 2 deletions test/m4-macros.lisp
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
;;;; cl-m4 - m4-macros.lisp
;;;; Copyright (C) 2010 Alexander Kahl <e-user@fsfe.org>
;;;; This file is part of cl-m4.
;;;; evol is free software; you can redistribute it and/or modify
;;;; cl-m4 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.
;;;;
;;;; evol is distributed in the hope that it will be useful,
;;;; cl-m4 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.
Expand Down
10 changes: 5 additions & 5 deletions test/m4-parser.lisp
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
;;;; evol - m4-parser.lisp
;;;; cl-m4 - m4-parser.lisp
;;;; Copyright (C) 2010 Alexander Kahl <e-user@fsfe.org>
;;;; This file is part of evol.
;;;; evol is free software; you can redistribute it and/or modify
;;;; This file is part of cl-m4.
;;;; cl-m4 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.
;;;;
;;;; evol is distributed in the hope that it will be useful,
;;;; cl-m4 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/>.

(in-package :evol-test)
(in-package :cl-m4-test)

(in-suite m4)

Expand Down
10 changes: 5 additions & 5 deletions test/m4.lisp
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
;;;; cl-m4 - m4.lisp
;;;; Copyright (C) 2010 Alexander Kahl <e-user@fsfe.org>
;;;; This file is part of cl-m4.
;;;; evol is free software; you can redistribute it and/or modify
;;;; cl-m4 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.
;;;;
;;;; evol is distributed in the hope that it will be useful,
;;;; cl-m4 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.
Expand All @@ -26,7 +26,7 @@
(defsuite m4)
(in-suite m4)

(set-dispatch-macro-character #\# #\> #'evol:read-heredoc)
(set-dispatch-macro-character #\# #\> #'cl-m4:read-heredoc)

(eval-when (:execute :load-toplevel)
(deftest test-m4-macro-exists (macro)
Expand Down Expand Up @@ -56,9 +56,9 @@
(with-input-from-string (input-stream m4)
(with-output-to-string (output-stream out)
(with-m4-error error
(evol:process-m4 input-stream output-stream :include-path include-path)
(cl-m4:process-m4 input-stream output-stream :include-path include-path)
(is (equal result out)))))))

(defun relative-pathname (pathname)
(merge-pathnames pathname
(asdf:system-relative-pathname 'evol "test/m4/")))
(asdf:system-relative-pathname 'cl-m4 "test/m4/")))
4 changes: 2 additions & 2 deletions test/package.lisp
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
;;;; cl-m4 - package.lisp
;;;; Copyright (C) 2009, 2010 Alexander Kahl <e-user@fsfe.org>
;;;; This file is part of cl-m4.
;;;; evol is free software; you can redistribute it and/or modify
;;;; cl-m4 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.
;;;;
;;;; evol is distributed in the hope that it will be useful,
;;;; cl-m4 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.
Expand Down

0 comments on commit 91587d3

Please sign in to comment.