Issue Details (XML | Word | Printable)

Key: STDCXX-948
Type: Sub-task Sub-task
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Eric Lemings
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
C++ Standard Library
STDCXX-396

Define substitution variable for current year and automatically replace in all copyright notices.

Created: 02/Jun/08 04:16 PM   Updated: 02/Jun/08 04:18 PM
Return to search
Component/s: Configuration
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Original Estimate: 2h
Original Estimate - 2h
Remaining Estimate: 2h
Remaining Estimate - 2h
Time Spent: Not Specified
Remaining Estimate - 2h


 Description  « Hide
Define a substitution variable during configuration (i.e. add AC_SUBST(STDCXX_YEAR, `date +%Y`) to configure.ac) and replace this variable in all copyright notices (i.e. change Copyright 1994-2008 Rogue Wave Software, Inc. to Copyright 1994-@STDCXX_YEAR@ Rogue Wave Software, Inc.)

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Eric Lemings added a comment - 02/Jun/08 04:18 PM
Actually that example probably only works for makefiles but could easily do something similar for header and source files.