Skip to content

Commit

Permalink
Happy new year!
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Jan 2, 2015
1 parent 325e460 commit a5699a8
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/)
Copyright (C) 2009-2015 fruux GmbH (https://fruux.com/)

All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion lib/ContextStackTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* override its settings for document fragments, and easily restore it again
* later.
*
* @copyright Copyright (C) 2013-2014 fruux GmbH. All rights reserved.
* @copyright Copyright (C) 2009-2015 fruux GmbH (https://fruux.com/).
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Element.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* It's a superset of XmlSerializable. It just adds a static method that allows
* values to be deserialized as well.
*
* @copyright Copyright (C) 2013-2014 fruux GmbH (https://fruux.com/).
* @copyright Copyright (C) 2009-2015 fruux GmbH (https://fruux.com/).
* @author Evert Pot (http://evertpot.com/)
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Element/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* It spits out a simply PHP array structure during deserialization, that can
* also be directly injected back into Writer::write.
*
* @copyright Copyright (C) 2013-2014 fruux GmbH (https://fruux.com/).
* @copyright Copyright (C) 2009-2015 fruux GmbH (https://fruux.com/).
* @author Evert Pot (http://evertpot.com/)
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Element/Cdata.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* know what you're doing, or you're working with unchangable systems that
* require CDATA.
*
* @copyright Copyright (C) 2013-2014 fruux GmbH. All rights reserved.
* @copyright Copyright (C) 2009-2015 fruux GmbH (https://fruux.com/).
* @author Evert Pot (http://evertpot.com/)
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Element/Elements.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* "{http://sabredav.org/ns}elem5",
* ];
*
* @copyright Copyright (C) 2013-2014 fruux GmbH (https://fruux.com/).
* @copyright Copyright (C) 2009-2015 fruux GmbH (https://fruux.com/).
* @author Evert Pot (http://evertpot.com/)
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Element/KeyValue.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* "{http://sabredav.org/ns}elem3" => null,
* ];
*
* @copyright Copyright (C) 2013-2014 fruux GmbH (https://fruux.com/).
* @copyright Copyright (C) 2009-2015 fruux GmbH (https://fruux.com/).
* @author Evert Pot (http://evertpot.com/)
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Element/Uri.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* url during writing and reading, if the baseUri property is set on the
* reader and/or writer.
*
* @copyright Copyright (C) 2013-2014 fruux GmbH. All rights reserved.
* @copyright Copyright (C) 2009-2015 fruux GmbH (https://fruux.com/).
* @author Evert Pot (http://evertpot.com/)
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/LibXMLException.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* This exception effectively wraps 1 or more LibXMLError objects.
*
* @copyright Copyright (C) 2013-2014 fruux GmbH (https://fruux.com/).
* @copyright Copyright (C) 2009-2015 fruux GmbH (https://fruux.com/).
* @author Evert Pot (http://evertpot.com/)
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/ParseException.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* This exception is thrown when the Readers runs into any error.
*
* @copyright Copyright (C) 2013-2014 fruux GmbH (https://fruux.com/).
* @copyright Copyright (C) 2009-2015 fruux GmbH (https://fruux.com/).
* @author Evert Pot (http://evertpot.com/)
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Reader.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* After this is done, a single call to parse() will parse the entire document,
* and delegate sub-sections of the document to element classes.
*
* @copyright Copyright (C) 2013-2014 fruux GmbH (https://fruux.com/).
* @copyright Copyright (C) 2009-2015 fruux GmbH (https://fruux.com/).
* @author Evert Pot (http://evertpot.com/)
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Util.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* Utility methods for XML parsing and writing
*
* @copyright Copyright (C) 2013-2014 fruux GmbH (https://fruux.com/).
* @copyright Copyright (C) 2009-2015 fruux GmbH (https://fruux.com/).
* @author Evert Pot (http://evertpot.com/)
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This class contains the version number for this package.
*
* @copyright Copyright (C) 2013-2014 fruux GmbH. All rights reserved.
* @copyright Copyright (C) 2009-2015 fruux GmbH (https://fruux.com/).
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Writer.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* The write() method can take array structures to quickly write out simple xml
* trees.
*
* @copyright Copyright (C) 2013-2014 fruux GmbH (https://fruux.com/).
* @copyright Copyright (C) 2009-2015 fruux GmbH (https://fruux.com/).
* @author Evert Pot (http://evertpot.com/)
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/XmlSerializable.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Objects implementing XmlSerializable can control how they are represented in
* Xml.
*
* @copyright Copyright (C) 2013-2014 fruux GmbH (https://fruux.com/).
* @copyright Copyright (C) 2009-2015 fruux GmbH (https://fruux.com/).
* @author Evert Pot (http://evertpot.com/)
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Sabre/XML/ContextStackTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* Test for the ContextStackTrait
*
* @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
* @copyright Copyright (C) 2009-2015 fruux GmbH (https://fruux.com/).
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Sabre/XML/Element/Eater.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* The intention for this reader class, is to read past the end element. This
* should trigger a ParseException
*
* @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/).
* @copyright Copyright (C) 2009-2015 fruux GmbH (https://fruux.com/).
* @author Evert Pot (http://evertpot.com/)
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
*/
Expand Down

0 comments on commit a5699a8

Please sign in to comment.