use a real UTF-8 copyright symbol everywhere trunk

Sun, 31 May 2009 23:46:10 -0400

author
Brett Smith <brettcsmith@brettcsmith.org>
date
Sun, 31 May 2009 23:46:10 -0400
branch
trunk
changeset 114
d2a28fe2a8ff
parent 113
1c754ecdcef3
child 115
d670445a0a9b

use a real UTF-8 copyright symbol everywhere

scripts/dtrx file | annotate | diff | comparison | revisions
tests/compare.py file | annotate | diff | comparison | revisions
--- a/scripts/dtrx	Sun May 31 23:45:56 2009 -0400
+++ b/scripts/dtrx	Sun May 31 23:46:10 2009 -0400
@@ -2,8 +2,8 @@
 # -*- coding: utf-8 -*-
 #
 # dtrx -- Intelligently extract various archive types.
-# Copyright ⓒ 2006, 2007, 2008 Brett Smith <brettcsmith@brettcsmith.org>
-# Copyright ⓒ 2008 Peter Kelemen <Peter.Kelemen@gmail.com>
+# Copyright © 2006, 2007, 2008 Brett Smith <brettcsmith@brettcsmith.org>
+# Copyright © 2008 Peter Kelemen <Peter.Kelemen@gmail.com>
 #
 # This program is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by the
--- a/tests/compare.py	Sun May 31 23:45:56 2009 -0400
+++ b/tests/compare.py	Sun May 31 23:46:10 2009 -0400
@@ -1,7 +1,8 @@
 #!/usr/bin/env python
+# -*- coding: utf-8 -*-
 #
 # compare.py -- High-level tests for dtrx.
-# Copyright (c) 2006, 2007, 2008 Brett Smith <brettcsmith@brettcsmith.org>.
+# Copyright © 2006, 2007, 2008 Brett Smith <brettcsmith@brettcsmith.org>.
 #
 # This program is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by the

mercurial