/usr/share/games/freeciv/nation/quebecois.ruleset is in freeciv-data 2.5.3-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43  | [nation_quebecois]
name=_("Quebecois")
plural=_("?plural:Quebecois")
groups= "American"
legend=_("Quebec is the largest province of Canada, housing the majority of\
 the Francophone population of America.")
leaders = {
 "name",                        "sex"
 "Samuel de Champlain",         "Male"
 "Louis de Frontenac",          "Male"
 "Louis-Joseph de Montcalm",    "Male"
 "Louis-Joseph Papineau",       "Male"
 "René Lévesque",               "Male"
}
ruler_titles = {
 "government",     "male_title",       "female_title"
 "Democracy",      _("Premier %s"),    _("Premiere %s")
 "Fundamentalism", _("Archbishop %s"), _("Mother Superior %s")
 "Republic",       _("Governor %s"),   _("?female:Governor %s")
} 
flag = "quebec"
flag_alt = "-"
city_style = "Celtic"
init_techs=""
init_buildings=""
init_units=""
civilwar_nations="canadian", "inuit"
cities =
  "Québec", "Montréal", "Trois-Rivières", "Sherbrooke", "Lévis", "Sorel", 
  "Chicoutimi", "Jonquière", "Rimouski", "Châteauguay", "Gatineau", 
  "Tadoussac", "Chambly", "Iberville", "St-Jean", "Verchères", "St-Denis", 
  "St-Eustache", "Rivière-du-Loup", "Matane", "Gaspé", "Roberval", "Alma",
  "St-Hyacinthe", "Drummondville", "La Malbaie", "St-Georges", "Montmagny", 
  "Tracy", "Mont-Joli", "Trois-Pistoles", "Cap-de-la-Madeleine",
  "Sept-Iles", "Baie-Comeau", "Rouyn-Noranda", "Val d'Or", "Granby",
  "Varennes", "Lachute", "St-Jérome", "Mont-Laurier", 
  "Maniwaki", "Shawinigan", "La Tuque", "Havre-St-Pierre", "Chibougamau" 
 |