#7622: Fix OSX plist copyright situation
-----------------------------+----------------------------------------------
Reporter: kcrisman | Owner: mvngu
Type: defect | Status: needs_review
Priority: minor | Milestone: sage-4.3.1
Component: documentation | Keywords:
Work_issues: | Author: Karl-Dieter Crisman
Upstream: N/A | Reviewer: Minh Van Nguyen
Merged: |
-----------------------------+----------------------------------------------
Changes (by mvngu):
* reviewer: => Minh Van Nguyen
Comment:
The relevant Mercurial repository is
{{{
SAGE_ROOT/data/extcode
}}}
At least with Sage 4.3.rc0, it has a junk file which should be removed:
{{{
[mv...@sage extcode]$ pwd
/scratch/mvngu/build/sage-4.3.rc0/data/extcode
[mv...@sage extcode]$ hg st
? sage/ext/.DS_Store.rej
}}}
So I removed that junk file as follows:
{{{
[mv...@sage extcode]$ rm -rf sage/ext/.DS_Store.rej
[mv...@sage extcode]$ hg st
<no output>
}}}
I applied `trac_7622.patch` against Sage 4.3.rc0 successfully. I also
attached `trac_7622-reviewer.patch` which fixes the copyright notice in
another file specific to OS X. The reviewer patch also ensures that the
copyright notices are consistent with that shown on the standard
documentation. In particular, I use "2005-2009" as is used on the
documentation. I have created a [http://wiki.sagemath.org/UpdateCopyright
wiki page] which lists files that need to be updated when the copyright
notice is updated. Patches should be applied in this order:
1. Delete the file `data/extcode/sage/ext/.DS_Store.rej`
1. Apply `trac_7622.patch`
1. Finally, apply `trac_7622-reviewer.patch`
Only my patch needs review.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7622#comment:2>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.