diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2014-01-07 14:29:57 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2014-01-07 14:29:57 +0100 |
commit | b52a651fea45c1d8c74a864574c816ed3b6cc9f8 (patch) | |
tree | bfaa2addcd04925883800060f53a560b95dd53b1 /Http | |
parent | 6fba4d9bcba8c4be90890b8a164661fceb67bc0f (diff) | |
parent | 243eb156955e2427dabd3e5b6ecb68dae09ebbea (diff) | |
download | symfony-security-b52a651fea45c1d8c74a864574c816ed3b6cc9f8.zip symfony-security-b52a651fea45c1d8c74a864574c816ed3b6cc9f8.tar.gz symfony-security-b52a651fea45c1d8c74a864574c816ed3b6cc9f8.tar.bz2 |
Merge branch '2.4'
* 2.4:
udpated LICENSE year
update year on licenses
rundown and typo fix
[Process] Fix #9861 : Revert TTY mode
[Form] Update minimal requirement in composer.json
Fix Empty translations with Qt files
[Console] Fixed command name guessing if an alternative is an alias.
Update UPGRADE-2.3.md to account for #9388
[WebProfilerBundle] Fixed profiler toolbar icons for XHTML.
[BrowserKit] Throw exception on invalid cookie expiration timestamp
[Propel1Bridge][ModelChoiceList] add exception message for invalid classes
Diffstat (limited to 'Http')
-rw-r--r-- | Http/LICENSE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/LICENSE b/Http/LICENSE index 88a57f8..0b3292c 100644 --- a/Http/LICENSE +++ b/Http/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2004-2013 Fabien Potencier +Copyright (c) 2004-2014 Fabien Potencier Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal |