Merge pull request #24117 from civicrm/5.52
[civicrm-core.git] / Civi / Api4 / Translation.php
index e94ab00f0c7ec21137424006d509d89e421240dd..8268be224dfccf56ee984fd3c1d29a7e47e098b7 100644 (file)
@@ -1,9 +1,19 @@
 <?php
+/*
+ +--------------------------------------------------------------------+
+ | Copyright CiviCRM LLC. All rights reserved.                        |
+ |                                                                    |
+ | This work is published under the GNU AGPLv3 license with some      |
+ | permitted exceptions and without any warranty. For full license    |
+ | and copyright information, see https://civicrm.org/licensing       |
+ +--------------------------------------------------------------------+
+ */
 namespace Civi\Api4;
 
 /**
  * Attach supplemental translations to strings stored in the database.
  *
+ * @since 5.40
  * @package Civi\Api4
  */
 class Translation extends Generic\DAOEntity {