Skip to content
This repository has been archived by the owner on Jan 11, 2020. It is now read-only.

Commit

Permalink
Changed copyright owner.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfm committed Sep 16, 2012
1 parent b6b6523 commit 05cfce3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions COPYING
@@ -1,4 +1,4 @@
Copyright (c) 2010, Destaquenet Technology Solutions
Copyright (c) 2010-2012, Daniel Fernandes Martins
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand All @@ -11,7 +11,7 @@ are permitted provided that the following conditions are met:
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

3. Neither the name of Destaquenet Technology Solutions nor the names of
3. Neither the name of Daniel Fernandes Martins nor the names of
its contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

Expand Down
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -231,6 +231,6 @@ T

## License

Copyright (C) Destaquenet Technology Solutions
Copyright (C) Daniel Fernandes Martins

Distributed under the New BSD License. See COPYING for further details.
4 changes: 2 additions & 2 deletions cl-zipper.asd
Expand Up @@ -6,7 +6,7 @@
(defsystem :cl-zipper
:description "Common Lisp implementation of Gérard Huet's Zippers."
:version "0.1"
:author "Daniel Martins <daniel.tritone@gmail.com>"
:author "Daniel Fernandes Martins <daniel.tritone@gmail.com>"
:license "BSD"
:components ((:module "src"
:serial t
Expand All @@ -25,4 +25,4 @@

(defmethod asdf:perform :after ((op asdf:test-op) (c (eql (asdf:find-system :cl-zipper))))
"Runs the tests when test-op is issued for :cl-zipper."
(funcall (find-symbol (string :run!) :cl-zipper.tests)))
(funcall (find-symbol (string :run!) :cl-zipper.tests)))

0 comments on commit 05cfce3

Please sign in to comment.