diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-02-01 00:01:36 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-02-02 17:34:31 +0000 |
| commit | a25f0a04682c4c39c1947220c90af4118c713952 (patch) | |
| tree | f7e9c2c630a50dd3e5dd76ce501dff4b1d8d4c26 /.gitattributes | |
| parent | 4d2a5476ceb1c11dc1fd146bfb0be077baa5fb01 (diff) | |
| download | webtrees-a25f0a04682c4c39c1947220c90af4118c713952.tar.gz webtrees-a25f0a04682c4c39c1947220c90af4118c713952.tar.bz2 webtrees-a25f0a04682c4c39c1947220c90af4118c713952.zip | |
Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 598d21da82..65c980a02f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -19,7 +19,7 @@ library/bombayworks/zendframework1/library/Zend/Config/ export-ignore library/bombayworks/zendframework1/library/Zend/Crypt/ export-ignore library/bombayworks/zendframework1/library/Zend/Currency/ export-ignore library/bombayworks/zendframework1/library/Zend/Date/ export-ignore -library/bombayworks/zendframework1/library/Zend/Db/ export-ignore +library/bombayworks/zendframework1/library/Zend/Database/ export-ignore library/bombayworks/zendframework1/library/Zend/Dojo/ export-ignore library/bombayworks/zendframework1/library/Zend/Dom/ export-ignore library/bombayworks/zendframework1/library/Zend/Feed/ export-ignore |
