Bump copyright information to 2014

This commit is contained in:
Alexis Hildebrandt 2014-02-02 12:36:22 +01:00
parent f300cfccb7
commit 2b9208e850
145 changed files with 146 additions and 146 deletions

View file

@ -1,6 +1,6 @@
;;; ledger-commodities.el --- Helper code for use with the "ledger" command-line tool ;;; ledger-commodities.el --- Helper code for use with the "ledger" command-line tool
;; Copyright (C) 2003-2013 John Wiegley (johnw AT gnu DOT org) ;; Copyright (C) 2003-2014 John Wiegley (johnw AT gnu DOT org)
;; This file is not part of GNU Emacs. ;; This file is not part of GNU Emacs.

View file

@ -1,6 +1,6 @@
;;; ledger-complete.el --- Helper code for use with the "ledger" command-line tool ;;; ledger-complete.el --- Helper code for use with the "ledger" command-line tool
;; Copyright (C) 2003-2013 John Wiegley (johnw AT gnu DOT org) ;; Copyright (C) 2003-2014 John Wiegley (johnw AT gnu DOT org)
;; This file is not part of GNU Emacs. ;; This file is not part of GNU Emacs.

View file

@ -1,6 +1,6 @@
;;; ledger-context.el --- Helper code for use with the "ledger" command-line tool ;;; ledger-context.el --- Helper code for use with the "ledger" command-line tool
;; Copyright (C) 2003-2013 John Wiegley (johnw AT gnu DOT org) ;; Copyright (C) 2003-2014 John Wiegley (johnw AT gnu DOT org)
;; This file is not part of GNU Emacs. ;; This file is not part of GNU Emacs.

View file

@ -1,6 +1,6 @@
;;; ledger-exec.el --- Helper code for use with the "ledger" command-line tool ;;; ledger-exec.el --- Helper code for use with the "ledger" command-line tool
;; Copyright (C) 2003-2013 John Wiegley (johnw AT gnu DOT org) ;; Copyright (C) 2003-2014 John Wiegley (johnw AT gnu DOT org)
;; This file is not part of GNU Emacs. ;; This file is not part of GNU Emacs.

View file

@ -1,6 +1,6 @@
;;; ledger-fonts.el --- Helper code for use with the "ledger" command-line tool ;;; ledger-fonts.el --- Helper code for use with the "ledger" command-line tool
;; Copyright (C) 2003-2013 John Wiegley (johnw AT gnu DOT org) ;; Copyright (C) 2003-2014 John Wiegley (johnw AT gnu DOT org)
;; This file is not part of GNU Emacs. ;; This file is not part of GNU Emacs.

View file

@ -1,6 +1,6 @@
;;; ledger-init.el --- Helper code for use with the "ledger" command-line tool ;;; ledger-init.el --- Helper code for use with the "ledger" command-line tool
;; Copyright (C) 2003-2013 John Wiegley (johnw AT gnu DOT org) ;; Copyright (C) 2003-2014 John Wiegley (johnw AT gnu DOT org)
;; This file is not part of GNU Emacs. ;; This file is not part of GNU Emacs.

View file

@ -1,6 +1,6 @@
;;; ledger-mode.el --- Helper code for use with the "ledger" command-line tool ;;; ledger-mode.el --- Helper code for use with the "ledger" command-line tool
;; Copyright (C) 2003-2013 John Wiegley (johnw AT gnu DOT org) ;; Copyright (C) 2003-2014 John Wiegley (johnw AT gnu DOT org)
;; This file is not part of GNU Emacs. ;; This file is not part of GNU Emacs.

View file

@ -1,6 +1,6 @@
;;; ledger-mode.el --- Helper code for use with the "ledger" command-line tool ;;; ledger-mode.el --- Helper code for use with the "ledger" command-line tool
;; Copyright (C) 2003-2013 John Wiegley (johnw AT gnu DOT org) ;; Copyright (C) 2003-2014 John Wiegley (johnw AT gnu DOT org)
;; This file is not part of GNU Emacs. ;; This file is not part of GNU Emacs.

View file

@ -1,6 +1,6 @@
;;; ledger-post.el --- Helper code for use with the "ledger" command-line tool ;;; ledger-post.el --- Helper code for use with the "ledger" command-line tool
;; Copyright (C) 2003-2013 John Wiegley (johnw AT gnu DOT org) ;; Copyright (C) 2003-2014 John Wiegley (johnw AT gnu DOT org)
;; This file is not part of GNU Emacs. ;; This file is not part of GNU Emacs.

View file

@ -1,6 +1,6 @@
;;; ledger-reconcile.el --- Helper code for use with the "ledger" command-line tool ;;; ledger-reconcile.el --- Helper code for use with the "ledger" command-line tool
;; Copyright (C) 2003-2013 John Wiegley (johnw AT gnu DOT org) ;; Copyright (C) 2003-2014 John Wiegley (johnw AT gnu DOT org)
;; This file is not part of GNU Emacs. ;; This file is not part of GNU Emacs.

View file

@ -1,6 +1,6 @@
;;; ledger-regex.el --- Helper code for use with the "ledger" command-line tool ;;; ledger-regex.el --- Helper code for use with the "ledger" command-line tool
;; Copyright (C) 2003-2013 John Wiegley (johnw AT gnu DOT org) ;; Copyright (C) 2003-2014 John Wiegley (johnw AT gnu DOT org)
;; This file is not part of GNU Emacs. ;; This file is not part of GNU Emacs.

View file

@ -1,6 +1,6 @@
;;; ledger-report.el --- Helper code for use with the "ledger" command-line tool ;;; ledger-report.el --- Helper code for use with the "ledger" command-line tool
;; Copyright (C) 2003-2013 John Wiegley (johnw AT gnu DOT org) ;; Copyright (C) 2003-2014 John Wiegley (johnw AT gnu DOT org)
;; This file is not part of GNU Emacs. ;; This file is not part of GNU Emacs.

View file

@ -1,6 +1,6 @@
;;; ledger-xact.el --- Helper code for use with the "ledger" command-line tool ;;; ledger-xact.el --- Helper code for use with the "ledger" command-line tool
;; Copyright (C) 2003-2013 John Wiegley (johnw AT gnu DOT org) ;; Copyright (C) 2003-2014 John Wiegley (johnw AT gnu DOT org)
;; This file is not part of GNU Emacs. ;; This file is not part of GNU Emacs.

View file

@ -1,6 +1,6 @@
;;; ledger-state.el --- Helper code for use with the "ledger" command-line tool ;;; ledger-state.el --- Helper code for use with the "ledger" command-line tool
;; Copyright (C) 2003-2013 John Wiegley (johnw AT gnu DOT org) ;; Copyright (C) 2003-2014 John Wiegley (johnw AT gnu DOT org)
;; This file is not part of GNU Emacs. ;; This file is not part of GNU Emacs.

View file

@ -1,6 +1,6 @@
;;; ledger-test.el --- Helper code for use with the "ledger" command-line tool ;;; ledger-test.el --- Helper code for use with the "ledger" command-line tool
;; Copyright (C) 2003-2013 John Wiegley (johnw AT gnu DOT org) ;; Copyright (C) 2003-2014 John Wiegley (johnw AT gnu DOT org)
;; This file is not part of GNU Emacs. ;; This file is not part of GNU Emacs.

View file

@ -1,6 +1,6 @@
;;; ledger-texi.el --- Helper code for use with the "ledger" command-line tool ;;; ledger-texi.el --- Helper code for use with the "ledger" command-line tool
;; Copyright (C) 2003-2013 John Wiegley (johnw AT gnu DOT org) ;; Copyright (C) 2003-2014 John Wiegley (johnw AT gnu DOT org)
;; This file is not part of GNU Emacs. ;; This file is not part of GNU Emacs.

View file

@ -1,6 +1,6 @@
;;; ledger-xact.el --- Helper code for use with the "ledger" command-line tool ;;; ledger-xact.el --- Helper code for use with the "ledger" command-line tool
;; Copyright (C) 2003-2013 John Wiegley (johnw AT gnu DOT org) ;; Copyright (C) 2003-2014 John Wiegley (johnw AT gnu DOT org)
;; This file is not part of GNU Emacs. ;; This file is not part of GNU Emacs.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions * modification, are permitted provided that the following conditions

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions * modification, are permitted provided that the following conditions
@ -127,7 +127,7 @@ public:
out << '-' << Ledger_VERSION_DATE; out << '-' << Ledger_VERSION_DATE;
out << _(", the command-line accounting tool"); out << _(", the command-line accounting tool");
out << out <<
_("\n\nCopyright (c) 2003-2013, John Wiegley. All rights reserved.\n\n\ _("\n\nCopyright (c) 2003-2014, John Wiegley. All rights reserved.\n\n\
This program is made available under the terms of the BSD Public License.\n\ This program is made available under the terms of the BSD Public License.\n\
See LICENSE file included with the distribution for details and disclaimer."); See LICENSE file included with the distribution for details and disclaimer.");
out << std::endl; out << std::endl;

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions * modification, are permitted provided that the following conditions

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2013, John Wiegley. All rights reserved. * Copyright (c) 2003-2014, John Wiegley. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are

Some files were not shown because too many files have changed in this diff Show more