Author Topic: Update copyright date in start_here page  (Read 3185 times)

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Update copyright date in start_here page
« on: April 22, 2010, 07:21:17 am »
Code
Index: src/src/resources/start_here/start_here.html

===================================================================

--- src/src/resources/start_here/start_here.html (revision 6204)

+++ src/src/resources/start_here/start_here.html (working copy)

@@ -40,7 +40,7 @@

           <td>CB_VAR_RECENT_FILES_AND_PROJECTS</td>
         </tr>
       </table>
-      <hr>&copy; 2004 - 2009, The <a href="http://www.codeblocks.org/">Code::Blocks</a> Team.
+      <hr>&copy; 2004 - 2010, The <a href="http://www.codeblocks.org/">Code::Blocks</a> Team.
     </div>
   </body>
 </html>

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5915
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Update copyright date in start_here page
« Reply #1 on: April 22, 2010, 08:13:06 am »
ha, it is 2010 now.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Update copyright date in start_here page
« Reply #2 on: April 22, 2010, 09:29:46 am »
Done. Thanks. :-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ