Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14001251
D8106.id18333.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D8106.id18333.diff
View Options
diff --git a/NOTICE b/NOTICE
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
Phabricator
-Copyright 2013 Facebook, Inc.
+Copyright 2014 Facebook, Inc.
This product includes software developed at
Facebook, Inc. (http://www.facebook.com/facebook).
diff --git a/scripts/calendar/import_us_holidays.php b/scripts/calendar/import_us_holidays.php
--- a/scripts/calendar/import_us_holidays.php
+++ b/scripts/calendar/import_us_holidays.php
@@ -6,16 +6,6 @@
// http://www.opm.gov/operating_status_schedules/fedhol/
$holidays = array(
- '2013-01-01' => "New Year's Day",
- '2013-01-21' => "Birthday of Martin Luther King, Jr.",
- '2013-02-18' => "Washington's Birthday",
- '2013-05-27' => "Memorial Day",
- '2013-07-04' => "Independence Day",
- '2013-09-02' => "Labor Day",
- '2013-10-14' => "Columbus Day",
- '2013-11-11' => "Veterans Day",
- '2013-11-28' => "Thanksgiving Day",
- '2013-12-25' => "Christmas Day",
'2014-01-01' => "New Year's Day",
'2014-01-20' => "Birthday of Martin Luther King, Jr.",
'2014-02-17' => "Washington's Birthday",
@@ -46,6 +36,16 @@
'2016-11-11' => "Veterans Day",
'2016-11-24' => "Thanksgiving Day",
'2016-12-26' => "Christmas Day",
+ '2017-01-02' => "New Year's Day",
+ '2017-01-16' => "Birthday of Martin Luther King, Jr.",
+ '2017-02-10' => "Washington's Birthday",
+ '2017-05-29' => "Memorial Day",
+ '2017-07-04' => "Independence Day",
+ '2017-09-04' => "Labor Day",
+ '2017-10-09' => "Columbus Day",
+ '2017-11-10' => "Veterans Day",
+ '2017-11-23' => "Thanksgiving Day",
+ '2017-12-25' => "Christmas Day",
);
$table = new PhabricatorCalendarHoliday();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Oct 26, 5:37 AM (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6750076
Default Alt Text
D8106.id18333.diff (1 KB)
Attached To
Mode
D8106: Increment copyright year and add 2017 dates to calendar import script
Attached
Detach File
Event Timeline
Log In to Comment