2 커밋 bfac650a81 ... c2a2f4b942

작성자 SHA1 메시지 날짜
  Christine Lemmer-Webber c2a2f4b942 Un-deadname myself 2 년 전
  Christine Lemmer-Webber 0a5be0c300 frumpy fellow is a she now, obviously ;P 2 년 전
10개의 변경된 파일9개의 추가작업 그리고 9개의 파일을 삭제
  1. 1 1
      Makefile.am
  2. 1 1
      build-aux/patch-guile-fix-live-repl.patch
  3. 1 1
      data/web-static/js/mudsync.js
  4. 1 1
      guix.scm
  5. 1 1
      mudsync.scm
  6. 1 1
      mudsync/command.scm
  7. 1 1
      mudsync/container.scm
  8. 1 1
      mudsync/game-master.scm
  9. 1 1
      mudsync/gameobj.scm
  10. 0 0
      mudsync/networking.scm

+ 1 - 1
Makefile.am

@@ -1,4 +1,4 @@
-## Copyright © 2015, 2016 Christopher Allan Webber <cwebber@dustycloud.org>
+## Copyright © 2015, 2016 Christine Lemmer-Webber <cwebber@dustycloud.org>
 
 ## parts of this automake recipe borrowed from:
 

+ 1 - 1
build-aux/patch-guile-fix-live-repl.patch

@@ -1,5 +1,5 @@
 From 4dfa5465fe813d86a6eb798fbdc549465f812d97 Mon Sep 17 00:00:00 2001
-From: Christopher Allan Webber <cwebber@dustycloud.org>
+From: Christine Lemmer-Webber <cwebber@dustycloud.org>
 Date: Wed, 18 Jan 2017 17:27:09 -0600
 Subject: [PATCH] Revert "Adapt run-server* to change to `accept'."
 

+ 1 - 1
data/web-static/js/mudsync.js

@@ -1,6 +1,6 @@
 /*
 ;;; Mudsync --- Live hackable MUD
-;;; Copyright © 2017 Christopher Allan Webber <cwebber@dustycloud.org>
+;;; Copyright © 2017 Christine Lemmer-Webber <cwebber@dustycloud.org>
 ;;;
 ;;; This file is part of Mudsync.
 ;;;

+ 1 - 1
guix.scm

@@ -1,6 +1,6 @@
 ;;; mudsync --- Live hackable MUDs in Guile
 ;;; Copyright (C) 2016 Jan Nieuwenhuizen <janneke@gnu.org>
-;;; Copyright (C) 2017 Christopher Allan Webber <cwebber@dustycloud.org>
+;;; Copyright (C) 2017 Christine Lemmer-Webber <cwebber@dustycloud.org>
 ;;;
 ;;; 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

+ 1 - 1
mudsync.scm

@@ -1,5 +1,5 @@
 ;;; Mudsync --- Live hackable MUD
-;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org>
+;;; Copyright © 2016 Christine Lemmer-Webber <cwebber@dustycloud.org>
 ;;; Copyright © 2012, 2014 Ludovic Courtès <ludo@gnu.org>
 ;;;
 ;;; This file is part of Mudsync.

+ 1 - 1
mudsync/command.scm

@@ -1,5 +1,5 @@
 ;;; Mudsync --- Live hackable MUD
-;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org>
+;;; Copyright © 2016 Christine Lemmer-Webber <cwebber@dustycloud.org>
 ;;;
 ;;; This file is part of Mudsync.
 ;;;

+ 1 - 1
mudsync/container.scm

@@ -1,5 +1,5 @@
 ;;; Mudsync --- Live hackable MUD
-;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org>
+;;; Copyright © 2016 Christine Lemmer-Webber <cwebber@dustycloud.org>
 ;;;
 ;;; This file is part of Mudsync.
 ;;;

+ 1 - 1
mudsync/game-master.scm

@@ -1,5 +1,5 @@
 ;;; Mudsync --- Live hackable MUD
-;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org>
+;;; Copyright © 2016 Christine Lemmer-Webber <cwebber@dustycloud.org>
 ;;;
 ;;; This file is part of Mudsync.
 ;;;

+ 1 - 1
mudsync/gameobj.scm

@@ -1,5 +1,5 @@
 ;;; Mudsync --- Live hackable MUD
-;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org>
+;;; Copyright © 2016 Christine Lemmer-Webber <cwebber@dustycloud.org>
 ;;;
 ;;; This file is part of Mudsync.
 ;;;

+ 0 - 0
mudsync/networking.scm


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.