diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-01-11 02:03:42 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-11 02:03:42 +0000 |
commit | 6c2aef1b4aafef6c18f127e7c825b138ee89f01b (patch) | |
tree | 38954094b1c36eb86fcd2e1ad36190caa38e7dfe /core | |
parent | 7f52500cf9dffa5658e9a675eeead0192d5b910a (diff) |
Fix windows-style line endings.
Diffstat (limited to 'core')
-rw-r--r-- | core/models/translations_incoming.php | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/core/models/translations_incoming.php b/core/models/translations_incoming.php index 4dc8d2dd..f4b0a9ac 100644 --- a/core/models/translations_incoming.php +++ b/core/models/translations_incoming.php @@ -1,21 +1,21 @@ -<?php defined("SYSPATH") or die("No direct script access.");
-/**
- * Gallery - a web based photo album viewer and editor
- * Copyright (C) 2000-2008 Bharat Mediratta
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or (at
- * your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
- */
-class Translations_Incoming_Model extends ORM {
-}
+<?php defined("SYSPATH") or die("No direct script access."); +/** + * Gallery - a web based photo album viewer and editor + * Copyright (C) 2000-2008 Bharat Mediratta + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + */ +class Translations_Incoming_Model extends ORM { +} |