We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Description: Phusion Passenger (mod_rails)
Homepage: http://www.modrails.com/
Clone URL: git://github.com/FooBarWidget/passenger.git
Click here to lend your support to: passenger and make a donation at www.pledgie.com !
Add trademark notice.
Hongli Lai (Phusion) (author)
Thu May 22 07:39:19 -0700 2008
commit  a02d73bb8e181287e2b030af490b3f950173ab7c
tree    4a51a81ce0bddfd09423a39df4e6d4cd1d77f139
parent  fb4f92b46cf6d78829b14d3dac600a923dcd048d
0
...
17
18
19
 
 
 
 
...
17
18
19
20
21
22
23
0
@@ -17,3 +17,7 @@ For troubleshooting, configuration and tips, please read the Users Guide:
0
 
0
 This file is included in the source tarball, may also be viewed online on our
0
 website.
0
+
0
+== Legal
0
+
0
+Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
...
1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
3
4
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
0
@@ -1,4 +1,22 @@
0
 #!/usr/bin/env ruby
0
+# Phusion Passenger - http://www.modrails.com/
0
+# Copyright (C) 2008 Phusion
0
+#
0
+# Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+#
0
+# This program is free software; you can redistribute it and/or modify
0
+# it under the terms of the GNU General Public License as published by
0
+# the Free Software Foundation; version 2 of the License.
0
+#
0
+# This program is distributed in the hope that it will be useful,
0
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
0
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
0
+# GNU General Public License for more details.
0
+#
0
+# You should have received a copy of the GNU General Public License along
0
+# with this program; if not, write to the Free Software Foundation, Inc.,
0
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
0
+
0
 PASSENGER_ROOT = File.expand_path(File.dirname(__FILE__) << "/..")
0
 
0
 def help
...
2
3
4
 
 
5
6
7
...
2
3
4
5
6
7
8
9
0
@@ -2,6 +2,8 @@
0
 # Phusion Passenger - http://www.modrails.com/
0
 # Copyright (C) 2008 Phusion
0
 #
0
+# Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+#
0
 # This program is free software; you can redistribute it and/or modify
0
 # it under the terms of the GNU General Public License as published by
0
 # the Free Software Foundation; version 2 of the License.
...
2
3
4
 
 
5
6
7
...
2
3
4
5
6
7
8
9
0
@@ -2,6 +2,8 @@
0
 # Phusion Passenger - http://www.modrails.com/
0
 # Copyright (C) 2008 Phusion
0
 #
0
+# Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+#
0
 # This program is free software; you can redistribute it and/or modify
0
 # it under the terms of the GNU General Public License as published by
0
 # the Free Software Foundation; version 2 of the License.
...
1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
3
4
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
0
@@ -1,4 +1,22 @@
0
 #!/usr/bin/env ruby
0
+# Phusion Passenger - http://www.modrails.com/
0
+# Copyright (C) 2008 Phusion
0
+#
0
+# Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+#
0
+# This program is free software; you can redistribute it and/or modify
0
+# it under the terms of the GNU General Public License as published by
0
+# the Free Software Foundation; version 2 of the License.
0
+#
0
+# This program is distributed in the hope that it will be useful,
0
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
0
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
0
+# GNU General Public License for more details.
0
+#
0
+# You should have received a copy of the GNU General Public License along
0
+# with this program; if not, write to the Free Software Foundation, Inc.,
0
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
0
+
0
 $LOAD_PATH.unshift("#{File.dirname(__FILE__)}/../lib")
0
 require 'passenger/platform_info'
0
 
...
2
3
4
 
 
5
6
7
...
2
3
4
5
6
7
8
9
0
@@ -2,6 +2,8 @@
0
 # Phusion Passenger - http://www.modrails.com/
0
 # Copyright (C) 2008 Phusion
0
 #
0
+# Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+#
0
 # This program is free software; you can redistribute it and/or modify
0
 # it under the terms of the GNU General Public License as published by
0
 # the Free Software Foundation; version 2 of the License.
...
1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
3
4
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
0
@@ -1,4 +1,22 @@
0
 #!/usr/bin/env ruby
0
+# Phusion Passenger - http://www.modrails.com/
0
+# Copyright (C) 2008 Phusion
0
+#
0
+# Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+#
0
+# This program is free software; you can redistribute it and/or modify
0
+# it under the terms of the GNU General Public License as published by
0
+# the Free Software Foundation; version 2 of the License.
0
+#
0
+# This program is distributed in the hope that it will be useful,
0
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
0
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
0
+# GNU General Public License for more details.
0
+#
0
+# You should have received a copy of the GNU General Public License along
0
+# with this program; if not, write to the Free Software Foundation, Inc.,
0
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
0
+
0
 $LOAD_PATH << File.expand_path(File.dirname(__FILE__) + "/../lib")
0
 $LOAD_PATH << File.expand_path(File.dirname(__FILE__) + "/../ext")
0
 
...
1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
3
4
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
0
@@ -1,4 +1,22 @@
0
 #!/usr/bin/env ruby
0
+# Phusion Passenger - http://www.modrails.com/
0
+# Copyright (C) 2008 Phusion
0
+#
0
+# Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+#
0
+# This program is free software; you can redistribute it and/or modify
0
+# it under the terms of the GNU General Public License as published by
0
+# the Free Software Foundation; version 2 of the License.
0
+#
0
+# This program is distributed in the hope that it will be useful,
0
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
0
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
0
+# GNU General Public License for more details.
0
+#
0
+# You should have received a copy of the GNU General Public License along
0
+# with this program; if not, write to the Free Software Foundation, Inc.,
0
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
0
+
0
 $LOAD_PATH << File.expand_path(File.dirname(__FILE__) + "/../lib")
0
 $LOAD_PATH << File.expand_path(File.dirname(__FILE__) + "/../ext")
0
 require 'rubygems'
...
1035
1036
1037
1038
 
1039
1040
1041
 
 
...
1035
1036
1037
 
1038
1039
1040
1041
1042
1043
0
@@ -1035,7 +1035,9 @@ Attribution-Share Alike 3.0 Unported License].
0
 
0
 image:images/by_sa.png[link="http://creativecommons.org/licenses/by-sa/3.0/"]
0
 
0
-Passenger is brought to you by Phusion.
0
+Passenger is brought to you by link:http://www.phusion.nl/[Phusion].
0
 
0
 image:images/phusion_banner.png[link="http://www.phusion.nl/"]
0
 
0
+Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+
...
2
3
4
 
 
5
6
7
...
2
3
4
5
6
7
8
9
0
@@ -2,6 +2,8 @@
0
  * Phusion Passenger - http://www.modrails.com/
0
  * Copyright (C) 2008 Phusion
0
  *
0
+ * Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+ *
0
  * This program is free software; you can redistribute it and/or modify
0
  * it under the terms of the GNU General Public License as published by
0
  * the Free Software Foundation; version 2 of the License.
...
2
3
4
 
 
5
6
7
...
2
3
4
5
6
7
8
9
0
@@ -2,6 +2,8 @@
0
  * Phusion Passenger - http://www.modrails.com/
0
  * Copyright (C) 2008 Phusion
0
  *
0
+ * Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+ *
0
  * This program is free software; you can redistribute it and/or modify
0
  * it under the terms of the GNU General Public License as published by
0
  * the Free Software Foundation; version 2 of the License.
...
2
3
4
 
 
5
6
7
...
2
3
4
5
6
7
8
9
0
@@ -2,6 +2,8 @@
0
  * Phusion Passenger - http://www.modrails.com/
0
  * Copyright (C) 2008 Phusion
0
  *
0
+ * Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+ *
0
  * This program is free software; you can redistribute it and/or modify
0
  * it under the terms of the GNU General Public License as published by
0
  * the Free Software Foundation; version 2 of the License.
...
2
3
4
 
 
5
6
7
...
2
3
4
5
6
7
8
9
0
@@ -2,6 +2,8 @@
0
  * Phusion Passenger - http://www.modrails.com/
0
  * Copyright (C) 2008 Phusion
0
  *
0
+ * Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+ *
0
  * This program is free software; you can redistribute it and/or modify
0
  * it under the terms of the GNU General Public License as published by
0
  * the Free Software Foundation; version 2 of the License.
...
2
3
4
 
 
5
6
7
...
2
3
4
5
6
7
8
9
0
@@ -2,6 +2,8 @@
0
  * Phusion Passenger - http://www.modrails.com/
0
  * Copyright (C) 2008 Phusion
0
  *
0
+ * Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+ *
0
  * This program is free software; you can redistribute it and/or modify
0
  * it under the terms of the GNU General Public License as published by
0
  * the Free Software Foundation; version 2 of the License.
...
2
3
4
 
 
5
6
7
...
2
3
4
5
6
7
8
9
0
@@ -2,6 +2,8 @@
0
  * Phusion Passenger - http://www.modrails.com/
0
  * Copyright (C) 2008 Phusion
0
  *
0
+ * Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+ *
0
  * This program is free software; you can redistribute it and/or modify
0
  * it under the terms of the GNU General Public License as published by
0
  * the Free Software Foundation; version 2 of the License.
...
2
3
4
 
 
5
6
7
...
2
3
4
5
6
7
8
9
0
@@ -2,6 +2,8 @@
0
  * Phusion Passenger - http://www.modrails.com/
0
  * Copyright (C) 2008 Phusion
0
  *
0
+ * Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+ *
0
  * This program is free software; you can redistribute it and/or modify
0
  * it under the terms of the GNU General Public License as published by
0
  * the Free Software Foundation; version 2 of the License.
...
2
3
4
 
 
5
6
7
...
2
3
4
5
6
7
8
9
0
@@ -2,6 +2,8 @@
0
  * Phusion Passenger - http://www.modrails.com/
0
  * Copyright (C) 2008 Phusion
0
  *
0
+ * Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+ *
0
  * This program is free software; you can redistribute it and/or modify
0
  * it under the terms of the GNU General Public License as published by
0
  * the Free Software Foundation; version 2 of the License.
...
2
3
4
 
 
5
6
7
...
2
3
4
5
6
7
8
9
0
@@ -2,6 +2,8 @@
0
  * Phusion Passenger - http://www.modrails.com/
0
  * Copyright (C) 2008 Phusion
0
  *
0
+ * Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+ *
0
  * This program is free software; you can redistribute it and/or modify
0
  * it under the terms of the GNU General Public License as published by
0
  * the Free Software Foundation; version 2 of the License.
...
2
3
4
 
 
5
6
7
...
2
3
4
5
6
7
8
9
0
@@ -2,6 +2,8 @@
0
  * Phusion Passenger - http://www.modrails.com/
0
  * Copyright (C) 2008 Phusion
0
  *
0
+ * Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+ *
0
  * This program is free software; you can redistribute it and/or modify
0
  * it under the terms of the GNU General Public License as published by
0
  * the Free Software Foundation; version 2 of the License.
...
2
3
4
 
 
5
6
7
...
2
3
4
5
6
7
8
9
0
@@ -2,6 +2,8 @@
0
  * Phusion Passenger - http://www.modrails.com/
0
  * Copyright (C) 2008 Phusion
0
  *
0
+ * Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+ *
0
  * This program is free software; you can redistribute it and/or modify
0
  * it under the terms of the GNU General Public License as published by
0
  * the Free Software Foundation; version 2 of the License.
...
2
3
4
 
 
5
6
7
...
2
3
4
5
6
7
8
9
0
@@ -2,6 +2,8 @@
0
  * Phusion Passenger - http://www.modrails.com/
0
  * Copyright (C) 2008 Phusion
0
  *
0
+ * Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+ *
0
  * This program is free software; you can redistribute it and/or modify
0
  * it under the terms of the GNU General Public License as published by
0
  * the Free Software Foundation; version 2 of the License.
...
2
3
4
 
 
5
6
7
...
2
3
4
5
6
7
8
9
0
@@ -2,6 +2,8 @@
0
  * Phusion Passenger - http://www.modrails.com/
0
  * Copyright (C) 2008 Phusion
0
  *
0
+ * Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+ *
0
  * This program is free software; you can redistribute it and/or modify
0
  * it under the terms of the GNU General Public License as published by
0
  * the Free Software Foundation; version 2 of the License.
...
2
3
4
 
 
5
6
7
...
2
3
4
5
6
7
8
9
0
@@ -2,6 +2,8 @@
0
  * Phusion Passenger - http://www.modrails.com/
0
  * Copyright (C) 2008 Phusion
0
  *
0
+ * Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+ *
0
  * This program is free software; you can redistribute it and/or modify
0
  * it under the terms of the GNU General Public License as published by
0
  * the Free Software Foundation; version 2 of the License.
...
2
3
4
 
 
5
6
7
...
2
3
4
5
6
7
8
9
0
@@ -2,6 +2,8 @@
0
  * Phusion Passenger - http://www.modrails.com/
0
  * Copyright (C) 2008 Phusion
0
  *
0
+ * Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+ *
0
  * This program is free software; you can redistribute it and/or modify
0
  * it under the terms of the GNU General Public License as published by
0
  * the Free Software Foundation; version 2 of the License.
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
0
@@ -1,3 +1,22 @@
0
+/*
0
+ * Phusion Passenger - http://www.modrails.com/
0
+ * Copyright (C) 2008 Phusion
0
+ *
0
+ * Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+ *
0
+ * This program is free software; you can redistribute it and/or modify
0
+ * it under the terms of the GNU General Public License as published by
0
+ * the Free Software Foundation; version 2 of the License.
0
+ *
0
+ * This program is distributed in the hope that it will be useful,
0
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
0
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
0
+ * GNU General Public License for more details.
0
+ *
0
+ * You should have received a copy of the GNU General Public License along
0
+ * with this program; if not, write to the Free Software Foundation, Inc.,
0
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
0
+ */
0
 #include "System.h"
0
 
0
 /*************************************
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
0
@@ -1,3 +1,22 @@
0
+/*
0
+ * Phusion Passenger - http://www.modrails.com/
0
+ * Copyright (C) 2008 Phusion
0
+ *
0
+ * Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+ *
0
+ * This program is free software; you can redistribute it and/or modify
0
+ * it under the terms of the GNU General Public License as published by
0
+ * the Free Software Foundation; version 2 of the License.
0
+ *
0
+ * This program is distributed in the hope that it will be useful,
0
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
0
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
0
+ * GNU General Public License for more details.
0
+ *
0
+ * You should have received a copy of the GNU General Public License along
0
+ * with this program; if not, write to the Free Software Foundation, Inc.,
0
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
0
+ */
0
 #ifndef _PASSENGER_SYSTEM_H_
0
 #define _PASSENGER_SYSTEM_H_
0
 
...
2
3
4
 
 
5
6
7
...
2
3
4
5
6
7
8
9
0
@@ -2,6 +2,8 @@
0
  * Phusion Passenger - http://www.modrails.com/
0
  * Copyright (C) 2008 Phusion
0
  *
0
+ * Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+ *
0
  * This program is free software; you can redistribute it and/or modify
0
  * it under the terms of the GNU General Public License as published by
0
  * the Free Software Foundation; version 2 of the License.
...
2
3
4
 
 
5
6
7
...
2
3
4
5
6
7
8
9
0
@@ -2,6 +2,8 @@
0
  * Phusion Passenger - http://www.modrails.com/
0
  * Copyright (C) 2008 Phusion
0
  *
0
+ * Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+ *
0
  * This program is free software; you can redistribute it and/or modify
0
  * it under the terms of the GNU General Public License as published by
0
  * the Free Software Foundation; version 2 of the License.
...
2
3
4
 
 
5
6
7
...
2
3
4
5
6
7
8
9
0
@@ -2,6 +2,8 @@
0
  * Phusion Passenger - http://www.modrails.com/
0
  * Copyright (C) 2008 Phusion
0
  *
0
+ * Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+ *
0
  * This program is free software; you can redistribute it and/or modify
0
  * it under the terms of the GNU General Public License as published by
0
  * the Free Software Foundation; version 2 of the License.
...
1
2
3
 
 
4
5
6
...
1
2
3
4
5
6
7
8
0
@@ -1,6 +1,8 @@
0
 # Phusion Passenger - http://www.modrails.com/
0
 # Copyright (C) 2008 Phusion
0
 #
0
+# Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+#
0
 # This program is free software; you can redistribute it and/or modify
0
 # it under the terms of the GNU General Public License as published by
0
 # the Free Software Foundation; version 2 of the License.
...
2
3
4
 
 
5
6
7
...
2
3
4
5
6
7
8
9
0
@@ -2,6 +2,8 @@
0
  * Phusion Passenger - http://www.modrails.com/
0
  * Copyright (C) 2008 Phusion
0
  *
0
+ * Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+ *
0
  * This program is free software; you can redistribute it and/or modify
0
  * it under the terms of the GNU General Public License as published by
0
  * the Free Software Foundation; version 2 of the License.
...
1
2
3
 
 
4
5
6
...
1
2
3
4
5
6
7
8
0
@@ -1,6 +1,8 @@
0
 # Phusion Passenger - http://www.modrails.com/
0
 # Copyright (C) 2008 Phusion
0
 #
0
+# Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+#
0
 # This program is free software; you can redistribute it and/or modify
0
 # it under the terms of the GNU General Public License as published by
0
 # the Free Software Foundation; version 2 of the License.
...
1
2
3
 
 
4
5
6
...
1
2
3
4
5
6
7
8
0
@@ -1,6 +1,8 @@
0
 # Phusion Passenger - http://www.modrails.com/
0
 # Copyright (C) 2008 Phusion
0
 #
0
+# Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+#
0
 # This program is free software; you can redistribute it and/or modify
0
 # it under the terms of the GNU General Public License as published by
0
 # the Free Software Foundation; version 2 of the License.
...
1
2
3
 
 
4
5
6
...
1
2
3
4
5
6
7
8
0
@@ -1,6 +1,8 @@
0
 # Phusion Passenger - http://www.modrails.com/
0
 # Copyright (C) 2008 Phusion
0
 #
0
+# Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+#
0
 # This program is free software; you can redistribute it and/or modify
0
 # it under the terms of the GNU General Public License as published by
0
 # the Free Software Foundation; version 2 of the License.
...
1
2
3
 
 
4
5
6
...
1
2
3
4
5
6
7
8
0
@@ -1,6 +1,8 @@
0
 # Phusion Passenger - http://www.modrails.com/
0
 # Copyright (C) 2008 Phusion
0
 #
0
+# Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+#
0
 # This program is free software; you can redistribute it and/or modify
0
 # it under the terms of the GNU General Public License as published by
0
 # the Free Software Foundation; version 2 of the License.
...
1
2
3
 
 
4
5
6
...
1
2
3
4
5
6
7
8
0
@@ -1,6 +1,8 @@
0
 # Phusion Passenger - http://www.modrails.com/
0
 # Copyright (C) 2008 Phusion
0
 #
0
+# Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+#
0
 # This program is free software; you can redistribute it and/or modify
0
 # it under the terms of the GNU General Public License as published by
0
 # the Free Software Foundation; version 2 of the License.
...
1
2
3
 
 
4
5
6
...
1
2
3
4
5
6
7
8
0
@@ -1,6 +1,8 @@
0
 # Phusion Passenger - http://www.modrails.com/
0
 # Copyright (C) 2008 Phusion
0
 #
0
+# Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+#
0
 # This program is free software; you can redistribute it and/or modify
0
 # it under the terms of the GNU General Public License as published by
0
 # the Free Software Foundation; version 2 of the License.
...
1
2
3
 
 
4
5
6
...
1
2
3
4
5
6
7
8
0
@@ -1,6 +1,8 @@
0
 # Phusion Passenger - http://www.modrails.com/
0
 # Copyright (C) 2008 Phusion
0
 #
0
+# Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.
0
+#
0
 # This program is free software; you can redistribute it and/or modify
0
 # it under the terms of the GNU General Public License as published by
0
 # the Free Software Foundation; version 2 of the License.
...
1
2
3
 
 
4
5
6
...
1
2
3
4
5
6
7
8
0
@@ -1,6 +1,8 @@
0
 # Phusion Passenger - http://www.modrails.com/
0
 # Copyright (C) 2008 Phusion